/* Base CSS */
.no-scroll {
    overflow: hidden;
}
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus {
    outline: 0 solid
}
img {
    max-width: 100%;
    height: auto;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px;
    color: #363636;
    font-family: 'Poppins', sans-serif;
}
body {
    color: #505050;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}
.btns {
  font-family: 'Open Sans', sans-serif;
}
@font-face {
    font-family: RusticLoveTattoo;
    src: url(../fonts/RusticLoveTattoo.otf);
    font-display: swap;
}
.selector-for-some-widget {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
a:hover {
    text-decoration: none
}
.container {
    max-width: 1135px;
}

/* Header bar section start */
.header-top {
    padding: 15px 0;
    border-bottom: 2px solid #ececec;
}
.common-social a {
    width: 30px;
    height: 30px;
    background: #bd2a3a;
    color: #fff;
    font-size: 16px;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    overflow: hidden;
    margin-left: 20px;
}
.common-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
    position: relative;
}
.header-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
    position: relative;
}
.main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.main-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.login-blk a {
    font-size: 16px;
    color: #bd2a3a;
    padding-right: 10px;
    padding-left: 10px;
}
.login-blk a:last-child {
    padding-right: 0;
    border-left: 2px solid #ececec;
}
.main-menu ul li a {
    font-size: 16px;
    color: #1f1f1f;
    margin-right: 20px;
    display: inline-block;
    font-weight: 400;
    -webkit-transition: .4s;
    transition: .4s;
}
.main-menu ul li a:hover {
    color: #bd2a3a;
}
.logo-main a img {
    max-width: 175px;
}
.hero-btn {
    text-align: center;
    padding: 15px 0 10px 10px;
}
.hero-btn a {
    font-size: 15px;
    color: #fff;
    background: #bd2a3a;
    border-radius: 50px;
    padding: 10px 22px;
    display: inline-block;
    -webkit-transition: .4s;
    transition: .4s;
    border: 2px solid transparent;
    font-weight: 400;
    margin-right: 33px;
    margin-left: 15px;
    font-family: 'Open Sans', sans-serif;
}
.hero-btn a:hover {
    background-color: #fff;
    border-color: #bd2a3a;
    color: #bd2a3a;
}
.menu-open {
    font-size: 25px;
    position: absolute;
    top: 1px;
    left: 15px;
    cursor: pointer;
    -webkit-transition: .4s;
    transition: .4s;
    display: none;
}
.menu-open:hover {
    color: #bd2a3a;
}
.offcanvas-area {
    position: fixed;
    height: 100%;
    width: 320px;
    background: #fff;
    z-index: 5;
    left: -100%;
    top: 0;
    -webkit-transition: .4s;
    transition: .4s;
    overflow-y: scroll;
}
.offcanvas-area.active{
    left: 0;
}
.offcanvas-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 4;
    -webkit-transition: .4s;
    transition: .4s;
    opacity: 0;
    visibility: hidden;
}
.offcanvas-overlay.active {
    opacity: .5;
    visibility: visible;
}
.offcanvas-wrap .main-menu {
    display: block;
    padding-left: 30px;
}
.offcanvas-wrap .main-menu ul {
    display: block;
    padding-top: 140px;
}
.menu-close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 22px;
    cursor: pointer;
    -webkit-transition: .4s;
    transition: .4s;
}
.menu-close:hover {
    color: #bd2a3a;
}
.offcanvas-wrap .main-menu ul li a {
    font-size: 19px;
    margin-right: 0;
    margin-bottom: 18px;
}
.offcanvas-wrap .hero-btn a {
    font-size: 16px;
    padding: 10px 26px;
    margin-right: 0;
    margin-left: -10px;
    margin-top: 12px;
}
/* Header bar section  END */

/*-------------- Hero area start --------------*/
.hero-area {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.hero-shape {
    position: absolute;
    top: -165px;
    left: 0;
    width: 100%;
}
.hero-shape img {
    width: 100%;
}
.hero-video {
    max-width: 800px;
    background: #2f2f2f;
    width: 100%;
    height: 420px;
    margin: 40px auto;
    border-radius: 20px;
    position: relative;
}
.video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 44px;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.video-play  a{
    color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
}
.video-play a:hover{
    color: #bd2a3a;
}
.hero-btn.hr a {
    font-size: 18px;
    padding: 11px 30px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 25px;
    font-family: 'Open Sans', sans-serif;
    border-width: 2px;
    -webkit-box-shadow: 2px 2px 15px #00000059;
    box-shadow: 2px 2px 15px #00000059;
}
.next-section {
    display: inline-block;
    font-size: 22px;
    cursor: pointer;
    color: #bd2a3a;
}
.hero-txt {
    padding-top: 70px;
    text-align: center;
}
.hero-txt h4 {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
}
.hero-txt p {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}
/*-------------- Hero area end --------------*/

/*-------------- Main area start --------------*/
.main-area {
    padding-top: 50px;
    position: relative;
}
.main-feature-wrap {
    padding-top: 80px;
    max-width: 1060px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.main-title {
    position: relative;
    text-align: center;
}
.main-title h4 {
    font-size: 40px;
    color: #2f2f2f;
    padding: 0 10px;
    font-weight: 600;
    background: #fff;
    display: inline-block;
    margin: 0;
}
.main-title::after {
    position: absolute;
    top: 24px;
    z-index: -1;
    width: 100%;
    height: 2px;
    background: #ececec;
    content: '';
    left: 0;
}
.single-feature-blk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 110px;
}
.single-feature-blk:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.feature-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    padding-right: 65px;
}
.feature-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
}
.single-feature-blk:nth-child(even) .feature-content {
    padding-left: 80px;
    padding-right: 0;
}
.feature-content h4 {
    font-size: 25px;
    font-weight: 600;
    color: #363636;
    margin-bottom: 15px;
}
.feature-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    min-height: 110px;
}
.common-btn a {
    font-weight: 400;
    font-size: 15px;
    color: #bd2a3a;
    border: 1px solid #bd2a3a;
    display: inline-block;
    -webkit-transition: .4s;
    transition: .4s;
    background-color: transparent;
    padding: 10px 30px;
    border-radius: 50px;
    margin-top: 10px;
    font-family: 'Open Sans', sans-serif;
}
.common-btn a:hover {
    color: #fff;
    background-color: #bd2a3a;
}
.main-feature-wrap {
    padding-top: 80px;
    max-width: 1060px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.line {
    position: absolute;
    top: 350px;
    left: -15px;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
/*-------------- Main area end --------------*/

/*-------------- Mission area start --------------*/
.mission-area {
    padding-top: 50px;
    background: #fcf8f8;
    padding-bottom: 50px;
    position: relative;
}
.mission-top h4 {
    font-size: 40px;
    font-weight: 600;
    color: #262626;
    margin-bottom: 5px;
}
.mission-top {
    text-align: center;
    margin-bottom: 45px;
}
.mission-top .common-social a {
    width: 40px;
    height: 40px;
    background: #bd2a3a;
    color: #fff;
    font-size: 22px;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    line-height: 43px;
    overflow: hidden;
    margin: 10px 15px 0;
}
.mission-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}
.mission-num {
    width: 15%;
}
.mission-num span {
    font-size: 27px;
    background: #f6e3e5;
    color: #bd2a3a;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: inline-block;
    margin-right: 30px;
    text-align: center;
    font-weight: 600;
    line-height: 52px;
}
.mission-text p {
    font-size: 16px;
    margin-bottom: 23px;
    line-height: 28px;
}
/*-------------- Mission area end --------------*/

/*-------------- Loveo area start --------------*/
.loveo-area {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #bd2a3a;
    text-align: center;
}
.loveo-area .common-btn a {
    color: #fff;
    border: 1px solid #fff;
    margin-top: 35px;
}
.loveo-area .common-btn a:hover {
    color: #bd2a3a;
    border: 1px solid #fff;
    background: #fff;
}
.loveo-text p {
    color: #fff;
}
.loveo-top h4 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}
.loveo-top p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 34px;
}
/*-------------- Loveo area end --------------*/

