:root{
    --primary-col : #e85c5c;
    --secondary-col :  #105f63;
}
body{
    margin: 0;
    padding: 0;
    color: white;
}
  .lp-diamond{
    font-size: 1.2rem;
    font-weight: 700;
  }
  .interest-dp{
    margin-top: -8px;
    font-size: 0.8rem;
  }
  .machine-carda{
    padding: 0px 4px;
    margin: 20px 10px;
    border-radius: 14px;
    background-color: #ededed;
    box-shadow: 0px 2px 4px gray;
  }
  .timer-o{
    font-size: 1.4rem;
    font-weight: 600;
    margin-top: -5px;
  }
    
  .car-icon{
    width: 40px;
    height: 40px;
    border-radius: 14px;
    color:white;
    background-color: var(--primary-col);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
  }
  .strong-t{
    font-weight: 700;
}
.levels-card{
    
        background-color: var(--secondary-col);
       
      
       
        color: white;
        
    }
    
    .percentage{
        width: 100%;
        text-align: center;
        border: 3px solid white;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.7rem;
        font-weight: 800;
        
        background-color: rgb(16, 16, 93);
    }
    .level-name{
        font-size: 1.9rem;
        font-weight: 600;
        width: 60%;
        text-align: center;
    }
    .tirr{
        background-color: white;
        border-top: 70px var(--secondary-col);
        width: 26%;
        border-right: 69px solid transparent;
        
        
    }
    .boro{
        border: 2px solid black;
        width: 20%;
        text-align: center;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.7rem;
        font-weight: 800;
        margin: 0px 25px 0px 0px;
        background-color: rgb(16, 16, 93);
    }
