.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 0;
}

body {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #282424;
}

a {
    text-decoration: none;
}

.btn-check:focus + .btn,
.btn:focus {
    outline: 0;
    box-shadow: none;
}


/*-=================================================================================== 
                                  Part CSS Start 
===================================================================================-*/

.main {
    max-width: 1000px;
    margin: 0 auto;
}

#home-page {
}

.content {
    max-width: 1000px;
    margin: 0 auto;
}

.main #header .logo img{
	max-width: 200px;
	line-height: 34px;
}

.main #header .logo a {
    color: #000;
}

.main #header .content {
    padding: 10px 7px;
    background: #fff;
}

.main #bottom .content {
    padding: 10px 0;
    box-shadow: 0px 1px 3px 0px rgba(69, 69, 69, 0.39);
}

.main #header {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    height: 67px;
    z-index: 999;
}

#header .profile-link i {
    background: #6a46e9;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 35px;
}

#menu .letest-news i {
    line-height: 24px;
    width: 30px;
}

#menu {
    position: relative;
    padding-top: 50px;
    background: #ebeafe;
    padding: 25px;
    margin-top: -5px;
}

#menu .letest-news {
    margin-top: -45px;
    display: flex;
    padding: 7px 17px;
    background: #fff;
    border-radius: 31px;
    box-shadow: 0px 0px 5px 0px rgba(69, 69, 69, 0.69);
    margin-bottom: 25px;
}

#menu .manu-main {
    display: flex;
}

#menu .item {
    width: 100%;
    max-width: 100px;
    padding: 10px 10px;
    padding-bottom: 5px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0px 1px 3px 0px rgba(69, 69, 69, 0.39);
    text-align: center;
    margin-right: 25px;
}

#menu .item:last-child {
    margin-right: 0;
}

#menu .item img {
    width: 25px;
}

#menu .item a span {
    text-align: center;
    font-size: 12px;
    padding-top: 5px;
    color: #000;
    display: block;
}








#banner {
    padding-top: 56px;
}












.main #bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 60px;
    width: 100%;
}

#bottom .content {
    background: #fff;
}

#bottom a {
    text-align: center;
    color: #000;
    font-size: 10px;

}

#bottom a.active {
    color: #6a46e9;

}

#bottom i {
    display: block;
    color: #000;
    font-size: 24px;
}

#bottom a.active {
    text-align: center;
    color: #6a46e9;

}

#bottom a.active i {
    color: #6a46e9;
}



#banner video {
    width: 100%;
}













#home-package {
    margin-bottom: 100px;
}

#home-package .top {
    display: flex;
    justify-content: space-between;
    padding: 25px 40px;
}

#home-package .top h6 {
    font-weight: 700;
}

#home-package .top a {
    font-weight: 700;
    color: #000;
}


#home-package .item {
    background: #f6f5f7;
    border-radius: 7px;
    color: #000;
    padding: 15px;
}

#home-package .item p {
    font-size: 12px;
}

#home-package .item img {
    width: 40px;
    margin-bottom: 25px;
}


#sign-form .form-logo {
    max-width: 300px;
    margin: 0 auto;
}

#sign-form .main {
    padding-top: 0;
}

#sign-form .content {
    background: #f4f2f5;
    color: #000;
    padding: 40px 25px;
    min-height: 100vh;
}

#sign-form .form {
    background: #fff;
    padding: 30px 50px;
    margin-top: 30px;
}

#sign-form h6 {
    font-weight: 700;
    padding-right: 30px;
}

#sign-form h3 {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}

#sign-form .form-fild {
    padding-top: 20px;
    display: flex;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

#sign-form .form-fild label {
    width: 50%;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 700;
}

#sign-form .form-fild .form-control {
    width: 50%;
    padding: 0;
    font-size: 14px;
}

#sign-form .form-control {
    background: #fff;
    border: 0;
    color: #000;
    text-align: right;
}

#sign-form a {
    color: #6a46e9;
    font-size: 12px;
}

#sign-form #sign-in .content {
    height: 100vh;
}

