Uname:Linux ip-10-0-5-176 6.8.0-1057-aws #60~22.04.1-Ubuntu SMP Wed May 27 08:16:59 UTC 2026 x86_64

403WebShell
403Webshell
Server IP : 3.111.61.48  /  Your IP : 216.73.216.67
Web Server : Apache
System : Linux ip-10-0-5-176 6.8.0-1057-aws #60~22.04.1-Ubuntu SMP Wed May 27 08:16:59 UTC 2026 x86_64
User : ubuntu ( 1000)
PHP Version : 8.2.31
Disable Function : exec,passthru,shell_exec,system
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /var/www/vhost/gyaniguru.org/css/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/vhost/gyaniguru.org/css/ani.css
@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300;400;500;600;700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: "Hind Siliguri", serif;

    margin: 0;
    padding: 0;
    background-color: #fce6ab;
    color: #000;
}

header {
    background-color: #ecd352;
    color: black;
    text-align: center;
    padding: 10px 20px;
    font-size: 22px;
    font-weight: bold;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.title {
    text-align: center;
    font-size: 1rem;
    margin: 20px 0;
    letter-spacing: 1px;
    font-weight: 500;
    font-family: Montserrat;
}
.banner-ani{
    background-color: #fce6ab !important;
}
.banner-ani p{
    font-family: "Hind Siliguri", serif;
    font-size: 16px;
    font-weight: 600;
}
.video-section {
    text-align: center;
}

.video-section iframe {
    width: 80%;
    max-width: 600px;
    height: 290px !important;
    margin: 20px 0;
}
@media screen and (max-width: 767px) {
    .video-section iframe{
        width: 100%;
        height: 200px !important;
    }
    .abcd{
        width: 100%;
    }
}
.details-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    margin-top: 20px;
}

.details-box {
    flex: 1 1 calc(50% - 20px);
    /* font-weight: 300; */
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 15px;
    font-size: 16px;
}
.details-box p{
    /* font-family: Dancing Script ; */
    font-weight: 500;
}
.cta {
    text-align: center;
    margin-top: 20px;
}

.cta button {
    background-color: #ecd352;
    border: 2px solid #279fcf;
    font-weight: 600;
    color: black;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;

}
@keyframes shake-vertical {
    0% { transform: translateY(0); }
    25% { transform: translateY(-5px); }
    50% { transform: translateY(5px); }
    75% { transform: translateY(-5px); }
    100% { transform: translateY(0); }
}

.shake {
    animation: shake-vertical 0.5s ease-in-out;
}


.cta button:hover {
    background-color: #b19922;
}

.note {
    text-align: center;
    font-size: 0.9rem;
    color: #555;
    margin-top: 10px;
}

.watch-btn {
    
    text-align: center;
    margin-top: 10px;
    font-size: 1.2rem;
    font-weight: bold;
}

.watch-btn a {
    color: black;
    border: 3px solid white;
    text-decoration: none;
    padding: 10px 20px;
    background-color: black;
    color: white;
    border-radius: 5px;
}

.footer a:hover {
    background-color: #333;
}
.details-box{
    /* display:flex; */
    align-items: center;
    justify-content: center;
    text-align: left;
    font-weight: 600;
}
@media screen and (min-width: 768px) {
    .details-box{
        display: flex;
    }
}
.details-box .icon{
    height: 40px;
    width: 50px;
    background-color: #ecd352;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin-right: 4px;
}
.details-box .icon i {
    font-size: 25px;
    color: white;
    margin-top: 8px;
}