.trans-card {
    border:1px solid;
    margin: 8px 0px;
    background-color: aliceblue;
    border-radius: 8px;

}
/*Loginpage*/
 .new-log .cover-img img{
        width:100% ;
    }
    .cover-head{
        padding:25px 0px;
        background-color: #D4DBF9;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }
    .bio-metric{
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background-color: #ededed;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 45px;
        margin-top: -20px;
    }
    .new-log .form-group label,input{
        display: block;
        width: 100%;
        
    }
    .new-log .form-group label{
       margin-bottom:0px !important;
        
    }
   .new-log .form-group input{
        height: 45px;
       border: 1px solid rgb(230, 230, 230);
       border-radius: 4px;
       padding-left: 15px;
    }
    .password-in{
        width: 100%;
        display: inline-block;
    }
    .show-password{
        width:8%;
        display: inline-block;
       
        text-align: center;
        padding: 13px 7px;
        background-color: rgb(232, 243, 253);
        margin-left: -7px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }
    .new-log .icon{
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
    }
    .show-password:hover{
        background-color: rgb(224, 255, 255);
    }
    .login-button{
        border: none;
        border-radius: 6px;
        background-color:var(--secondary-col) !important;
    }
    .login-button:hover{
        cursor: pointer;
        background-color: #1c797c !important;
    }
    .social{
        display: flex;
        justify-content: center;
        font-size: 24px;
    }
    .sco-ico{
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0px 6px;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        color: white;
        background-color: rgb(20, 4, 99);
        transition: transform 0.8s;
    }
    .sco-ico:hover{
        cursor: pointer;
        transform: translateY(-12px);
      
    }
    .forget-det{
        display: flex;
        justify-content: center;
    }
    .login-card{
      padding-bottom:50px !important;
      margin: 0px 5px;
     border-radius: 6px !important;
      box-shadow: 0px 3px 6px grey;
    }
   .new-log a{
        text-decoration: none;
    }
   .new-log a:hover{
        text-decoration: none;
        color: blue;
    }
/*Loginpageend*/
 .ini{
        height: 55px;
        padding: 0px 15px;
        background-color: #ebebeb;
        margin:4px 0px;
        color:black;
        font-size: 1.3rem;
    }
    .account-section{
        margin-top: 125px !important;
        padding:20px 0px !important;
    }
    .account-card{
        background-color:white !important;
    }
    .logo-head{
        width:100%;
    height: 100px;
    margin: 0 !important;
    box-shadow: 0px 2px 4px black;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0px;
}
    .copytext{
        background-color: var(--secondary-col) !important; 
        color:white !important;
    }
    .inpur{
        background-color: var(--primary-col) !important;
    }
.bg-var{
    background-color: #105f63 important;
}
  .dep-head{
        height: 50px;
        width: 100%;
       
        background-color: var(--secondary-col);
        color: white;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.5rem;
        font-weight: 600;
    }
    .deposit-body{
        width: 130px;
        height: 130px;
        border-radius: 50%;
        border: 6px solid var(--secondary-col);
        display: flex;
        justify-content: center;
        align-items: center;

    }
    .deposit-charge{
        font-size: 1.4rem;
        font-weight:800;

    }
    .min-max{
        width: 80%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
    }
    .min-max .min{
        width: 50%;
        background-color: var(--secondary-col);
        padding: 4px 0px;
        text-align: center;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
        
       
    }
    .min-max .max{
        width: 50%;
        background-color: #0d4749;
        padding: 4px 0px;
        text-align: center;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
    }
    .mia-text{
        font-size: 1.4rem;
    }
    .mia-amount{
        font-size: 1.4rem;
        font-weight: 600;
    }
.news{
        background-color: #8d613e;
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 30px;
        color: white;
        border-radius: 4px;
        
      }
      .murg{
        display: flex;
        justify-content: center;
        align-items: center;
        border-top: 1px solid black;
        border-bottom: 1px solid black;
      }
.anner1 img{
    border-top-left-radius: 18px;
     border-top-right-radius: 18px;
     height: 205px;
     width:100%;
}
.blue {
    height: 180px;
    color:white !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #105f63;
   /* background-image: url('https://i.pinimg.com/originals/f1/dd/40/f1dd40d36b17542578727c3d6e863903.jpg'); */
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}
.heading1{
    font-size: 26px;
    font-weight: 400;
   padding: 15px 15px;
}
.profile{
    background-color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    color: #8d613e;

}
.name{
    font-size: 22px;
    font-weight: 500;
}
.invitation span:nth-child(2){
    margin-left:10px
}
.invitation span:nth-child(3){
    margin-left:20px;
    border: 1px solid white;
    padding: 4px 4px;
    border-radius: 6px;
    background-color: rgba(192, 192, 192, 0.437);
}
.user-money{
    font-weight: 700;
}
.profile-email a{
    color:var(--secondary-col) !important;
}
.profile-email a:hover{
    color:var(--primary-col) !important;
}
        .rank-card {
            border: 4px solid #febe28;
            
            margin-top: 45px;
           
            border-radius: 8px;
            padding-bottom: 45px;
        }

        .user-name {
            font-size: 24px;
            color:rgb(22, 37, 134);
            font-weight: 600;
            text-align: center;
        }

        .rank-name1 {
            width: 70%;
            /*background-color: rgb(22, 37, 134);*/
            background-color: #febe28;
            border-radius: 8px;
            margin: auto;
            padding: 10px 15px;
            text-align: center;
            font-size: 30px;
            font-weight: 500;
            color: white;
        }

        .dash-card {

            background-color: #0b3844 !important;
            /*background-color: rgb(22, 37, 134);*/
            border-radius: 8px;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 30px 4px;
            color: white;
            margin-top: 20px;
        }

        .icon-line {
            width: 30%;
        }

        .icon-line .las {
            font-size: 40px;
            text-align: center;
            background-color: white;
            border-radius: 50%;
            margin-left: 15px;
            padding: 12px;
            color: rgb(22, 37, 134);
            /*color: #dc7672;*/

        }

        .earn {
            width: 70%;
            text-align: right;
            padding-right: 15px;
        }

        .money-dash {
            font-size: 25px;
            font-weight: 700;
        }

        .text-dash {
            font-size: 17px;
            font-weight: 500;
        }

        .m {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .m .las {
            font-size: 60px;
            border-radius: 50%;
            background-color: rgb(22, 37, 134);
            /*background-color: #dc7672;*/
            text-align: center;
            margin: auto;
            padding: 15px;
            color: white;
        }
        .m .active {
            font-size: 60px;
            border-radius: 50%;
            background-color: #4eb738;
            /*background-color: #dc7672;*/
            text-align: center;
            margin: auto;
            padding: 15px;
            color: white;
        }

        
        .red {
            /*background-color: rgb(22, 37, 134);*/
            background-color: #f2184f;
            padding: 10px 0px;
            color: black;
            font-size: 18px;
            border-radius: 8px;
            margin-top: 55px !important;

        }
        .next-rank1{
            font-size: 18px;
            
        }
     @media (max-width:768px) {
        .m {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .m .las {
            font-size: 36px;
            border-radius: 50%;
            background-color: rgb(22, 37, 134);
            /*background-color: #dc7672;*/
            text-align: center;
            margin: auto;
            padding: 10px;
            color: white;
        }
        .rank-card{
            width: 90%;
            margin: auto;
            margin-top: 45px;
        }
        .rank-name {
            width: 60%;
            background-color: rgb(22, 37, 134);
            /*background-color: #dc7672;*/
            border-radius: 8px;
            margin: auto;
            padding: 10px 15px;
            text-align: center;
            font-size: 30px;
            font-weight: 500;
            color: white;
        }
     }

.white{
    color: black;
    text-align: center;
    background-color: white;
    border-radius: 16px;
    position: relative;
    top: -45px;
    left: 0px;
    /*border: 1px solid;*/
    box-shadow: 0px 2px 3px #8d613e;
    padding: 10px 25px;
   
    
}
.df{
    display: flex;
    justify-content: center;
    align-items: center;
}
.white .user-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: white;
    background-color: #105f63;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
}

.marg{
    padding: 0px 25px;
    border-top-left-radius: ;
}
.text{
    margin-top: 8px;
    color: black;
}
.pers-card{
    
    color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    border-radius: 12px;
}
.one-card{
  background-color: #105f63;
}
.two-card{
  background-color: #8d613e;
}
.card-icon{
    font-size: 30px;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card-text{
    font-size: 20px;
    /*margin-left: 15px;*/
    font-weight: 600;
    
}
.card-text span:nth-child(2){
    position: relative;
   left: 25px;
  top: 2px;
}
.div{
    color: black;
    font-size: 18px;

    background-color: whitesmoke;
    border-radius: 24px;
    margin-bottom: 24px;
  
}
.left{
    font-size: 24px;
    color: rgb(17, 17, 113);
    text-align: center;
   
}
.right{
    color: rgb(111, 111, 111);
    font-size: 20px;
    text-align: right;

}
.jim{
    border: 1px solid rgb(241, 241, 241);
    border-radius: 24px;
}
.jim a{
    color:var(--primary-col) !important;
    display:block !important;
}
    .cover-photo img{
        width: 100%;
        display: block;
        margin: auto;
        height: 150px;
    }
    .profile-img img{
        display: block;
        margin: auto;
        width: 150px;
        height: 150px;
           border: 8px solid var(--secondary-col); 
        border-radius: 50%;
        position: relative;
        top: -45px;
    }
    .profile-edit{
        font-size: 1.2rem;
        font-weight: 600;
        position: relative;
        top: -40px;
    }
    .profile-edit i{
         font-size: 1.8rem;
         color:var(--secondary-col);
        font-weight: 600;
        
    }
    .profile-edit i:hover{
        
         color:var(--primary-col);
        
        
    }
    .profile-name{
        font-size: 1.8rem;
        font-weight: 600;
        position: relative;
        top: -40px;
    }
.profile-bio{
   
    font-weight: 400;
    position: relative;
     top: -40px;
}
.hd{
    font-size: 1.2rem;
    font-weight: 600;
}
.profile-email{
    font-weight: 400;
    position: relative;
     top: -40px;
}
.profile-details{
    position: relative;
     top: -20px;
}
.phone-number .phone{
    font-size: 1.5rem;
    
}
.phone-number .number{
     background-color: var(--secondary-col); 
  
    width: 80%;
    margin: auto;
    border-radius: 8px;
    height: 55px;
    font-size: 1.4rem;
    font-weight: 600;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
}
.blue1 {
    height: 230px;
    background-color:#105f63;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

.slider {
    margin-top: -220px;
    display: flex;
    justify-content: center;
}

.slider img {
    border-radius: 14px;
}

.icon-box {
 
    border-radius: 12px;
    text-align: center;
    padding: 5px 2px;
    font-size: 16px;
    font-weight: 500;
}

.row .col-3 {
    padding-right: calc(var(--bs-gutter-x) * .2);
    padding-left: calc(var(--bs-gutter-x) * .2);
}
.card-main{
    margin-top: 25px;
    padding-left: 20px;
    border-radius: 12px;
    padding-bottom: 15px;
  
   
}
#on{
    background-color: whitesmoke;
}
#one{
    background-size: 100%;
    background-image: url('../../../../../vectors/istockphoto-1208157127-612x612.jpg');
}
#two{
    background-size: 100%;
    background-image: url('../../../../../free-vector/pink-background-with-abstract-waves_1393-257.jpg');
}
#three{
    background-size: 100%;
    background-image: url('../../../../../474x/14/de/f2/14def2f45349ec254782a3ddfd44925e.jpg');
}
#four{
    background-size: 100%;
    background-image: url('../../../../../originals/86/95/fa/8695fa780be8457018207de601ff42e4.jpg');
}
#tw{
    background-color: rgb(251, 207, 215);
}
#thr{
    background-color: rgba(218, 255, 218);
}
#fou{
    background-color: rgba(255, 219, 219 );
}
.icon1{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgb(251, 241, 130);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    position: relative;
    top: -15px;
  
}
.icon1 img{
    width: 40px;

}
.money{
    color: white;
    font-size: 24px;
    font-weight: 600;
    margin-top: -10px;
}
.detail{
    color: white;
    font-size: 18px;
    font-weight: 400;

}
.px{
    padding: 0px 15px;
}
.footera{
   
    /*padding: 10px;*/
    position: fixed;
    bottom: 0px;
    width: 100%;
    margin-top: 50px;


}
.center{
    
    border: 4px sold white;
    position: fixed;
    bottom: 20px;
    left: 40%;
    background-color: white;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: auto;
    display: flex;
    justify-content:center ;
    align-items: center;

}
.center img{
    width: 50px;
}
.icon-footer{
    font-size: 38px;
    font-weight: 800;
    color: white;
    
}
.heading{
    font-weight: 600;
    color: black;
}

