.nexo-home {
    background: none;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    justify-content: start;
}

body {
    font-family: 'Montserrat', sans-serif;
}

/*header css*/
.nav-logo {
    height: 70px;
    margin-left: 50px;
}

@media (max-width: 991px) {
    .nav-logo {
        height: 50px;
        margin-left: 30px;
    }
}

.nav-links a {
    color: #17232D;
    font-weight: 400;
    padding-bottom: 4px;
    transition: color 0.3s, border-bottom 0.3s;
    font-size: 16px;
}

.nav-links a:hover,
.nav-links .active {
    color: rgba(25, 59, 145, 1);
    border-bottom: 2px solid rgba(25, 59, 145, 1);
}

.primary-button {
    background-color: rgba(25, 59, 145, 1);
    color: #ffffff;
    padding: 10px 16px;
    border-radius: 6.4px;
    font-weight: 400;
    transition: background-color 0.3s;
}

.primary-button:hover {
    background-color: #0056b3;
}

.secondary-button {
    background-color: #ffffff;
    color: #17232D;
    padding: 10px 16px;
    border-radius: 6.4px;
    border: 1.6px solid rgba(25, 59, 145, 1);
    font-weight: 400;
    transition: background-color 0.3s;
}

.secondary-button:hover {
    background-color: #ffffff;
}

#scrollToTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: #007BFF;
    color: white;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    cursor: pointer;
    transition: opacity 0.3s ease;
    opacity: 0;
}

#scrollToTop.show {
    opacity: 1;
}

/*footer css*/
.footer {
    background-color: rgba(25, 59, 145, 1);
    display: flex;
    width: 100%;
    flex-direction: column;
    overflow: hidden;
    justify-content: start;
    padding: 40px 100px;
}

@media (max-width: 991px) {
    .footer {
        max-width: 100%;
        padding: 20px;
    }
}

.footer-logo {
    align-self: center;
    display: flex;
    width: 600px;
    max-width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: start;
}

.footer-logo-img {
    aspect-ratio: 1.02;
    object-fit: contain;
    object-position: center;
    width: 120px;
    max-width: 100%;
}

.footer-links {
    display: flex;
    margin-top: 32px;
    width: 100%;
    flex-direction: column;
    justify-content: start;
}

@media (max-width: 991px) {
    .footer-links {
        max-width: 100%;
    }
}

.bottom-navigation {
    display: flex;
    width: 100%;
    align-items: start;
    color: rgba(245, 245, 245, 1);
    justify-content: space-between;
    flex-wrap: wrap;
    font: 400 16px Rubik, sans-serif;
}

@media (max-width: 991px) {
    .bottom-navigation {
        max-width: 100%;
    }
}

.information {
    border-radius: 0px 0px 0px 0px;
    display: flex;
    flex-direction: column;
    align-items: start;
}

.information-2 {
    color: rgba(255, 255, 255, 1);
    font: 700 18px Poppins, sans-serif;
}

.press-centre {
    line-height: 2;
    margin-top: 8px;
}

.title {
    border-radius: 0px 0px 0px 0px;
    min-width: 240px;
    font-size: 18px;
    line-height: 28px;
    width: 470px;
    margin-top: 12px;
}

@media (max-width: 991px) {
    .title {
        max-width: 100%;
    }
}

.Line {
    display: flex;
    margin-top: 20px;
    width: 100%;
    height: 1px;
    background-color: #fff;
}

@media (max-width: 991px) {
    .Line {
        max-width: 100%;
    }
}