#sign-form .form-check {
    display: block;
    min-height: 1px;
    margin-bottom: 0;
}

#sign-form span {
    font-size: 12px;
    color: #bcbcbc;
    text-align: center;
    display: block;
}

#sign-form a:hover {
    text-decoration: underline;
}

#sign-form .form-check-input:checked {
    background-color: #6a46e9;
    border-color: #6a46e9;
}

#sign-form .p-5 {
    padding: 40px !important;
}

#sign-form .form-label {
    font-weight: 600;
}

#sign-form .btn {
    padding: 10px 50px;
    color: #fff;
    background-color: #6a46e9;
    border: 1px solid #6a46e9;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

#sign-form .other-option {
    padding: 25px 0;
}

#sign-form .other-option {
    font-size: 18px;
    text-align: center;
    display: block;
    text-decoration: underline;
    padding-bottom: 5px;
}

#sign-form .btn:hover {
    padding: 10px 50px;
    color: #fff;
    background-color: #333;
    border: 1px solid #333;
}

.form-control:focus {
    box-shadow: 0 0 0 0 rgba(13, 110, 253, .0);
    border-color: #6a46e9;
}

.form-check-input:focus {
    box-shadow: 0 0 0 0 rgba(13, 110, 253, .0);
}

.form-check2 {
    font-size: 14px;
}
















.top-title {
    padding: 15px;
    position: relative;
    background: #000;
}

.top-title a {
    position: absolute;
    left: 20xp;
    color: #fff;
}

.top-title h6 {
    text-align: center;
    color: #fff;
    font-weight: 700;
}











#vip-levels .main {
    background: #f4f2f5;
    height: 100vh;
}

#vip-levels #home-package .item {
    background: #fff;
    border-radius: 7px;
    color: #000;
    padding: 12px;
    margin-bottom: 17px;
    box-shadow: 2px 2px 8px -3px #acacac;
}

#vip-levels #home-package .item img {
    width: 70px;
    margin-bottom: 0;
    margin-right: 180px;
}

#vip-levels #home-package h5 {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 5px;
}

#vip-levels #home-package a {
    color: #6a46e9;
    text-decoration: underline;
    font-size: 14px;
    padding-left: 5px;
}

#vip-levels #home-package span {
    background: #6a46e9;
    color: #fff;
    font-size: 12px;
    padding: 1px 5px;
    border-radius: 15px;
    text-transform: capitalize;
    font-weight: 400;
    margin-left: 5px;
}

#vip-levels #home-package {
    padding: 23px 15px;
}

#vip-levels #home-package .item p {
    font-size: 14px;
    color: #6a46e9;
    font-weight: 700;
}













#starting {
    margin-top: 56px;
    background: #f4f2f5;
    padding-bottom: 70px;
}

#starting .container {
    padding: 20px 50px;
}

#starting .label-tag {
    line-height: 50px;
}

#starting .user-info h6 {
    font-weight: 700;
    line-height: 50px;
    padding-left: 10px;
}

#starting .user-img img {
    width: 50px;
}

#starting .clap {
    width: 20px;
}




#starting .item {
    box-shadow: 2px 2px 8px -3px #acacac;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 15px;
}

#starting .item img {
    width: 70px;
    margin-bottom: 0;
    margin-right: 180px;
}

#starting h5 {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 5px;
}

#starting .item .text {
    padding-left: 10px;
}

#starting .item p {
    font-size: 12px;
    color: #a8a8a8;
    font-weight: 400;
    padding-top: 10px;
}

#starting .amount {
    text-align: right;
}

#starting .amount h6 {
    color: #6a46e9;
}

#starting .item i {
    color: #fff;
    background: #000;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 24px;
    line-height: 50px;
    text-align: center;
}

#starting .item i.fa-dollar-sign {
    background: #2276ca;
}




.section-title {
    padding-top: 7px;
    padding-bottom: 25px;
}

.section-title h6 {
    font-weight: 700;
}

.section-title h6 span {
    color: #6a46e9;
}













#starting .start-main {
    background: #fff;
    padding: 20px;
    padding-bottom: 0;
    border-radius: 7px;
    box-shadow: 0 1px 3px 0 rgba(221, 221, 221, 0.67);
}