/*-------------- Join area start --------------*/
.join-area {
    padding-top: 70px;
    padding-bottom: 20px;
    position: relative;
}
.join-title h4 {
    font-size: 40px;
    font-weight: 600;
    color: #262626;
    text-align: center;
    margin-bottom: 100px;
}
.join-thumb img {
    max-width: 85px;
    margin-bottom: 25px;
}
.join-txt h4 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
}
.join-txt p {
    font-size: 16px;
    color: #262626;
    line-height: 28px;
    padding-right: 80px;
}
.join-area .container {
    max-width: 1205px;
}
.join-item {
    margin-bottom: 60px;
}
/*-------------- Join area end --------------*/

/*------ hero-area-2 Start ------*/
.hero-area-2 {
    background-size: cover;
    background-position: center bottom;
    height: 500px;
    display: flex;
    align-items: center;
    position: relative;
}
.recent-flx {
    display: flex;
    align-items: center;
}
.recent-content h3 {
    font-size: 48px;
    color: #fff;
    line-height: 58px;
    margin-bottom: 20px;
}
.recent-content p {
    font-size: 17px;
    color: #fff;
    font-weight: 400;
    line-height: 35px;
    padding-right: 42px;
}

.recent-info-text span {
    font-size: 34px;
    color: #fff;
    font-weight: 600;
}
.recent-info-text p {
    font-size: 17px;
    color: #fff;
    font-weight: 400;
}

.recent-inner {
    flex: 0 0 88px;
    width: 88px;
}
.recent-inner img {
    width: 75px;
}
.hero-shape-2 {
    position: absolute;
    bottom: -3px;
    width: 523px;
}
/*------ hero-area-2 End ------*/

/*-----  Count area Start -----*/
.count-area {
    padding-top: 90px;
    padding-bottom: 65px;
}
.count-box {
    border: 1px solid#F5EFEF;
    padding: 30px;
    border-radius: 4px;
}
.count-date span {
    font-size: 45px;
    color: #bd2a3a;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.count-date span span {
    font-size: 14px;
    color: #4f5459;
    font-weight: 400;
    position: relative;
    left: 6px;
}
.count-date {
    border-bottom: 2px solid #F9F5F5;
    padding-bottom: 8px;
    margin-bottom: 20px;
    line-height: 1;
}

.count-price span {
    font-size: 19px;
    color: #17191a;
    font-weight: 500;
}
.count-price p {
    font-size: 13px;
    color: #70757a;
    font-weight: 400;
    margin: 0;
}
.count-price {
    margin-bottom: 20px;
}
.count-price:last-child {
    margin-bottom: 0;
}
/*-----  Count area End -----*/

/*-----  Donation area Start -----*/
.donation-area {
    padding-bottom: 70px;
}
.donation-block {
    border: 1px solid#F6F1F1;
    border-radius: 4px;
    padding-top: 50px;
    margin-bottom: 40px;
}
.section-title h3 {
    font-size: 32px;
    color: #17191a;
    font-weight: 500;
    margin: 0;
}
.section-title {
    margin-bottom: 40px;
    padding-left: 40px;
}
.donation-thumb {
    height: 350px;
    width: 100%;
}
.donation-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 6px 0 0;
}
.donation-content span {
    font-size: 19px;
    color: #4f5459;
    font-weight: 400;
    margin-bottom: 15px;
    display: block;
}
.donation-content h4 {
    font-size: 26px;
    color: #17191a;
    font-weight: 500;
    line-height: 42px;
    margin-bottom: 20px;
}
.donation-content p {
    font-size: 17px;
    color: #70757a;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 40px;
    position: relative;
    padding-left: 20px;
}
.donation-content {
    margin-left: 20px;
}
.donation-content p::before {
    position: absolute;
    background: #C74B59;
    width: 10px;
    height: 10px;
    content: "";
    left: 0;
    top: 8px;
    border-radius: 50%;
}
/*-----  Donation area End -----*/

/*-----  Member area Start -----*/
.member-area {
    padding: 110px 0;
    position: relative;
}
.member-area:before {
    position: absolute;
    background: #BD2A3A;
    width: 50%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
}
.member-area:after {
    position: absolute;
    background: #B52535;
    width: 50%;
    height: 100%;
    right: 0;
    content: "";
    top: 0;
}
.member-site-right {
    position: relative;
    z-index: 99;
}
.member-content span {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
}
.member-content h4 {
    font-size: 49px;
    color: #fff;
    font-weight: 500;
    line-height: 62px;
    margin-bottom: 20px;
}
.member-content p {
    font-size: 17px;
    color: #fff;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 30px;
    padding-right: 91px;
}
.member-btn a {
    border: 1px solid#fff;
    font-size: 17px;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    padding: 12px 34px;
    border-radius: 30px;
}
.action-btn {
    text-align: right;
}
.action-btn a {
    border: 1px solid #fff;
    font-size: 17px;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    padding: 12px 34px;
    border-radius: 30px;
}
.member-site-text p {
    font-size: 17px;
    color: #fff;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 40px;
}
.member-site-text p:last-child {
    margin-bottom: 0;
}
.member-site-text {
    padding-left: 86px;
}
.header-social-links {
    text-align: center;
    padding: 15px;
}
.header-social-links a {
    width: 35px;
    height: 35px;
    background: #ae383e;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    color: #fff;
    border-radius: 50%;
    margin: 0 7px;
    -webkit-transition: .3s;
    transition: .3s;
}
.header-social-links a:hover {
    background: #f8d46f;
    color: #fff;
}
.header-site-inner::before {
    position: absolute;
    background: #F8F5F5;
    width: 2px;
    height: 89px;
    content: "";
    top: -18px;
    left: -40px;
}
/*-----  Member area End -----*/

