@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");


body * {font-family: "Inter", serif;}

::-webkit-scrollbar {
  height: 12px;
  width: 8px;
  background: #000;
}

::-webkit-scrollbar-thumb {
  background: #39D487;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

::-webkit-scrollbar-corner {
  background: #ccc;
}


/*navbar*/

        .navbar-brand {
            font-size: 24px;
            font-weight: bold;
            color: #00A050; /* Green text */
        }
        .navbar-nav .nav-link {
            color: #000;
            font-weight: 500;
        }
        .navbar-nav .nav-link:hover {
            color: #008000; /* Green hover effect */
        }
        .nav-item .active {
            border-bottom: 2px solid #39d487; /* Underline for active link */
        }

ul.navbar-nav {
    gap: 20px;
}

.navbar-nav .nav-link:hover {
    color: #39d487;
}

nav.navbar {
    padding: 0;
}

a.nav-link {
    padding: 30px 0 20px;
}


/*content*/

.form-container {
    margin: auto;
    border-radius: 20px;
    background: white;
    box-shadow: 0px 4px 8px #39d4873b;
    position: relative;
    min-height: auto; /* Set a reasonable minimum height */
    height: auto; /* Allow it to expand based on content */
}

.form-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%; /* Set to 100% instead of 200% */
}

.form-section {
    width: 100%; /* Each form takes full width */
    padding: 30px 20px;
    box-sizing: border-box;
    flex-shrink: 0; /* Prevent shrinking */
}

/* Hide the second form by default */
.form-section:last-child {
    display: none;
}

/* Active form */
.form-section.active {
    display: block;
}

.nav-tabs .nav-link.active {
    font-weight: bold;
    color: #28a745;
    border-bottom: 4px solid #28a745;
}
.custom-input {
    position: relative;
    border: 1px solid #cccccc94;
    border-radius: 8px !IMPORTANT;
    padding: 15px;
    font-size: 14px;
    width: 100%;
    height: 52px;
}
.custom-label {
    position: absolute;
    top: -10px;
    left: 12px;
    background: white;
    padding: 0 5px;
    font-size: 14px;
    color: #000000c9;
    z-index: 9;
}
.input-group {
    position: relative;
    margin-bottom: 20px;
    flex-wrap:nowrap;
    gap:20px;
    border-radius: 8px;
}
.form-wrapper {
    display: flex;
    width: 200%;
    transition: transform 0.5s ease-in-out;
}
.form-section {
    width: 50%;
    padding: 30px 20px;
    box-sizing: border-box;
}
.moving-image {
    position: absolute;
    top: -60px;
    left: 21%;
    transition: transform 0.5s ease-in-out;
}

.nav-tabs .nav-link.active {
    border-bottom: 3px solid #39D487 !important;
    color: black;
}

.nav-tabs .nav-link {
    background-color: transparent !important;
    border: 0 !important;
    border-bottom: 2px solid;
    padding: 10px 8px;
    font-size: 24px;
    color: grey;
    font-weight: 600;
}


section#partners {
    background-position: bottom;
    background-image: url('..//images/green_layer.png');
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0 0px 0;
    overflow:hidden;
}

ul.nav.nav-tabs.justify-content-center.mb-3 {
    border: 0;
    justify-content: space-around !important;
    position: relative;
    background-color: white;
    border-radius: 20px;
    padding: 10px 0;
}

h4 {
    color: black;
    font-weight: 600;
    margin-bottom: 40px;
}

.input-group div {
    width: 50%;
    position: relative;
}
.custom-input::placeholder {
    color: #00000054 !important;
    opacity: 1 !important;
}

.custom-input:-ms-input-placeholder { /* IE 10-11 */
    color: #00000054 !important;
    opacity: 1 !important;
}

.custom-input::-ms-input-placeholder { /* Edge */
    color: #00000054 !important;
    opacity: 1 !important;
}

.custom-input:focus,
.custom-input:focus-visible {
    border-color: #39D487 !important;
    outline: none !important;
}
input:-internal-autofill-selected {
    background-color:white !important;
    
}

button.btn.btn-success , button.btn.btn-primary {
    background-color: #39D487;
    border: 0;
    padding: 15px;
    border-radius: 8px;
}

.content img.partners-logo {
    width: 350px;
    margin-top: 50px;
    margin-left: -10px;
}

.content h3 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
}

.content ul {list-style-type: none;padding: 0;}

.content span.checkmark {
    color: #40D487;
    margin-right: 5px;
}

.content li {font-weight: 400;font-size: 16px;padding: 6px 0;}

