
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@font-face {
    font-family: 'artifact';
    src: url('https://akm-img-a-in.tosshub.com/sites/interactive/immersive/modi-birthday/artifact.otf') format('opentype');
}


*{
    box-sizing: border-box;
}
:root{
    --playfiar-family:'Playfair Display', serif;
    --roboto:'Roboto', sans-serif;
    --redColor:#e0251f;
    --inter-font-family:"Inter", sans-serif;
}

body,html{height: 100%;}

body::before{
    content: '';
    background-image: url('https://akm-img-a-in.tosshub.com/sites/interactive/immersive/modi-birthday/modi-bg-image.jpg');
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: -1;
    background-repeat: repeat;
    animation: 120s linear infinite slide;
}


body::after{
    content: '';
    transition: all 1s;
}
body{
    font-family: 'Oswald', sans-serif;
    margin: 0;
    padding: 0;
    color: #fff;
    
}
img{
    max-width: 100%;
}
a{
    text-underline-offset: 6px;
}
.h-100{
    height: calc(var(--vh, 1vh) * 100);
}
.slide{
    position: relative;
    height: 100dvh;
    height: clamp(550px, 100dvh, 1000px);
}

.first-slide-rigth-bg, .first-slide-left-bg {
    background-image: url(https://akm-img-a-in.tosshub.com/sites/interactive/immersive/modi-birthday/modi-bg.png);
    background-size: contain;
    background-position: right bottom;
    background-repeat: no-repeat;
    height: 100%;
}

.first-slide-left-bg{
    background-position: left bottom;
    background-image: url(https://akm-img-a-in.tosshub.com/sites/interactive/immersive/modi-birthday/modi-bg-left.png);
}


.slide.header-slide {
    position: relative;
}

.grid-slide{
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
}

    

.logo-container {
    max-width: 100px;
}
.numberCpunter {
    font-size: calc(var(--vh, 1vh) * 20);
    font-weight: 700;
    color: #fff;
}
h1 {
    margin: 0px 0px 0px 0px;
    font-family: var(--teko-family);
    font-size: calc(var(--vh, 1vh) * 11.5);
    max-width: 920px;
    line-height: calc(var(--vh, 1vh) * 10);
    text-align: center;
    text-transform: uppercase;
    word-spacing: -25px;
    color: var(--redColor);
}
h1 span {
    display: block;
    z-index: 9;
    position: relative;
}
h1 i{
    color: #fff;
    font-family: var(--playfiar-family);
    font-size: calc(var(--vh, 1vh) * 11);
    font-weight: 300;
    text-transform: lowercase;
    z-index: 99;
    position: relative;
}
.continue-button , .send-button{
    color: #fff;
    cursor: pointer;
    background-color: #ae5612;
    font-family: var(--inter-font-family);
    display: inline-block;
    padding: 10px 40px;
    border-radius: 20px;
    margin-top: 10dvh;
    font-size: 18px;
    border: 0;
    outline: 0;
}
.send-button {
    margin-top: 30px;
}
.share-click {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 9999;
    cursor: pointer;
    width: 50px;
    height: 50px;
}
.share-click svg{
    width: 100%;
    height: 100%;
    fill: transparent;
}
.share-click svg path{
    fill: #e30014;
}
.share-area {
    position: absolute;
    right: 16px;
    bottom: 16px;
}
.form-headline {
    color: #ae5612;
    text-align: center;
    font-family: artifact;
    font-size: 4rem;
    font-weight: 500;
    line-height: 1;
}
.form-area {
    max-width: 553px;
    margin: 5% auto 0 auto;
}
.form-control .input {
    width: 100%;
    background-color: transparent;
    border: 0px;
    border-bottom: 2px solid #000;
    font-size: 22px;
    color: #000;
    font-family: var(--roboto);
    outline: 0;
    font-weight: 300;
    padding: 5px 0px;
}

.form-control .input:first-child{
    margin-bottom: 30px;
}

.form-control .input::placeholder{
    font-family: var(--roboto);
    font-size: 22px;
    color: #000;
}


.container {
    max-width: 1270px;
    width: calc(100% - 40px);
    margin: 0 auto;
}
.row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.left-comments-area {
    width: 40%;
    background-color: #fff;
    color: #000;
    font-family: var(--roboto);
    padding: 60px 30px 70px 30px;
    position: sticky;
    top: 60px;
}
.coments-text-lg {
    font-size: 22px;
    font-weight: 400;
    line-height: 36px;
}
.right-comments-area {
    width: 60%;
    padding: 0px 0px 0px 60px;
}
.slide.slide-comments {
    padding: 60px 0px;
    display: none;
    z-index: 99;
}
.slide.slide-comments.active{display: grid;}
.commemt-item {
    width: calc(50% - 20px);
    position: relative;
}
.right-commnts-container .row {
    justify-content: space-between;
    align-items: initial;
}
.commemt-item {
    width: calc(50% - 20px);
    background-color: #fff;
    color: #000;
    padding: 40px 30px 30px 30px;
    font-family: var(--roboto);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 35px;
}
.comment-text {
    font-size: 19px;
    font-weight: 400;
    line-height: 31px;
    overflow: auto;
}
.commnts-by {
    font-size: 24px;
    margin-top: 30px;
}
.commnts-by span{
    font-size: 17px;
    display: block;
    margin-left: 15px;
}
.left-comments-area .commnts-by {
    font-size: 32px;
}
.left-comments-area .commnts-by span{
    font-size: 22px;
    line-height: 31px;
}
.load-more-button {
    background-color: #545557;
    width: calc(50% - 20px);
    padding: 20px;
    font-size: 22px;
    text-align: center;
    font-family: var(--roboto);
    font-weight: 300;
    cursor: pointer;
}
.h-100-per{
    height: 100%;
}

.right-commnts-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.slide.loader-slide {
    background-position: bottom left;
    background-repeat: repeat-x;
    background-size: contain;
    overflow: hidden;
}
#button_row {
    margin-bottom: 100px;
}
.image-loader-center {
    position: absolute;
    bottom: 15%;
    transform: translate(-50%,0%);
    left: 50%;
    transition: bottom 1s;
}
.grecaptcha-badge {
    z-index: 99;
}
.image-loader-center img {
    width: 200px;
}
.side-logo {
    position: fixed;
    max-width: 100px;
    top: 20px;
    z-index: 99;
    left: 20px;
}

.social-wrapper ul li{
    list-style-type: none;
}
.social-wrapper ul li img {
    max-width: 45px;
    cursor: pointer;
}
.social-wrapper ul li:nth-of-type(1) img{
    max-width: 52px;
}
.social-wrapper ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.social-wrapper {
    position: fixed;
    right: 7px;
    top: 70px;
    display: none;
    z-index: 9999;
}
.social-wrapper.active{display: block;}
.rocket-image {
    position: fixed;
    max-width: 320px;
    right: 2%;
    bottom: 4%;
    z-index: 99;
    animation: animation1 3.5s ease-in-out infinite;
}

.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;
}
.form-edit{
    background-color: #545557;
    width: calc(50% - 20px);
    padding: 20px;
    font-size: 22px;
    text-align: center;
    font-family: var(--roboto);
    font-weight: 300;
    cursor: pointer;
    display: none
    ;
}
.row.h-100-per.re-binding {
    align-items: flex-start;
}
.form-edit.active{
    display: block;
}
.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-wrapper {
    position: fixed;
    z-index: 99999;
     display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    right: 0;
    background: #211d2e;
}
.loader-wrapper img {
    width: 800px;
}
.loader-slide.active{
    display: flex;
}
.loader-slide {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    background-size: cover;
    transition: transform 2s;
    z-index: 99;
    background-color: #181b22;
    display: none;
}
.form-slide {
    overflow: hidden;
    display: none;
}
.form-slide.active{display: grid;}
.share-area ul li {
    list-style: none;
    margin-right: 12px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
}
.share-area ul li:last-child{
    margin-right: 0px;
}
.share-area ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}
.share-area ul li img {
    width: 30px;
}