/* Stake area Start */
.stake-area {
    padding: 100px 0;
}
.stake-site-box {
    border: 1px solid #F5EFEF;
    padding: 30px;
    border-radius: 6px;
}
.stake-contact-single-blk label {
    display: block;
    font-size: 16px;
    color: #17191a;
    font-weight: 500;
    position: relative;
    top: 13px;
    left: 40px;
    max-width: 136px;
    background: #fff;
    padding: 0 7px;
}
.stake-contact-single-blk input {
    width: 100%;
    height: 60px;
    border-radius: 30px;
    display: inline-block;
    padding: 0 46px;
    border: 1px solid#F5EFEF;
    color: #70757a;
    font-size: 16px;
    font-weight: 400;
}
.stake-contact-single-blk {
    margin-bottom: 24px;
}
.stake-select-blk {
    border: 1px solid#F5EFEF;
    border-radius: 18px;
    margin-bottom: 20px;
}
.stake-radio-button-blk {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    margin-bottom: 30px;
}
.stake-select-blk label {
    display: block;
    font-size: 16px;
    color: #17191a;
    font-weight: 500;
    position: relative;
    top: -12px;
    left: 40px;
    max-width: 277px;
    background: #fff;
    padding: 0 7px;
}
.stake-radio-button-blk span {
    display: block;
    font-size: 30px;
    font-weight: 500;
    color: #BD2A3A;
}

.stake-contact-single-blk.tr {
    margin-bottom: 0;
}
.stake-reward-tab-blk {
    border: 1px solid#F5EFEF;
    padding: 35px 60px;
    border-radius: 6px;
}
.stake-reward-flx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid#F5EFEF;
    margin-bottom: 30px;
    padding-bottom: 20px;
}
.stake-content h3 {
    font-size: 42px;
    color: #17191a;
    font-weight: 500;
    line-height: 58px;
    margin: 0;
    position: relative;
    top: -19px;
}
.reward-inner p {
    font-size: 17px;
    color: #70757a;
    font-weight: 400;
    margin-bottom: 3px;
}
.reward-inner span {
    font-size: 25px;
    color: #17191a;
    font-weight: 500;
}
.reward-inner.bt {
    width: 50%;
    position: relative;
}
.reward-inner.bt:after {
    position: absolute;
    background: #F5EFEF;
    width: 1px;
    height: 70px;
    content: "";
    top: 0;
    right: 0;
}
.stake-reward-flx.dsn {
    border-bottom: none;
}
.charity-blk {
    border: 1px solid #F5EFEF;
    padding: 30px;
    border-radius: 6px;
}
.charity-btn button {
    width: 100%;
    height: 60px;
    background: #BD2A3A;
    border: 0;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    border-radius: 30px;
    margin-top: 30px;
    margin-bottom: 10px;
}
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    outline: none;
    padding-left: 46px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%;
    color: #70757a;
    font-weight: 400;
    border-radius: 30px;

}
.nice-select::after {
    border-bottom: 2px solid #BD2A3A;
    border-right: 2px solid #BD2A3A;
    content: '';
    display: block;
    height: 10px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 33px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 10px;
}
.stake-contact-single-blk.tr label {
    position: relative;
    z-index: 99;
}
.tab-blk ul {
    border-bottom: 1px solid #F5EFEF;
    padding-bottom: 0;
    margin-bottom: 40px;
}
.tab-blk ul li a {
    color: #646769;
    font-size: 21px;
    font-weight: 500;
    display: block;
    padding: 0;

}
.stake-reward-tab-blk ul li a.active {
    color: #BD2A3A;
    border-bottom: 2px solid#BD2A3A;
    padding-bottom: 30px;
    position: relative;
}
.tab-blk ul li {
    position: relative;
}
.stake-contact-single-blk.sing-tr {
    margin-bottom: 50px;
}
.stake-reward-tab-blk ul li a span {
    background: #F8E8E9;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 7px;
    border-radius: 50%;
    border: 1px solid #F8E8E9;
}
.tab-blk ul li {
    width: 33.33%;
    text-align: center;
}
.stake-reward-tab-blk ul li a span::before {
    position: absolute;
    background: #BD2A3A;
    width: 6px;
    height: 6px;
    content: "";
    top: 4px;
    left: 4px;
    border-radius: 50%;
    display: none;
}
.stake-reward-tab-blk ul li a.active span::before {
    display: block;
}
.stake-reward-tab-blk ul li a.active span {

    background: none !important;
}
.tab-blk ul li a.active span {
    border-color: #BD2A3A;
}
.containerr input:checked ~ span {
    color: #FFF;
}
/* The container */
.stake-radio-button-blk .containerr {
    display: block;
    position: relative;
    padding-left: 0;
    margin-bottom: 12px;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
    text-align: center;
    color: #4f5459;
    font-size: 12px;
    width: 70px;
    height: 70px;
    padding-right: 11px;
    padding-top: 6px;
}
/* Hide the browser's default radio button */
.stake-radio-button-blk .containerr input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.stake-radio-button-blk .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 85px !important;
    background-color: #F8F4F4;
    width: 60px;
    z-index: -1;
    line-height: 80px;
    border-radius: 30px;
}
.row.mrb {
    margin-bottom: 135px;
}
.stake-block {
    position: relative;
}
.stake-block:before {
    position: absolute;
    background: #F5EFEF;
    width: 2px;
    height: 100%;
    content: "";
    top: 0;
    left: -55px;
}
.stake-content {
    position: relative;
}
.stake-content:before {
    position: absolute;
    background: #BD2A3A;
    width: 16px;
    height: 16px;
    content: "";
    border-radius: 50%;
    left: -62px;
}
.stake-content:after {
    position: absolute;
    background: #F5EFEF;
    width: 40px;
    height: 40px;
    content: "";
    top: -11px;
    left: -73px;
    z-index: -1;
    line-height: 40px;
    border-radius: 50%;
}
.containerr input:checked ~ h5 {
    color: #fff;
}
.stake-radio-button-blk h5 {
    font-size: 12px;
}