.headline{
    background-color: #ecd352;
    padding: 10px;
    color: black;
    padding: 15px 16px ;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.headline p{
    margin: 0;
    font-size: 2.5rem;
    color: black;
    font-weight: 700;
}
.headline p span{
    color: #072faa;
}
.mentor .img{
    border-radius: 50%;
    margin-top: 20px;

}
.mentor .img img{
    border-radius: 50%;
    border: 4px solid white;
    /* height: 250px;
    width: 250px; */
}
.mentor .content{
    padding: 15px 5px;
    font-size: 16px;
    font-weight: 500;
    margin-top: 50px;
}

.inner-mentor2{
    background-color: #071e61;
    color: #fff;
}
.inner-mentor2 h3{
    font-size: 31px;
    font-family: Montserrat;
    font-weight: 700;
    letter-spacing: 1px;
}
@media  screen and (max-width:476px){
    .inner-mentor2 h3{
        font-size: 20px;
    }
    .headline p{
        font-size: 1.5rem;
    }
}
.content2{
    margin-top: 20px;
}
.inner-mentor2 p{
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    margin-top: 25px;
    letter-spacing: 1px;
}
.conten2-p + .conten2-p{
    margin-top: 0px !important;
}
.bonus-container{
    background-color: #fcdd8a;
    margin-top: 40px;
    border: 5px dashed red;
}
.bonus-container .bonus p {
    font-size: 4rem;
    font-weight: 700;
}
.bonus-container .bonus{
    background-color: #ecd352;
    /* border: 2px dashed blue; */
    text-align: center;
    box-shadow: 0 0 10px #ecd352;
}
.bonus-rupee h1{
    font-weight: 700;
    font-size: 45px;
}
.bonus-rupee p{
    font-size: 30px;
    font-weight: 600;
    
}
.bonus-rupee{
    margin-left: 50px;
    margin-top: 20px;
}

.under-bonus{
    text-align: center;
    /* font-size: large; */
    font-weight: 900;
}
@media screen and (max-width: 768px){
    .under-bonus{
        text-align: center;
        font-size: 20px;
        font-weight: 800;
    }
    .masterclass .heading h1{
        font-size: 20px;
        font-weight: 600;
    }
    .masterclassbox p{
        font-size: 14px !important;
    }
    .classheading p{
        font-size: 17px;
    }
}
.masterclass .heading {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-align: center;
    padding: 10px;
    background-color: #071e61;
    
    /* Text shadow for a soft glow */
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1), 0 0 25px rgba(0, 0, 0, 0.2);
    
    /* Box shadow for depth */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
    
    /* Apply the animation */
    animation: fadeInShadow 2s ease-out forwards;
}

@keyframes fadeInShadow {
    0% {
        opacity: 0;
        transform: translateY(-20px);
        text-shadow: none;
        box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1), 0 0 25px rgba(0, 0, 0, 0.2);
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
    }
}

.masterclass .heading h1{
    font-weight: 600;
    color: #fff;

}
.classheading{
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    margin-top: 25px;
    display: flex;
    justify-content: center;

}
.classheading .day{
    background-color: #071e61;
    max-width: 390px;
    color: #fff;
    border-radius: 7px;
    padding: 5px 10px;
}
.masterclassbox {
    width: 100%;
    margin-top: 5px;
    background-color: #fff;
    border-radius: 12px; /* Rounded corners */
    border: 2px solid rgba(199, 195, 195, 0.5); /* Light border */
    padding: 2px 20px; /* More space inside the card */
    display: flex;
    align-items: center;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1); /* Soft shadow */
    transition: all 0.3s ease-in-out; /* Smooth transition */
    
    /* Subtle gradient background for the card */
    background: linear-gradient(145deg, #f7f7f7, #ffffff);
}

.masterclassbox:hover {
    transform: translateY(-5px); /* Slight hover lift */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15); /* Darker shadow on hover */
    border-color: #f7d158; /* Light border color on hover */
}

.masterclassbox .content {
    font-size: 16px;
    color: #333;
    letter-spacing: 0.5px;
    flex: 1;
}

.masterclassbox p{
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 1.5rem;
    font-weight: 600;
    /* margin-top: 5px; */
    margin-left: 5px;
}
.masterfooter {
    text-align: center;
    font-size: larger;
    font-weight: 600;
    margin-top: 30px;
    
    /* 3D text effect */
    color: blue;
    position: relative;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2), 0 0 25px rgba(0, 0, 0, 0.1);
    font-family: 'Arial', sans-serif;

    /* Animation */
    /* animation: floatIn 2s ease-out infinite; */
}

