html,
body {
    margin: 0;
    padding: 0;

}

body {
    font-family: 'Oswald', sans-serif;
}

.poppins-fnt {
    font-family: 'Poppins', sans-serif;
}

.inter-fm {
    font-family: 'Inter', sans-serif;
}

.light-yellow {
    color: var(--light-yellow);
}

/* .main-bg .container {
    z-index: 1;
} */
.hw-100vh-100 {
    min-height: 100vh;
    min-width: 100%;
}


.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}


.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.fw-900 {
    font-weight: 900;
}

.z-index-minus-1 {
    z-index: -1;
}

.z-index-1 {
    z-index: 1;
}

.z-index-2 {
    z-index: 2;
}

.z-index-3 {
    z-index: 3;
}

.z-index-100 {
    z-index: 100;
}

.z-index-200 {
    z-index: 200;
}

.btm-logo-group {
    display: flex;
    align-items: center;
    gap: 27px;
    padding-top: 43px;
}

.dot-dot-mj-index {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.main-bg-img {
    background-image: url('/mj-tcs-26/img/index/index-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    isolation: isolate;
    overflow: hidden;
}


/* mj index */
.mj-index-main {}

.mjtext-logo-group {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 37px;
}

.showmjtext-logo-group {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 37px;
    position: relative;
}

.btybtext-logo {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 8px;
}

.showbtybtext-logo {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 8px;
}

.vr {
    display: inline-block;
    align-self: stretch;
    width: var(--bs-border-width);
    min-height: 1em;
    background-color: white;
    opacity: 1;
}

.mjtext-logo-group {
    display: flex;
    align-items: center;
}

.mj-text-line {
    font-size: 64px;
    font-weight: 700;
    color: white;
    text-align: center;
    line-height: 1;
}

.cstm-lggrp-img {
    margin-top: 20px;
}

.showmj-text-line {
    font-size: 85px;
    font-weight: 700;
    color: white;
    text-align: center;
    line-height: 1;
}

.etrbn-text {
    font-size: 40px;
    color: #ED1A3B;
    font-weight: 700;
    line-height: 1;
    padding-top: 35px;
    padding-bottom: 25px;
}


.mj-index-main {
    max-width: 800px;
}

.showmj-index-main {
    max-width: 900px;
}

.tcs-idfc-logo-img {
    width: 175px;
}

.showtcs-idfc-logo-img {
    width: 175px;
}

.bib-input-grid {
    display: grid;
    grid-template-columns: 349px 118px;
    gap: 30px;
    margin-bottom: 25px;
}

.btn-bibbtn {
    width: 118px;
    height: 118px;
    border-radius: 50%;
    box-shadow: 9px 11px 0px 0px #FBFAFF;
    border: 4px solid #000000;
    background-color: #E43131;
}


.btn-bibbtn:hover {
    border-radius: 50%;
    background-color: #E43131;
    position: relative;
    z-index: 399;
    border: 4px solid #000000;

}

.btn-bibbtn:active {
    border-radius: 50%;
    background-color: #E43131 !important;
    position: relative;
    z-index: 399;
    border: 4px solid #000000;
}

input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
    margin: 0;
}


input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


input[type="number"] {
    -moz-appearance: textfield;
}

.bib-input {
    font-size: 64px;
    font-weight: 600;
    color: white;
    font-family: 'Poppins', sans-serif;
    background-color: #E43131;
    border: 4px solid #000000;
    box-shadow: 9px 11px 0px 0px #FFFFFF;
    border-radius: 53px;
    text-align: center;
    min-height: 118px;
    outline: none;
    /* default browser outline hatao */
}
.dot-dot-img{
    position: absolute;
    bottom: 24rem;
    left: 0px;
}

.bib-input:focus {
    background-color: #E43131;
    border: 4px solid #000000;
    box-shadow: 9px 11px 0px 0px #FFFFFF;
    color: white;
    outline: none;
}

.bib-input::placeholder {
    color: white;
}

.bib-error-txt {
    font-weight: 400;
    color: #E43131;
    font-size: 32px;

}

.brwtby {
    font-weight: 700;
    font-size: 14px;
    color: white;
    line-height: 1;
}

.showbrwtby {
    font-weight: 700;
    font-size: 15px;
    color: white;
    line-height: 1;
}

.input-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.logo-bgimg-img {
    width: 529px;
    border-radius: 40px;
    border: 4px solid #000000;
    box-shadow: 12px 11px 0px 0px #FFFFFF;
}

.showlogo-bgimg-img {
    border-radius: 22px;
    border: 1.78px solid #000000;
    max-width: 381px;
    min-height: 147px;
}

.tcs-white-logo {
    width: 321px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.showtcs-white-logo {
    width: 223px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* end mj index */
























/* mj show */
.showbottom-circle-img {
    position: absolute;
    left: 95px;
    bottom: 204px;

    animation: rotate360 8s linear infinite;
    transform-origin: center;
}

.showtop-circle-img {
    position: absolute;
    right: 141px;
    top: 178px;


    animation: rotate360 12s linear infinite;
}

@keyframes rotate360 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


.bottom-circle-img {
    position: absolute;
    left: 95px;
    bottom: 204px;

    animation: rotate360 8s linear infinite;
    transform-origin: center;
}

.top-circle-img {
    position: absolute;
    right: 47px;
    top: 204px;

    animation: rotate360 12s linear infinite;
}

@keyframes rotate360 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.prvsn-tm-img {
    position: absolute;
    z-index: -1;
    top: 40%;
    left: -53px;
    transform: translate(0, -50%);
    animation: rotate360 12s linear infinite;

}

@keyframes rotate360 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.myvideo {
    width: 400px;
    height: 400px;
    border: 2px solid #FFFFFF;
    border-radius: 26px;
}

.myvideo video {
    border-radius: 26px;
}

.show-grid-main {
    display: grid;
    grid-template-columns: 400px 381px;
    gap: 35px;
    justify-content: center;
    padding-top: 50px;
    position: relative;
}

.share-main-text {
    font-weight: 700;
    color: #FFFFFF;
    font-size: 33px;
    text-align: center;
    padding-bottom: 13px;
}

.you-did-text {
    font-size: 57px;
    font-weight: 700;
    color: #FFC727;
}

.you-did-mgrid {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.icon-group {
    background-color: #212122;
    padding: 26px;
    box-shadow: 0px 3.56px 3.56px 0px #00000040;
    border-radius: 21px;
    display: flex;
    justify-content: space-around;
    gap: 33px;
    border: 1.78px solid #000000
}

.main-text-outer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.btm-two-scn {
    position: absolute;
    bottom: 0px;
    left: 28rem;
}

/* end mj show */

@media screen and (max-width:1400px) {
    .btm-two-scn {
        position: absolute;
        bottom: 0px;
        left: 21rem;
    }

    .patern-first-top-img {
        width: 450px;
    }

    .patern-scnd-top-img {
        width: 530px;
    }

    .patern-first-bottom-img {
        width: 450px;
    }

    .patern-scnd-bottom-img {
        width: 500px;
    }


    .show-gril-top-left {
        width: 230px;
    }

    .show-gril-bottom-right {
        width: 160px;
    }

    .gril-top-left {
        width: 230px;
    }

    .gril-bottom-right {
        width: 160px;
    }

    .bottom-circle-img {
        position: absolute;
        left: 58px;
        bottom: 143px;
        width: 54px;
    }

    .showbottom-circle-img {
        position: absolute;
        left: 76px;
        bottom: 159px;
        width: 54px;
    }

    .show-patern-first-bottom-img {
        width: 389px;
    }

    .show-patern-scnd-bottom-img {
        width: 429px;
    }

    .top-circle-img {
        position: absolute;
        right: 30px;
        top: 174px;
        width: 54px;
    }

    .showtop-circle-img {
        position: absolute;
        right: 107px;
        top: 139px;
        width: 54px;
    }

    .show-patern-first-top-img {
        width: 300px;
    }

    .show-patern-scnd-top-img {
        width: 350px;
    }



    .tcs-idfc-logo-img {
        width: 172px;
    }

    .etrbn-text {
        font-size: 40px;
        color: #ED1A3B;
        font-weight: 700;
        line-height: 1;
        padding-top: 30px;
        padding-bottom: 20px;
    }

    /* .bib-input {
        font-size: 45px;
        min-height: 101px;

    } */

    /* .bib-input-grid {
        display: grid;
        grid-template-columns: 280px 101px;
        gap: 26px;
    } */
    /* 
    .btn-bibbtn {
        width: 101px;
        height: 101px
    } */
    /* 
    .logo-bgimg-img {
        width: 415px;
        border-radius: 40px;
        border: 4px solid #000000;
        box-shadow: 8px 7px 0px 0px #FFFFFF;
    } */

    /* .tcs-white-logo {
        width: 236px;
    } */

    .bib-error-txt {
        font-size: 32px;
    }
}

@media screen and (max-width:1200px) {
    .showtop-circle-img {
        position: absolute;
        right: 91px;
        top: 124px;
        width: 54px;
    }

    .show-gril-top-left {
        width: 200px;
    }

    .show-gril-bottom-right {
        width: 130px;
    }

    .gril-top-left {
        width: 200px;
    }

    .gril-bottom-right {
        width: 130px;
    }

    .patern-first-top-img {
        width: 400px;
    }

    .patern-scnd-top-img {
        width: 450px;
    }

    .patern-first-bottom-img {
        width: 400px;
    }

    .patern-scnd-bottom-img {
        width: 463px;
    }



    .icon-group {
        background-color: #212122;
        padding: 18px;
        box-shadow: 0px 3.56px 3.56px 0px #00000040;
        border-radius: 16px;
        display: flex;
        justify-content: center;
        gap: 25px;
        border: 1.78px solid #000000;
    }

    .you-did-mgrid {
        line-height: 1;
    }

    .wts-icon {
        width: 26px;
    }

    .link-icon {
        width: 26px;
    }

    .dwld-icon {
        width: 26px;
    }

    .fb-icon {
        width: 14px;
    }

    .tw-icon {
        width: 26px;
    }

    .share-main-text {
        font-size: 28px;
    }

    .trophy-img {
        width: 38px;
    }

    .you-did-text {
        font-size: 40px;
    }

    .myvideo {
        width: 340px;
        height: 340px;
        border-radius: 20px;
    }

    .show-grid-main {
        display: grid;
        grid-template-columns: 340px 340px;
        padding-top: 50px;
        gap: 30px;
    }

    .showtcs-white-logo {
        width: 185px;
    }

    .showlogo-bgimg-img {
        max-width: 100%;
        min-height: 120px;
    }

    .showmj-text-line {
        font-size: 78px;
    }

    .showtcs-idfc-logo-img {
        width: 158px;
    }

    .showbrwtby {
        font-size: 13px;
    }

    .prvsn-tm-img {
        left: 16px;
        width: 151px;
        top: 47%;
    }

    .brwtby {
        font-size: 12px;
    }

    .etrbn-text {
        font-size: 39px;
    }

    .bib-error-txt {
        font-size: 29px;
    }

    .tcs-white-logo {
        width: 268px;
    }

    .logo-bgimg-img {
        width: 441px;
        border-radius: 33px;
        border: 3px solid #000000;
    }

    .btn-bibbtn {
        width: 111px;
        height: 111px;
        box-shadow: 6.67px 8.16px 0px 0px #FBFAFF;
    }

    .bib-input {
        font-size: 58px;
        min-height: 98px;
        border-radius: 44px;
        box-shadow: 6.67px 8.16px 0px 0px #FFFFFF;
    }

    .bib-input:focus {
        box-shadow: 6.67px 8.16px 0px 0px #FFFFFF;
    }

    .btn-bibbtn svg {
        width: 39px;
    }

    .bib-input-grid {
        display: grid;
        grid-template-columns: 290px 98px;
        gap: 24px;
    }


}

@media screen and (max-width:992px) {
    .cstm-lggrp-img {
        margin-top: 15px;
    }

    .showbottom-circle-img {
        position: absolute;
        left: 45px;
        bottom: 112px;
        width: 54px;
    }

    .showtop-circle-img {
        position: absolute;
        right: 63px;
        top: 90px;
        width: 54px;
    }

    .brwtby {
        font-size: 10px;
    }

    .etrbn-text {
        font-size: 32px;

    }

    .bib-error-txt {
        font-size: 24px;
    }

    .tcs-white-logo {
        width: 221px;
    }

    .logo-bgimg-img {
        width: 364px;
        border-radius: 27px;
        border: 3px solid #000000;
        box-shadow: 7.35px 6.74px 0px 0px #FFFFFF;

    }

    .btn-bibbtn {
        width: 92px;
        height: 92px;
        box-shadow: 5.51px 6.74px 0px 0px #FBFAFF;

    }

    .bib-input {
        font-size: 48px;
        min-height: 81px;
        border-radius: 36px;
        box-shadow: 5.51px 6.74px 0px 0px #FFFFFF;

    }

    .bib-input:focus {
        box-shadow: 5.51px 6.74px 0px 0px #FFFFFF;
    }

    .btn-bibbtn svg {
        width: 32px;
    }

    .bib-input-grid {
        display: grid;
        grid-template-columns: 240px 81px;
        gap: 20px;
        margin-bottom: 18px;
    }








    .tcs-idfc-logo-img {
        width: 120px;
    }

    .patern-first-top-img {
        width: 307px;
    }

    .patern-scnd-top-img {
        width: 325px;
    }

    .patern-first-bottom-img {
        width: 310px;
    }

    .patern-scnd-bottom-img {
        width: 340px;
    }

    .show-gril-top-left {
        width: 170px;
    }

    .show-gril-bottom-right {
        width: 100px;
    }

    .gril-top-left {
        width: 170px;
    }

    .gril-bottom-right {
        width: 100px;
    }


    .prvsn-tm-img {
        left: 13px;
        width: 104px;
        top: 39%;
    }

    .icon-group {
        background-color: #212122;
        padding: 15px;
        box-shadow: 0px 3.56px 3.56px 0px #00000040;
        border-radius: 14px;
        display: flex;
        justify-content: center;
        gap: 20px;
        border: 1.78px solid #000000;
    }

    .you-did-mgrid {
        line-height: 1;
    }

    .wts-icon {
        width: 20px;
    }

    .link-icon {
        width: 20px;
    }

    .dwld-icon {
        width: 20px;
    }

    .fb-icon {
        width: 11px;
    }

    .tw-icon {
        width: 20px;
    }

    .share-main-text {
        font-size: 24px;
    }

    .trophy-img {
        width: 30px;
    }

    .you-did-text {
        font-size: 32px;
    }

    .myvideo {
        width: 275px;
        height: 275px;
        border-radius: 18px;
    }

    .show-grid-main {
        display: grid;
        grid-template-columns: 276px 276px;
        padding-top: 40px;
        gap: 25px;
    }

    .showtcs-white-logo {
        width: 153px;
    }

    .showlogo-bgimg-img {
        max-width: 100%;
        min-height: 101px;
    }

    .showmj-text-line {
        font-size: 64px;
    }

    .showtcs-idfc-logo-img {
        width: 130px;
    }

    .showbrwtby {
        font-size: 11px;
    }
}

@media screen and (max-width:768px) {
   
    .btm-two-scn {
        display: none !important;
    }

    .tcs-white-logo {
        width: 172px;
    }

    .logo-bgimg-img {
        width: 285px;
        box-shadow: 5.69px 5.21px 0px 0px #FFFFFF;

    }

    .patern-first-top-img {
        width: 307px;
    }

    .patern-scnd-top-img {
        width: 325px;
    }

    .patern-first-bottom-img {
        width: 310px;
    }

    .patern-scnd-bottom-img {
        width: 340px;
    }

    .show-patern-first-top-img {
        width: 251px;
    }

    .show-patern-scnd-top-img {
        width: 306px;
    }

    .top-circle-img {
        position: absolute;
        right: 26px;
        top: 161px;
        width: 54px;
    }

    .showtop-circle-img {
        position: absolute;
        right: 63px;
        top: 92px;
        width: 54px;
    }



    .show-patern-first-bottom-img {
        width: 334px;
    }

    .show-patern-scnd-bottom-img {
        width: 368px;
    }

    .showbottom-circle-img {
        position: absolute;
        left: 48px;
        bottom: 119px;
        width: 54px;
    }

    .bottom-circle-img {
        position: absolute;
        left: 48px;
        bottom: 119px;
        width: 54px;
    }

    .showmj-index-main {
        max-width: 534px;
    }

    .prvsn-tm-img {
        left: -17px;
        width: 109px;
        top: 39%;
    }

    .icon-group {
        background-color: #212122;
        padding: 13px;
        box-shadow: 0px 3.56px 3.56px 0px #00000040;
        border-radius: 14px;
        display: flex;
        justify-content: center;
        gap: 20px;
        border: 1.78px solid #000000;
    }

    .you-did-mgrid {
        line-height: 1;
    }

    .wts-icon {
        width: 12px;
    }

    .link-icon {
        width: 12px;
    }

    .dwld-icon {
        width: 12px;
    }

    .fb-icon {
        width: 8px;
    }

    .tw-icon {
        width: 12px;
    }

    .share-main-text {
        font-size: 17px;
        padding-bottom: 4px;
    }

    .trophy-img {
        width: 24px;
    }

    .you-did-text {
        font-size: 24px;
    }

    .myvideo {
        width: 214px;
        height: 214px;
        border-radius: 14px;
    }

    .show-grid-main {
        display: grid;
        grid-template-columns: 214px 214px;
        padding-top: 35px;
        gap: 18px;
    }

    .showtcs-white-logo {
        width: 120px;
    }

    .showlogo-bgimg-img {
        max-width: 100%;
        min-height: 101px;
    }

    .showmj-text-line {
        font-size: 50px;
    }

    .showmjtext-logo-group {
        gap: 20px;
    }

    .showtcs-idfc-logo-img {
        width: 130px;
    }

    .showbrwtby {
        font-size: 11px;
    }
}

@media screen and (max-width:768px) {
    .mj-text-line {
        font-size: 50px;
    }

    .tcs-idfc-logo-img {
        width: 94px;
    }

    .brwtby {
        font-size: 9px;
    }

    .mjtext-logo-group {
        gap: 15px;
    }

    .etrbn-text {
        font-size: 24px;
    }

    .bib-input {
        font-size: 36px;
        min-height: 63px;
        border-radius: 28px;
        box-shadow: 4.27px 5.21px 0px 0px #FFFFFF;
    }

    .bib-input:focus {
        box-shadow: 4.27px 5.21px 0px 0px #FFFFFF;
    }

    .bib-input-grid {
        display: grid;
        grid-template-columns: 190px 64px;
        gap: 16px;
    }

    .bib-error-txt {
        font-size: 20px;
    }

    .btn-bibbtn {
        width: 74px;
        height: 74px;
        box-shadow: 4.27px 5.21px 0px 0px #FBFAFF;

    }

    .btn-bibbtn svg {
        width: 23px;
    }
}

@media screen and (max-width:576px) {
    .you-did-mgrid {
        padding-top: 2vw;
    }

    .share-main-text {
        padding-top: 2vw;
    }

    .myvideo video {
        border-radius: 6vw;
    }

    .icon-group {
        background-color: #212122;
        padding: 2vw;
        box-shadow: 0px 1.35px 1.35px 0px #00000040;
        border-radius: 8px;
        display: flex;
        justify-content: center;
        gap: 4vw;
        border: 1px solid #000000;
    }

    .wts-icon {
        width: 4vw;
    }

    .link-icon {
        width: 4vw;
    }

    .dwld-icon {
        width: 4vw;
    }

    .fb-icon {
        width: 4vw;
        height: 4vw;
    }

    .tw-icon {
        width: 4vw;
    }

    .showmj-text-line {
        font-size: 8vw;
    }

    showtcs-idfc-logo-img {
        width: 28vw;
    }

    .showbrwtby {
        font-size: 2.5vw;
    }

    .vr.showp {
        display: block;
        align-self: baseline;
        width: var(--bs-border-width) !important;
        min-height: 56px;
        /* height: 100%; */
        background-color: rgb(255, 255, 255, 0.4);
        opacity: 1;
        width: 100%;
        position: relative !important;
        left: unset;
        top: unset;
        transform: unset;
    }

    .showlogo-bgimg-img {
        border-radius: 12px;
        border: 1.78px solid #000000;
        max-width: 49vw;
        min-height: 15.5vw;
        box-shadow: 3.43px 3.14px 0px 0px #FFFFFF;

    }

    .showtcs-idfc-logo-img {
        width: 28vw;
    }

    .show-grid-main {
        display: flex;
        flex-direction: column;
        align-items: center;

    }

    .showtcs-white-logo {
        width: 29vw;

    }

    .myvideo {
        width: 89vw;
        height: 89vw;
        border-radius: 6vw;
    }

    .you-did-text {
        font-size: 6vw;
        font-weight: 700;
        color: #FFC727;
    }

    .trophy-img {
        width: 5.5vw;
    }

    .mbviewgap {
        gap: 4vw;
        margin-bottom: 4vw;
        align-items: center;
    }

    .share-main-text {
        font-weight: 700;
        color: #FFFFFF;
        font-size: 3.5vw;
        text-align: center;
        padding-bottom: 0px;
    }

    .showmjtext-logo-group {
        gap: 4vw;
    }

    .show-grid-main {
        padding-top: 5vw;
        gap: 5.5vw;
    }
}

@media screen and (max-width:576px) {

    .main-bg-img {
        background-image: url('/mj-tcs-26/img/index/index-bg-mobile.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        position: relative;
        isolation: isolate;
        overflow: hidden;
    }

    .mjtext-logo-group {
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 0px;
        position: relative;
    }

    .vr {
        display: block;
        align-self: baseline;
        width: var(--bs-border-width);
        min-height: 1px;
        background-color: rgb(255, 255, 255, 0.4);
        opacity: 1;
        width: 100%;
    }

    .mj-text-line {
        font-size: 11.5vw;
    }

    .tcs-idfc-logo-img {
        width: 41vw;
    }

    .brwtby {
        font-size: 3.1vw;
    }

    .etrbn-text {
        font-size: 6.8vw;
    }

    .bib-input {
        font-size: 12.35vw;
        min-height: 19vw;
        border-radius: 25px;
        padding-top: 0;
        padding-bottom: 0;
        box-shadow: 3.86px 4.72px 0px 0px #FFFFFF;
        border: 1.72px solid #000000
    }

    .bib-input-grid {
        display: grid;
        grid-template-columns: auto 19vw;
        gap: 6vw;
        margin-bottom: 0px;
    }

    .btn-bibbtn {
        width: 19.08vw;
        height: 19.08vw;
        box-shadow: 3.86px 4.72px 0px 0px #FBFAFF;
        border: 1.72px solid #000000
    }

    .btn-bibbtn svg {
        width: 6vw;
    }

    .tcs-white-logo {
        width: 53vw;
    }

    .logo-bgimg-img {
        width: 65vw;
        border-radius: 22px;
        min-height: 25vw;
        border: 2.09px solid #000000;
        box-shadow: 6.28px 5.76px 0px 0px #FFFFFF;

    }

    .bib-error-txt {
        font-size: 4.35vw;
        margin-top: 4.5vw;
    }

    .vr {
        width: 58vw;
        position: absolute;
        left: 50%;
        top: 37%;
        transform: translate(-50%, -50%);
    }

    .btybtext-logo {
        padding-top: 7vw;
    }

    .bib-input:focus {
        box-shadow: 3.86px 4.72px 0px 0px #FFFFFF;
        border: 1.72px solid #000000;
    }

    .cstm-lggrp-img {
        margin-top: 10vw;
    }
}