#starting .start-main .product-item {
    box-shadow: 0px 0px 6px 0px rgba(221, 221, 221, 0.77);
    margin-bottom: 25px;
    border-radius: 6px;
    overflow: hidden;
    max-height: 270px;
    height: 100%;
    display: flex;
    align-items: center;
}
#starting .start-main .product-item.bs-0 {
    box-shadow: 0 0 0 0 rgba(221, 221, 221, 0);
}




#starting .note {
    background: #fff;
    padding: 20px;
    border-radius: 7px;
    box-shadow: 0 1px 3px 0 rgba(221, 221, 221, 0.67);
    margin-top: 25px;
}

#starting .note h6 {
    font-weight: 700;
}










/*-=================================================================================== 
                                 Records Part CSS Start 
===================================================================================-*/

#basic-section-section {
    margin-top: 80px;
    padding-bottom: 60px;
}
#records #basic-section-section {
    
}

#basic-section .nav-tabs .nav-item.show .nav-link,
#basic-section .nav-tabs .nav-link.active {
    color: #6a46e9;
    background-color: transparent;
    border: 0;
    position: relative;
    font-weight: 600;
}

#basic-section .nav-tabs .nav-item.show .nav-link::after,
#basic-section .nav-tabs .nav-link.active::after {
    position: absolute;
    content: '';
    background: #6a46e9;
    width: 60px;
    height: 2px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);

}

#basic-section .nav-link {
    padding: .5rem 1rem;
    color: #000;
    border: 0;
    border-bottom: 0;
}
#basic-section .nav-tabs {
    border-bottom: 0;
    background: #fff;
}
#basic-section .tab-content {
	background: #f4f2f5;
	padding: 45px 25px;
}
#basic-section .product-img {
    max-width: 60px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 10px;
}

#basic-section .product-img img {
    width: 100%;
}
#records .main {
    height: 100vh;
    background: #f4f2f5;
}
#basic-section {}

#basic-section .item {
    margin-bottom: 25px;
    overflow: hidden;
}
#basic-section .item .product {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
}

#basic-section .item .top {
    display: flex;
    justify-content: space-between;

}

#basic-section .title p {
    color: #6c757d;
}

#basic-section .title h6 {
    margin-bottom: 10px;
}

#basic-section .title {
    width: 100%;
}

#basic-section .title i {
    color: rgb(255, 210, 30);
}

#basic-section .top p {
    color: #6c757d;
    font-size: 14px;
    padding-bottom: 0;
}

#basic-section .top .btn {
    padding: 2px 3px;
    font-size: 12px;
    margin: 4px 0;
    margin-top: 0px;
}

#basic-section .end-part {
    padding-top: 5px;
}

#basic-section .end-part p {
    font-size: 12px;
    color: #6c757d;
    padding-bottom: 10px;
}

#basic-section .end-part h6 {
    font-size: 14px;
    color: #6a46e9;
}

#basic-section .end-part .btn {
    padding: 5px 10px;
    font-size: 14px;
}

#basic-section .item .end-part {
    max-width: 492px;
    width: 100%;
}

#basic-section .item.panding .end-part {
    max-width: 1000px;
}

.my-web-btn {
    color: #fff;
    background: #6a46e9;
}

.my-web-btn:hover {
    color: #fff;
    background: rgba(106, 70, 233, 0.75);
}

.opacity-0 {
    opacity: 0;
}







.no-more {
    color: #6c757d;
    font-size: 12px;
    padding: 15px;
    0;
}
























/*-=================================================================================== 
                                 MY Part CSS Start 
===================================================================================-*/


#my .container {
    padding: 20px 50px;
    padding-bottom: 40px;
}

#my .user-main-info {
    background: linear-gradient(90deg, rgba(55, 116, 255, 1) 0%, rgba(207, 78, 155, 1) 50%);
    padding: 15px;
    border-radius: 43px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#my .user-image {
    width: 60px;
}

#my .right {
    width: 60px;
}

#my .text {
    padding-left: 15px;
    color: #fff;
}