.sidenav {
height: 100%;
width: 0;
position: fixed;
z-index: 1;
top: 0;
left: 0;
background-color: rgb(255, 255, 255);
overflow-x: hidden;
transition: 0.5s;
padding-top: 60px;
}

.sidenav a {
padding: 8px 8px 8px 32px;
text-decoration: none;
font-size: 25px;
color: #000000;
display: block;
transition: 0.3s;
}

.sidenav a:hover {
color: #717171;
}

.sidenav .closebtn {
position: absolute;
top: 0;
right: 25px;
font-size: 36px;
margin-left: 50px;
}

@media screen and (max-height: 450px) {
.sidenav {padding-top: 15px;}
.sidenav a {font-size: 18px;}
}
header{

}

.footer-bot{
    background-color: var(--primary-col);
    padding: 0px 25px;
    font-size: 35px;
    font-weight: 800;
    color: white;
    margin-top: -45px;
    position: relative;
   top: 0;
   z-index: 5410;
    
}
.footer-icon{
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-cen a{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: auto;
   
    background-color: white;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px ;
    /* border: 2px solid black; */
   position: relative;
   top: 0;
   z-index: 5411;
   box-shadow: 1px 2px 4px rgb(130, 56, 56);

}
.footer-cen img{
    width: 80%;
}

.plan-cardd{
    background-color: #0b3844;
    border-radius: 8px;
    box-shadow: 0px 1px 3px black;
    color: white !important;
}
.plan-cardd h5{
    color: white !important;
}
.side-icon{
    font-size: 35px;
    color: var(--primary-col);
   
}
.but-right button{
    background-color: var(--primary-col);
    border: none;
    padding: 5px 8px;
    border-radius: 4px;
    color:white !important;
   

}
.plan-nam h5{
    background-color: rgb(43, 224, 131);
display: inline;
padding: 4px 8px;
border-radius: 8px;
}