@keyframes floatIn {
    0% {
        transform: translateY(0) scale(1);
        opacity: 0;
    }
    50% {
        transform: translateY(-10px) scale(1.05);
        opacity: 1;
    }
    100% {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

.masterfooter:hover {
    /* Adding a hover effect for an extra 3D illusion */
    transform: rotateY(10deg);
    transition: transform 0.3s ease-out;
}

@media screen and (max-width: 768px) {
    .masterfooter{

        font-size: small;
    }
}

.offer-section .heading {
    text-align: center;
    font-size: 56px; /* Larger font size for heading */
    font-weight: 900 !important; /* Make it bold */
    letter-spacing: 3px; /* Slightly wider letter spacing */
    color: #fff; /* Dark color for the text */
    font-family: 'Arial', sans-serif;
    position: relative;
    text-transform: uppercase;
    background-color: #071e61;
    padding: 10px 15px;
    border-radius: 7px;
    max-width: 280px;
    /* padding: 5px; */
    margin: 0 auto;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.8), 0 8px 30px rgba(0, 0, 0, 0.5);


    
    /* Animation for pop-in */
    animation: popIn 1.2s ease-out, floating 3s ease-in-out infinite;
}
.offer-section .heading  h1{
    font-weight: 800;
    font-size: 36px;
}
.offer-section .heading span{
    font-style: normal !important;
    font-size: 50px;
    font-weight: 900 !important;
    /* font-family: sans-serif; */
}
@keyframes popIn {
    0% {
        transform: scale(0.8) rotateX(-60deg);
        opacity: 0;
    }
    50% {
        transform: scale(1.1) rotateX(0deg);
        opacity: 1;
    }
    100% {
        transform: scale(1) rotateX(0deg);
        opacity: 1;
    }
}

@keyframes floating {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

/* Styling for smaller text within <p> and <span> */
.offer-section p {
    font-size: 18px;
    /* color: #555; Lighter gray color */
    font-weight: 600;
    margin-top: 10px;
}

.offer-section span {
    font-size: 16px;
    color: #f4a261; /* Slightly warm color for emphasis */
    font-weight: 600;
    font-style: italic;
}

/* Hover effect with stronger 3D */
.offer-section .heading:hover {
    transform: rotateY(15deg) scale(1.1);
    text-shadow: 
        3px 3px 6px rgba(0, 0, 0, 0.3), 
        0 0 20px rgba(0, 0, 0, 0.6),
        0 0 40px rgba(255, 172, 0, 0.6), /* Stronger golden glow */
        0 0 30px rgba(255, 255, 255, 0.4); /* Strong white highlight */
    transition: transform 0.3s ease, text-shadow 0.3s ease;
}
.offer-section .image img{
    width: 100%;

}
.offer-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    padding: 40px 20px;
}

.offer-card {
    position: relative;
    margin-top: 15px;
    width: 100%;
    max-width: 300px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.offer-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.offer-card:hover img {
    transform: scale(1.05);
}

.offer-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
}

.offer-details {
    padding: 20px;
    text-align: center;
    background-color: #f9f9f9;
}

.offer-details h3 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
}

.offer-details .price {
    font-size: 16px;
    color: black;
    font-weight: 600;
    background-color: #ecd352;
    padding: 5px 10px;
    border-radius: 5px;
    /* box-shadow: 2px 2px 5px gray; */
    /* width: 95px;
    margin: 0 auto; */
}

.offer-card:hover .offer-details {
    background-color: #f1f1f1;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .offer-container {
        gap: 20px;
    }
    .offer-card {
        max-width: 100%;
    }
}
.important-info-container {
    display: flex;
    justify-content: center;
    padding: 50px 20px;
    background-color: #fce6ab;
}
.important-info-container .strong{
    font-size: 24px;
    font-weight: 600;
}
.important-info-container li{
    font-size: 20px;
    font-family:"Hind Siliguri" ;
}
.info-card {
    background-color: #071e61;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 100%;
}

.info-title {
    font-size: 35px;
    font-weight: bold;
    color: #fe9b12;
    margin-bottom: 20px;
    text-align: center;
    display: flex !important;
    padding: 5px 50px;
    padding-right: 70px;
}

.info-list {
    list-style-type: none;
    padding: 0;
    font-size: 16px;
}

.info-list li {
    margin-bottom: 15px;
    color: #fff;
}

.checkmark {
    color: #28a745;
    font-size: 18px;
    margin-right: 10px;
}

