.lng-flag {
  vertical-align: middle;
  height: 32px;
border-radius: 8px;
margin: 4px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, .22);
  border: 2px solid rgba(255, 0, 0, 0);
  width: 32px;
  object-fit: cover;
  object-position: left;
}

.lng-flag:hover {
border: 2px solid rgb(171, 179, 255);
}

#goal a {
  display: flex;
  justify-content: flex-start;
}
.goalContainer {
  width: 100%;
  background-color: #052D49;
  height: 16.5px;
  border-top: 2px solid #052D49;
  border-bottom: 2px solid #052D49;
}
.percentageBar {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.goalContainer div div {
  font-weight: bold;
  color: #F96854;
  font-size: 12px;
}

.patreon {
  width: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #F96854;
  box-sizing: border-box;
  padding: 6px 6px 2px 6px;
  transition: border .2s;
  border-bottom: 4px solid #F96854;
  height: 50px;
}

a:hover > .patreon {
  border-bottom: 4px solid #052D49;
}

.patreon-row {
  height: 50%;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.patreon-brand {
  background-image: url('/images/become_a_patron_button.png');
  background-size: 130px;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.patreon-uppercase {
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  font-size: 10px;
  margin: 0;
  padding: 10px;
}

#goal {
  width: 100%;
}

a.patreonLink {
  display: inline-block;
  padding: 0;
  height: auto;
  margin-left: 30px;
}


a.patreonLink:hover {
  text-decoration: none;
}

#flogo
{
    height: 44px;
    margin-right: 22px;
    position: relative;
    display: block;
    bottom: 10px;
}

#flogo-container
{
    display: flex;
    max-width: 100px;
    position: relative;
    height: 0px;
}

#header
{
    background-color: rgb(49, 52, 84);
    background-color: rgb(49, 52, 84);
    box-shadow: 0px 0px 10px black;
}

#header.fixed
{
    background-color: rgb(49, 52, 84);
}

#header .header-content
{
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.navigation li
{
    display: inline-block;
    text-align: center !important;
    background: rgb(68, 73, 123);
    padding: 8px 16px 8px 16px;
    border-radius: 8px;
    box-shadow: 0px 4px 4px rgba(18, 22, 64, 0.22);
    margin: 4px;
}

.navigation li:hover
{
    background: rgb(87, 95, 172);
}

.navigation a
{
    color: rgba(255, 255, 255, 0.75);
    font-size: 13px;
    font-weight: 700;
    margin-left: 0px;
    text-transform: uppercase;
    text-align: center !important;
}

#features
{
    box-shadow: 0px 0px 10px rgb(8, 11, 30);
    z-index: 100000 !important;
    position: relative;
}

#news
{
    display: block ruby;
    border-radius: 16px !important;
    position: relative;
}

#news > div {
  max-height: 530px;
  overflow-y: scroll;
}


.scr {
  vertical-align: middle;
  border-radius: 8px;
  box-shadow: -8px 8px 16px rgba(0, 0, 0, 0.3);
  overflow: clip;
}

.version-item
{
    box-shadow: 0px 2px 6px rgba(46, 87, 136, 0.21);
    background: rgb(255, 255, 255);
    text-align: center;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px !important;
    float: right;
    width: 100%;
}

hr
{
    border: none!important;
}

.btn {
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0px 0px 10px rgb(0, 0, 0);
  border-top: 3px solid rgba(255, 255, 255, 0.29);
}

.btn:hover {
  background-color: rgb(255, 255, 255) !important;
  color: rgb(49, 52, 84) !important;
}


.row
{
    margin-right: -15px;
    margin-left: -15px;
    display: flex;
    flex-wrap: wrap;
}


*,
*::before,
*::after
{
    box-sizing: border-box;
}
p.desc {
    max-width: 800px;
    padding: 10px;
    margin: 0 auto;
    text-align: left;
border-radius: 10px;
  background-color: rgb(32, 40, 57);
  box-shadow: 0px 5px 5px rgb(29, 37, 52);
  
    }

.col-md-4.col-sm-6.feature.text-center {
  --border-size: 0.15rem;
  border: var(--border-size) solid rgba(0, 0, 0, 0);
  border-image: conic-gradient( from var(--angle), rgba(255, 0, 0, 0.3) 0deg 90deg, rgb(185, 137, 255) 90deg 180deg, rgba(210, 122, 122, 0) 180deg 270deg, rgba(255, 0, 0, 0.15) 270deg 360deg) 1 stretch;
  border-radius: 0px !important;
  overflow: clip;
  display: block !important;
  position: relative;
}

@property --opacity
{
    syntax: "<number>";
    initial-value: 0.5;
    inherits: false;
}

@property --angle
{
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false;
}

@keyframes opacityChange
{
    to
    {
        --opacity: 1;
    }
}

@keyframes rotate
{
    to
    {
        --angle: 360deg;
    }
}

.col-md-4.col-sm-6.feature.text-center
{
    animation: rotate 8s linear infinite, opacityChange 8s infinite alternate;
}

.col-md-4.col-sm-6.feature.text-center
{
    margin: 20px;
    flex: 1 auto;
    border-radius: 16px;
    box-shadow: 0px 0px 10px rgba(29, 37, 49, 0.09);
    display: block;
    padding: 10px;
    max-width: calc(33% - 42px);
}