/* bg animation */

line {
    stroke: rgb(252, 250, 250);
    stroke-width: 2;
}

.line {
    animation: dassh 5s linear forwards;
}

.lines {
    animation: dash 5s linear forwards;
}

@keyframes dash {
    0% {
        margin-right: 0;
    }
    50% {
        margin-right: 200px;
    }
    70% {
        margin-right: 250px;
        margin-top: -40px;
    }
    100% {
        margin-right: 290px;
        margin-top: -40px;
    }
}

@keyframes dassh {
    0% {
        margin-left: 0;
    }
    50% {
        margin-left: 200px;
    }
    70% {
        margin-left: 250px;
        margin-top: -40px;
    }
    100% {
        margin-left: 290px;
        margin-top: -40px;
    }
}


/* 
.rf-page {
    font-family: 'Livvic', sans-serif;
    background-image: linear-gradient(to right, #339933, #6699ff);
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 1900px;
} */


/* .circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1900px;
    overflow: hidden;
} */


/* 
.circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;
}

.circles li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
} */


/* .circles li:nth-child(2) {
    left: 5%;
    width: 150px;
    height: 150px;
    animation-delay: 2s;
    animation-duration: 10s;
}

.circles li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9) {
    left: 15%;
    width: 110px;
    height: 110px;
    animation-delay: 2s;
    animation-duration: 15s;
}

.circles li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
} */

