• Coming Soon..File Size –
    New

  • Coming Soon..File Size –
    New

  • Coming Soon..File Size –
    New

  • Coming Soon..File Size –
    New

  • Coming Soon..File Size –
    New

  • Coming Soon..File Size –
    New

  • Coming Soon..File Size –
    New

  • Coming Soon..File Size –
    New

    /* Styles for the popup */
    #popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    background-color: #fff;
    border-radius: 20px;
    border: 6px solid rgb(255, 0, 0);
    animation: borderGradient 2s infinite alternate;
    }

    /* Animation for the border gradient */
    @keyframes borderGradient {
    0% {
    border-image: linear-gradient(to right, rgb(255, 0, 0), rgb(0, 255, 0), rgb(0, 0, 255));
    border-image-slice: 1;
    }
    100% {
    border-image: linear-gradient(to right, rgb(0, 0, 255), rgb(0, 255, 0), rgb(255, 0, 0));
    border-image-slice: 1;
    }
    }

    /* Styles for the close icon */
    #closeIcon {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    color: black;
    }

    // Function to show the popup after 1 second of pageload
    window.onload = function() {
    setTimeout(showPopup, 1000);
    };

    // Function to show the popup
    function showPopup() {
    document.getElementById(“popup”).style.display = “block”;
    }

    // Function to close the popup
    function closePopup() {
    document.getElementById(“popup”).style.display = “none”;
    }

    @import “https://fonts.googleapis.com/css2?family=Gruppo&display=swap”;@import “https://fonts.googleapis.com/css2?family=Rubik+Vinyl&display=swap”;@import “https://fonts.googleapis.com/css?family=Merriweather”;.nav-toogle,.overlaynav {
    -webkit-tap-highlight-color: transparent;
    cursor: pointer
    }

    .footer-links li a,.web-links li a {
    font-size: .8rem;
    white-space: nowrap
    }

    .developer-nav,.footer-links li,.main-nav,.sub-nav,.tool-item,.web-links li {
    list-style: none
    }

    .footer-links li a,.nav-item,.nav-item-open,.page-title,.service-text h3,.sub-nav,.tool-headline,.tool-item a,.web-links li a,.welcome-text {
    white-space: nowrap
    }

    @font-face {
    font-family: toolground;
    src: url(/assets/fonts/toolground.eot?svl646);
    src: url(/assets/fonts/toolground.eot?svl646#iefix) format(’embedded-opentype’),url(/assets/fonts/toolground.ttf?svl646) format(‘truetype’),url(/assets/fonts/toolground.woff?svl646) format(‘woff’),url(/assets/fonts/toolground.svg?svl646#toolground) format(‘svg’);
    font-weight: 400;
    font-style: normal;
    font-display: block
    }

    .icon {
    font-family: toolground!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    text-rendering: auto;
    vertical-align: -.05rem;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
    }

    .tg-bolt:before {
    content: “\e900”
    }

    .tg-user-shield:before {
    content: “\e901”
    }

    .tg-globe:before {
    content: “\e902”
    }

    .tg-ribbon:before {
    content: “\e903”
    }

    .tg-flag:before {
    content: “\e904”
    }

    .tg-angle-down:before {
    content: “\e905”
    }

    .tg-earth-americas:before {
    content: “\e906”
    }

    .tg-youtube:before {
    content: “\e907”
    }

    .tg-user:before {
    content: “\e908”
    }

    .tg-map-pin:before {
    content: “\e909”
    }

    .tg-address-card:before {
    content: “\e90a”
    }

    .tg-gifts:before {
    content: “\e90b”
    }

    .tg-gear:before {
    content: “\e90c”
    }

    .tg-spinner:before {
    content: “\e90d”
    }

    .tg-eye-slash:before {
    content: “\e90e”
    }

    .tg-hand-point-right:before {
    content: “\e90f”
    }

    .tg-bars:before {
    content: “\e910”
    }

    .tg-circle-exclamation:before {
    content: “\e911”
    }

    .tg-circle-play:before {
    content: “\e912”
    }

    .tg-circle-user:before {
    content: “\e913”
    }

    .tg-house:before {
    content: “\e914”
    }

    .tg-phone:before {
    content: “\e915”
    }

    .tg-telegram:before {
    content: “\e916”
    }

    .tg-check:before {
    content: “\e917”
    }

    .tg-key:before {
    content: “\e918”
    }

    .tg-fire-flame-simple:before {
    content: “\e919”
    }

    .tg-link:before {
    content: “\e91a”
    }

    .tg-times-circle:before {
    content: “\e91b”
    }

    .tg-meteor:before {
    content: “\e91c”
    }

    .tg-user-check:before {
    content: “\e91d”
    }

    .tg-heart:before {
    content: “\e91e”
    }

    .tg-droplet:before {
    content: “\e91f”
    }

    .tg-location-dot:before {
    content: “\e920”
    }

    .tg-arrow-rotate-left:before {
    content: “\e921”
    }

    .tg-eye:before {
    content: “\e922”
    }

    .tg-sms:before {
    content: “\e923”
    }

    .tg-square-check:before {
    content: “\e924”
    }

    .tg-hourglass-half:before {
    content: “\e925”
    }

    .tg-fire:before {
    content: “\e926”
    }

    .tg-qrcode:before {
    content: “\e927”
    }

    .tg-mobile:before {
    content: “\e928”
    }

    .tg-arrows-rotate:before {
    content: “\e929”
    }

    .tg-handshake:before {
    content: “\e92a”
    }

    .tg-paper-plane:before {
    content: “\e92b”
    }

    .tg-circle-info:before {
    content: “\e92c”
    }

    .tg-bullhorn:before {
    content: “\e92d”
    }

    .tg-book:before {
    content: “\e92e”
    }

    .tg-award:before {
    content: “\e92f”
    }

    .tg-ellipsis-vertical:before {
    content: “\e930”
    }

    .tg-id-card:before {
    content: “\e931”
    }

    .tg-circle-mark:before {
    content: “\e932”
    }

    .tg-newspaper:before {
    content: “\e933”
    }

    .tg-angle-up:before {
    content: “\e934”
    }

    .tg-star:before {
    content: “\e935”
    }

    .tg-lock:before {
    content: “\e936”
    }

    .tg-bomb:before {
    content: “\e937”
    }

    .tg-clock:before {
    content: “\e938”
    }

    .tg-calendar:before {
    content: “\e939”
    }

    .tg-shield-halved:before {
    content: “\e93a”
    }

    .tg-arrow-rotate-right:before {
    content: “\e93b”
    }

    .tg-bell:before {
    content: “\e93c”
    }

    .tg-magnifying-glass:before {
    content: “\e93d”
    }

    .tg-copy:before {
    content: “\e93e”
    }

    .tg-times:before {
    content: “\e93f”
    }

    .tg-circle-check:before {
    content: “\e940”
    }

    .tg-circle-pause:before {
    content: “\e941”
    }

    .tg-handshake-simple:before {
    content: “\e942”
    }

    .tg-rocket:before {
    content: “\e943”
    }

    .tg-thumbtack:before {
    content: “\e944”
    }

    .tg-download:before {
    content: “\e945”
    }

    .tg-whatsapp:before {
    content: “\e946”
    }

    .tg-gift:before {
    content: “\e947”
    }

    .tg-hand-holding-heart:before {
    content: “\e948”
    }

    .tg-square-phone:before {
    content: “\e949”
    }

    .tg-envelope:before {
    content: “\e94a”
    }

    * {
    margin: 0;
    padding: 0
    }

    :root {
    –light-dark: #363940;
    –light-pink: #d9008d;
    –light-grey: #e4e5e9;
    –light-blue: #5865f2;
    –light-green: #3ba55b;
    –light-yellow: #f9c228;
    –dark-grey: #f969b0;
    –light-red: #FF0073;
    –skin: #00FFBF;
    –grey: #eee;
    –bg-grey: #F2F5FC;
    –blue: #0059fd;
    –light-purple: #FFA2E8
    }

    body {
    background: var(–bg-grey);
    font-family: Srikhand;
    color: #3f4f60;
    display: flex;
    flex-direction: column;
    min-height: 100vh
    }

    .black,i {
    color: #000
    }

    body:not(.noti-content):not(.main-nav) {
    scrollbar-width: none;
    -ms-overflow-style: none
    }

    :not(.noti-content):not(.main-nav)::-webkit-scrollbar {
    display: none
    }

    i {
    font-size: 1rem;
    margin: .3rem
    }

    a {
    text-decoration: none
    }

    .bomb-counter i,.nav-item.active i,.nav-item.active span,.white {
    color: #fff
    }

    header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    height: 3.75rem;
    z-index: 9999;
    border-bottom: 1px solid var(–bg-grey)
    }

    .header-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%
    }

    .logo-container {
    border-radius: 50%;
    margin: .3rem;
    height: 3rem
    }

    .logo-container img {
    height: 100%;
    width: auto
    }

    .page-title {
    margin: .3rem;
    padding: .3rem;
    overflow: scroll;
    width: 45%
    }

    .page-title h4 {
    font-size: 1.5rem;
    font-family: rubik vinyl,cursive
    }

    .page-title p {
    color: #000;
    font-size: .75rem;
    font-family: Gruppo,cursive
    }

    .icon-container {
    position: relative;
    background-color: rgba(0,0,0,.1);
    border-radius: 50%;
    margin: .6rem;
    color: #fff;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center
    }

    .icon-container i {
    margin: .43rem;
    font-size: 1.3rem;
    color: var(–light-pink)
    }

    .icon-container:hover {
    background-color: rgba(0,0,0,.2)
    }

    .nav-toogle {
    margin-left: 1rem;
    background: red;
    padding: .3rem;
    border-radius: 30%;
    width: 2.4rem;
    outline: 0;
    border: 0;
    transition: .1s
    }

    .nav-toogle:hover {
    border-radius: 50%
    }

    .nav-toogle i {
    color: #fff;
    font-size: 1.25rem;
    transition: .3s ease-in-out
    }

    .nav-item span,.nav-item-open span,.subnav-item span {
    font-size: 1rem;
    font-weight: 700;
    color: var(–light-dark)
    }

    .nav-toogle i.tg-times {
    transform: rotate(90deg);
    opacity: 1;
    animation: .2s linear blinkIn
    }

    .content {
    padding-top: 3.75rem;
    padding-bottom: 1rem;
    overflow: auto
    }

    nav {
    position: relative;
    width: 0%;
    border-radius: 0 0 1.25rem;
    background: #fff;
    opacity: 0;
    transition: width 10ms ease-in-out,opacity 1s ease-in-out
    }

    nav.open {
    width: 60%;
    max-width: 17rem;
    opacity: 1
    }

    .overlaynav {
    position: fixed;
    top: 3.75rem;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(0,0,0,.8)
    }

    .main-nav {
    width: 100%;
    height: 48vh;
    overflow-x: hidden
    }

    .nav-item,.nav-item-open {
    position: relative;
    margin: .6rem;
    width: 90%;
    border-radius: .6rem;
    text-align: left;
    padding: .3rem 0;
    background: var(–grey);
    overflow: scroll;
    cursor: pointer;
    transition: .3s
    }

    .sub-nav {
    margin-left: 1.5rem;
    text-align: left;
    border-left: .3rem solid #ff003a;
    max-height: 0;
    overflow: scroll;
    opacity: 0;
    transition: max-height .2s ease-in-out,opacity .8s ease-in-out
    }

    .article-box,.colored-text,.copyright p,.developer-nav,.inline-response,.services h2,.toast-msg,.welcome-text {
    text-align: center
    }

    .subnav-item a {
    width: 90%;
    margin: .6rem;
    display: block;
    border-radius: 0 1rem 1rem;
    padding: .2rem 0;
    background: #fff;
    overflow: scroll;
    cursor: pointer;
    transition: .3s linear
    }

    .sub-nav.open {
    max-height: 20rem;
    opacity: 1
    }

    .nav-item a {
    display: block;
    width: 100%
    }

    .nav-item span,.nav-item-open span {
    margin: .6rem .3rem;
    padding: .3rem
    }

    .subnav-item span {
    margin: .6rem 0;
    padding: .3rem .3rem .3rem 0
    }

    .nav-item i,.nav-item-open i,.subnav-item i {
    font-size: 1.2rem;
    margin: .6rem .3rem .6rem 1rem;
    color: var(–light-dark)
    }

    .subnav-item i {
    margin: .6rem .3rem .6rem .6rem;
    font-size: 1rem
    }

    .nav-item-open i:nth-of-type(2) {
    position: absolute;
    font-size: 1.1rem;
    margin: .6rem 1rem .6rem .3rem;
    color: var(–light-dark);
    white-space: nowrap;
    right: .6rem
    }

    .nav-item-open:hover,.nav-item:hover,.subnav-item a:hover {
    background-image: linear-gradient(to right,#ddd6f3 0,#faaca8 51%,#ddd6f3 100%);
    box-shadow: 0 0 1.25rem #eee;
    background-size: 200% auto;
    transform: translateX(-2%)
    }

    .subnav-item a:hover {
    transform: translateX(-5%);
    background-image: linear-gradient(to right,#fceabb 0,#f8b500 51%,#fceabb 100%);
    box-shadow: none
    }

    .nav-item.active {
    box-shadow: 0 0 1.25rem #eee;
    background-image: linear-gradient(to right,#0575e6 0,#021b79 51%,#0575e6 100%);
    background-size: 200% auto
    }

    .developer-nav {
    width: 90%;
    margin: 1.25rem auto;
    overflow: hidden;
    cursor: none;
    transition: .1s ease-in-out
    }

    .close,.dot,.is-check input:hover {
    cursor: pointer
    }

    .developer-nav li {
    padding: .6rem;
    background: var(–grey);
    font-family: rubik vinyl,cursive;
    color: #00f;
    font-weight: 600;
    border-radius: .3rem;
    font-size: 1.1rem;
    overflow: scroll;
    margin-bottom: .6rem
    }

    footer {
    background-image: linear-gradient(to right,#8e2de2,#4a00e0);
    padding: .3rem;
    transition: .2s ease-in;
    margin-top: auto
    }

    .footer-links {
    margin: 0 auto;
    padding: .6rem
    }

    .footer-links ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
    }

    .footer-links li {
    margin: .3rem 1rem;
    width: 25%;
    flex-grow: 1
    }

    .footer-links li a {
    padding: .3rem
    }

    .footer-divider hr {
    width: 60%;
    height: .1rem;
    border: 0;
    background: #fff
    }

    .footer-divider {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center
    }

    .loader,.web-links ul {
    align-items: center;
    display: flex
    }

    .footer-divider::before {
    content: “\272F”;
    margin-right: .6rem;
    color: var(–light-purple);
    font-size: 1rem
    }

    .footer-divider::after {
    content: “\272F”;
    margin-left: .6rem;
    color: var(–light-purple);
    font-size: 1rem
    }

    .web-links ul {
    justify-content: center;
    flex-wrap: wrap;
    width: 70%;
    margin: 0 auto 0 12%
    }

    .web-links li a {
    color: #fff;
    flex-basis: 30%;
    display: flex;
    align-items: center;
    margin: .1rem .6rem;
    height: 1.5rem;
    width: fit-content
    }

    .web-links li:nth-of-type(odd) a {
    float: right
    }

    .web-links li {
    width: 50%
    }

    .copyright {
    padding: .6rem;
    background: #fff;
    border-radius: 1rem .25rem;
    margin: 1rem auto;
    width: fit-content
    }

    .copyright p {
    color: #000
    }

    .footer-links li::before {
    content: ‘\00BB’;
    position: absolute;
    margin-left: -.6rem;
    color: var(–light-grey)
    }

    .article-box h1::after,.article-box h1::before,.article-box h2::after,.article-box h2::before {
    top: .6rem;
    content: “\1F3C5\FE0E”;
    transform: rotate(180deg);
    filter: grayscale(80%) brightness(70%) invert(30%)
    }

    .loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    justify-content: center;
    background-color: #fff
    }

    .loader .loading-text {
    color: #dbd6dd;
    font-weight: 700;
    font-size: 3rem;
    position: relative;
    overflow: hidden
    }

    .loader .loading-text::after {
    content: ”;
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,transparent,rgba(255,255,255,.8),transparent);
    animation: 2s infinite shimmer
    }

    .toast-container {
    position: fixed;
    top: -3.75rem;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: .1rem .3rem;
    background: #fff;
    display: flex;
    overflow: hidden;
    align-items: center;
    width: 70%;
    border-radius: .6rem;
    z-index: 9998;
    box-shadow: 0 .1rem .6rem rgba(0,0,0,.2);
    animation: .5s ease-in-out forwards slideDown
    }

    #modalImg,.close {
    border-radius: 1rem
    }

    .toast-container i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    color: #fff;
    font-size: 1rem
    }

    .toast-msg {
    margin: 0 .6rem;
    font-size: 1rem;
    font-weight: 400
    }

    .toast-timer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    margin: 0;
    height: .1rem;
    background-color: rgba(0,0,0,.2);
    animation: linear forwards timerWidth
    }

    .modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 5rem;
    left: 0;
    top: 3rem;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,.5)
    }

    #modalImg,.modal-content {
    display: block;
    margin: auto
    }

    .modal-content {
    max-width: 80%;
    max-height: 80%
    }

    .close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    font-size: 2.2rem;
    font-weight: 700;
    background: var(–grey);
    color: var(–light-dark);
    padding: 0 .6rem
    }

    .update-area,.welcome-head {
    padding: .6rem;
    border-radius: .6rem
    }

    #modalImg {
    max-width: 100%;
    max-height: auto;
    background: #fff
    }

    .services {
    width: 90%;
    margin-left: auto;
    margin-right: auto
    }

    .services h2 {
    background-image: linear-gradient(to right,#f7971e 0,#ffd200 51%,#f7971e 100%);
    background-size: 200% auto;
    border-radius: .6rem;
    margin: 1.25rem .6rem .6rem;
    padding: .5rem;
    width: fit-content;
    color: #fff
    }

    .services i {
    color: #fff;
    font-size: 1.25rem
    }

    .service-area {
    margin: .6rem;
    min-width: 60%;
    border-radius: 1.25rem;
    background: url(‘/assets/img/blue_bg.jpg’) center/cover no-repeat #fff;
    padding: .6rem;
    opacity: .4;
    transform: scale(.9);
    scroll-snap-align: start;
    transition: .3s
    }

    .service-area.active {
    opacity: 1;
    box-shadow: 0 2px 6px 0 rgba(67,89,113,.12);
    transform: scale(1)
    }

    .service-img {
    width: 100%
    }

    .service-img i {
    font-size: 3rem;
    color: var(–light-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 6.25rem;
    margin: 0 auto;
    transition: .1s
    }

    .service-text {
    margin: 0 .6rem .6rem
    }

    .service-text h3 {
    color: var(–light-red);
    margin: .3rem;
    overflow: hidden
    }

    .service-text p {
    color: teal;
    font-style: italic;
    font-size: .8rem;
    margin: .3rem
    }

    .scroll-service {
    display: flex;
    align-items: center;
    overflow-y: hidden;
    overflow-x: scroll;
    scroll-behavior: smooth
    }

    .dot-container {
    display: flex;
    justify-content: center;
    margin: 1.25rem
    }

    .dot {
    width: .6rem;
    height: .6rem;
    border-radius: 50%;
    margin: 0 .3rem;
    background-color: #ccc;
    transition: background-color .3s ease-in
    }

    .content-start,.welcome-head {
    background: #fff;
    box-sizing: border-box
    }

    .dot.active {
    background-color: #555
    }

    .welcome-head {
    margin: .6rem auto;
    width: 86%
    }

    .welcome-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    color: #fff;
    font-weight: 700;
    overflow: auto
    }

    .article-box,.article-img {
    overflow: hidden;
    box-shadow: 0 2px 6px 0 rgba(67,89,113,.12)
    }

    .welcome-img {
    display: flex;
    justify-content: center;
    align-items: center
    }

    .welcome-head img {
    border-radius: .6rem;
    width: 40%;
    margin: .6rem;
    height: auto
    }

    .update-area,.welcome-text p {
    margin: .6rem auto;
    width: fit-content;
    background-size: 200% auto;
    font-size: 1rem
    }

    .welcome-text p {
    padding: .5rem .6rem;
    background-image: linear-gradient(to right,#eb3349 0,#f45c43 51%,#eb3349 100%);
    border-radius: 1.25rem .6rem
    }

    .welcome-text i {
    color: #fff;
    font-size: 1rem
    }

    .update-area {
    background-image: linear-gradient(to right,#4568dc 0,#b06ab3 51%,#4568dc 100%)
    }

    .content-start {
    padding: .7rem;
    border-radius: 1rem;
    margin: 1rem auto;
    display: flex;
    width: 82%;
    align-items: center;
    flex-wrap: wrap
    }

    .article-box,.article-img,.imp-box {
    background: #fff;
    margin: 1.25rem auto;
    width: 82%
    }

    .content-start img {
    width: 30%;
    height: auto;
    border-radius: 50%
    }

    .content-start span {
    color: #fff;
    font-weight: 700;
    margin-left: .6rem
    }

    .content-start p {
    margin: 1rem .2rem .2rem;
    color: #000
    }

    .article-img p,a.is-btn {
    margin: .6rem
    }

    .article-box {
    border-radius: 1.25rem;
    position: relative
    }

    .article-box h1,.article-box h2 {
    color: #fff;
    font-size: 1rem;
    background-image: linear-gradient(to right,#ff4e50 0,#f9d423 51%,#ff4e50 100%);
    background-size: 200% auto;
    padding: .6rem 1.25rem;
    border-radius: 1.25rem 1.25rem 0 0
    }

    .article-box h1::before,.article-box h2::before {
    position: absolute;
    left: .3rem
    }

    .article-box h1::after,.article-box h2::after {
    position: absolute;
    right: .3rem
    }

    .article-box p {
    color: #3f4f60;
    background: 0 0;
    padding: .6rem;
    text-align: left
    }

    .article-box li,.article-img li {
    text-align: left;
    margin-left: .6rem;
    list-style: none
    }

    .article-box li::before,.article-img li::before {
    content: “\25C9 \0020”;
    margin-right: .3rem;
    color: var(–light-pink);
    font-size: 1rem
    }

    a.is-btn {
    display: inline-block;
    color: #fff;
    background-image: linear-gradient(to right,#2b5876,#4e4376);
    padding: .3rem;
    border-radius: 1.25rem
    }

    .article-img {
    border-radius: .6rem;
    padding: .3rem .3rem .6rem;
    box-sizing: border-box
    }

    .blink-effect,.inline-response {
    padding: .3rem;
    position: relative
    }

    .article-img img {
    border-radius: .6rem;
    width: 100%;
    height: auto
    }

    .article-img h1,.article-img h3 {
    margin: .6rem;
    font-size: 1.2rem;
    color: red
    }

    .imp-box {
    display: flex;
    border-left: .25rem solid #ff7f00;
    box-sizing: border-box;
    border-radius: .25rem
    }

    .imp-text {
    margin: .6rem;
    color: var(–light-pink)
    }

    .imp-box i {
    color: var(–light-red);
    font-size: 1.25rem;
    margin: .6rem 0 .6rem .6rem
    }

    .imp-box b {
    color: var(–light-blue)
    }

    .colored-text {
    background-image: linear-gradient(-225deg,#231557 0,#44107a 29%,#ff1361 67%,#fff800 100%);
    background-size: 200% auto;
    color: #fff;
    margin: .6rem auto 1rem;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 1.25rem;
    display: block;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: 2s infinite textclip
    }

    .inline-response {
    margin: -.4rem auto .6rem;
    background: red;
    color: #fff;
    border-radius: 4rem;
    width: fit-content;
    display: none
    }

    .blink-effect {
    margin: 1rem;
    color: #000
    }

    .blink-effect::after,.blink-effect::before,.inline-response::after,.inline-response::before {
    content: “[“;
    font-size: 1rem;
    font-weight: 700;
    position: absolute;
    margin-left: -1rem;
    animation: 1s infinite blinking
    }

    .blink-effect::after,.inline-response::after {
    content: “]”;
    margin-left: .7rem
    }

    .blink-effect::after,.blink-effect::before {
    margin-top: .15rem
    }

    .success-response {
    font-family: rubik vinyl,cursive;
    color: #00f;
    font-size: 1.5rem
    }

    .success-text {
    display: inline-block;
    color: green;
    text-align: left;
    margin: .3rem
    }

    .form,.onload-output {
    background: #fff;
    width: 82%;
    margin: 2rem auto;
    box-shadow: 0 1.9rem 2.5rem -1.25rem #a3a5ad;
    box-sizing: border-box
    }

    .success-text span {
    font-family: Gruppo,cursive;
    color: var(–light-red)
    }

    .form {
    border-radius: .5rem;
    padding: .8rem .5rem
    }

    .onload-output {
    text-align: center;
    border-radius: 1rem;
    padding: .3rem;
    display: none
    }

    .onload-output .colored-text {
    font-size: 1.2rem
    }

    .form-input {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: .3rem;
    margin: 1.5rem auto 1rem;
    width: 80%
    }

    .form-input i {
    font-size: 1rem;
    color: teal
    }

    input[type=date],input[type=number],input[type=text],input[type=time],select,textarea {
    padding: .75rem;
    font-family: Merriweather;
    width: 100%;
    font-size: 1rem;
    color: #495057;
    background-color: #fff;
    border: .06rem solid #ced4da;
    border-radius: .3rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
    }

    textarea {
    resize: none
    }

    .btn-submit:focus,input[type=date]:focus,input[type=number]:focus,input[type=submit]:focus,input[type=text]:focus,input[type=time]:focus,select:focus,textarea:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
    }

    input[type=date]:hover,input[type=number]:hover,input[type=text]:hover,input[type=time]:hover,select:hover,textarea:hover {
    border-color: #bdc0c7
    }

    .btn-submit,input[type=submit] {
    background-image: linear-gradient(to right,#fc00ff 0,#00dbde 51%,#fc00ff 100%);
    margin: .6rem auto 1.25rem;
    border: 0;
    padding: .5rem .6rem;
    text-align: center;
    text-transform: uppercase;
    transition: .5s;
    background-size: 200% auto;
    color: #fff;
    box-shadow: 0 0 1.25rem #eee;
    border-radius: .6rem;
    display: block;
    cursor: pointer;
    width: 80%;
    user-select: none;
    font-size: 1rem
    }

    .btn-submit:not([disabled]):hover,input[type=submit]:not([disabled]):hover {
    background-position: right center;
    color: #fff;
    transform: scale(.95)
    }

    .btn-submit i,input[type=submit] i {
    font-size: 1rem;
    color: #fff;
    margin: .3rem
    }

    select:disabled {
    opacity: 1;
    color: #999;
    background-color: #f2f2f2
    }

    .btn-submit:disabled {
    opacity: .5
    }

    .form label {
    position: absolute;
    left: 0;
    top: .4rem;
    transition: .2s ease-out;
    color: #999;
    pointer-events: none;
    font-size: .9rem;
    padding: .2rem;
    display: flex;
    align-items: center
    }

    .form input:focus+label,.form input:not(:placeholder-shown)+label,.form select+label,.form textarea:focus+label,.form textarea:not(:placeholder-shown)+label {
    top: -1.8rem;
    font-size: .75rem;
    display: block;
    font-weight: 700
    }

    input::placeholder,textarea::placeholder {
    color: #6c757d;
    opacity: 0;
    transition: opacity .6s ease-in-out
    }

    input:focus::placeholder,textarea:focus::placeholder {
    opacity: 1
    }

    .is-check {
    display: flex;
    margin-top: 1rem;
    align-items: center;
    justify-content: center
    }

    .is-check input {
    margin-right: .3rem
    }

    .is-check p {
    font-size: .8rem
    }

    .has-code select {
    width: 36%;
    padding: .687rem 0;
    border-radius: .3rem 0 0 .3rem;
    text-align: center;
    border-right: none
    }

    .has-code input {
    border-radius: 0 .3rem .3rem 0
    }

    .has-code label {
    left: 27%
    }

    .has-code input:focus+label,.has-code input:not(:placeholder-shown)+label {
    left: 0
    }

    .has-error i,.has-error input,.has-error label,.has-error select,.has-error textarea,.is-check.has-error p {
    color: #dc3545
    }

    .has-error {
    box-shadow: 0 0 0 .2rem rgba(255,0,0,.25)
    }

    .is-check.has-error {
    box-shadow: none
    }

    .terms-of-service {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -.8rem
    }

    .grecaptcha-badge {
    visibility: hidden
    }

    .recaptcha-invisible {
    height: 1rem;
    width: 1rem;
    top: .4rem;
    margin: .1rem;
    position: relative
    }

    .token-spinner,.waiting {
    color: #fff;
    display: none;
    text-align: center;
    background: #00f;
    width: fit-content;
    padding: .2rem;
    margin: 0 auto .6rem;
    border-radius: 1rem
    }

    .retry {
    background: #fff;
    border: 0;
    border-radius: 50%;
    padding: .3rem;
    margin: .2rem;
    color: #000
    }

    .tool-headline,.tool-item i {
    text-align: center;
    color: #fff
    }

    .terms-of-service p {
    font-size: .6rem
    }

    .tool-container {
    width: 82%;
    margin: .6rem auto 1.5rem;
    padding: .6rem;
    background: #fff;
    border-radius: .5rem;
    box-sizing: border-box
    }

    .tool-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
    }

    .tool-headline {
    margin: .6rem auto;
    font-size: 1rem;
    background-image: linear-gradient(-225deg,#ac32e4 0,#7918f2 48%,#4801ff 100%);
    border-radius: 1.25rem;
    width: fit-content;
    padding: .6rem
    }

    .tool-subtext,.tool-text {
    display: block;
    text-align: left
    }

    .telegram-btn,.tool-badge,.tool-text {
    padding: .3rem;
    font-weight: 700
    }

    .tool-item {
    margin: .6rem auto;
    width: 80%;
    max-width: 13.5rem;
    position: relative
    }

    .tool-item a {
    display: flex;
    border-radius: .6rem;
    width: 100%;
    transition: .3s
    }

    .tool-item:nth-of-type(2n) a {
    background-image: linear-gradient(135deg,#fdeb71 10%,#f8d800 100%)
    }

    .tool-item:nth-of-type(odd) a {
    background-image: linear-gradient(135deg,#abdcff 10%,#0396ff 100%)
    }

    .tool-item i {
    background-color: rgba(0,0,0,.2);
    border-radius: 50%;
    margin: .3rem .3rem .3rem .44rem;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem
    }

    .tool-text {
    width: 70%;
    overflow: scroll;
    color: #000;
    font-size: 1rem;
    margin: auto 0
    }

    .tool-badge,.tool-subtext {
    font-size: .75rem;
    font-family: Gruppo,cursive
    }

    .tool-subtext {
    color: teal
    }

    .tool-badge {
    background: linear-gradient(45deg,#ffc700,#ff0080,#0ff,#f0f,#ff0080,#ffc700);
    background-size: 400% 400%;
    border: .06rem solid #fff;
    border-radius: .6rem;
    color: #fff;
    right: -.6rem;
    top: -.6rem;
    width: fit-content;
    position: absolute;
    animation: 5s linear infinite gradientAnimation
    }

    .bomb-container,.details-output {
    border-radius: 1rem;
    box-shadow: 0 1.9rem 2.5rem -1.25rem #a3a5ad
    }

    .tool-item:hover a {
    background-image: linear-gradient(to right,#ff758c 0,#ff7eb3 100%);
    transform: translateX(-.3rem);
    box-shadow: 0 .6rem 1.25rem -.6rem rgba(0,0,0,.75)
    }

    .tool-item:hover .tool-subtext {
    color: var(–light-dark)
    }

    .bomb-container {
    background: #fff;
    margin: 2rem auto;
    width: 82%;
    padding: .8rem .5rem
    }

    .anim-bomb {
    position: relative;
    margin: .5rem auto
    }

    .bombing-logo {
    width: 100px;
    height: 100px;
    position: absolute;
    margin-top: 8rem;
    left: 50%;
    transform: translate(-50%,-50%);
    animation: .5s infinite alternate zoomInOutOpacity
    }

    .bombing-area {
    position: relative;
    width: 15rem;
    height: 15rem;
    margin: 2rem auto;
    transform-style: preserve-3d;
    perspective: 800px
    }

    .bombing-area .animate-bom {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border-bottom: 3px solid red
    }

    .bombing-area .animate-bom:first-child {
    border-bottom: 3px solid red;
    animation: 1.15s linear -.8s infinite rotate1
    }

    .bombing-area .animate-bom:nth-child(2) {
    border-bottom: 3px solid green;
    animation: 1.15s linear -.4s infinite rotate2
    }

    .bombing-area .animate-bom:nth-child(3) {
    border-bottom: 3px solid #00f;
    animation: 1.15s linear infinite rotate3
    }

    .bomb-count {
    justify-content: center;
    display: flex
    }

    .bomb-counter {
    background: #00f;
    color: #fff;
    border-radius: 2rem;
    padding: .3rem .5rem .3rem .3rem;
    text-align: center;
    margin: .5rem;
    animation: 1s infinite blink
    }

    .bomb-num {
    display: block;
    margin: .5rem auto 1rem
    }

    .details-output {
    background: #fff;
    width: 82%;
    margin: 2rem auto;
    padding: .2rem .3rem;
    display: none;
    grid-template-areas: ‘imgvalue btnvalue’ ‘mainvalue mainvalue’ ‘lessvalue lessvalue’;
    grid-template-columns: 35% 65%;
    align-items: center
    }

    .main-details,.other-details {
    background: var(–grey);
    color: var(-light-dark);
    margin: .3rem;
    padding: .3rem .5rem;
    overflow: scroll;
    border-radius: 1rem
    }

    .details-output img {
    width: 100%;
    height: auto;
    border-radius: 1rem;
    padding: .1rem;
    grid-area: imgvalue
    }

    .donate-btn,.telegram-btn {
    width: fit-content;
    display: block
    }

    .details-output button {
    width: fit-content;
    grid-area: btnvalue
    }

    .main-details {
    grid-area: mainvalue
    }

    .other-details {
    grid-area: lessvalue;
    display: flex;
    flex-wrap: wrap
    }

    .other-details p {
    width: 50%;
    margin: .3rem 0
    }

    .main-details p {
    margin: .3rem 0
    }

    .telegram-btn {
    background: linear-gradient(45deg,#ffc700,#ff0080,#0ff,#f0f,#ff0080,#ffc700);
    background-size: 400% 400%;
    border-radius: 1rem;
    color: #fff;
    font-size: 1.25rem;
    font-family: Gruppo,cursive;
    margin: .5rem auto;
    animation: 5s linear infinite gradientAnimation
    }

    .donate-btn,.donation-area {
    margin: 1rem auto;
    color: #fff;
    padding: .3rem
    }

    .donate-btn i,.telegram-btn i {
    color: #fff;
    margin: .2rem .3rem .2rem .2rem;
    font-size: 1.5rem;
    vertical-align: -.3rem
    }

    .donate-btn {
    background: 0 0/400% 400% #00f;
    border-radius: 1rem;
    font-size: 1.25rem;
    font-weight: 700;
    font-family: Gruppo,cursive
    }

    span+.donate-btn {
    margin: .9rem auto 0
    }

    .donation-area {
    background: var(–light-red);
    border-radius: .5rem;
    width: 82%;
    box-sizing: border-box
    }

    .donation-area h5 {
    color: #fff;
    margin: .1rem 0 .3rem .3rem;
    font-size: 1.25rem
    }

    .donation-area i {
    color: #fff;
    font-size: 1.2rem
    }

    .upi-area {
    background: #fff;
    color: var(–light-dark);
    padding: .5rem .7rem;
    margin: 0 .2rem .3rem;
    border-radius: 1rem
    }

    .upi-area label {
    display: block;
    font-weight: 500
    }

    .upi-area span {
    padding: .3rem;
    border-radius: .3rem;
    color: var(–light-pink);
    border: 2px dotted var(–light-pink)
    }

    .upi-area a {
    margin: 0 auto
    }

    .upi-area i {
    font-size: .7rem
    }

    @media screen and (min-width: 768px) {
    .footer-links li,.web-links li {
    width:fit-content
    }

    .page-title,.toast-container {
    width: 25%
    }

    .nav-toogle {
    margin-left: 2.5rem
    }

    .main-nav {
    height: 25rem
    }

    .developer-nav li {
    font-size: 1rem;
    white-space: nowrap
    }

    .footer-links li {
    margin: .3rem 1.5rem;
    flex-grow: 0
    }

    .web-links ul {
    margin: 0 auto
    }

    .service-area {
    min-width: 50%;
    transform: scale(.8);
    display: flex
    }

    .service-img {
    width: 40%
    }

    .welcome-head {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5rem;
    background: 0 0
    }

    .welcome-head img {
    border-radius: 50%;
    height: 6rem;
    width: 6rem
    }

    .welcome-text {
    gap: 3rem;
    margin-left: .6rem;
    flex-wrap: nowrap
    }

    .tool-container {
    width: 95%
    }

    .tool-item {
    width: fit-content;
    flex-basis: 25%;
    flex-grow: 1;
    margin-right: 2.5rem;
    margin-left: 2.5rem
    }

    .article-box,.article-img {
    width: 45%
    }

    .is-multiplex {
    width: 90%;
    padding-bottom: .3rem;
    display: flex
    }

    .is-multiplex img {
    width: 30%
    }

    .multiplex-text {
    margin: .7rem
    }

    .row {
    display: flex;
    flex-wrap: wrap
    }

    .content-start {
    display: grid;
    grid-template-areas: ‘image update update update update’ ‘image text text text text’
    }

    .bombh.content-start {
    display: grid;
    grid-template-areas: ‘image update update home home’ ‘image text text text text’
    }

    .content-start span {
    grid-area: update
    }

    .content-start p {
    grid-area: text
    }

    .content-start img {
    width: 75%;
    border-radius: 10%;
    grid-area: image
    }

    .bombh.content-start .is-btn {
    grid-area: home;
    width: fit-content;
    padding-right: .5rem
    }

    .bomb-form input,.imp-box {
    width: 60%
    }

    .form {
    width: 50%
    }

    .has-code label {
    left: 27%
    }

    .bomb-container {
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-areas: ‘bimg bcount bcount bcount bcount’ ‘bimg bnum bnum bnum bnum’ ‘bimg bsub bsub bsub bsub’;
    grid-template-columns: 30% 60%
    }

    .anim-bomb {
    grid-area: bimg
    }

    .bombing-logo {
    margin-top: 10rem
    }

    .bomb-count {
    grid-area: bcount
    }

    .bomb-num {
    grid-area: bnum
    }

    .bomb-form {
    grid-area: bsub
    }

    .details-output {
    grid-template-areas: ‘imgvalue mainvalue’ ‘imgvalue lessvalue’ ‘btnvalue btnvalue’;
    grid-template-columns: 20% 80%
    }

    .details-output img {
    width: 100%
    }

    .main-details {
    display: flex;
    flex-wrap: wrap;
    margin-left: .5rem
    }

    .main-details p,.other-details p {
    width: 33.3%
    }

    .upi-area label {
    display: inline-block
    }
    }

    .tg-spin {
    -moz-animation: 2s linear infinite spin;
    -o-animation: 2s linear infinite spin;
    -webkit-animation: 2s linear infinite spin;
    animation: 2s linear infinite spin;
    display: inline-block
    }

    @keyframes timerWidth {
    from {
    width: 0
    }

    to {
    width: 100%
    }
    }

    @keyframes slideDown {
    from {
    top: -4rem
    }

    to {
    top: 15%
    }
    }

    @keyframes slideUp {
    from {
    top: 15%
    }

    to {
    top: -4rem
    }
    }

    @keyframes textclip {
    to {
    background-position: 200% center
    }
    }

    @keyframes shake {
    0%,100%,20%,70% {
    transform: rotate(0)
    }

    30% {
    transform: rotate(-15deg)
    }

    40% {
    transform: rotate(15deg)
    }

    50% {
    transform: rotate(-10deg)
    }

    60% {
    transform: rotate(10deg)
    }
    }

    @keyframes blink {
    from {
    opacity: 1
    }

    to {
    opacity: 0
    }
    }

    @keyframes blinking {
    0%,100% {
    color: #fff
    }

    50% {
    color: teal
    }
    }

    @keyframes rotate1 {
    from {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0)
    }

    to {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(1turn)
    }
    }

    @keyframes rotate2 {
    from {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0)
    }

    to {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(1turn)
    }
    }

    @keyframes rotate3 {
    from {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0)
    }

    to {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(1turn)
    }
    }

    @keyframes zoomInOutOpacity {
    from {
    transform: translate(-50%,-50%) scale(1);
    opacity: 1
    }

    to {
    transform: translate(-50%,-50%) scale(.5);
    opacity: .5
    }
    }

    @keyframes gradientAnimation {
    from {
    background-position: 0 50%
    }

    to {
    background-position: 100% 50%
    }
    }

    @-moz-keyframes spin {
    0% {
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0)
    }

    100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
    }
    }

    @-webkit-keyframes spin {
    0% {
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0)
    }

    100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
    }
    }

    @-o-keyframes spin {
    0% {
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0)
    }

    100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
    }
    }

    @-ms-keyframes spin {
    0% {
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0)
    }

    100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
    }
    }

    @keyframes spin {
    0% {
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0)
    }

    100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
    }
    }

    @keyframes shimmer {
    100% {
    left: 100%
    }
    }

    @keyframes blinkIn {
    from {
    opacity: 0
    }

    to {
    opacity: 1
    }
    }

    @media(min-width: 1200px) {
    html {
    font-size:18px
    }
    }

    Paytm Payment QR Code Generator

    body {
    margin: 0;
    padding-bottom: 50px; /* Add padding to avoid content overlap with the footer */
    font-family: Arial, sans-serif;
    background-color: #f0f8ff;
    }

    .footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #f8f8f8;
    text-align: center;
    padding: 10px 0;
    color: #666;
    font-size: 12px;
    }

    .secured-icon {
    width: 50px;
    height: 50px;
    vertical-align: middle;
    margin-right: 5px;
    }

    Secured
    Secured by DMCA | © Anshpreet 2023

    var app_url = ‘https://gplinks.in/’;
    var app_api_token = ‘8637fc1001977fc0828c1731fe93579f9ac34d4a’;
    var app_advert = 2;
    var app_domains = [“https://beta-buttons.anshpreet2442.repl.co”,”https://beta-buttons.anshpreet2442.repl.co/”%5D;

    //gplinks.in/js/full-page-script.js