/* On mouse-over, add a grey background color */
.stake-radio-button-blk .containerr:hover input ~ .checkmark {
    background-color: #ccc;
}
/* When the radio button is checked, add a blue background */
.stake-radio-button-blk .containerr input:checked ~ .checkmark {
    background-color: #fff;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.stake-radio-button-blk .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the indicator (dot/circle) when checked */
.stake-radio-button-blk .containerr input:checked ~ .checkmark:after {
    display: block;
}
/* Style the indicator (dot/circle) */
.stake-radio-button-blk .containerr .checkmark::after {
    top: 0;
    left: 0;
    width: 60px;
    height: 85px;
    border-radius: 30px;
    background: #BD2A3A;
    z-index: -1;
    line-height: 80px;
}
/* Stake area End */

.token-area {
    padding-top: 50px;
}
.token-block {
    border: 1px solid#F5EFEF;
    border-radius: 6px;
    margin-bottom: 70px;
    padding: 50px 50px 50px 0;
}
.follower-1.shape-sm {
    position: absolute;
    top: 50%;
    max-width: 85px;
    transform: translatey(-50%);
    z-index: 100;
}
.token-flx {
    display: flex;
    align-items: center;
    width: 80%;
}
.token-site-right {
    display: flex;
    align-items: center;
    border: 1px solid #F5EFEF;
    border-radius: 6px;
    padding: 15px 30px;
    justify-content: space-between;
    margin-bottom: 20px;
}
.follower-2.shape-sm-2 {
    position: absolute;
    top: 50%;
    max-width: 35px;
    transform: translatey(-50%);
    right: 0;
    z-index: 100;
}
.token-medel-inner h4 {
    font-size: 22px;
    color: #17191a;
    font-weight: 500;
    margin: 0;
}
.token-site-right.mb-dis {
    margin-bottom: 0;
}
.token-infoo {
    width: 20%;
    text-align: right;
}
.token-medel-inner p {
    font-size: 15px;
    color: #70757a;
    font-weight: 400;
    margin: 0;
    line-height: 26px;
}
.token-infoo a {
    width: 35px;
    height: 35px;
    background: #F8F2F2;
    display: inline-block;
    line-height: 35px;
}
.token-left-inner span {
    font-size: 58px;
    color: #bd2a3a;
    font-weight: 500;
}
.token-left-inner {
    padding-right: 20px;
}
.token-site-right.mb-disn {
    margin-bottom: 0;
}
.token-site-right a {
    background: #F8F2F2;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 50%;
    line-height: 35px;
    color: #BD2A3A;
    font-size: 18px;
}
.token-title h3 {
    font-size: 43px;
    color: #17191a;
    font-weight: 500;
    line-height: 53px;
    margin: 0;
}

.token-title {
    margin-bottom: 50px;
}
.comt-btn {
    border: 2px solid #bd2a3a;
    color: #bd2a3a;
    font-size: 14px;
    padding: 10px 26px;
    display: inline-block;
    border-radius: 30px;
}
.token-block.block-1 {
    padding: 50px 0 50px 50px;
}
.video-thumb {
    height: 360px;
    width: 100%;
}
.video-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.token-site-blk.text-tr {
    margin-left: 50px;
}
.token-site-blk.text-tr a {
    border: none;
    background: #BD2A3A;
    color: #ffff;
}

.token-tab-blk ul li {
    border-bottom: 1px solid#F5EFEF;
}
.token-tab-blk ul li a.active {
    color: #BD2A3A;
    border-bottom: 3px solid #BD2A3A;
}
.token-tab-blk ul li {
    width: 24.24%;
    text-align: center;
}
.hero-txt.pb {
    margin-bottom: 70px;
}
.tab-mb {
    margin-bottom: 60px;
}
.token-tab-blk {
    margin-bottom: 55px;
}
.token-tab-blk ul li a {
    font-size: 18px;
    color: #4f5459;
    font-weight: 400;
    display: block;
    padding: 30px 0;
}
.video-thumb a {
    font-size: 20px;
}
.video-thumb {
    position: relative;
}
.video-thumb a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #FAE9E9;
    width: 65px;
    height: 65px;
    text-align: center;
    line-height: 65px;
    color: #BD2A3A;
    border-radius: 50%;
}
.member-content h3 {
    font-size: 42px;
    color: #fff;
    line-height: 62px;
    margin: 0;
}
.member-site-right.site-crt {
    text-align: right;
}
.action-area-2 {
    background: #BD2A3A;
    padding: 60px 0;
}

/* Footer area css Start */
.footer-right-text {
    float: right;
}
.footer-site-text h4 {
    font-size: 13px;
    color: #737678;
    text-transform: uppercase;
}
.footer-site-text h3 {
    font-size: 13px;
    color: #383c40;
    text-transform: uppercase;
    margin: 0;
}
.footer-right-text ul li a {
    color: #737678;
    font-size: 13px;
    line-height: 33px;
}
.footer-area {
    border-top: 1px solid #F8F8F8;
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer-area .container {
    max-width: 1370px;
}
#footer_link_list {
    padding: 0;
    margin: 0;
    list-style: none;
}
.menu-open {
    cursor: pointer;
    color: #101317;
    font-size: 28px;
}
/* Footer area css End */