.content img.w-100.img2 {
    margin-top: 70px;
}

.form-col {
    width: 50%;
    transition: width 0.3s ease-in-out;
    padding-bottom: 50px;
}

.content {
    width: 50%;
    transition: width 0.3s ease-in-out;
}

/* When Login is Active */
.login-active .form-col {
    width: 40%;
}

.login-active .content {
    width: 60%;
}
        
        
/*Footer*/

 .footer {
            background-color: #111;
            padding: 80px 0 10px;
        }
        .footer a {
            color: #c2c2c2;
            text-decoration: none;
        }
        .footer a:hover {
            text-decoration: underline;
        }
        .subscribe input {
            background: #ffffff00;
            color: #000;
            border: 1px solid #c2c2c2;
            padding: 5px;
            width: 70%;
            border-radius: 0;
            padding: 12px;
        }
        .subscribe button {
            background: #fff;
            color: #000;
            border: none;
            padding: 13px;
            border-radius: 0;
            position: relative;
            top: -2px;
            left: -5px;
        }
        .social-icons a {
            margin-right: 10px;
            font-size: 20px;
        }
        .explore-btn {
            border: 1px solid #fff;
            padding: 5px 15px;
            border-radius: 20px;
            background: transparent;
            color: #fff;
        }
        .explore-btn:hover {
            background: #fff;
            color: #000;
        }

footer img.logo {
    filter: brightness(0) invert(1);
    margin-bottom: 20px;
}

footer h5 {
    color: white;
    font-weight: 700;
    margin-top: 10px;
}

footer li {
    padding: 2px 0;
}

footer ul {
    margin-top: 20px;
}

footer p {
    color: #c2c2c2;
}

footer button.btn:hover {
    background-color: white;
}

footer i {
    color: white;
}

footer .col-md-2 {
    padding-left: 30px;
}

footer .text-center.mt-3 {
    border-top: 2px solid #39d487;
    margin-top: 80px !important;
}
#login_form .input-group {
    display: block;
}

/* Force the confirm button color */
.swal2-confirm {
    background-color: #26d07c !important;
    border-color: #26d07c !important;
}

.swal2-confirm:hover {
    background-color: #1fa64b !important; /* Slightly darker shade on hover */
    border-color: #1fa64b !important;
}



@media (min-width:1024px) and (max-width:1400px){
    a.nav-link {
    font-size: 14px;
    /* padding: 12px 0; */
}

ul.navbar-nav {
    gap: 12px !important;
}

.content img.partners-logo {
    width: 300px;
}

.content h3 {
    font-size: 20px;
}

.content li {
    font-size: 14px;
}

.form-section {
    padding-top: 10px;
}

.custom-label {
    font-size: 14px;
}

.form-section h4.mt-5 {
    margin: 30px 0 30px !important;
}

.col-md-6.content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}


footer .col-md-3 {
    width: 35%;
}

footer .col-md-3.last {
    width: 15% !important;
}

}


section#partners h1 img {
    margin-bottom: 7px;
}
     
label.error {
    color: red;
    font-size: 11px;
    font-style: italic;
}

.error {
    border-color: red;
}

label.error-message {
    display: block;
    color: red;
    font-size: 11px;
    font-style: italic;
    margin-top: 5px; /* Add some space between the input and the error message */
}
section#partners img {
    margin-right: 10px;
    margin-bottom: 0;
}

section#partners h1 {
    font-weight: bold;
}
h4.spHead {
    background-color: #f2f2f2;
    font-size: 16px;
    font-weight: 600;
    padding: 10px;
    text-transform: capitalize;
}
@media only screen and (max-width: 600px) {
.content {
    width: 100%;
}
nav.navbar {
    padding: 20px 0px;
}
.form-col {
    width: 100%;
}
footer .col-md-2{
    padding-left:12px !important;
}
a.nav-link {
    padding: 0px;
    text-align: center;
}
.login-active .content{
    width: 100%;
}
.login-active .form-col{
     width: 100%; 
}
.popWrap {
    clear: both;
    display: block;
    width: 100%;
    float: none;
    text-align: center;
}

.modalReward a.btn.btn-primary {
    display: table;
    margin: 0 auto;
}
form#signupForm .input-group {
    display: block;
    width: 100%;
}

#signupForm .input-group div {
    width: 100%;
    margin-bottom: 20px;
}
}
a.custom-txext {
    font-size: 14px;
    color: #000000c9;
    z-index: 9;
    text-decoration: none;
}
.card-body .card-title.text1{
    color: #000000c9 !important;
}