/* Hide scrollbar for Chrome, Safari and Opera */
::-webkit-scrollbar {
    display: none;
}

html {
    scroll-behavior: smooth;
}

.body {
    word-wrap: break-word;
}

.logo{
    border-radius: 50%;
}

.has-background-link-darker{
    background-color: #845EC2;
}

.main-container{
    background-image: url("bar/end.png");
    min-height: 800px;

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.pay-container{
    background-image: url("../static/bar/end.png");
    min-height: 1000px;

    margin-top: -20vh !important;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 20vh;
}

.head-title{
    position: relative;
}

.best-price{
    position: absolute;
    width: 300px;
    right: 25px;
    top: -5vh;
    transform: rotate(15deg);
}

.main-title{
    transition: all .2s ease-in-out;
}
.main-title:hover {
    transform: scale(1.05);
}

.dragon-img{
    width: auto;
    height: auto;
    border: black solid 5px;
    border-radius: 50%;
    background-color: antiquewhite;
}

.dragon-img-div{
    width: 100px;
}

.main-column{
    margin-top:160px;
}

.dev {   
    flex-wrap: wrap;
    margin: 1em;
}

.rows {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin: auto;
    justify-content: center;
}
/* End of header */

.about-us{
    background-image: url("bar/bar1.png");

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.about-us-body{
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    padding: 50px;
}

.portfolio{
    background-image: url("bar/bar4.png");

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.portfolio-body{
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    padding: 50px;
}

.slideshow{
    box-sizing:border-box;
}

.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */

.prev{
    left: -80px;
    border-radius: 3px 3px 3px 3px;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: -80px;
    border-radius: 3px 3px 3px 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}

/* Navbar */
.has-text-black {
    color: black;
    font-weight: 600;
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active, .dot:hover {
    background-color: #717171;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}

@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}

.smoltext{
    font-size: 15px;
    color: red !important;
}

/* End of slideshow/about us */

.client{
    background-image: url("bar/bar2.png");

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.client-body{
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    padding: 50px;
}

/* End of client */

.devs{
    background-image: url("bar/bar3.png");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.devs-body{
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    padding: 50px;
}
.img-trial{
    border: 5px solid #ffffff;
    padding: 4px;
    width: 100px;
}
.trial-tag{
    background-color: #ffffff !important;
    color: rgb(122, 122, 122) !important;
}
.img-rp{
    border: 5px solid #d296f0;
    padding: 4px;
    width: 100px;
}
.rp-tag{
    background-color: #d296f0 !important;
    color: white !important;
}
.img-manager{
    border: 5px solid #6CFF78;
    padding: 4px;
    width: 100px;
}
.manager-tag{
    background-color: #6CFF78 !important;
    color: white !important;
}
.img-dev{
    border: 5px solid #8ac7ff;
    padding: 4px;
    width: 100px;
}
.dev-tag{
    background-color: #8ac7ff !important;
    color: white !important;
}
.circle{
    position: relative;
    flex-direction: column;
    display: flex;
    width: 12rem;
    /*height: 12rem;*/
}
.client-circle {
    position: relative;
    flex-direction: column;
    display: flex;
    width: 14rem;
    margin: 3em
}
.role-tag {
    align-items: center;
    border-radius: 4px;
    color: #4a4a4a;
    display: inline-flex;
    font-size: .75rem;
    height: 2em;
    justify-content: center;
    line-height: 1.5;
    padding-left: 0.75em;
    padding-right: 0.75em;
    white-space: nowrap;
    width: fit-content;
    margin: auto;
    margin-bottom: .2rem;
}
.notification{
    /* make it fixed down right corner */
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1000;
    
}
.payment-box {
    /*color: white;*/
    font-weight: 300;
    font-size: 3rem;
    /*margin-top: -25vh !important;*/
}
hr{
    border: none;
    display: block;
    height: 1px;
    margin: 1.5rem 0;
    background-color: rgb(119, 119, 119);
 }
.loading {
    color: white;
    font-weight: 600;
    font-size: 4rem;
}
.pay-large{
    font-size: 2.5rem;
}