.left-comments-area .pin {
    position: absolute;
    top: -36px;
    right: 40px;
    max-width: 70px;
}
.commemt-item .pin {
    position: absolute;
    top: -30px;
    right: 30px;
    max-width: 50px;
}
.extra-msg{
    margin: 20px 0px;
    padding-top: 15px;
    border-top: 2px dashed;
}


/* update code */
.empty-lg-line {
    height: 20px;
    background-color: #000;
    width: calc(100% + 60px);
    margin: 20px 0px 20px -30px;
}

.thank-container {
    border: 1px dashed #000;
    width: calc(100% + 60px);
    margin: 0px 0px 0px -30px;
    padding: 20px;
    border-left: 0;
    border-right: 0;
}

.thank-container {
    border: 2px dashed #000;
    width: calc(100% + 60px);
    margin: 0px 0px 0px -30px;
    padding: 20px 30px;
    border-left: 0;
    border-right: 0;
}
.text-th {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
}
.text-lg-red {
    font-size: 22px;
    color: #ff1919;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 8px;
}
.coupen-text {
    font-size: 22px;
    font-weight: 600;
    margin: 7px 0px 7px 0px;
    color: #ff1919;
}

.share-area{position: relative;}
.left-comments-area {
    padding: 60px 30px 20px 30px;
    position: sticky;
}

