:root {
    scroll-behavior: smooth;
}
 

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.logo {
line-height: 1;
}

@media (min-width: 1200px) {
.logo {
    width: 280px;
}
}

.logo img {
max-height: 26px;
margin-right: 6px;
}

.logo span {
font-size: 26px;
font-weight: 700;
color: #14746F;
font-family: "Nunito", sans-serif;
}

.header {
transition: all 0.5s;
z-index: 997;
height: 60px;
box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
background-color: #fff;
padding-left: 20px;
/* Toggle Sidebar Button */
/* Search Bar */
}

.header .toggle-sidebar-btn {
font-size: 32px;
padding-left: 10px;
cursor: pointer;
color: #012970;
}


@media (max-width: 1199px) {
.header .search-bar {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    padding: 20px;
    box-shadow: 0px 0px 15px 0px rgba(1, 41, 112, 0.1);
    background: white;
    z-index: 9999;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
}

.header .search-bar-show {
    top: 60px;
    visibility: visible;
    opacity: 1;
}
}

.header .search-form {
width: 100%;
}

.header .search-form input {
border: 0;
font-size: 14px;
color: #14746F;
border: 1px solid rgba(1, 41, 112, 0.2);
padding: 7px 38px 7px 8px;
border-radius: 3px;
transition: 0.3s;
width: 100%;
}

.header .search-form input:focus,
.header .search-form input:hover {
outline: none;
box-shadow: 0 0 10px 0 rgba(1, 41, 112, 0.15);
border: 1px solid rgba(1, 41, 112, 0.3);
}

.header .search-form button {
border: 0;
padding: 0;
margin-left: -30px;
background: none;
}

.header .search-form button i {
color: #012970;
}



.header-nav ul {
list-style: none;
}

.header-nav>ul {
margin: 0;
padding: 0;
}

.header-nav .nav-icon {
font-size: 22px;
color: #14746F;
margin-right: 25px;
position: relative;
}

.header-nav .nav-profile {
color: #14746F;
}

.header-nav .nav-profile img {
max-height: 36px;
}

.header-nav .nav-profile span {
font-size: 14px;
font-weight: 600;
}

.header-nav .badge-number {
position: absolute;
inset: -2px -5px auto auto;
font-weight: normal;
font-size: 12px;
padding: 3px 6px;
}

.header-nav .notifications {
inset: 8px -15px auto auto !important;
}

.header-nav .notifications .notification-item {
display: flex;
align-items: center;
padding: 15px 10px;
transition: 0.3s;
}

.header-nav .notifications .notification-item i {
margin: 0 20px 0 10px;
font-size: 24px;
}

.header-nav .notifications .notification-item h4 {
font-size: 16px;
font-weight: 600;
margin-bottom: 5px;
}

.header-nav .notifications .notification-item p {
font-size: 13px;
margin-bottom: 3px;
color: #919191;
}

.header-nav .notifications .notification-item:hover {
background-color: #f6f9ff;
}

.header-nav .messages {
inset: 8px -15px auto auto !important;
}

.header-nav .messages .message-item {
padding: 15px 10px;
transition: 0.3s;
}

.header-nav .messages .message-item a {
display: flex;
}

.header-nav .messages .message-item img {
margin: 0 20px 0 10px;
max-height: 40px;
}

.header-nav .messages .message-item h4 {
font-size: 16px;
font-weight: 600;
margin-bottom: 5px;
color: #444444;
}

.header-nav .messages .message-item p {
font-size: 13px;
margin-bottom: 3px;
color: #919191;
}

.header-nav .messages .message-item:hover {
background-color: #f6f9ff;
}

.header-nav .profile {
min-width: 240px;
padding-bottom: 0;
top: 8px !important;
}

.header-nav .profile .dropdown-header h6 {
font-size: 18px;
margin-bottom: 0;
font-weight: 600;
color: #444444;
}

.header-nav .profile .dropdown-header span {
font-size: 14px;
}

.header-nav .profile .dropdown-item {
font-size: 14px;
padding: 10px 15px;
transition: 0.3s;
}

.header-nav .profile .dropdown-item i {
margin-right: 10px;
font-size: 18px;
line-height: 0;
}

.header-nav .profile .dropdown-item:hover {
background-color: #f6f9ff;
}
.header-login {
    transition: background-color 0.1s ease, border-radius 0.5s ease, padding 0.2s ease; 
    padding: 5px;
}

.header-login span {
    font-weight: 500;
}

.header-login:hover {
    background-color: #56AB91;
    border-radius: 12px;
    padding: 5px;
}

.header-login:hover span {
    color: white;
}
.header-login img{
    max-height: 40px;
}

/*------ Main message --------------*/


.main-message{
    margin-top: 50px;
}

.main-message-container {
    display: flex;
    margin: 30px 5vw 10px 5vw;
}

.message-outer-box,
.message-visual-outer-box {
    margin: 5px;
    padding: 5px;
    background-color: aqua;
}

.main-message-inside-box {
    margin-top: 20vh;
    margin-bottom: 20px;
}