#my .text h6 {
    font-size: 17px;
    font-weight: 700;
    padding-bottom: 15px;
}

#my .text p {
    font-size: 12px;
    font-weight: 300;
}

#my .text p span {
    font-weight: 600;
}

#my .right h6 {
    text-align: center;
    font-weight: 700;
    color: #fff;
    font-size: 12px;
}

#my .progress {
    margin-top: 5px;
    height: 8px;
    border-radius: .25rem;
}

#my .user-progress .text {
    display: flex;
    justify-content: space-between;
    padding-left: 0;
    margin-top: 15px;
}

#my .user-progress p {
    font-size: 12px;
    color: #fff;

}

#my .user-progress h6 {
    font-size: 12px;
    color: #fff;
    padding-bottom: 0;

}

#my .amounts .item {
    text-align: center;
    margin-top: 25px;
}

#my .amounts .item h5 {
    font-weight: 700;
    color: #ddd;
    font-size: 14px;
    padding-bottom: 7px;
}

#my .amounts .item h6 span {
    font-weight: 400;
    color: #fff;
    font-size: 12px;
}

#my .amounts .item h6 {
    font-weight: 700;
    color: #fff;
    font-size: 14px;
}

#my .amounts .border-1 {
    width: 1px;
    height: 30px;
    background: #000;
}


















#my-page .main {
    background: #f4f2f5;
    height: 100%;
}

#my .my-title {
    font-weight: 700;
    color: #000;
    padding: 25px 0;
}

#my .my-main {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0px 2px 4px 0px #dddddd80;
    overflow: hidden;
}

#my .my-item {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd
}

#my .my-item.bb-0 {
    border-bottom: 0;
}

#my .my-item .icon {
    width: 25px;
}

#my .my-item .fa-chevron-right {
    font-size: 14px;
    color: rgb(153, 153, 153);
    line-height: 24px;
}

#my .my-item p {
    font-size: 14px;
    color: #000;
    padding-left: 15px;
    line-height: 30px;
}

#my .amounts {
    margin-bottom: 10px;
}









.log-out-btn {
    width: 100%;
    padding-top: 30px;
}

.log-out-btn .btn {
    font-size: 14px;
    color: #000;
    line-height: 30px;
    font-weight: 600;
    background-color: transparent;
    border: 1px solid #aaaaaa;
    width: 100%;
    padding: 10px;
}










.boder-1 {
    position: relative;
}

.boder-1::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 1px;
    height: 35px;
    background: rgba(255, 255, 255, 0.6);
    transform: translateX(-50%);
}


















/*-=================================================================================== 
                                 Deposit Part CSS Start 
===================================================================================-*/


#deposit .main {
    height: 100vh;
    background: #f4f2f5;
}

.basic-ac {
    background: linear-gradient(90deg, rgba(55, 116, 255, 1) 0%, rgba(207, 78, 155, 1) 50%);
    padding: 20px 40px;
    border-radius: 5px;
    color: #fff;
}

.basic-ac h6 {
    font-weight: 700;
    padding-bottom: 20px;
}
.basic-ac h3 span {
    font-size: 16px;
}

.basic-ac p {
    font-size: 12px;
    font-weight: 400;
    padding-top: 20px;
}

#deposit .history-item {
    background: #fff;
    padding: 20px 20px;
    border-radius: 5px;
}

#deposit .history-item h6 {
    font-weight: 600;
    font-size: 14px;
    color: #6c757d;
    padding-bottom: 15px;
}

#deposit .history-item h5 {
    font-weight: 700;
    font-size: 18px;
    color: #6a46e9;
    padding-bottom: 10px;
}

#deposit .history-item p {
    font-weight: 4400;
    font-size: 14px;
    color: #6c757d;
}

.basic-ac h2 {
    font-size: 30px;
    font-weight: 700;
}

.basic-ac h2 span {
    font-size: 16px;
}








.btn-close:focus {
	outline: 0;
	box-shadow: 0 0 0 0 rgba(13,110,253,.0);
	opacity: 1;
}

