@import url('https://fonts.googleapis.com/css2?family=Montaga&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root{
	--gren:#34a66f;
	--prple:#503f46;
	--bleck:#1C2022;

}
.text-font{
    font-size: 12px;
}
html{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
  	scroll-behavior: smooth;
    font-family: 'Poppins';
}

body{
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
	overflow-x: hidden;
	background-color: var(--bleck) !important;
    font-family: 'Poppins';
    /*zoom:80%;*/
}

img{max-width: 100%;}

a{text-decoration: none !important;}

a:hover{text-decoration: none !important;}



/*header css*/
.main-nav-bar {
    background: linear-gradient(119.52deg, #52CC8D 2.2%, #228F5C 108.57%);
    padding: 15px 30px;
}

.main-nav-bar nav {
    text-align: center;
    display: flex;
    justify-content: space-between;
}

.main-nav-bar nav a.calco-navlink {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    transition: 0.3s;
}

.main-nav-bar nav a.calco-navlink:hover {
    opacity: 0.7;
    transition: 0.3s;
}

.logo-bar {
    padding: 30px 0 20px 0;
}

.logo-bar .header-tagline {
    font-size: 32px;
    line-height: 40px;
    text-align: right;
    color: #fff;
    font-family: "Montaga", serif;
    text-transform: uppercase;
}

.calco-button {
    background-image: linear-gradient(119.52deg, #52CC8D 2.2%, #228F5C 108.57%);
    padding: 12px 24px;
    border-radius: 50px;
    font-weight: 700 !important;
    font-family: "Poppins", sans-serif;
    color: #fff !important;
    outline: 0;
    border: 0;
    transition: 0.3s;
}

.header-button {
    display: flex;
    justify-content: end;
    gap: 24px;
    align-items: center;
    margin-top: 30px;
}

.calco-button:hover {
    background-image: linear-gradient(220deg, #52CC8D 2.2%, #228F5C 108.57%);
	transition: 0.3s;
	transform: scale(1.05);
}

.simple-button {
    color: #fff;
    font-weight: 500;
    transition: 0.3s;
}

.simple-button:hover {
    color: #fff;
    font-weight: 500;
	transition: 0.3s;
	transform: scale(1.05);
	text-decoration: underline !important;
}


/*header css*/

.container {
    max-width: 100% !important;
    padding: 0 60px;
}

/*calco-body*/

.calco-body h2{
    font-weight: 700 !important;
    font-family: "Poppins", sans-serif;
    font-size: 32px !important;
    line-height: 48px !important;
    color: var(--gren) !important;
}

.calco-body h4{
    font-weight: 700 !important;
    font-family: "Poppins", sans-serif;
    font-size: 20px !important;
    line-height: 27px !important;
    color: var(--gren) !important;
}

section.index-page {
    position: relative;
    padding: 90px 0 200px 0;
}

section.index-page .data-index {
    text-align: center;
}

section.index-page .data-index h2 {
    text-transform: uppercase;
}

section.index-page::before {
    content: "";
    position: absolute;
    width: 141px;
    left: 0;
    top: 0;
    bottom: 0;
    background-image: url('images/index-before-bg.png');
    height: 100%;
    background-position: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

section.index-page::after {
    content: "";
    position: absolute;
    width: 141px;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url('images/index-after-bg.png');
    height: 100%;
    background-position: top right;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.calco-button-2 {
    background-image: linear-gradient(119.52deg, #52CC8D 2.2%, #228F5C 108.57%);
    padding: 12px 15px;
    border-radius: 50px;
    font-weight: 400 !important;
    font-family: "Poppins", sans-serif;
    color: #fff !important;
    outline: 0;
    border: 0;
    transition: 0.3s;
    font-size: 18px;
    box-shadow: 0px 4px 4px 0px #00000040 inset;
    text-transform: uppercase;
}

.calco-button-2:hover{
    background-image: linear-gradient(220deg, #52CC8D 2.2%, #228F5C 108.57%);
	transition: 0.3s;
	transform: scale(1.05);
}

.calco-button-3 {
    background-image: linear-gradient(119.52deg, #52CC8D 2.2%, #228F5C 108.57%);
    padding: 12px 36px;
    border-radius: 50px;
    font-weight: 400 !important;
    font-family: "Poppins", sans-serif;
    color: #fff !important;
    outline: 0;
    border: 0;
    transition: 0.3s;
    font-size: 20px;
    box-shadow: 0px 4px 4px 0px #00000040 inset;
    text-transform: uppercase;
}

.calco-button-3:hover{
    background-image: linear-gradient(220deg, #52CC8D 2.2%, #228F5C 108.57%);
	transition: 0.3s;
	transform: scale(1.05);
}

.calco-button-4 {
    background-image: linear-gradient(0deg, #8D8D8D, #8D8D8D);
    padding: 12px 15px;
    border-radius: 50px;
    font-weight: 400 !important;
    font-family: "Poppins", sans-serif;
    color: #fff !important;
    outline: 0;
    border: 0;
    transition: 0.3s;
    font-size: 18px;
    box-shadow: 0px 4px 4px 0px #00000040 inset;
    text-transform: uppercase;
}

.calco-button-4:hover{
    background-image: linear-gradient(90deg, #8D8D8D, #8D8D8D);
    transition: 0.3s;
    transform: scale(1.05);
}

section.index-page .data-index a {
    width: 220px;
    margin-top: 42px;
}

section.group-program-page {
    position: relative;
    padding: 90px 0 200px 0;
}

section.group-program-page .data-group-program a {
    width: 220px;
    margin-top: 42px;
}

section.group-program-page .data-group-program {
    text-align: center;
}

section.group-program-page .data-group-program h2 {
    text-transform: uppercase;
}


section.group-program-page::before {
    content: "";
    position: absolute;
    width: 469px;
    left: 0;
    top: 0;
    bottom: 0;
    background-image: url('images/group-program-before.png');
    height: 100%;
    background-position: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

section.group-program-page::after {
    content: "";
    position: absolute;
    width: 469px;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url('images/group-program-after.png');
    height: 100%;
    background-position: top right;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.data-advertising p {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif !important;
    margin-bottom: 25px;
}

.data-advertising ul {
	margin-bottom: 25px;
}

.data-advertising ul li {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif !important;
}

.data-advertising h4 {
	margin-bottom: 25px !important;
}

.data-advertising p b {
    font-weight: 700;
}


section.advertising-account-page {
    padding: 60px 0;
}

.button-advertising {
    text-align: center;
    margin-top: 60px;
}

.form-wrapper {
    width: 707px;
    margin: 48px auto;
    border-radius: 42px;
    background-color: var(--gren) !important;
    padding: 48px;
}

.form-wrapper input.text-input {
    height: 36px;
    border: 1px solid #42A732;
    border-radius: 50px;
    width: 100%;
    margin-bottom: 18px;
    padding: 0 15px;
    font-size: 14px;
    line-height: 14px;
    font-family: 'Poppins';
    color: #000;
    outline: 0 !important;
}

.form-wrapper input.text-input:focus {
    border: 1px solid #000 !important;
}

.form-wrapper label {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
}

.form-wrapper .pr-0 {
    padding-right: 0 !important;
}


.form-wrapper label span {
    color: #FF0000 !important;
    font-size: 20px;
    margin-left: 2px;
}

.form-wrapper input.calco-submit {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px 0px #00000040;
    border: 0 !important;
    border-radius: 50px !important;
    padding: 12px 30px !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #34a66f;
}


.registration-index h2 {
    margin-bottom: -5px !important;
}

.form-wrapper input.text-input::placeholder{
    color:#CBCBCB !important;
}

.calco-body h4 {
    margin-bottom: 0 !important;
}

.payment-form-wrapper {
    width: 440px;
    margin: 0 auto;
    border: var(--gren) 1px solid;
    border-radius: 10px;
    padding: 30px;
}

.payment-form-wrapper {
    width: 440px;
    margin: 36px auto;
    border: var(--gren) 1px solid;
    border-radius: 10px;
    padding: 30px;
}

.payment-form-wrapper label {
    color: #fff;
    width: 100%;
    font-family: 'Poppins';
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 6px;
}

.payment-form-wrapper label span {
    color: #FF0202;
}

.payment-form-wrapper input.text-input {
    background-color: #fff;
    height: 36px;
    border-radius: 5px;
    padding: 10px 15px;
    border: 1px solid #fff;
    box-shadow: unset;
    width: 100%;
    margin-bottom: 15px;
    outline: 0;
}

.payment-form-wrapper input.text-input:focus{
    border: var(--gren) 1px solid;
}

.payment-form-wrapper .payment-select label {
    background: #fff;
    color: #CBCBCB;
    font-weight: 300;
    height: 36px;
    border-radius: 5px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.payment-form-wrapper .payment-select label input {
    margin-right: 8px;
}

.payment-form-wrapper .payment-select {
    margin-top: 10px;
}

.payment-form-wrapper .choose-wrap {
    display: flex;
    justify-content: space-between;
    margin: 12px 0;
}

.payment-form-wrapper .choose-wrap h5 {
    color: #fff;
    margin: 0;
    font-size: 16px;
    font-weight: 700;
}

.payment-form-wrapper .text-white {
    color: #fff !important;
}

.payment-form-wrapper .calco-submit {
    background-image: linear-gradient(119.52deg, #52CC8D 2.2%, #228F5C 108.57%);
    padding: 12px 15px;
    border-radius: 5px;
    font-family: "Poppins", sans-serif;
    color: #fff !important;
    outline: 0;
    border: 0;
    transition: 0.3s;
    font-size: 16px;
    box-shadow: 0px 4px 4px 0px #00000040 inset;
    font-weight: 600;
    margin-top: 15px;
}

.payment-form-wrapper input::placeholder {
    color: #CBCBCB !important;
}

section.profile-page {
    border-top: var(--gren) 8px solid;
    margin-top: 15px;
}

.refer-details {
    margin-top: 30px;
}

.refer-details .refer-type {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

.refer-details .refer-id {
    color: var(--gren);
    text-transform: uppercase;
    font-weight: 400;
}

section.profile-page .profile-nav ul {
    margin: 36px 0 0 0;
    padding: 0;
}

section.profile-page .profile-nav ul li {
    font-size: 18px;
    text-transform: uppercase;
    list-style: none;
}

section.profile-page .profile-nav ul li a {
    width: 100%;
    padding: 10px 15px;
    background: transparent;
    display: block;
    color: #fff;
    margin-bottom: 10px;
}

section.profile-page .profile-nav ul li a:hover {
    transition: 0.3s;
    background: linear-gradient(119.52deg, #52CC8D 2.2%, #228F5C 108.57%);
}

section.profile-page .profile-nav ul li a.active {
    transition: 0.3s;
    background: linear-gradient(119.52deg, #52CC8D 2.2%, #228F5C 108.57%);
}

section.profile-page .border-right {
    border-right: var(--gren) 1px solid;
}

section.profile-page .profile-details {
    padding: 48px 60px;
    border-bottom: var(--gren) 1px solid;
}

section.profile-page .profile-details .prof-image img {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    border: var(--gren) 7px solid;
}

.profile-stats img {
    height: 32px;
    width: 32px;
    border-radius: 50%;
}

.profile-stats {
    display: flex;
    align-items: center;
    background: linear-gradient(0deg, #33A46D, #33A46D),
linear-gradient(119.52deg, #52CC8D 2.2%, #228F5C 108.57%);
    border-radius: 50px;
    padding: 5px 12px;
}

.profile-stats .data{
    margin-left: 10px;
}

.profile-stats .data h4 {
    color: #fff;
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    font-family: 'poppins';
}

.profile-stats .data span {
    color: #fff;
    font-size: 16px;
    font-family: 'poppins';
}


.profile-form {
    padding: 36px 60px 36px 60px;
}

.profile-form h2 {
    color: #fff !important;
    margin: 0 !important;
}

.profile-form label {
    color: #A6A6A6;
    width: 100%;
    font-weight: 500;
    font-family: 'Poppins';
}

.profile-form input.text-input {
    border: 0 !important;
    border-bottom: 1px solid #A6A6A6 !important;
    width: 100%;
    background: transparent;
    outline: 0 !important;
    border-radius: 0;
    color:#fff !important;
    padding: 0 !important;
    height: 36px !important;
    margin-bottom: 36px !important;
}

.profile-form .form-button-wrapper {
    display: flex;
    justify-content: end;
    gap: 15px;
}

.profile-form .form-button-wrapper input {
    border: 0 !important;
    border-radius: 50px !important;
    padding: 12px 24px !important;
    font-weight: 600;
    font-family: 'Poppins';
}

.profile-form .form-button-wrapper input[type="reset"] {
    background-color: #A6A6A6;
}

.profile-form .form-button-wrapper input[type="submit"] {
    background-image: linear-gradient(119.52deg, #52CC8D 2.2%, #228F5C 110.57%);
    color: #fff;
}

section.profile-page .profile-form h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    margin: 36px 0;
}

section.profile-page .prof-image {
    display: flex;
    align-items: center;
}

section.profile-page .prof-image .prof-image-stats .user-name {
    color: #fff;
    font-size: 20px;
    font-family: 'Poppins';
    font-weight: 700;
}

section.profile-page .prof-image .prof-image-stats {
    margin-left: 20px;
}

section.profile-page .prof-image .prof-image-stats .user-role {
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    font-family: 'Poppins';
}

section.profile-page .top-stats {
    text-align: right !important;
    display: flex;
    justify-content: end;
}

section.profile-page .top-stats table tr td {
    color: #fff;
    font-weight: 500;
    padding: 8px;
    font-family: 'Poppins';
}

.groups-form .groups-list ul li a {
    background-image:url('images/group-bg.png');
    width: 93px;
    height: 93px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    overflow:hidden;
}


.groups-form {
    padding: 60px 10px;
}

.group-form .modal-dialog .modal-content {
    background: linear-gradient(119.52deg, #52CC8D 2.2%, #228F5C 108.57%);
    border:1px solid #000000 !important;
    border-radius: 42px !important;
    padding: 36px 42px;
}


.group-form label {
    color: #fff;
    width: 100%;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 6px;
}

.row.group-form .text-input {
    background-color: #fff;
    height: 36px;
    border-radius: 5px;
    padding: 10px 15px;
    border: 1px solid #fff;
    box-shadow: unset;
    width: 100%;
    margin-bottom: 15px;
    outline: 0;
}

.row.group-form .text-input::placeholder {
    color: #CBCBCB !important;
}

.group-form h2 {
    color: #fff !important;
}

.group-form button.btn-close {
    position: absolute;
    right: 36px;
    color: #fff !important;
    filter: invert(1);
    opacity: 1 !important;
    outline: 0;
}

.group-form input[type=submit] {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px 0px #00000040;
    border: 0 !important;
    border-radius: 10px !important;
    padding: 10px 30px !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #34a66f;
    margin-top: 24px;
}

.groups-form .groups-list ul li a.active {
    border: var(--gren) 2px solid;
}

.groups-list ul {
    display: grid;
    grid-template-columns: repeat(7, 1fr); /* Creates 7 equal columns */
    gap: 10px;
}

.groups-meta-wrap {
    padding: 42px;
}

.groups-meta-wrap .user-image-list img {
    height: 24px;
    width: 24px;
    border: 1px solid #000;
    border-radius: 50%;
    margin-left: -6px;
}

.groups-meta-wrap .user-image-list {
    display: flex;
    margin-top: 12px;
}

.group-detail-menu label {
    width: 100%;
    color: #fff;
    font-family: 'Poppins';
    font-weight: 700;
    margin-bottom: 15px;
}

.group-detail-menu textarea {
    background-color: transparent !important;
    width: 100% !important;
    border: 0 !important;
    outline: 0;
    color: #fff;
    font-family: 'Poppins';
}

.group-detail-menu .nav li a {
    color: #fff;
    background-color: transparent !important;
    border: 0 !important;
    padding: 0 !important;
}

.group-detail-menu .nav {
    gap: 70px !important;
    border: 0 !important;
    margin: 40px 0;
}

.group-detail-menu .nav li a.active {
    color: #fff;
    font-weight: 700;
}

.group-detail-menu input {
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    width: 100% !important;
    border-bottom: 1px solid #57595A !important;
}

.groups-meta-wrap .group-meta h3 {
    color: #fff;
    font-weight: 600;
    margin: 0 !important;
}

.groups-meta-wrap .group-meta span {
    color: #fff;
    font-weight: 300;
    margin: 0 !important;
}

.groups-meta-wrap .group-action-btn {
    text-align: right !important;
}

.groups-meta-wrap .group-action-btn a {
    border-radius: 4px;
    padding: 10px 24px;
    font-weight: 500;
    color: #fff !important;
    outline: 0 !important;
    border: 0 !important;
}

.group-action-btn a.act-btn {
    background: linear-gradient(119.52deg, #52CC8D 2.2%, #228F5C 108.57%);
}

.group-action-btn a.act-btn i {
    margin-right: 5px;
}

div#mobile-row {
    display:none;
}


/*for tablet pro*/
@media (min-width: 992px) and (max-width: 1024px) {}

/*for tablet*/
@media (min-width: 768px) and (max-width: 991px) {}

/*for mobile*/
@media (min-width: 320px) and (max-width: 767px) {

.main-nav-bar nav {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 30px 0;
}

.main-nav-bar {
    height: 0;
    overflow: hidden;
    padding: 0;
    transition:0.3s;
}

.main-nav-bar.active {
    height: auto;
    transition: 0.3s;
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 33;
}

.container {
    max-width: 100% !important;
    padding: 0 10px;
}

section.index-page::after {
    width: 78px;
    height: 100%;
}

section.index-page::before {
    width: 78px;
    height: 100%;
}

.main-logo img {
    max-width: 60%;
}

.header-tagline h2 {
    font-size: 18px;
}

div#mobile-row {
    margin-top: 24px;
    display: flex !important;
}

.mb-none{
    display:none;
}

.header-button {
    justify-content: start;
    gap: 18px;
    margin-top: 0px !important;
}

.mobile-menu-trigger img {
    float: right;
}

.data-advertising p {
    font-size: 16px;
    line-height: 24px;
}

.data-advertising ul li {
    font-size: 16px;
    line-height: 25px;
}

.form-wrapper {
    margin: 36px auto;
    border-radius: 42px;
    padding: 48px 24px;
    width:100% !important;
}

.form-wrapper input.text-input {
    margin-bottom: 10px;
}

.form-wrapper label {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 5px;
}

.payment-form-wrapper {
    width: 94%;
    margin: 36px auto;
    padding: 48px 20px;
}

.calco-body h2 {
    font-size: 30px !important;
    line-height: 36px !important;
}

.calco-body h4 {
    font-size: 16px !important;
    line-height: 24px !important;
}


}