#Main-message-header {
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #26907c;
}

p {
    font-size: 18px; /* Adjust the font size of the paragraph */
    line-height: 1.6; /* Increase line height for better readability */
}

.main-message-buttons-box {
    margin-left: 10px;
    margin-bottom: 25vh;
}

.message-visual {
    width: 40vw;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.message-visual img {
    max-width: 100%;
    height: auto;
}

#Login-Page-Button{
    background-color: #26907c;
    border-color: #B8E9E2;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 45px 15px 45px;
    width: max-content;
}

.divider {
    height: 25vh; 
}

.benefits {
    text-align: center; /* Center align the content */
}

#benefits-header {
    font-size: 48px;
    font-weight: 600;
    color: #26907c;
    margin-bottom: 30px;
}


@keyframes benefitscolorchange {
    0% {
        color: #99E2B4;
    }
    25% {
        color: #56AB91; 
    }
    50% {
        color: #14746F; 
    }
    75% {
        color: #56AB91; 
    }
    100% {
        color: #99E2B4;
    }
}
  
#benefits-header span {
    animation: benefitscolorchange 10s infinite linear; 
}

.benefits-card {
    width: 100%; /* Make the cards take full width of their container */
    max-width: 300px; /* Set a maximum width to prevent them from becoming too wide */
    margin: 0 auto; /* Center align the cards */
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.benefits-card img {
    max-width: 80%; 
    height: auto;
}


.alpha{
    padding-top: 15vh;
    padding-bottom: 15vh;
    width: 100%;
    height: auto; 
    background-color: #B8E9E2;
}
.more{
    padding-top: 15vh;
    padding-bottom: 15vh;
    width: 100%;
    height: auto; 
    background-color: #6ACAB9;
}

.alpha-outer,
.how-to-outer,
.more-outer {
    margin-left: 10vw;
    margin-right: 10vw;
}

.details-part{
    margin-bottom: 20px;
}


.details-part h4{
    font-size: 22px;
    font-weight: 600;
}

.details-subheaders{
    font-weight: 700;
    margin-bottom: 10px;
}

.details-links {
    padding: 2px 4px 2px 4px;
    width: 80%;
    border-radius: 4px;
    border: 2px solid transparent;
    background-color: transparent;
    cursor: pointer; 
}

.details-links:hover {
    background-color: rgba(106, 202, 185, 0.5);
    border-color: #26907c; 
}
.about-us-header{
    font-weight: 700;
}

.share-platform{
    margin-top: 40px;
}
#Share-Platform-Button{
    padding: 5px 40px 5px 40px;
    border-radius: 10px;
    background-color: white;
    border-color: #26907c;
    color: #26907c;
    width: max-content;

}

.how-to {
    display: flex;
    justify-content: center;
}


.how-to-text-header h4{
    font-size: 28px;
    font-weight: 600;
    color: #26907c;
    margin-bottom: 0; 

}


.how-to-text{  
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    
}


.platform-preview-card{
    padding-top: 10px;
    padding-bottom: 10px;
}

.how-to-slider {
    margin: auto;
}



.slider-container {
    position: relative;
}

@keyframes fadeInOut {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.slider {
    position: relative;
    display: none;
    width: 100%;
    opacity: 0;
    transition: opacity 0.8s ease-in;
    animation: fadeInOut 3s ease-in-out infinite; 

}

.slider.active {
    opacity: 1;
    display: block;
    animation: none;
}

.slider img{
    width: 100%;
    height: auto;
    border-radius: 6px;
}

.caption {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: white;
    background-color: rgba(106, 202, 185, 0.7);
    border-radius: 4px;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 500;
}



.is-invalid{
    border: 1px solid red;
}

.alpha-form{
    display: block;
    padding: 30px 20px 10px 20px;
    background-color: white;
    border-radius: 10px;
}

.alpha-form form input{
    margin-bottom: 5px;
}



.Social-media{
    margin-top: 20px;

}

.Social-media img{
    width: 30px;
    height: auto;
    margin-right: 5px;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
    padding: 20px 0;
    font-size: 14px;
    transition: all 0.3s;
    border-top: 1px solid #cddfff;
  }
  
  .footer .copyright {
    text-align: center;
    color: #14746F;
  }
  
  .footer .credits {
    padding-top: 5px;
    text-align: center;
    font-size: 13px;
    color: #14746F;
  }


  /* --- Small Screen Adjustments ---*/

  @media (max-width: 768px) {

    .main-message{
        margin-top: 0;
        margin-left: 5vw;
        margin-right: 5vw;
        display: flex;
        align-items: center; 
    }
    .main-message-inside-box {
        margin-top: 15vh;
    }
    .message-visual {
        width: 80vw;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
    }
    
    .message-visual img {
        max-width: 100%;
        height: auto;
    }
    .divider{
        height: 5vh;
    }
    
    .benefits-card {
        width: 100%;

    }

    .alpha-form button,
    .investors-form button{
        margin-top: 20px;
    }
    .header-login img{
        max-height: 30px;
    }
}