.Social-media {
    display: flex;
    width: 100%;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 16px;
    color: var(--e-3-e-3-c-4, #e3e3c4);
    font: 400 18px Montserrat, sans-serif;
}

@media (max-width: 991px) {
    .Social-media {
        max-width: 100%;
        white-space: initial;
    }
}

.privacy-policy-cookies {
    color: var(--e-3-e-3-c-4, #e3e3c4);
    text-align: center;
    margin-top: 20px;
    font: 400 18px Montserrat, sans-serif;
}

@media (max-width: 991px) {
    .privacy-policy-cookies {
        max-width: 100%;
    }
}

.hero {
    position: relative;
    width: 100%;
    height: 80vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 0;
}

.text {
    align-self: start;
    position: absolute;
    z-index: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    left: 50%;
    top: 30%;
    color: rgb(255, 255, 255);
    transform: translate(-50%, 0%);
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5),
        0 0 10px rgba(0, 0, 0, 0.5),
        0 0 15px rgba(0, 0, 0, 0.7);
}

@media (max-width: 991px) {
    .text {
        max-width: 100%;
        top: 18%;
        width: 100%;
        left: 50%;
    }
}

.the-cryptocurrency-e {
    font-size: 48px;
    font-weight: 600;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 2s ease-out forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 991px) {
    .the-cryptocurrency-e {
        font-size: 34px;
    }
}

.discovernewwaysto {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    margin-top: 20px;
}

@media (max-width: 991px) {
    .discovernewwaysto {
        max-width: 100%;
    }
}

.heading {
    border-radius: 0px 0px 0px 0px;
    align-self: center;
    width: 100%;
    max-width: 100%;
    color: var(--Black, #12141d);
    text-align: center;
    font: 600 42px Montserrat, sans-serif;
}

@media (max-width: 991px) {
    .heading {
        max-width: 100%;
        font-size: 28px;
    }
}

.sub-text {
    color: rgba(90, 113, 132, 1);
    font: 400 18px / 32px Open Sans, sans-serif;
}

.tittle {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
}

/* Success Message */
.success-message {
    display: none;
    background-color: #2ecc71;
    color: white;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 20px;
    text-align: center;
}

/* Contact Section */
.containeer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.contact-section {
    padding: 60px 0;
    background: rgba(245, 246, 248, 1);
}

.section-title {
    text-align: center;
    margin-bottom: 50px;
}

.section-title h2 {
    font-size: 36px;
    color: #2c3e50;
    margin-bottom: 15px;
}

.section-title p {
    color: #7f8c8d;
    font-size: 18px;
}

.contact-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.contact-info {
    flex: 1;
    min-width: 300px;
    background: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.contact-info h3 {
    color: #2c3e50;
    margin-bottom: 20px;
    font-size: 24px;
}

.info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.info-item i {
    color: rgba(25, 59, 145, 1);
    font-size: 20px;
    margin-right: 15px;
    margin-top: 3px;
}

.info-content h4 {
    color: #2c3e50;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 600;
}

.info-content p,
.info-content a {
    color: #7f8c8d;
    text-decoration: none;
}

.info-content a:hover {
    color: #0056b3;
}

.contact-form {
    flex: 1;
    min-width: 300px;
    background: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.contact-form h3 {
    color: #2c3e50;
    margin-bottom: 20px;
    font-size: 24px;
}

.form-group {
    margin-bottom: 12px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    color: #2c3e50;
    font-weight: 500;
}

.form-group input,
.form-group textarea,
.form-group select {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    transition: border 0.3s;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    border-color: rgba(25, 59, 145, 1);
    outline: none;
}

.form-group textarea {
    height: 100px;
    resize: vertical;
}

.submit-btn {
    background-color: rgba(25, 59, 145, 1);
    color: white;
    border: none;
    padding: 12px 25px;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.submit-btn:hover {
    background-color: #2980b9;
}

.contact-methods {
    margin: 40px 0;
}

.contact-methods h2 {
    text-align: center;
    margin-bottom: 30px;
    color: var(--primary);
}

.contact-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-top: 32px;
}

.contact-card {
    background: var(--light);
    border-radius: 8px;
    padding: 25px;
    width: 300px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.contact-card:hover {
    transform: translateY(-5px);
}

.contact-card i {
    font-size: 2rem;
    color: rgba(25, 59, 145, 1);
    margin-bottom: 15px;
}

.contact-card h3 {
    margin: 10px 0;
    color: var(--dark);
}

.contact-card a {
    color: rgba(25, 59, 145, 1);
    text-decoration: none;
    font-weight: 500;
}

.contact-card a:hover {
    text-decoration: underline;
}

.global-network {
    text-align: center;
    margin: 40px 0;
}

.global-network h2 {
    color: var(--primary);
}

.global-network p {
    max-width: 800px;
    margin: 20px auto ;
}

.regions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-top: 30px;
}

.region {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 150px;
}

.region i {
    font-size: 2.5rem;
    color:  rgba(25, 59, 145, 1);
    margin-bottom: 10px;
}