@keyframes animate {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }
    100% {
        transform: translateY(-2400px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}


/* bg animation end */

.rf-page .rf-head {
    text-align: center;
    color: #fff;
    padding-top: 1%;
}

.rf-page .rf-main {
    position: absolute;
    top: 18%;
    left: 50%;
}


/* rf-center animation */

.rf-center {
    position: absolute;
    top: 1190px;
    left: 620px;
    padding: 2%;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    transform: translate(-50%, -40%);
    z-index: 3;
    overflow: hidden;
}

.rf-center::before {
    content: '';
    position: absolute;
    z-index: -2;
    left: -50%;
    top: -50%;
    width: 200%;
    height: 200%;
    background-color: #FD660A;
    background-repeat: no-repeat;
    background-size: 50% 50%, 50% 50%;
    background-position: 0 0, 100% 0, 100% 100%, 0 100%;
    background-image: linear-gradient(#FD660A, #FD660A), linear-gradient(#F30876, #F30876), linear-gradient(#13E1AF, #13E1AF), linear-gradient(#780FDA, #780FDA);
    animation: rotate 4s linear infinite;
}

.rf-center::after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 6px;
    top: 6px;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    background: white;
    border-radius: 50%;
}

@keyframes rotate {
    100% {
        transform: rotate(1turn);
    }
}


/* rf-center animation end */

.rf-page h6 {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(to bottom right, #339933, #6699ff);
    -webkit-background-clip: text;
    color: transparent;
}

.rf-page h5 {
    position: fixed;
    font-size: 12px;
    display: inline-flex;
    top: 50%;
    left: 50%;
    transform: translate(-40%, -20%);
    margin: -8%;
    background: linear-gradient(to bottom right, #339933 30%, #6699ff);
    -webkit-background-clip: text;
    color: transparent;
}

.rf-page img {
    width: 25px;
    height: 25px;
    margin: 2% 6%;
}

.rf-page .rf-main svg {
    position: absolute;
    top: 50%;
    left: 50%;
}


/* rf-animate animation */

.rf-animate {
    position: absolute;
    padding: 1%;
    top: 1190px;
    left: 620px;
    width: 150px;
    height: 80px;
    border-radius: 10px;
    z-index: 3;
    overflow: hidden;
}

.rf-animate::before {
    content: '';
    position: absolute;
    z-index: -2;
    left: -50%;
    top: -50%;
    width: 200%;
    height: 400%;
    background-color: #FD660A;
    background-repeat: no-repeat;
    background-size: 50% 50%, 50% 50%;
    background-position: 0 0, 100% 0, 100% 100%, 0 100%;
    background-image: linear-gradient(#FD660A, #FD660A), linear-gradient(#F30876, #F30876), linear-gradient(#13E1AF, #13E1AF), linear-gradient(#780FDA, #780FDA);
    animation: rotate 4s linear infinite;
}

.rf-animate::after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 4px;
    top: 4px;
    width: calc(100% - 9px);
    height: calc(100% - 9px);
    background: white;
    border-radius: 10px;
}

@keyframes rotate {
    100% {
        transform: rotate(1turn);
    }
}


/* rf-animate animation end */


/* rf-gp-store */

.rf-gp-store {
    transform: translate(-50%, -280%);
}

.rf-gp-main svg {
    transform: translate(-1.5%, -84%) rotate(0deg);
}


/* rf-gp-store end */


/* rf-ios-store */

.rf-ios-store {
    transform: translate(-200%, -190%);
}

.rf-ios-main svg {
    transform: translate(-48%, -102%) rotate(-60deg);
}


/* rf-ios-store end */


/* rf-online-store */

.rf-online-store {
    transform: translate(-250%, -40%);
}

.rf-online-main svg {
    transform: translate(-90%, -95%) rotate(-90deg);
}


/* rf-online-store end */


/*rf-sm-page */

.rf-sm-page {
    transform: translate(-200%, 110%);
}

.rf-sm-main svg {
    transform: translate(-96%, -78%) rotate(-120deg);
}


/* rf-sm-page end */


/*rf-js-dial */

.rf-js-dial {
    transform: translate(100%, -190%);
}

.rf-js-main svg {
    transform: translate(-2%, -17%) rotate(60deg);
}


/* rf-js-dial end */


/*rf-youtube */

.rf-youtube {
    transform: translate(150%, -40%);
}

.rf-yt-main svg {
    transform: translate(-10%, 4%) rotate(90deg);
}


/* rf-youtube end */


/*rf-google */

.rf-google {
    transform: translate(100%, 110%);
}

.rf-gl-main svg {
    transform: translate(-44%, 14%) rotate(118deg);
}


/* rf-google end */


/* rf-glassdoor */

.rf-glassdoor {
    transform: translate(-50%, 210%);
}

.rf-gd-main svg {
    transform: translate(-100%, -9%) rotate(180deg);
}


/* rf-glassdoor end */


/* summary */

.rf-page .sum-main {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -15%);
}

.rf-page .sum-main .sum-head {
    color: #fff;
    text-align: center;
    padding-top: 1%;
}

.rf-page .sum-card {
    position: relative;
    width: 880px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    background-image: linear-gradient(140deg, #339933, #6699ff);
    top: 50%;
    left: 50%;
    transform: translate(-60%, -50%) rotate(-90deg);
}

.rf-page .sum-card::before {
    content: "";
    position: absolute;
    height: 98px;
    left: 50%;
    top: 100%;
    border-right: 2px solid #fff;
}

.rf-page .sum-card::after {
    content: "";
    position: absolute;
    width: 91%;
    top: 242%;
    left: 4.4%;
    border-bottom: 2px solid #fff;
}

.rf-page .sum-res-card {
    position: relative;
    margin: 2%;
    color: #fff;
    background-image: linear-gradient(140deg, #339933, #6699ff);
    transition: all 0.2s;
}

.rf-page .sum-res-card:hover {
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.5);
    transform: translateY(-2px);
    font-weight: 500;
}

.rf-page .sum-res-card::before {
    content: "";
    position: absolute;
    width: 1.5%;
    height: auto;
    padding: 0.7%;
    top: 42%;
    left: -17.4%;
    background-color: #fff;
    border-radius: 50%;
    z-index: 1;
}

.rf-page .sum-res-card::after {
    content: "";
    position: absolute;
    width: 16.5%;
    top: 50%;
    left: -16.5%;
    border-bottom: 2px solid #fff;
}

.rf-page .sum-res-card .badge {
    position: absolute;
    font-size: 15px;
    padding: 1.2% 1.6%;
    color: #111;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5);
    transform: translate(-70%, -90%);
    z-index: 1;
}

.rf-page .sum-res-card .badge.badge-10 {
    padding: 1.2% 1%;
}


/* 
.rf-page .sum-res-card:hover .badge {
    color: #fff;
    background-image: linear-gradient(140deg, #339933, #6699ff);
    animation: badge-animation 1s;
} */


/* summary end */

#line-maskPath {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: dash 2s linear alternate infinite;
}

@keyframes dash {
    from {
        stroke-dashoffset: -252;
    }
    to {
        stroke-dashoffset: 100;
    }
}

@keyframes badge-animation {
    0% {
        transform: translate(-500%, -10%);
    }
    80% {
        transform: translate(-60%, -10%);
    }
}


/* responsive css */

@media only screen and (max-width:1199px) {
    .rf-page .sum-main .sum-card::after {
        width: 101%;
        left: 0.5%;
    }
    .rf-page .sum-main .sum-res-card::before {
        top: 45%;
        left: -16.6%;
    }
}

@media only screen and (max-width:991px) {
    .rf-page .sum-main {
        transform: translate(-50%, -25%);
    }
    .rf-page .sum-main .sum-card::after {
        width: 112.5%;
        left: -6%;
    }
    .rf-page .sum-main .sum-res-card::before {
        top: 47%;
        left: -15.5%;
    }
    .rf-page .sum-main .sum-res-card::after {
        width: 15%;
        left: -15%;
    }
    .rf-page .sum-main .sum-res-card .badge {
        transform: translate(-90%, -100%);
    }
    @keyframes badge-animation {
        0% {
            transform: translate(-500%, 50%);
        }
        80% {
            transform: translate(-80%, 50%);
        }
    }
}

@media only screen and (max-width:767px) {
    .rf-page .sum-main {
        transform: translate(-50%, -26%);
    }
    .rf-page .sum-main .sum-card::after {
        width: 124.5%;
        left: -11.5%;
    }
    .rf-page .sum-main .sum-res-card::before {
        top: 48.5%;
        left: -13.5%;
    }
    .rf-page .sum-main .sum-res-card::after {
        width: 13%;
        left: -13%;
    }
    .rf-page .sum-main .sum-res-card .badge {
        transform: translate(-100%, -110%);
    }
}

@media only screen and (max-width:700px) {
    .rf-page .rf-main {
        display: none;
    }
    .rf-page::after {
        content: "Please open this page in Desktop site mode to view this part's content.";
        font-size: 20px;
        font-weight: 500;
        color: #fff;
    }
    .rf-page .sum-main {
        transform: translate(-50%, -40%);
    }
}