* {
    scroll-behavior: smooth;
}

.background{
    background-color:#0B1626;
    overflow-x: hidden;
}

/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

#header {
    animation: slideInLeft 0.8s ease-out;
}

#content-area {
    animation: fadeIn 1s ease-out;
}

.content-card {
    animation: fadeIn 0.6s ease-out;
    transition: all 0.3s ease;
}

.content-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(35, 128, 247, 0.2);
}

.mini-card {
    transition: all 0.3s ease;
}

.mini-card:hover {
    transform: translateY(-5px);
    border-color: #2380F7 !important;
    box-shadow: 0 5px 20px rgba(35, 128, 247, 0.3);
}
.name{
    color: white;
    font-family: 'Nunito', sans-serif;
    font-weight:bold;
    font-size: 1.3rem;
}
.header-feature{
    color: white;
    font-family: 'Nunito', sans-serif;
    transition: all 0.3s ease;
    position: relative;
}

.header-feature:hover {
    color: #2380F7;
    transform: translateY(-2px);
}

.header-feature::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #2380F7;
    transition: width 0.3s ease;
}

.header-feature:hover::after {
    width: 100%;
}
.btn{
    background-color: #2380F7;
    color: white;
    font-size: 1rem;
}
.symbol {
  fill: white;
  stroke: white;
  
}
.footer-img{
    height:30px;
    width:30px;
    margin-left: 30px;
    transition: all 0.3s ease;
}

.footer-img:hover {
    transform: rotate(360deg) scale(1.1);
}
.slide-head{
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    margin-left: 10px;
}
.slide-p{
    font-family: 'Nunito', sans-serif;
    color: #9fb3b7;
    margin-left: 10px;
    margin-top: 0;
    font-size:15px;
    font-weight: 400px;
    margin-bottom: 0;
}
.nav-item{
    stroke:#9fb3b7;
    fill:white;
}

.nav-link {
    transition: all 0.3s ease;
}

.nav-link:hover {
    background-color: #0f1e33 !important;
    color: #2380F7 !important;
    transform: translateX(5px);
}

.nav-link.active {
    background-color: #2380F7 !important;
    color: white !important;
}
.page-title{
    color: white;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: 2rem;
}
.page-subtitle{
    font-family: 'Nunito', sans-serif;
    color: #9fb3b7;
    max-width:600px;
    font-size: 1rem;
    padding-bottom: 15px;
}
.content-title{
    color: white;
    font-family: 'Nunito', sans-serif;
    font-weight: 1.5rem;
    font-weight: bold;
}
ul{
    list-style: none;
}
li,.warning-desc{
    font-family: 'Nunito', sans-serif;
    color: #9fb3b7;
    font-size: 0.8rem;
    padding-top: 0%;
    margin-top: 0%;
}
.warning-text{
    font-family: 'Nunito', sans-serif;
    color: white;
    font-size: 1rem;
    font-weight: bold;
    padding-bottom: 0;
    margin-bottom:0;
}
.code-title{
    font-family: 'Nunito', sans-serif;
    color: white;
    font-size: 1rem;
    font-weight: bold;
}
.code-desc{
    font-family: 'Nunito', sans-serif;
    color: #9fb3b7;
    font-size: 0.8rem;

}
.mini-card,.content-card1,.help-card{
    background-color: #0f1e33;
    border: 1px solid #9fb3b7;
    padding: 30px;
    border-radius: 16px;
}

.content-card {
    padding: 24px;
    margin-bottom: 24px;
    background-color: transparent;
    border: 1px solid transparent;
}

.content-card:hover {
    background-color: rgba(15, 30, 51, 0.5);
}
.help-subtitle{
    padding-top: 15px;
    font-family: 'Nunito', sans-serif;
    color: #9fb3b7;
    padding-bottom: 10px;
}
.envelope{
    stroke:white;
    fill: grey;
}
.bookmarkt,.check{
    stroke:#22C55E;
    margin-right: 10px;
}
.bookmarkc,.cross{
    stroke:#EF4444;
    margin-right: 10px;
}
.btn{
    background-color: #4DA3FF;
    font-family: 'Nunito', sans-serif;
    transition: all 0.3s ease;
    border: none;
}

.btn:hover {
    background-color: #2380F7;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(35, 128, 247, 0.4);
}

.btn-outline-primary {
    border: 2px solid #2380F7;
    color: #2380F7;
    background-color: transparent;
}

.btn-outline-primary:hover {
    background-color: #2380F7;
    color: white;
    transform: translateY(-2px);
}
.shield,.circle,.speaker,.location,.user{
    color: #9fb3b7;
    margin-right: 10px;
    margin-left: 7px;
}
.icon-box{
     display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    background-color: #0f1e33;
    border: 1px solid #9fb3b7;
    border-radius: 8px;
    margin-right: 8px;
}
.footer-left,
.footer-right {
    color: #9fb3b7;
    font-size: 14px;
    margin-bottom: 0%;
}
.border{
    color: #12243e;
    margin-left: 30px;
    margin-right: 30px;
}