.basic-btn .btn {
    width: 100%;
    padding: 10px;
    margin-top: 25px;
    font-weight: 600;
}

.basi-form label {
    font-weight: 600;
}

.customar-care-modal .btn-close {
	opacity: 1;
	color: #fff;
	font-size: 24px;
    background: none;
}
.customar-care-modal .modal-header {
	border-bottom: 1px solid rgba(222, 226, 230, 0);
}
.customar-care-modal .modal-content {
	background-color: transparent;
	border: 1px solid rgba(222, 226, 230, 0);
	box-shadow: 0 0 0 0 rgba(221, 221, 221, 0);
}
.customar-care-modal .modal-dialog {
    max-width: 340px;
}

.customar-care-modal .item {
    border-bottom: 1px solid #dee2e6;
    background: #fff;
}

.customar-care-modal .modal-body {
    padding: 0;
}

.customar-care-modal .item .left img {
    width: 30px;
}

.customar-care-modal .item {
    color: #000;
    padding: 10px 18px;
}

.customar-care-modal .item p {
    padding-left: 15px;
}





/*-=================================================================================== 
                                 Withdraw Part CSS Start 
===================================================================================-*/

#withdraw .main {
    height: 100vh;
    background: #f4f2f5;
}



.withdraw-histroy .nav-item {
    width: 33.33%;
}


.withdraw-histroy .nav-link {
    width: 100%;
    border: 1px solid #6a46e9 !important;
    border-radius: 0;
    color: #6a46e9 !important;
    font-weight: 600;
}

.withdraw-histroy .nav-link.active {
    background: #6a46e9;
    color: #fff !important;
}







/*-=================================================================================== 
                                 Personal information Part CSS Start 
===================================================================================-*/

.information-main {
    border-radius: 5px;
    box-shadow: 0 0 3px 1px rgba(221, 221, 221, 0.66);
    background: #fff;
    margin: 25px 15px;
    overflow: hidden;
}

.information-main .information-item {
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
}

.information-main .information-item p {
    font-size: 14px;
    color: #000;
}

.information-main .information-item i {
    color: #8d8d8d;
    font-size: 14px;
}

.information-main .information-item span {
    color: #8d8d8d;
    font-size: 14px;
}


















/*-=================================================================================== 
                                 Change Profile Image Part CSS Start 
===================================================================================-*/

#change-profile .main {
	background: #f4f2f5;
	height: 100vh;
}

#change-profile #my {
    padding: 15px;
    padding-top: 40px;
}

#change-profile .profile-container {
    position: relative;
    width: 70px;
    height: 70px;
}
#change-profile p {
    padding-top: 15px;
    font-size: 14px;
    color: #8d8d8d;
}

#change-profile #profileImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #ddd;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: 0.3s ease;
}

#change-profile #profileInput {
    display: none;
}

#change-profile .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    font-size: 10px;
}

#change-profile .profile-container:hover .overlay {
    opacity: 1;
    pointer-events: all;
}














/*-=================================================================================== 
                                 Update Password Part CSS Start 
===================================================================================-*/

#update-password .main {
	background: #f4f2f5;
	height: 100vh;
}







#event .main {
    background: #f4f2f5;
    height: 100%;
}



#clause .main {
    background: #f4f2f5;
    height: 100%;
}
#clause .main p {
    color: #606060;
    font-size: 16px;
    font-weight: 400;
}













#basic-pages .main {
    background: #f4f2f5;
    height: 100%;
}
#basic-pages .main .faqs {
    color: #606060;
    padding: 25px;
}



#about-page .main {
    background: #f4f2f5;
    height: 100vh;
}






#notifications .main {
	background: #f4f2f5;
    height: 100vh;
}
.notification-item {
    background: #fff;
    padding-bottom: 25px;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 25px;
}

.notification-item h5 {
    font-size: 14px;
    padding-bottom: 15px;
    color: #000;
}
.notification-item h6 {
    font-size: 14px;
    padding-bottom: 15px;
    color: #6c757d;
}
.notification-item p {
    font-size: 14px;
    padding-bottom: 0;
    color: #969696;
}




























