*{
    margin:0px;
    padding:0px;
}
 :root {
          --gradient-bg:linear-gradient(162deg,rgba(231, 76, 60, 1) 47%, rgba(110, 44, 0, 1) 100%);;
          --primary-color:#E74C3C;
          --secondary-color:#6E2C00;
 }
 body {
    line-height: 1.6;
    color: rgba(0, 0, 0, 0.85);
    font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}
.btn-theme{
    background:var(--gradient-bg);
    color:white!important;
    font-weight:600;
    font-size:14px;
    text-transform:uppercase;
}
.btn-theme2{
    border:1px solid var(--primary-color)!important;
    color:var(--primary-color)!important;
    font-weight:600;
    font-size:14px;
    text-transform:uppercase;
}
.cus-border{
    border-radius: 20px 0px;
}
.logo-area{
    background: url('../../images/bg-img.avif');
    padding:60px 20px;
    border-radius: 20px 20px 0px 0px;
    text-align: center;
    color: white;
    /*margin-bottom: 30px;*/
    font-weight:900;
    text-shadow: 0px 3px 6px #ced4da;
}
.logo-area img{height:50px;}
.logo-name {
    font-family: "Playfair Display", serif;
    font-weight:900;
}
.login-section label{
    text-shadow: 0px 3px 6px rgb(0 0 0 / 14%);
    font-size: 16px;
    line-height: 48px;
    color: rgba(0, 0, 0, 1);
    font-weight: 550;
    font-family: "Segoe UI";
}
.login-section .input-group{
    box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.login-section .input-group-text{
    background:rgba(236, 236, 236, 0.82);
    color: var(--primary-color);
    border-right: 0px;
}
.login-section .form-control {
    padding-left: 3px;
    background: rgba(236, 236, 236, 0.82);
    border-left: 0px;
    box-shadow: none;
    line-height: 28px;
}
.login-section .page-link{
    color:var(--primary-color);
    font-weight:600;
}
.timer{color:var(--primary-color)}
.text-black{color: black;}
/*header css*/
.header{
    background: var(--gradient-bg);
    padding: 10px 15px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    color: white;
}
.notification-sec{float:right;}
.notification-sec i{color:white;font-size:20px;}
.logo-sec a{
    text-decoration:none;
}
/*header css*/
/*main container css*/
.main-container{
    display: flex;
    width: 30%;
    margin: auto;
}
.main-middle-container{
    flex: 0 0 auto;
    /*border: 1px solid lightgray;*/
    width: 100%;
    min-height: 100vh;
}
/*main container css*/
/*footer css*/
.bottom-footer{
    position: fixed;
    bottom: 0px;
    z-index: 999;
    height: 50px;
    width: 30%;
}
.bottom-footer ul{
    padding-left:0px;
    list-style:none;
    border-radius: 20px 20px 0px 0px;
    background: #fff;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.43);
    display:flex;
}
.bottom-footer ul li{
   width: 25%;
    display: block;
    flex: 0 0 auto;
    text-align: center;
    line-height: 50px; 
}
.bottom-footer ul li a{
    color:var(--primary-color)!important;
    font-size:24px;
}
.bottom-footer ul li .active{
    border-bottom:3px solid var(--primary-color);
}
.bottom-footer ul li a i{}
/*footer css*/
/*home page css*/
.slider-img{
    width:100%;
    height:200px;
    object-fit: cover;
}
/*home page css*/
/*home menu css*/
.home-page-link{margin: 15px 0px;}
.home-page-link ul{
    padding-left: 0px;
    display: flex;
    list-style: none;
    gap: 10px;
}
.home-page-link ul li{
    width: 20%;
}
.home-page-link ul a{
    display: block;
    color: var(--primary-color) !important;
    text-align:center;
    text-decoration: none;
}
.home-page-link ul a i{
    font-size:40px;
    margin-bottom:6px;
}
.home-page-link ul a span{
    display:block;
    font-weight: 600;
    font-size: 15px;
}
/*home menu css*/
/*product card*/
.product-name{
    color: #000;
    font-size: 18px;
    text-transform: capitalize;
    line-height: 30px;
}
.product-img{
    border-radius: 5px;
    height: 180px;
    object-fit: cover;
    margin-bottom:20px;
}
.sec-divided{
    border: 1px solid var(--primary-color);
    margin: 10px 0px;
}
.product-details{
    font-size: 16px;
    line-height: 28px;
    color: rgba(0, 0, 0, 1);
    font-weight: 600;
    font-family: "Segoe UI";
}
.product-btn{width:60%;}
/*product card*/
.plan-tabs ul{
    background:lightgray;
}
.plan-tabs ul li{
    width:50%;
}
.plan-tabs ul li .nav-link{
    width:100%;
    color:black;
    font-weight: 600;
    font-size: 18px;
}
.plan-tabs ul li .nav-link.active{
   background:var(--primary-color);
   color:white;
   border-radius:0px;
}
.welcome-modal p{
    font-size: 16px;
    color: var(--primary-color);
    margin-bottom: 8px;
    font-weight: 600;
}
.welcome-modal h3{
    color: var(--primary-color);
}
.first-banner {
    background: url('https://static.vecteezy.com/system/resources/thumbnails/057/729/040/small/red-wine-bottle-splashes-in-vibrant-red-background-during-pouring-moment-photo.jpg');
    height: 230px;
    filter: blur(2px);
    background-size: contain;
}
.cus-top-margin{
    margin-top:-100px;
    border-radius: 8px 8px 0px 0px;
}
.border-bottom-red{
    border-bottom:2px solid var(--primary-color);
}
.font-600{font-weight:600;}
.invite-rule{
    font-size: 22px;
    font-style: italic;
    font-weight: 600;
    color: var(--primary-color);
    margin: 34px 0px;
}
.transaction-sec{
    overflow: hidden;
    background-image:linear-gradient(180deg, var(--primary-color) 0%, #fffff1 100%);
    color: #fff;
   padding:20px 0px;
}
.profile-cricle {
    text-align: center;
    background: var(--primary-color);
    height: 60px;
    width: 60px;
    margin: auto;
    border-radius: 50%;
    padding-top: 12px;
    font-weight: 700;
    line-height: 16px;
    font-size: 11px;
}
.profile-cricle i{font-size: 16px;}
.mobile-details{
    font-size: 20px;
    color:black;
    margin-top: 10px;
}
.pl-0{padding-left:0px;}
.pr-0{padding-right:0px;}
.infos {
    color: #000;
    font-size: 10px;
    margin-left: 25px;
}
.infos .num {
    font-size: 25px;
}
.text-camel{
    text-transform: capitalize!important;
}
.cus-label{
    font-size: 20px;
    line-height: 30px;
    color: rgba(0, 0, 0, 1);
}
.recharge-input{
    height: 60px;
    border: 1px solid #003384;
    background: #f2f2f2;
    padding-left: 20px;
    font-size: 20px;
    margin-bottom: 16px;
    border-radius:0px;
}
.btn-style{
    width: 100%;
    height: 47px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    margin: 30px auto 16px;
    font-size: 20px;
    cursor: pointer;
    color: rgba(255, 255, 255, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-weight:400!important;
}
.text-right{text-align:right;}
.mr-2{margin-right:8px;}
.recharge-tip p {
    font-size: 11px;
    color: rgba(0, 0, 0, 1);
    line-height: 14px;
    display: flex;
    align-items: baseline;
    gap: 5px;
    margin-bottom: 16px;
}
.recharge-tip p span {
    width: 6px;
    height: 6px;
    background: rgba(253, 173, 39, 1);
    border-radius: 50%;
}
.cus-radio label{
    display:block;
    height: 45px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    color: rgba(3, 24, 49, 0.7);
    font-size: 14px;
    justify-content: center;
    cursor: pointer;
    position: relative;
    margin-bottom:10px;
    font-size: 14px;
    padding: 10px;
 }
 .cus-radio{padding-left:0px;}
.cus-radio .form-check-input {
    float: right;
    margin-left: 0px;
    margin-right: 0px;
}
.account-tabs{
    
}
.account-tabs li{
    width: 33.33%;
}
.account-tabs li .nav-link{
    flex: 1;
    height: 34px;
    font-size: 15px;
    color: rgba(132, 132, 132, 1);
    background: rgba(207, 207, 207, 1);
    box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.07);
    box-sizing: border-box;
    position: relative;
    z-index: 1; 
    border-radius:0!important;
    line-height: 12px;
    width: 100%;
}
.account-tabs li .active{
   background:var(--primary-color);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    color: #58903d;
}
.cus-label-deposite{
    line-height: 30px;
    color: rgba(0, 0, 0, 1);
    font-size: 24px;
    font-weight: 600;
}
.withdrawal-tip p{
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
    line-height: 18px;
    display: flex;
    align-items: baseline;
    gap: 5px;
    margin-bottom: 9px;
}
.tax{float:right;}
.bank-list {
    border-radius: 7px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    margin-top: 20px;
    margin-bottom: 16px;
    padding: 14px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bank-list .left {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    line-height: 1.2;
    color: rgba(4, 4, 4, 1);
}
.bank-list .left .t1 {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 10px;
}
.bank-list .left .t2 {
    font-size: 14px;
}
.bank-list .left .card-img {
    height: 35px;
    flex-shrink: 0;
}
.card-icon i{
    font-size: 42px;
    color: var(--primary-color);
}
/*team page css*/
.team-sec-top{
    background: var(--primary-color);
    padding: 30px 16px;
    color: white;
    font-weight: 400;
}
.team-box1 {
    /*position: absolute;*/
    /*left: 50%;*/
    /*top: 200px;*/
    /*transform: translateX(-50%);*/
    width:100%;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    color: #202020;
    font-size: 17px;
    /*margin-top: -30px;*/
    border: 1px #ffffff47 solid;
    background: #ffffffbd;
    /*min-height:170px;*/
}
.team-box1 .commission, .team-box2 .commission, .team-box3 .commission {
    font-size: 11px;
    pointer-events: none;
    background: linear-gradient(0deg, #000000, #6b6b6b);
    padding: 5px 6px;
    margin-right: 30px;
    margin-top: -30px;
    border-radius: 0px 0px 10px 10px;
    border: 0px #ffffff5e solid;
    color: #ffffff;
    margin-left: -27px;
    text-align: center;
}
.view-button {
    background: linear-gradient(0deg, #000000, #6b6b6b);
    color: #ffffff;
    border: 1px #ffffff54 solid;
    border-radius: 10px 13px 0px 14px;
    padding: 7px 15px;
    font-size: 0.8rem;
    margin-top: -37px;
    position: absolute;
    margin-left: -19px;
}
.team-box1 .row, .team-box2 .row, .team-box3 .row{
    align-items: center;
    font-weight: bold;
}
.statistics p{
    font-size: 8px;
    font-weight: bold;
    pointer-events: none;
}
.team-box1 h1, .team-box2 h1, .team-box3 h1 {
    font-size: 13px;
    font-weight: bold;
    pointer-events: none;
    color: #6a6a6a;
}
.team-box1 img, .team-box2 img, .team-box3 img {
    height: 30px;
}
.profile-header{
    color: #363636;
    padding: 20px 0px;
    text-align: center;
    border-radius: 10px;
    background: white ! important;
    font-size:14px;
    /*margin-top: -80px;*/
}
.team-point{
    font-size: 24px;
    font-weight: 700;
}
/*team page css*/
/*profile page css*/
.menu-cards {
    width: 100%;
    height: 63px;
    box-sizing: border-box;
    font-size: 10px;
    color: rgba(97, 97, 97, 1);
    display: flex;
    line-height: 1.1;
}
.menu-cards > div {
    flex: 1;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.11);
    display: flex;
    justify-content: center;
    gap: 6px;
    align-items: center;
    cursor: pointer;
}
.menu-cards .num {
    color: var(--primary-color);
    font-size: 14px;
    font-weight:600;
}
.menu-cards .name {
    font-size: 16px;
    font-weight: 600;
}
.profile-page-menu{}
.profile-page-menu ul{
    padding-left: 0px;
    list-style: none;
    display: flex;
    width: 100%;
    margin-top:25px;
}
.profile-page-menu li{
    display: block;
    width: 33.33%;
    text-align: center;
}
.profile-page-menu li a{
    color: var(--bs-body-color) !important;
    text-decoration: none !important;
}
.profile-page-menu li a i{
    color:var(--primary-color);
    font-size:35px;
    margin-bottom:6px;
}
.profile-page-menu .menu-name{
     font-size: 12px;
    font-weight: 600;
}
.profile-menu ul{
    padding-left:5px;
    list-style: none;
}
.profile-menu ul li{
    padding: 10px 0px;
    border-bottom: 1px solid lightgray;
}
.profile-menu ul li a{
    display: block;
    font-size: 14px;
    width: 100%;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.85);
    text-decoration: none;
}
.profile-heading{font-weight:600;}
.first-icon{
    color: var(--primary-color);
    font-size: 20px;
    margin-right:5px;
}
.right-icon{float:right;}
.color-light-gray{color:lightgray;}
.border-radius-0{border-radius:0px!important;}
/*profile page css*/
/*company profile css*/
.company-profile-sec{
    overflow: hidden;
    background-image: linear-gradient(180deg, var(--primary-color) 0%, #fffff1 100%);
    color: #fff;
    padding: 20px 0px;
    min-height: 70vh;
    margin-top: -10px;
}
.company-page-heading{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight:600;
}
.company-page-heading::before{
    content: '';
    border-bottom: 2px solid black;
    width: 40px;
    display: inline-block;
    margin-right: 4px;
    margin-top: 2px;
}
.company-page-heading::after{
    content: '';
    border-bottom: 2px solid black;
    width: 40px;
    display: inline-block;
    margin-left: 4px;
    margin-top: 2px;
}
/*company profile css*/
@media only screen and (max-width: 1199px) {
    .main-container{ width: 100%;}
    .bottom-footer{width: 100%;}
}
@media only screen and (max-width: 600px) {
    .main-continer{
        padding:0px;
        overflow-x:hidden;
    }
}