/* XL Device :1200px. */
@media (min-width: 320px) and (max-width: 1790px) {
    .hero-shape {
        top: -100px;
    }
    .recent-content h3 {
        font-size: 38px;
        line-height: 52px;
        margin-bottom: 12px;
    }
    .recent-content p {
        font-size: 16px;
        line-height: 28px;
        padding-right: 0;
    }
    .recent-info-text span {
        font-size: 28px;
    }
    .count-date span {
        font-size: 28px;
    }
    .count-price span {
        font-size: 16px;
    }
    .donation-content h4 {
        font-size: 22px;
        line-height: 37px;
        margin-bottom: 13px;
    }
    .donation-content p {
        font-size: 16px;

    }
    .member-content h4 {
        font-size: 38px;
        line-height: 62px;
        margin-bottom: 16px;
    }
    .member-area {
        padding: 60px 0;
    }
    .donation-area {
        padding-bottom: 30px;
    }
    .revolution-content h3 {
        font-size: 38px;
        line-height: 50px;
    }
    .revolution-body-text p {
        font-size: 16px;
        line-height: 30px;
        padding-right: 0;
    }
    .revolution-content-blk {
        font-size: 16px;
        line-height: 30px;
        padding-right: 0;
    }
    .revolution-area {
        padding-top: 50px;
        padding-bottom: 60px;
    }
    .revolution-body-content-blk p {
        font-size: 16px;
        line-height: 30px;

    }
    .follower-title h3 {
        font-size: 38px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .follower-title {
        margin-bottom: 30px;
    }
    .follower-text p {
        font-size: 16px;
        line-height: 30px;
        padding-right: 0;
    }
    .follower-body-text p {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 18px;
    }
    .wt-shape {
        max-width: 150px;
    }
    .follower-title p {
        font-size: 16px;
        line-height: 30px;
    }
    .follower-text.fls-tr p {
        padding-right: 0;
        margin-bottom: 24px;
    }
    .mening-title h3 br {
        display: none;
    }
    .mening-title h3 {
        font-size: 38px;
        line-height: 50px;
        margin-bottom: 21px;
    }
    .mening-title p {
        font-size: 16px;
        line-height: 30px;
        margin: 0;
    }
    .mening-title p br {
        display: none;
    }

    .mening-title.tr p {
        padding-right: 0;
    }

    .follower-area {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .stake-content h3 {
        font-size: 32px;
        line-height: 42px;
        top: -12px;
    }
    .row.mrb {
        margin-bottom: 40px;
    }
    .stake-block::before {
        left: -22px;
    }
    .stake-content::before {
        width: 12px;
        height: 12px;
        content: "";
        border-radius: 50%;
        left: -27px;
    }
    .stake-content::after {
        width: 30px;
        height: 30px;
        content: "";
        top: -9px;
        left: -36px;
        z-index: -1;
        line-height: 30px;
    }
}

/* LG Device :992px. */
@media (min-width: 320px) and (max-width: 1600px) {
    .hero-shape {
        top: -50px;
    }
}

/* LG Device :992px. */
@media (min-width: 320px) and (max-width: 1460px) {
    .hero-shape {
        top: 0;
    }
}

/* LG Device :992px. */
@media (min-width: 320px) and (max-width: 1300px) {
    .hero-shape img {
        height: 500px;
    }
    .recent-content h3 {
        font-size: 32px;
        line-height: 46px;
        margin-bottom: 10px;
    }
    .recent-content p {
        font-size: 16px;
        line-height: 28px;
        padding-right: 0;
    }
    .recent-info-text span {
        font-size: 28px;
    }
    .count-date span {
        font-size: 28px;
    }
    .count-price span {
        font-size: 16px;
    }
    .donation-content h4 {
        font-size: 22px;
        line-height: 37px;
        margin-bottom: 13px;
    }
    .donation-content p {
        font-size: 16px;

    }
    .member-content h4 {
        font-size: 32px;
        line-height: 48px;
        margin-bottom: 12px;
    }
    .member-area {
        padding: 60px 0;
    }
    .donation-area {
        padding-bottom: 30px;
    }
    .count-box {
        padding: 18px;

    }
    .member-site-text {
        padding-left: 30px;
    }
    .member-site-text p {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 30px;
    }
    .member-content p {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 30px;
        padding-right: 0;
    }
    .revolution-content h3 {
        font-size: 32px;
        line-height: 45px;
    }
    .revolution-body-text p {
        font-size: 16px;
        line-height: 27px;
        padding-right: 0;
    }
    .revolution-content-blk {
        font-size: 16px;
        line-height: 27px;
        padding-right: 0;
    }
    .revolution-area {
        padding-top: 50px;
        padding-bottom: 60px;
    }
    .revolution-body-content-blk p {
        font-size: 16px;
        line-height: 27px;

    }
    .revolution-thumb img {
        max-width: 100%;
    }
    .follower-title h3 {
        font-size: 32px;
        line-height: 44px;
        margin-bottom: 20px;
    }
    .follower-title {
        margin-bottom: 30px;
    }
    .follower-text p {
        font-size: 16px;
        line-height: 27px;
        padding-right: 0;
    }
    .follower-body-text p {
        font-size: 16px;
        line-height: 27px;;
        margin-bottom: 18px;
    }
    .wt-shape {
        max-width: 150px;
    }
    .follower-title p {
        font-size: 16px;
        line-height: 30px;
    }
    .follower-text.fls-tr p {
        padding-right: 0;
        margin-bottom: 24px;
    }
    .mening-title h3 br {
        display: none;
    }
    .mening-block.mening-boxsed {
        margin-bottom: 30px;
    }
    .revolution-body-content-blk {
        padding-top: 40px;
    }
    .mening-block {
        padding: 40px;
    }
    .mening-body-text.trt {
        padding-top: 40px;
    }
    .follower-body-text {
        padding-top: 40px;
    }
    .mening-title h3 {
        font-size: 32px;
        line-height: 44px;
        margin-bottom: 21px;
    }
    .mening-title p {
        font-size: 16px;
        line-height: 27px;
        margin: 0;
    }
    .mening-title p br {
        display: none;
    }
    .mening-title.tr p {
        padding-right: 0;
    }
    .follower-area {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .stake-content h3 {
        font-size: 32px;
        line-height: 42px;
        top: -12px;
    }
    .row.mrb {
        margin-bottom: 40px;
    }
    .stake-block::before {
        display: none;
    }
    .stake-content::before {
        display: none;
    }
    .stake-content::after {
        display: none;
    }
    .stake-reward-tab-blk {
        padding: 35px 30px;
    }
    .tab-blk ul li a {
        font-size: 16px;

    }
    .tab-blk ul li::before {
        width: 10px;
        height: 10px;
        content: "";
        left: -14px;
        top: 7px;

    }
    .stake-reward-tab-blk ul li a.active::after {
        width: 6px;
        height: 6px;
        top: 9px;
        left: -12px;
    }
    .reward-inner span {
        font-size: 18px;
    }
    .reward-inner p {
        font-size: 16px;
        margin-bottom: 3px;
    }
    .nice-select {
        font-size: 14px;
        font-weight: normal;
        height: 50px;
        line-height: 50px;

    }
    .stake-contact-single-blk input {
        width: 100%;
        height: 50px;
        font-size: 14px;
        font-weight: 400;
    }
    .stake-select-blk label {
        font-size: 15px;

    }
    .token-title h3 {
        font-size: 32px;
        line-height: 43px;

    }
    .token-title {
        margin-bottom: 30px;
    }
    .token-left-inner span {
        font-size: 38px;

    }
    .token-medel-inner h4 {
        font-size: 18px;

    }
    .token-block {
        margin-bottom: 40px;

    }
}

/* MD Device :768px. */
@media (min-width: 320px) and (max-width: 1200px) {
    .logo-main a img {
        max-width: 160px;
    }
    .hero-txt {
        padding-top: 60px;
    }
    .hero-txt h4 {
        font-size: 37px;
        margin-bottom: 10px;
    }
    .hero-txt p {
        line-height: 28px;
    }
    .hero-video {
        max-width: 765px;
        height: 400px;
        margin-top: 40px;
    }
    .line {
        top: 340px;
        left: -35px;
    }
    .recent-content h3 {
        font-size: 32px;
        line-height: 46px;
        margin-bottom: 10px;
    }
    .recent-content p {
        font-size: 16px;
        line-height: 28px;
        padding-right: 0;
    }
    .recent-info-text span {
        font-size: 22px;
    }
    .count-date span {
        font-size: 28px;
    }
    .count-price span {
        font-size: 16px;
    }
    .donation-content h4 {
        font-size: 22px;
        line-height: 37px;
        margin-bottom: 13px;
    }
    .donation-content p {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .member-content h4 {
        font-size: 32px;
        line-height: 48px;
        margin-bottom: 12px;
    }
    .member-area {
        padding: 60px 0;
    }
    .donation-area {
        padding-bottom: 30px;
    }
    .count-box {
        padding: 30px;
        margin-bottom: 30px;
    }
    .member-site-text {
        padding-left: 0;
    }
    .member-site-text p {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 30px;
    }
    .member-content p {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 30px;
        padding-right: 0;
    }
    .hero-shape-2 {
        bottom: -3px;
        width: 390px;
    }
    .donation-thumb {
        height: 350px;
        width: 100%;
        margin-bottom: 20px;
    }
    .member-blk {
        margin-bottom: 40px;
        position: relative;
        z-index: 99;
        padding-right: 80px;
    }
    .member-content span {
        margin-bottom: 10px;

    }
    .member-area::before {

        display: none;
    }
    .member-area::after {
        position: absolute;
        background: #B52535;
        width: 100%;
        height: 100%;
        right: 0;
        content: "";
        top: 0;
    }
    .member-blk {
        margin-bottom: 40px;
        position: relative;
        z-index: 99;
    }
    .member-site-right {
        position: relative;
        z-index: 99;
        padding-right: 52px;
    }
    .section-title {
        margin-bottom: 30px;
        padding-left: 10px;
    }
    .revolution-content h3 {
        font-size: 32px;
        line-height: 45px;
    }
    .revolution-body-text p {
        font-size: 16px;
        line-height: 27px;
        padding-right: 0;
    }
    .revolution-content-blk {
        font-size: 16px;
        line-height: 27px;
        padding-right: 0;
        text-align: center;
        margin-bottom: 40px;
    }
    .revolution-area {
        padding-top: 50px;
        padding-bottom: 60px;
    }
    .revolution-body-content-blk p {
        font-size: 16px;
        line-height: 27px;

    }
    .revolution-thumb img {
        max-width: 100%;
    }
    .follower-title h3 {
        font-size: 32px;
        line-height: 44px;
        margin-bottom: 20px;
    }
    .follower-title {
        margin-bottom: 30px;
    }
    .follower-text p {
        font-size: 16px;
        line-height: 27px;
        padding-right: 0;
    }
    .follower-body-text p {
        font-size: 16px;
        line-height: 27px;;
        margin-bottom: 18px;
    }
    .wt-shape {
        max-width: 150px;
    }
    .follower-title p {
        font-size: 16px;
        line-height: 28px;
    }
    .follower-text.fls-tr p {
        padding-right: 0;
        margin-bottom: 24px;
    }
    .mening-title h3 br {
        display: none;
    }
    .mening-block.mening-boxsed {
        margin-bottom: 30px;
    }
    .revolution-body-content-blk {
        padding-top: 40px;
    }
    .mening-block {
        padding: 40px;
    }
    .mening-body-text.trt {
        padding-top: 10px;
    }
    .follower-body-text {
        padding-top: 40px;
    }
    .mening-title h3 {
        font-size: 32px;
        line-height: 44px;
        margin-bottom: 21px;
        text-align: center;
    }
    .mening-title p {
        font-size: 16px;
        line-height: 27px;
        margin: 0;
    }
    .mening-title p br {
        display: none;
    }
    .mening-body-text {
        padding-top: 0;
    }
    .mening-title.tr p {
        padding-right: 0;
        margin-bottom: 30px;
    }

    .follower-area {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .revolution-content h3 br {
        display: none;
    }
    .revolution-content {
        text-align: center;
        margin-bottom: 20px;
    }
    .mening-title {
        text-align: center;
    }
    .row.revo-mt {
        margin-top: 30px;
    }
    .revolution-body-text {
        text-align: center;
    }
    .revolution-thumb img {
        max-width: 350px;
        margin: 0 auto;
        position: relative;
        display: block;
    }
    .follower-thumb img {
        max-width: 350px;
        display: block;
        margin: 0 auto 30px;
    }
    .follower-text {
        text-align: center;
    }
    .wt-shape {
        max-width: 150px;
        display: none;
    }
    .mining-thumb img {
        max-width: 350px;
        display: block;
        margin: 0 auto 25px;
    }
    .stake-content h3 {
        font-size: 32px;
        line-height: 42px;
        top: 0;
        margin-bottom: 27px;
    }
    .row.mrb {
        margin-bottom: 40px;
    }
    .stake-block::before {
        display: none;
    }
    .stake-content::before {
        display: none;
    }
    .stake-content::after {
        display: none;
    }
    .stake-reward-tab-blk {
        padding: 35px 30px;
    }
    .tab-blk ul li a {
        font-size: 16px;

    }
    .tab-blk ul li::before {
        width: 10px;
        height: 10px;
        content: "";
        left: -14px;
        top: 7px;

    }
    .stake-reward-tab-blk ul li a.active::after {
        width: 6px;
        height: 6px;
        top: 9px;
        left: -12px;
    }
    .reward-inner span {
        font-size: 18px;
    }
    .reward-inner p {
        font-size: 16px;
        margin-bottom: 3px;
    }
    .nice-select {
        font-size: 14px;
        font-weight: normal;
        height: 50px;
        line-height: 50px;

    }
    .stake-contact-single-blk input {
        width: 100%;
        height: 50px;
        font-size: 14px;
        font-weight: 400;
    }
    .stake-select-blk label {
        font-size: 15px;

    }
    .token-title h3 {
        font-size: 32px;
        line-height: 43px;

    }
    .token-title {
        margin-bottom: 30px;
    }
    .token-left-inner span {
        font-size: 38px;

    }
    .token-medel-inner h4 {
        font-size: 18px;

    }
    .token-block {
        margin-bottom: 40px;

    }
    .token-block {
        padding: 30px;
    }
    .token-site-blk {
        margin-bottom: 30px;
    }
    .video-thumb {
        height: 360px;
        width: 100%;
        margin-bottom: 30px;
    }
    .token-site-blk.text-tr {
        margin-left: 0;
    }
    .token-block.block-1 {
        padding: 30px;
    }
    .token-tab-blk ul li a {
        font-size: 15px;

    }
}

/* SM Small Device :320px. */
@media only screen and (min-width: 320px) and (max-width: 1100px) {
    .main-menu ul li a {
        font-size: 15px;
        margin-right: 20px;
    }
    .hero-btn a {
        font-size: 13px;
        padding: 8px 15px;
        margin-right: 2px;
        margin-left: 1px;
    }
    .login-blk a {
        font-size: 15px;
        padding-right: 11px;
        padding-left: 15px;
    }
    .logo-main a img {
        max-width: 150px;
    }
    .hero-video {
        max-width: 720px;
        height: 385px;
    }
    .hero-btn.hr a {
        font-size: 17px;
        padding: 10px 28px;
    }
    .main-title h4 {
        font-size: 36px;
    }
    .feature-content h4 {
        font-size: 25px;
        margin-bottom: 12px;
    }
    .feature-content p {
        font-size: 15px;
        line-height: 25px;
        min-height: 90px;
    }
    .common-btn a {
        font-size: 14px;
        padding: 9px 22px;
    }
    .line {
        top: 315px;
        left: -38px;
    }
    .loveo-top h4 {
        font-size: 36px;
        margin-bottom: 8px;
    }
    .loveo-area .common-btn a {
        margin-top: 25px;
    }
    .loveo-top p {
        margin-bottom: 26px;
    }
    .join-title h4 {
        font-size: 36px;
        margin-bottom: 90px;
    }
    .join-thumb img {
        max-width: 75px;
        margin-bottom: 22px;
    }
    .join-txt h4 {
        font-size: 23px;
        margin-bottom: 15px;
    }
    .join-txt p {
        font-size: 15px;
        line-height: 26px;
        padding-right: 40px;
    }
    .recent-content h3 {
        font-size: 32px;
        line-height: 46px;
        margin-bottom: 10px;
    }
    .recent-content p {
        font-size: 16px;
        line-height: 28px;
        padding-right: 0;
    }
    .recent-info-text span {
        font-size: 22px;
    }
    .count-date span {
        font-size: 28px;
    }
    .count-price span {
        font-size: 16px;
    }
    .donation-content h4 {
        font-size: 22px;
        line-height: 37px;
        margin-bottom: 13px;
    }
    .donation-content p {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .member-content h4 {
        font-size: 32px;
        line-height: 48px;
        margin-bottom: 12px;
    }
    .member-area {
        padding: 60px 0;
    }
    .donation-area {
        padding-bottom: 30px;
    }
    .count-box {
        padding: 30px;
        margin-bottom: 30px;
    }
    .member-site-text {
        padding-left: 0;
    }
    .member-site-text p {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 30px;
    }
    .member-content p {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 30px;
        padding-right: 0;
    }
    .hero-shape-2 {
        bottom: 0;
        width: 272px;
    }
    .donation-thumb {
        height: auto;
        width: 100%;
        margin-bottom: 20px;
    }
    .member-blk {
        margin-bottom: 40px;
        position: relative;
        z-index: 99;
        padding-right: 0;
    }
    .member-content span {
        margin-bottom: 10px;

    }
    .member-area::before {

        display: none;
    }
    .member-area::after {
        position: absolute;
        background: #B52535;
        width: 100%;
        height: 100%;
        right: 0;
        content: "";
        top: 0;
    }
    .member-blk {
        margin-bottom: 40px;
        position: relative;
        z-index: 99;
    }
    .member-site-right {
        position: relative;
        z-index: 99;
        padding-right: 52px;
    }
    .section-title {
        margin-bottom: 30px;
        padding-left: 10px;
    }
    .section-title h3 {
        font-size: 26px;
    }
    .donation-content h4 br {
        display: none;
    }

    .donation-block {
        border-radius: 4px;
        padding-top: 30px;
        margin-bottom: 30px;
    }

    .recent-blk {
        margin-top: -210px;
    }

    .hero-area-2 {
        height: 585px;

    }
    .count-area {
        padding-top: 40px;
        padding-bottom: 10px;
    }

    .revolution-content h3 {
        font-size: 32px;
        line-height: 45px;
    }
    .revolution-body-text p {
        font-size: 16px;
        line-height: 27px;
        padding-right: 0;
    }
    .revolution-content-blk {
        font-size: 16px;
        line-height: 27px;
        padding-right: 0;
        text-align: center;
        margin-bottom: 40px;
    }
    .revolution-area {
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .revolution-body-content-blk p {
        font-size: 16px;
        line-height: 27px;

    }
    .revolution-thumb img {
        max-width: 100%;
    }
    .follower-title h3 {
        font-size: 32px;
        line-height: 44px;
        margin-bottom: 20px;
    }
    .follower-title {
        margin-bottom: 30px;
    }
    .follower-text p {
        font-size: 16px;
        line-height: 27px;
        padding-right: 0;
    }
    .follower-body-text p {
        font-size: 16px;
        line-height: 27px;;
        margin-bottom: 18px;
    }
    .wt-shape {
        max-width: 150px;
    }
    .follower-title p {
        font-size: 16px;
        line-height: 28px;
    }
    .follower-text.fls-tr p {
        padding-right: 0;
        margin-bottom: 24px;
    }
    .mening-title h3 br {
        display: none;
    }
    .mening-block.mening-boxsed {
        margin-bottom: 30px;
    }
    .revolution-body-content-blk {
        padding-top: 40px;
    }
    .mening-block {
        padding: 40px;
    }
    .mening-body-text.trt {
        padding-top: 10px;
    }
    .follower-body-text {
        padding-top: 40px;
    }
    .mening-title h3 {
        font-size: 32px;
        line-height: 44px;
        margin-bottom: 21px;
        text-align: center;
    }
    .mening-title p {
        font-size: 16px;
        line-height: 27px;
        margin: 0;
    }
    .mening-title p br {
        display: none;
    }
    .mening-body-text {
        padding-top: 0;
    }
    .mening-title.tr p {
        padding-right: 0;
        margin-bottom: 30px;
    }
    .follower-area {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .revolution-content h3 br {
        display: none;
    }
    .revolution-content {
        text-align: center;
        margin-bottom: 20px;
    }
    .mening-title {
        text-align: center;
    }
    .row.revo-mt {
        margin-top: 30px;
    }
    .revolution-body-text {
        text-align: center;
    }
    .revolution-thumb img {
        max-width: 250px;
        margin: 0 auto;
        position: relative;
        display: block;
    }

    .follower-thumb img {
        max-width: 250px;
        display: block;
        margin: 0 auto 30px;
    }
    .follower-text {
        text-align: center;
    }
    .follower-title h3 br {
        display: none;
    }
    .follower-title p br {
        display: none;
    }
    .wt-shape {
        max-width: 150px;
        display: none;
    }
    .mining-thumb img {
        max-width: 250px;
        display: block;
        margin: 0 auto 25px;
    }
    .follower-1 {
        display: none;
    }
    .follower-2 {
        display: none;
    }
    .hero-txt p br {
        display: none;
    }

    .stake-content h3 {
        font-size: 32px;
        line-height: 42px;
        top: 0;
        margin-bottom: 20px;
    }
    .row.mrb {
        margin-bottom: 40px;
    }
    .stake-block::before {
        display: none;
    }
    .stake-content::before {
        display: none;
    }
    .stake-content::after {
        display: none;
    }
    .stake-reward-tab-blk {
        padding: 35px 30px;
    }
    .tab-blk ul li a {
        font-size: 14px;

    }
    .tab-blk ul li::before {
        width: 10px;
        height: 10px;
        content: "";
        left: -14px;
        top: 7px;

    }
    .stake-reward-tab-blk ul li a.active::after {
        width: 6px;
        height: 6px;
        top: 9px;
        left: -12px;
    }
    .reward-inner span {
        font-size: 18px;
    }
    .reward-inner p {
        font-size: 16px;
        margin-bottom: 3px;
    }
    .nice-select {
        font-size: 14px;
        font-weight: normal;
        height: 50px;
        line-height: 50px;

    }
    .stake-contact-single-blk input {
        width: 100%;
        height: 50px;
        font-size: 14px;
        font-weight: 400;
    }
    .stake-select-blk label {
        font-size: 15px;

    }
    .stake-site-box {
        padding: 15px;

    }
    .stake-reward-tab-blk {
        padding: 20px;
    }
    .charity-blk {
        padding: 15px;

    }
    .charity-btn button {
        height: 50px;
        font-size: 14px;
    }
    .stake-area {
        padding: 50px 0;
    }
    .stake-radio-button-blk {
        padding: 15px;
        margin-bottom: 30px;
    }
    .stake-radio-button-blk span {
        font-size: 20px;

    }
    .stake-radio-button-blk .containerr .checkmark::after {
        top: 0;
        left: 0;
        width: 52px;
        height: 78px;

    }
    .stake-radio-button-blk .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 78px !important;
        width: 52px;
        z-index: -1;
        line-height: 70px;
        border-radius: 30px;
        margin: 0;
    }
    .stake-radio-button-blk .containerr {
        padding-left: 5px;
        margin-bottom: 12px;
        font-size: 12px;
        width: 70px;
        height: 70px;
        padding-right: 11px;
        padding-top: 10px;
    }
    .stake-reward-tab-blk ul li a span {
        width: 16px;
        height: 16px;
        left: 0;
        top: 4px;

    }
    .token-title h3 {
        font-size: 32px;
        line-height: 43px;

    }
    .token-title {
        margin-bottom: 30px;
    }
    .token-left-inner span {
        font-size: 38px;

    }

    .token-medel-inner h4 {
        font-size: 18px;

    }
    .token-block {
        margin-bottom: 40px;

    }
    .token-block {
        padding: 15px;
    }
    .token-site-blk {
        margin-bottom: 30px;
    }

    .video-thumb {
        height: auto;
        width: 100%;
        margin-bottom: 30px;
    }
    .token-site-blk.text-tr {
        margin-left: 0;
    }
    .token-block.block-1 {
        padding: 15px;
    }
    .token-tab-blk ul li a {
        font-size: 15px;

    }
    .token-site-right {
        display: flex;
        padding: 15px;

    }
    .tab-mb {
        margin-bottom: 40px;
    }
    .token-infoo {
        width: 100%;
        text-align: left;
    }
    .token-site-right {
        display: block;
        padding: 15px;
    }
    .token-flx {
        display: block;
        align-items: center;
        width: 100%;
    }
    .token-medel-inner p br {
        display: none;
    }
    .token-medel-inner {
        margin-bottom: 10px;
    }
    .token-title h3 br {
        display: none;
    }
    .token-tab-blk ul li {
        width: 50%;
        text-align: center;
    }
    .member-content h3 {
        font-size: 32px;
        line-height: 43px;
        margin: 0;
    }
    .action-btn {
        text-align: left;
    }
    .member-content h3 br {
        display: none;
    }
}

/* SM Small Device :550px. */
@media only screen and (min-width: 320px) and (max-width: 991px) {
    .header-right .main-menu {
        display: none;
    }
    .join-thumb img {
        max-width: 65px;
        margin-bottom: 20px;
    }
    .join-txt h4 {
        font-size: 21px;
        margin-bottom: 14px;
    }
    .join-txt p {
        font-size: 14px;
        line-height: 25px;
        padding-right: 5px;
    }
    .common-btn a {
        font-size: 14px;
        padding: 8px 18px;
    }
    .join-title h4 {
        font-size: 30px;
        margin-bottom: 75px;
    }
    .join-area {
        padding-top: 60px;
        padding-bottom: 10px;
    }
    .loveo-top h4 {
        font-size: 32px;
    }
    .loveo-text p {
        font-size: 15px;
        line-height: 26px;
    }
    .loveo-top p {
        margin-bottom: 20px;
    }
    .mission-top h4 {
        font-size: 33px;
    }
    .mission-text p {
        font-size: 15px;
        margin-bottom: 22px;
        line-height: 27px;
    }
    .mission-num span {
        font-size: 25px;
    }
    .main-title h4 {
        font-size: 31px;
    }
    .main-title::after {
        top: 20px;
    }
    .line {
        display: none;
    }
    .feature-content h4 {
        font-size: 23px;
        margin-bottom: 11px;
    }
    .feature-content {
        padding-right: 40px;
    }
    .single-feature-blk:nth-child(2n) .feature-content {
        padding-left: 55px;
    }
    .single-feature-blk {
        margin-bottom: 80px;
    }
    .hero-video {
        max-width: 620px;
        height: 365px;
    }
    .hero-txt h4 {
        font-size: 34px;
    }
    .hero-txt p {
        line-height: 27px;
    }
    .menu-open {
        display: block;
    }
    .offcanvas-wrap .main-menu {

        padding: 25px;
    }
    .offcanvas-wrap .main-menu ul {

        padding-top: 54px;
    }
    .offcanvas-wrap .main-menu ul li a {
        display: block;
        margin: 0;
        border-bottom: 1px solid #dddddd96;
        padding: 10px 0;
        font-size: 15px;
    }
}

/* SM Small Device :550px. */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .offcanvas-wrap .main-menu {

        padding: 25px;
    }
    .offcanvas-wrap .main-menu ul {

        padding-top: 54px;
    }
    .offcanvas-wrap .main-menu ul li a {
        display: block;
        margin: 0;
        border-bottom: 1px solid #dddddd96;
        padding: 10px 0;
        font-size: 15px;
    }
    .menu-open {
        display: flex;
    }
    .hero-txt h4 {
        font-size: 30px;
    }
    .hero-txt p {
        line-height: 23px;
        font-size: 15px;
    }
    .hero-video {
        max-width: 495px;
        height: 300px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .hero-shape img {
        height: 420px;
    }
    .hero-btn.hr a {
        font-size: 15px;
        padding: 9px 25px;
        margin-bottom: 20px;
    }
    .next-section {
        font-size: 20px;
    }
    .main-title h4 {
        font-size: 28px;
    }
    .main-title::after {
        top: 16px;
    }
    .main-area {
        padding-top: 40px;
    }
    .main-feature-wrap {
        padding-top: 55px;
    }
    .feature-content h4 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .single-feature-blk:nth-child(2n) .feature-content {
        padding-left: 30px;
    }
    .feature-content {
        padding-right: 10px;
    }
    .mission-top h4 {
        font-size: 28px;
    }
    .mission-top .common-social a {
        width: 37px;
        height: 37px;
        font-size: 20px;
        line-height: 41px;
        margin: 5px 12px 0;
    }
    .loveo-top h4 {
        font-size: 29px;
    }
    .loveo-text p {
        font-size: 14px;
        line-height: 24px;
    }
    .loveo-area .common-btn a {
        margin-top: 15px;
    }
    .loveo-area {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .join-title h4 {
        font-size: 26px;
        margin-bottom: 70px;
    }
    .join-area {
        padding-top: 50px;
        padding-bottom: 10px;
        text-align: center;
    }
    .video-play {
        font-size: 38px;
    }

}


/* SM Small Device :550px. */
@media only screen and (min-width: 320px) and (max-width: 575px) {
    .hero-txt h4 {
        font-size: 27px;
    }
    .video-play {
        font-size: 32px;
    }
    .hero-txt p {
        font-size: 14px;
    }
    .hero-txt {
        padding-top: 45px;
    }
    .hero-video {
        max-width: 420px;
        height: 240px;
        margin-top: 25px;
        margin-bottom: 28px;
    }
    .hero-shape img {
        height: 400px;
    }
    .hero-btn.hr a {
        font-size: 14px;
        padding: 9px 22px;
        margin-bottom: 18px;
    }
    .next-section {
        font-size: 18px;
    }
    .main-title h4 {
        font-size: 24px;
    }
    .single-feature-blk {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .single-feature-blk:nth-child(2n) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .single-feature-blk:nth-child(2n) .feature-content {
        padding-left: 0;
    }
    .feature-thumb {
        max-width: 260px;
        margin-bottom: 30px;
    }
    .feature-content {
        padding-right: 0;
    }
    .mission-top h4 {
        font-size: 25px;
    }
    .mission-top .common-social a {
        width: 35px;
        height: 35px;
        font-size: 18px;
        line-height: 38px;
        margin: 0 10px;
    }
    .mission-top .common-social a:last-child span i {
        font-size: 25px !important;
    }
    .mission-num span {
        font-size: 27px;
        height: 40px;
        width: 40px;
        line-height: 45px;
    }

    .mission-item {
        display: block;
        margin-bottom: 45px;
    }
    .mission-num span {
        font-size: 20px;
        height: 45px;
        width: 45px;
        line-height: 48px;
        margin-bottom: 19px;
    }
    .loveo-top h4 {
        font-size: 26px;
        margin-bottom: 3px;
    }

    .join-title h4 {
        font-size: 20px;
        margin-bottom: 60px;
    }
    .join-area {
        padding-top: 40px;
    }
    .join-thumb img {
        max-width: 55px;
    }
    .join-txt h4 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .logo-main a img {
        max-width: 140px;
    }
    .header-bottom {
        padding: 15px 0;
    }
    .login-blk a {
        font-size: 14px;
        padding-right: 9px;
        padding-left: 13px;
    }
    .common-social a {
        margin-left: 15px;
    }
    .offcanvas-area {
        width: 290px;
    }
}
