.home-back {
    background: url(../home_head.jpg);
    background-size: cover;
    height: 100vh;
    background-position-y: -112px;
}

.remove-bg {
    background-color: #fff0 !important;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #ffffff;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    font-weight:700;
}

.tx-black {
    color: #323232;
}

.nav-link:focus, .nav-link:hover {
    color: #c4c5c6;
}

.owl-carousel h5 {
    font-size: 16px;
}

.y-backgroud {
    color: #fed100;
}

.radius-20 {
    border: solid #f7f7f7 3px;
    border-radius: 35px;
}

.f-64 {
    font-size: 78px;
    width: 548px;
}

.w-448 {
    width: 448px;
}

.card-img-container {
    height: 192px;
    overflow: hidden;
}

.m-h142 {
    min-height: 142px;
}

.card-text {
    font-size: 12px;
}

.join-text {
    font-family: serif;
    font-size: 22px;
    margin-top: 42px;
    font-style: italic;
}

.read-more {
    text-decoration: none;
}

/* stat css */
.statistic-section {
    padding-top: 70px;
    padding-bottom: 70px;
}

.count-title {
   font-size: 50px;
   font-weight: normal;
   margin-top: 10px;
   margin-bottom: 0;
     text-align: center;
     font-weight: bold;
   /* color: #1a1919; */
   background: -webkit-linear-gradient(#1253a3, #0e2b63);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}

.stats-text {
   font-size: 15px;
   font-weight: bold;
   margin-top: 15px;
   margin-bottom: 0;
   text-align: center;
    color: #959595;
}

.stats-line-black {
   margin: 12px auto 0;
   width: 55px;
   height: 2px;
   background-color: #959595;
}
.stats-icon {
     font-size: 35px;
     margin: 0 auto;
   float: none;
   display: table;
   color: #fff;
}

@media (max-width: 992px) {
   .counter {
       margin-bottom: 40px;
   }
}
/* stat css */

.down-back {
    position: relative; /* Ensure the parent container has a positioning context */
    background: url(../down_back.jpg);
    background-size: cover;
}

.down-back::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Adjust the alpha value (0.5 for 50% transparency) */
}

.zup {
    z-index: 10000 !important;
    position: relative;
}

.text-yellow {
    background-image: linear-gradient(62deg, #FBAB7E 0%, #F7CE68 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
}

.light-weight {
    font-weight:300;
}

.big-weight {
   font-weight:700; 
}

.f-48 {
     font-size: 37px;   
}

.iframe-max {
    width: 100%;
    height: 360px;
}

.flex-center {
    align-items: center;
    display: flex;
}

.flex-col {
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.dark-back {
    background: #292929;
}

.minimul-ul li {
    list-style: none;
    margin-left: -30px;
}

.social-icons img {
    width: 32px;
}

.social-icons {
    display: flex;
    flex-direction: row;
    margin-left: -7px;
}

.social-icons li {
    flex: 1;
}

.in-img {
    width: 24px !important;
    margin-top: 4px;
}

.you-img {
    width: 25px !important;
    margin-top: 4px;    
}

.minimul-ul a {
    text-decoration: none;
    color: #fff;
}

.foot-main {
    color: #959595;
}

.dark-back-2 {
    background: #090121;
}

.custom-nav-back {
    background: #152f68;
}

.form-check {
    margin-left: 30px;
}

.t-right {
    text-align: right;
}

.tostydanger {
    background-color: #e03a3a;
}

.full-width {
    width: 100%;
}

.full-height {
    height: 100%;
}

.member-menu-tx {
    font-size: small;
    margin-top: 5px;
    text-decoration: none;
    color: #323232;
}

.no-line {
    text-decoration: none;
}

.fw-800 {
    font-weight: 800;
}

.sm-card-img {
    height: 100px;
    overflow: hidden;
}



@media only screen and (max-width: 448px) {
    .f-64 {
        font-size: 50px;
        width: 380px;
    }
    
    .w-448 {
        width: 271px;
    }
    
    .lg-menu {
        display:none;   
    }
    
    .f-48 {
        font-size: 25px;
        width: 330px;
    }
    
    .join-text {
        width: 380px;
    }
    .home-back {
        background: url(../mobile_banner.jpg);
        background-repeat: no-repeat;
        height: 100vh;
        background-position-x: -206px;
    }
}