@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&subset=greek-ext');
@import url('https://fonts.googleapis.com/css?family=Sofadi+One');

body,
html {
    width: 100%;
    height: 100%;
    font-family: 'Noto Sans', 'Lucida Sans Unicode';
}

a,
a:hover {
    color: #516395;
    text-decoration: none;
}


.circles {
    position: absolute;
    z-index: -1;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    animation-name: shape-in-from-top;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
}

.circles li {
    position: absolute;
    /* display: block; */
    list-style: none;
    width: 20px;
    height: 20px;
    margin-top: 200px;
    transition: 0.5s;
    -webkit-transition: 0.5s;

}

.circles li:nth-child(1) {
    background: #5d226c25;
    right: 10%;
    width: 80px;
    height: 80px;
    border-radius: 10px;
    transform: rotate(25deg);
    transition: 0.5s;
    -webkit-transition: 0.5s;
}


.circles li:nth-child(2) {
    background: #455d9e25;
    left: 5%;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    transform: rotate(50deg);
    top: 100px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.circles li:nth-child(3) {
    background: #5b5b5b25;
    left: 30%;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    top: 30px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.circles li:nth-child(4) {
    background: #885bf025;
    left: 60%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: 150px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.container {
    padding: 20px;
    z-index: 15;

}

.main {
    z-index: 15;
    position: relative;
    margin-top: 50px;
    text-align: center;
}

.main h5 {
    padding-bottom: 10px;
}

.divider-v2 {
    top: 100px;
    animation-name: divider-v2-from-bottom;
    animation-duration: 0.4s;
    animation-fill-mode: forwards;
}

.container .card-deck .card {
    text-align: left;
    border-radius: 10px;
    border: 2px solid #51639574;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin: 5px 10px 5px 10px;
}

.container .card-deck .card:hover {
    cursor: pointer;
    border: 2px solid #516395;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.container .card-deck .card:hover .card-body .btn-use {
    text-decoration: underline;
    position: relative;
}

.container .card-deck .card .card-body .card-text {
    z-index: 2;
}

.container .card-deck .card .card-body .usage small.text-muted {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.container .card-deck .card:hover .card-body .card-title, .container .card-deck .card:hover .card-body .usage small.text-muted {
    color: #425792 !important;
}

.container .card-deck .card .card-body .card-title {
    font-weight: bold;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.container .card-deck .card .card-body .btn-use {
    float: right;
    font-weight: bold;
}

.container .card-deck .card .card-body .btn-use:hover {
    text-decoration: underline;
    cursor: pointer;
    color: #353d52;
}

#baton {
    width: 125px;
}

textarea {
    border-radius: 10px;
    border-width: 2px;
    padding: 10px;
    color: black;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

#fb_email {
    border: 2px solid gray;
    border-radius: 10px;
    box-shadow: none;
    padding: 10px;
    color: black;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
#fb_email:focus,
.uneditable-input:focus {
    border-color: #516395;
    outline: 0 none;
    box-shadow: none;
}

.rate {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.04);
    margin: auto;
    padding: 20px;
}

.rate .star {
    display: inline-block;
    width: 50px;
    height: 50px;
    font-size: 27.5px;
    color: rgba(255, 208, 0, 0.300);
    cursor: pointer;
}

.rate ul {
    margin: auto;
    padding: 0;
}

.rate .selected-star {
    color: rgb(255, 208, 0);
}

.statistik {
    width: 100%;
    background-image: linear-gradient(to left, #614385, #516395);
}

.statistik .stats {
    padding: 0;
    margin: auto;
}

.statistik .stats li {
    display: inline-block;
    padding-right: 25px;
    padding: 25px;
}

.statistik .stats li .count {
    font-size: 25px;
    font-weight: bold;
}

.feedback_parent {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.050);
    padding: 10px;
}

.feedback_container {
    width: 100%;
    margin: auto;
    text-align: left;
    margin-top: 30px;
    padding: 30px;
    border-radius: 10px;
}

#apps {
    width: auto;
    margin: auto;
    padding: 20px;
}

#apps .aksi .btn-primary {
    width: auto;
    height: auto;
    max-height: 50px;
    min-width: 20px;
    font-size: 18px;
    padding: 10px;
    margin-right: 10px;
    cursor: pointer;
    border-radius: 10px;
}


@media (min-width: 576px) {
    .circles li:nth-child(1) {
        right: 5%;
    }


    .circles li:nth-child(2) {
        left: 85%;
        top: 100px;
    }

    .circles li:nth-child(3) {
        left: 30%;
        top: 150px;
    }

    .circles li:nth-child(4) {
        left: 60%;
        top: 150px;
    }


}

@media (min-width: 768px) {

    .pinfogs .img,
    .pinfogs img {
        width: 250px;
        height: 175px;
    }

    .circles li:nth-child(2) {
        left: 15%;
        top: -30px;
    }

    .circles li:nth-child(3) {
        left: 30%;
        top: 10px;
    }

    .circles li:nth-child(4) {
        left: 50%;
        top: 0px;
    }
}

@media (min-width: 992px) {

    .pinfogs .img,
    .pinfogs img {
        width: 450px;
        height: 325px;
    }

    .binfogs {
        margin-top: 0px;
    }

    .circles li:nth-child(1) {
        right: 25%;
    }


    .circles li:nth-child(2) {
        left: 25%;
        top: 100px;
    }

    .circles li:nth-child(3) {
        left: 30%;
        top: 150px;
    }

    .circles li:nth-child(4) {
        left: 60%;
        top: 150px;
    }
}