.text-sm span {
    color: #ff1919;
}

.cp-text-line a {
    font-size: 14px;
    color: #000;
}
/* code end */

.birthday-wish-line {
    font-family: var(--inter-font-family);
    color: #5e361a;
    font-size: 2.5rem;
    font-weight: 400;
    text-align: center;
    line-height: 1;
    margin-bottom: 18px;
}

.birthday-wish-candidate-name {
    font-family: artifact;
    color: #ae5612;
    font-size: 10rem;
    text-align: center;
    line-height: 1;
}
.first-slide-content {
    max-width: 720px;
    text-align: center;
    margin-left: calc(((100vw - 1270px) / 2));
}
.birthday-wish-candidate-slogen {
    font-family: var(--inter-font-family);
    font-size: 1.6rem;
    color: #000;
    max-width: 420px;
    margin-inline: auto;
    margin-top: 10px;
}

.form-slide .first-slide-content {
    margin-left: 0;
    margin-right: calc(((100vw - 1270px) / 2));
}

.comment-success-full {
    font-family: var(--inter-font-family);
    font-size: 43px;
    color: #000;
    display: none;
}


@media screen and (max-device-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){
    .logo-container {
        max-width: 80px;
    }
    .numberCpunter {
        font-size: calc(var(--vh, 1vh) * 18);
    }
    h1 {
        font-size: calc(var(--vh, 1vh) * 10.5);
        line-height: calc(var(--vh, 1vh) * 9);
        word-spacing: -17px;
    }
    h1 i {
        font-size: calc(var(--vh, 1vh) * 10);
    }
    .continue-button {
       
    }
    .rocket-image {
        max-width: 250px;
        z-index: 9;
    }
    .slide.slide-comments {
        z-index: 999;
    }
    .share-click {
        max-width: 55px;
        width: 45px;
        height: 45px;
        z-index: 9999;
    }
    .social-wrapper ul li img {
        max-width: 40px;
    }
    .social-wrapper ul li:nth-of-type(2) img {
        max-width: 50px;
    }
    .social-wrapper {
        right: 8px;
        top: 60px;
        z-index: 9999;
    }
    .side-logo {
        max-width: 80px;
    }
    .form-headline {
        font-size: calc(var(--vh, 1vh) * 7);
    }
    .form-area {
        max-width: 480px;
        margin: 2% auto 0 auto;
    }
   
    .form-control .input , .form-control .input::placeholder{
        font-size: 16px;
    }
    .image-loader-center img {
        width: 150px;
    }
    .coments-text-lg {
        font-size: 16px;
        line-height: 26px;
    }
    .left-comments-area .commnts-by {
        font-size: 24px;
    }
    .left-comments-area .commnts-by span {
        font-size: 17px;
        line-height: 26px;
    }
    .comment-text {
        font-size: 16px;
        line-height: 26px;
        overflow: auto;
    }
    .commnts-by {
        font-size: 20px;
        margin-top: 20px;
    }
    .commnts-by span {
        font-size: 14px;
        margin-left: 13px;
        margin-top: 2px;
    }
    .load-more-button, .form-edit {
        padding: 12px;
        font-size: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .image-loader-center img {
        width: 150px;
    }
    .image-loader-center {
        bottom: 7%;
    }
    .form-control .input:first-child {
        margin-bottom: 25px;
    }
}




@media (max-width:1220px) {
    .first-slide-content {
        max-width: 500px;
        margin-left: 0;
    }
    .birthday-wish-candidate-name {
        font-size: 7rem;
    }
    .birthday-wish-line {
        font-size: 1.8rem;
    }
    .birthday-wish-candidate-slogen{font-size: 1.3rem;}


}

@media (max-width:920px) {
    .grid-slide {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr;
    }

    .first-slide-content {
        margin-inline: auto;
    }
    
    .first-slide-left-bg {
        background-size: 250px;
        background-position: top left;
    }

}


@media (max-width:1024px) {
     .form-slide .first-slide-content {
        margin: 0px auto 30px auto;
        width: calc(100% - 40px);
    }
}

@media screen and (min-width:768px) and (max-width:1024px){

   
    .numberCpunter {
        font-size: calc(var(--vh, 1vh) * 13);
    }
    h1 {
        font-size: calc(var(--vh, 1vh) * 7.5);
        line-height: calc(var(--vh, 1vh) * 7);
        word-spacing: -15px
    }
    h1 i {
        font-size: calc(var(--vh, 1vh) * 8);
    }
    .rocket-image {
        max-width: 250px;
    }
    .continue-button {
        margin-top: 5dvh;
    }
    .form-headline {
        font-size: calc(var(--vh, 1vh) * 5);
        padding-top: 15%;
    }
    .form-control .input , .form-control .input::placeholder{
        font-size: 16px;
    }
    
    .left-comments-area{
        width: 100%;
    }
    .right-comments-area{
        width: 100%;
        padding: 50px 0px 0px 0px;
    }
    .load-more-button{
        margin: 0px auto;
    }
    .coments-text-lg {
        font-size: 21px;
        line-height: 35px;
    }
    .left-comments-area .commnts-by {
        font-size: 28px;
    }
    .left-comments-area .commnts-by span {
        font-size: 19px;
        line-height: 29px;
    }
    .comment-text {
        font-size: 17px;
        line-height: 28px;
    }
    .commnts-by {
        font-size: 21px;
    }
    .commnts-by span {
        font-size: 15px;
        margin-left: 13px;
    }
}

@media screen and (max-width:667px){
    .logo-container {
        max-width: 80px;
        position: absolute;
        top: 50px;
        z-index: 9;
    }
    .numberCpunter {
        font-size: calc(var(--vh, 1vh) * 9);
    }

  

    h1{
        font-size: calc(var(--vh, 1vh) * 7.5);
        line-height: calc(var(--vh, 1vh) * 6.5);
        word-spacing: -10px;
    }
    h1 i{
        font-size: calc(var(--vh, 1vh) * 7);
    }
    .form-area{
        max-width: 100%;
    }
    
    .rocket-image {
        max-width: 170px;
        animation: animation1 5s ease-in-out infinite;
        right: -5%;
        bottom: -5%;
    }
    .right-comments-area{
        width: 100%;
        padding: 0px 0px 0px;
        margin-top: 20px;
    }
    .formEdit {
        background-color: #545557;
        width: calc(50% - 20px);
        padding: 20px;
        font-size: 22px;
        text-align: center;
        font-family: var(--roboto);
        font-weight: 300;
        cursor: pointer;
    }
    .left-comments-area{
        width: 80%;
        padding: 30px 20px 12px 20px;
        margin: 0 auto;
        position: relative;
        top: unset;
    }
    .continue-button {
        margin-top: 30px;
        font-size: 15px;
    }
    .share-click {
        width: 40px;
        height: 40px;
        right: 10px;
        top: 5px;
        z-index: 9999;
    }

    .social-wrapper ul li img {
        max-width: 35px;
    }
    .social-wrapper ul li:nth-of-type(2) img {
        max-width: 45px;
    }
    .social-wrapper {
        right: 8px;
        top: 60px;
        z-index: 999;
    }
    .side-logo {
        max-width: 70px;
    }
    .form-headline {
        margin: 0 auto;
        font-size: 46px;
    }
   
    .form-control .input, .form-control .input::placeholder{
        font-size: 16px;
    font-weight: 500;
    border-bottom-width: 1px;
    }
    .image-loader-center img {
        width: 100px;
    }
    .image-loader-center {
        bottom: 5%;
    }
    .coments-text-lg {
        font-size: 13.5px;
        line-height: 21px;
    }
    .left-comments-area .commnts-by {
        font-size: 18px;
    }
    .left-comments-area .commnts-by span {
        font-size: 12px;
        line-height: 16px;
    }
    .side-logo.active{
        top: 10px;
        left: 10px;
    }
    .side-logo.active img{
        max-width: 65px;
    }
    .commemt-item{
        width: calc(50% - 5px);
        margin-bottom: 15px;
        padding: 25px 15px 10px 15px;
    }
    .share-area ul li img {
        width: 25px;
    }
    .share-area ul li {
        margin-right: 12px;
    }
    .comment-text{
        font-size: 13px;
        line-height: 17px;
    }
    .commnts-by{
        font-size: 14px;
    margin-top: 8px
    }
    .commnts-by span{
        font-size: 11px;
        margin-left: 8px;
        line-height: 16px;
    }
    .load-more-button , .form-edit{
        width: 50%;
        margin: 0px auto 30px auto;
        font-size: 16px;
        padding: 12px 10px;
    }
    .left-comments-area .pin {
        top: -13px;
    right: 25px;
    max-width: 35px;
    }
    .commemt-item .pin {
        top: -12px;
    max-width: 29px;
    right: 10px
    }
    body.active::after {
        height: 55%;
        background-position-y: -100px;
    }
    .share-area ul li {
        font-size: 15px;
    }

    .active-re-comment{justify-content: space-between;}
    .active-re-comment .load-more-button,.active-re-comment .form-edit{
        width: calc(50% - 10px);
    }
    .share-area {
        position: relative;
        right: unset;
        bottom: unset;
    }
     /* update code */
     .left-comments-area {
        width: 100%;
    }
    .text-sm {
        font-size: 14px;
    }
    .text-th {
        margin-bottom: 5px;
    }
    .cp-text-line {
        font-size: 13px;
    }
    .thank-container {
        width: calc(100% + 40px);
        margin: 0px 0px 0px -20px;
        padding: 10px 20px 20px 20px;
    }
    .empty-lg-line {
        height: 10px;
        width: calc(100% + 40px);
        margin: 20px 0px 10px -20px;
    }

    .slide.header-slide {
        position: relative;
        grid-template-rows: 1fr 250px;
        grid-template-columns: 1fr;
    }

    .first-slide-rigth-bg {
        background-size: 220px;
        background-position: top right;
    }

    .first-slide-content {
        max-width: 100%;
    }

    .birthday-wish-candidate-name {
        font-size: 20vw;
    }
    .birthday-wish-line {
        font-size: 20px;
    }

    .birthday-wish-candidate-slogen {
        font-size: 17px;
        max-width: 250px;
    }

    .comment-success-full {
        font-size: 30px;
    }

    .first-slide-left-bg {
        display: none;
    }

    .grid-slide {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        padding: 30px 0px;
    }



}


@media (max-width:480px) {
    .form-headline {
        margin: 0 auto;
        font-size: 35px;
        margin-bottom: 30px;
        max-width: 320px;
    }
}