@media (max-width: 768px) {
    .important-info-container {
        padding: 30px 10px;
    }
    .info-card {
        margin-bottom: 40px !important;
        padding: 20px;
    }
    .certificate-container h1{
        font-size: 15px !important;
    }
}
.swiper-pagination{
    margin-top: 100px !important;
}
.certificate-container h1{
    font-size: 2rem;
        font-weight: bold;
        color: #4A90E2;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
        background: #071e61;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-bottom: 35px;
        /* animation: glow 1.5s infinite alternate; */
}
@keyframes glow {
    from {
        text-shadow: 0 0 10px #6A11CB, 0 0 20px #2575FC, 0 0 30px #6A11CB;
    }
    to {
        text-shadow: 0 0 20px #2575FC, 0 0 30px #6A11CB, 0 0 40px #2575FC;
    }
}

 .content-wrapper { padding: 0px 0; background: #fce6ab; }
.section-title { font-size: 30px; font-weight: bold; color: #333; text-transform: uppercase; animation: fadeInUp 1s ease-in-out; }
.video-title { font-size: 22px; color: #000; margin-bottom: 15px; text-align: center; animation: fadeInLeft 1s ease-in-out; }
.video-container { width: 100%;  }
.video-container iframe { 
    width: 100%;
    height: 220px;
    /* width: 100%;
     height: 315px;  */
     border-radius: 10px; 
     box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
     transition: transform 0.3s; }
.video-container iframe:hover { transform: scale(1.05); } 
.register-btn { display: inline-block;width: 100%;margin-bottom: 25px;margin-top: -25px !important; padding: 15px 30px; background: #ecd352; color: black; font-size: 20px; font-weight: bold; border-radius: 5px; text-decoration: none; transition: 0.3s; }
.register-btn:hover { background: #af9618; }
.btn-main { display: block; font-weight: bold; }
.btn-sub { font-size: 13px; margin-top: 0px !important;margin-bottom: 0px !important; }
.fade-in { opacity: 0; transform: translateY(20px); animation: fadeInUp 1s forwards; }

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInLeft {
    from { opacity: 0; transform: translateX(-20px); }
    to { opacity: 1; transform: translateX(0); }
}
.ani-video-section h3{
    font-size: 18px !important;
    margin-top: 30px;
}

    /* Testimonials Section */
    #testimonials {
        padding: 60px 0;
        background:#fce6ab ;
        color: white;
        text-align: center;
    }

    #testimonials h2 {
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 30px;
        color: #000;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    /* Masonry Grid */
    .testimonials-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        padding: 20px;
    }

    .testimonials-child {
        width: 100%;
        max-width: 300px;
        border-radius: 10px;
        overflow: hidden;
        background: rgba(255, 255, 255, 0.1);
        box-shadow: 0 4px 10px rgba(255, 255, 255, 0.2);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        opacity: 0;
        animation: fadeInUp 0.8s forwards;
    }

    .testimonials-child img {
        width: 100%;
        border-radius: 10px;
        transition: transform 0.3s ease-in-out;
    }

    .testimonials-child:hover {
        transform: scale(1.05);
        box-shadow: 0 8px 20px rgba(255, 255, 255, 0.3);
    }

    .testimonials-child:hover img {
        transform: scale(1.1);
    }

    /* Fade In Animation */
    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(30px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    /* Responsive Carousel on Small Screens */
    @media (max-width: 768px) {
        .testimonials-container {
            display: flex;
            flex-wrap: nowrap;
            overflow-x: auto;
            gap: 10px;
            padding: 20px;
            scroll-snap-type: x mandatory;
        }

        .testimonials-child {
            flex: 0 0 auto;
            scroll-snap-align: center;
        }
    }


    /* Show the button only on mobile view */
@media (max-width: 768px) {
    .mobile-register-btn {
        display: block;
        position: fixed;
        bottom: 0;  /* Position the button at the bottom of the screen */
        /* left: 0;  Align it to the left */
        width: 100%;  /* Make the button full width */
        background-color: #ecd352;  /* Example background color */
        /* padding: 15px; */
        text-align: center;
        border-radius: 0;
        color: black;
        text-decoration: none;
        margin: 0 !important;
        margin-left: 0px !important;
        
        border-radius: 25px 25px 0px 0px;
        z-index: 9999;  /* Make sure the button is on top of other content */
    }

    .mobile-register-btn .btn-main {
        font-size: 18px;
        font-weight: bold;
    }

    .mobile-register-btn .btn-sub {
        font-size: 14px;
        display: block;
        margin-top: 5px;
    }
}

/* Hide the button on desktop view */
@media (min-width: 769px) {
    .mobile-register-btn {
        display: none;
    }
}


#testimonials h2::after {
    content: '';
    position: absolute;
    top: 3px;
    /* left: 0px !important; */
    right: 0;
    bottom: 0;
    /* background: linear-gradient(145deg, #ffd54f, #ff7043); Gradient shadow */
    z-index: -1;
    transform: scale(1.1);
    filter: blur(8px);
}

.note {
    margin-top: 30px;
    background-color: #59080e;
    color: #fff;
    padding: 0px 10px;
    font-size: larger;
    font-weight: bold;
    align-items: center;
    border-radius: 5px;
    /* display: inline-block; Ensures scaling works properly */
    
    /* Add animation */
    animation: scaleNote 1s infinite alternate ease-in-out;
}

/* Define keyframes for the scaling effect */
@keyframes scaleNote {
    0% {
        transform: scale(0.8); /* Normal size */
    }
    100% {
        transform: scale(1); /* Bigger size */
    }
}

.note p{
    margin-top: 10px;
}

.testimonials-containerr .col-lg-4{
    margin-top: 15px;
}
.testimonials-containerr .col-lg-4 img{
    border-radius: 4px;
}
.popup {
    position: fixed;
    top: 10%;
    left: 35%;
    transform: translateX(-50%) scale(0);
    background-color: #f7df42;
    color: #000;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    font-size: 11px !important;
    font-weight: bold;
    max-width: 80%;
}

.popup .nlp {
    font-size: 12px !important;
    font-weight: bold;
    color: #fff !important;
    margin-bottom: 10px;
    padding: 5px;
    padding-left: 10px;
    border-radius: 25px;
    background-color: #941a19;
}
.popup .nlp .highlight{
    color: #fff !important;
}
.popup .highlight {
    color: blue;
}

.popup .cta {
    margin-top: -7px !important;
    text-align: center;
    color: blue;
    font-size: 13px !important;
    text-decoration: underline;
    cursor: pointer;
}

@keyframes zoomInPop {
    from {
        transform: scale(0);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.zoom-pop {
    animation: zoomInPop 0.5s ease-in-out forwards;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .popup {
        top: 0%;
        left: 0.8%;
        transform: translateX(-50%);
        padding: 5px 0px;
        max-width: 100%;
    }

   

}

@media (max-width: 480px) {
    .popup {
        width: 100%;
       
    }

  

    .popup .cta {
   
        margin-top: -7px !important;
    }
}
  .rrr img{
    /* aspect-ratio: 3/4; */
    max-height: 550px !important;
    padding: 0px !important;
  }

  .left-seat{
    color: red;
    animation: blink 0.9s infinite;

  }
  @keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0}
  }

  .main-price {
    position: relative;
    display: inline-block;
    color: #0400ff; /* Adjust color as needed */
    font-size: 20px; /* Adjust size */
    font-weight: bold;
    margin-right: 0px; /* Space between prices */
    /* padding: 0 px; */
}

.main-price::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%; /* Full width of the text */
    height: 2px; /* Thickness of the line */
    background-color: red; /* Line color */
    transform: translateY(-50%);
}
.svg-container {
    background-color: #1a73e9; /* Ensure the div has no background color */
    display: inline-block; /* Align SVG properly */
    padding: 0; /* No padding needed */
    border-radius: 50%;
    margin-right: 8px;
  }
  
  .path-tick {
    stroke-dasharray: 100%;
    animation: dash 2s infinite;
    stroke-width: 5; /* Make the tick bold */
  }
  
  @keyframes dash {
    0% {
      stroke-dashoffset: 100%;
    }
    /* 60% {
      stroke-dashoffset: 100%;
    } */
    100% {
      stroke-dashoffset: 0%;
    }
  }

Youez - 2016 - github.com/yon3zu
LinuXploit