
@import url('https://fonts.cdnfonts.com/css/avenir-next-cyr');

body {
    background: #F7F7F7;
}
.container {
    max-width: 420px;
    margin: 0 auto;
    width: 100%;
}
.header-right img {
    margin-right: 20px;
}
img.status_bar {
    padding: 20px 0;
}
footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}
.plus_icon {
    position: absolute;
    width: 100%;
    max-width: 25%;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.msg span {
    background: #0A0A0A;
    /* position: absolute; */
    color: #fff;
    font-weight: 500;
    display: flex;
    align-items: center;
    padding: 5px;
    border-radius: 8px;
    height: 18px;
    margin-left: 5px;
    font-size: 12px;
    box-shadow: 0px 1px 4px 0px #000;
}

.my_circle h2 {
    font-size: 18px;
}

h3.name {
    font-size: 14px;
    color: #818181;
}
.user-img img {
    max-width: 60px;
    max-height: 60px;
    border-radius: 20px;
}
span.status {
    display: block;
    height: 15px;
    width: 15px;
    background: #59e61c;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    right: 0px;
    bottom: 0;
}
.user-img {
    position: relative;
}

.card-header-left img {
    max-width: 60px;
    border-radius: 15px;
}

h2.name {
    margin: 0;
    font-size: 18px;
    color: #0A0A0A;
}
p.date {
    margin: 0;
    font-size: 13px;
    color: #818181;
}
.user-details {
    margin-left: 20px;
}

.card-body h2 {
    font-size: 19px;
    color: #0A0A0A;
    margin-bottom: 5px;
}
.card-body p {
    font-size: 14px;
    color: #818181;
    margin-bottom: 25px;
    line-height: normal;
}

.card-body p a {
    color: #4C9A2A;
    font-size: 14px;
}
.card-image img {
    border-radius: 0px 20px 0px 20px;
}

span.price {
    position: absolute;
    background: #ffb92d;
    border-radius: 50px;
    height: 10px;
    color: #0A0A0A;
    width: 58px;
    height: 25px;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    line-height: 26px;
    top: -10px;
    left: 20px;
}

span.Contribute {
    background: #0A0A0A;
    height: 25px;
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    border-radius: 10px;
    line-height: 25px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    min-width: 81px;
}

.card-footer {
    background: #fff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.card {
    margin-top: 25px;
    box-shadow: 0px 5px 10px 0px #00000030;
}
.card-footer span {
    font-weight: 600;
    font-size: 14px;
}
.card-image {
    position: relative;
}

.intro-banner {
    height: 100vh;
    margin: 0 auto;
    text-align: center;
}
.intro-banner .introImg{
    height: 100%;
    max-width: 414px;
    width: 100%;
    object-fit: contain;
}
.swiper-slide {
    height: 100vh;
    width: 100%;
    margin: 0 auto;
}
.introImg {
    height: 100%;
    width: 100%;
    object-fit: contain;
    background: #2c2c2c;
}
.header-left:before {
    content: '';
    background: #0A0A0ADB;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
}
.header-left:after {
    content: '';
    background: url(../images/highlight.png) no-repeat;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1;
    top: 100px;
    left: 40px;
}

.header-left img {
    position: fixed;
    z-index: 9;
    box-shadow: 0px 5px 20px #4C9A2A;
}

@media screen and ( min-width: 768px ){
    footer.positopn img {
        min-width: 50px;
    }

    .container {
        max-width: 768px;
        margin: 0 auto;
        width: 100%;
    }
}