.nexo-home {
    background-color: rgba(255, 255, 255, 1);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    justify-content: start;
}

body {
    font-family: 'Montserrat', sans-serif;
}

html {
  scroll-behavior: smooth;
}

/*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: #193B91;
    border-bottom: 2px solid #193B91;
}

.primary-button {
    background-color: #193B91;
    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 #193B91;
    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;
    z-index: 99;
}

#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 css=======*/
.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);
}

.text {
    align-self: start;
    position: absolute;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    left: 50%;
    top: 244px;
    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%;
        width: 100%;
        left: 50%;
    }
}

.the-cryptocurrency-e {
    font-size: 60px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.2px;
    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: 40px;
    }
}

.discovernewwaysto {
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    margin-top: 20px;
}

@media (max-width: 991px) {
    .discovernewwaysto {
        max-width: 100%;
    }
}

.feature-1 {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    padding: 40px 100px;
}

@media (max-width: 991px) {
    .feature-1 {
        max-width: 100%;
        padding: 20px;
    }
}

.feature-dtls {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}

@media (max-width: 991px) {
    .feature-dtls {
        max-width: 100%;
    }
}

.Heading-1 {
    color: rgba(23, 35, 45, 1);
    align-self: center;
    font: 600 42px/1 Montserrat Alternates, -apple-system, Roboto, Helvetica,
        sans-serif;
}

@media (max-width: 991px) {
    .Heading-1 {
        max-width: 100%;
        text-align: center;
        font-size: 28px;
    }
}

.div-5 {
    display: flex;
    margin-top: 40px;
    width: 100%;
    align-items: center;
    gap: 25px;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1300px;
}

@media (max-width: 991px) {
    .div-5 {
        max-width: 100%;
        margin-top: 12px;
    }
}

.div-6 {
    display: flex;
    min-width: 240px;
    flex-direction: column;
    justify-content: start;
    flex-grow: 1;
    width: 453px;
}

@media (max-width: 991px) {
    .div-6 {
        max-width: 100%;
    }
}

.div-7 {
    display: flex;
    max-width: 100%;
    flex-direction: column;
    justify-content: start;
}

.tittle {
    color: rgba(23, 35, 45, 1);
    font: 400 20px/28px Montserrat, sans-serif;
}

.text-btn-1 {
    align-self: start;
    display: flex;
    margin-top: 35px;
    align-items: center;
    gap: 23px;
    justify-content: start;
}

.becomean-advisor-2 {
    color: rgba(25, 59, 145, 1);
    align-self: stretch;
    margin: auto 0;
    font: 600 18px Montserrat, sans-serif;
}

.icon-1 {
    border-radius: 28px;
    background-color: rgba(25, 59, 145, 1);
    align-self: stretch;
    display: flex;
    align-items: center;
    gap: 15px;
    overflow: hidden;
    justify-content: center;
    width: 62px;
    margin: auto 0;
    padding: 12px 19px;
}

.img-3 {
    aspect-ratio: 1.08;
    object-fit: contain;
    object-position: center;
    width: 14px;
    align-self: stretch;
    margin: auto 0;
}

.div-10 {
    border-radius: 30px;
    background-color: rgba(216, 221, 225, 1);
    display: flex;
    margin-top: 42px;
    width: 100%;
    flex-direction: column;
    overflow: hidden;
}

@media (max-width: 991px) {
    .div-10 {
        max-width: 100%;
    }
}

.img-4 {
    aspect-ratio: 1.6;
    object-fit: contain;
    object-position: center;
    width: 100%;
}

@media (max-width: 991px) {
    .img-4 {
        max-width: 100%;
    }
}

.div-11 {
    display: flex;
    min-width: 240px;
    align-items: start;
    gap: 22px 42px;
    justify-content: start;
    flex-wrap: wrap;
    flex-grow: 1;
    width: 508px;
}

@media (max-width: 991px) {
    .div-11 {
        max-width: 100%;
    }
}

.div-12 {
    border-radius: 27px;
    background-color: rgba(216, 221, 225, 1);
    display: flex;
    min-width: 240px;
    flex-direction: column;
    overflow: hidden;
    flex-grow: 1;
    width: 564px;
}

@media (max-width: 991px) {
    .div-12 {
        max-width: 100%;
    }
}

.img-5 {
    object-fit: contain;
    object-position: center;
    width: 100%;
}

@media (max-width: 991px) {
    .img-5 {
        max-width: 100%;
    }
}

.featute-img {
    border-radius: 27px;
    background-color: rgba(216, 221, 225, 1);
    display: flex;
    min-width: 240px;
    flex-direction: column;
    overflow: hidden;
    width: 310px;
}

.img-6 {
    aspect-ratio: 1.42;
    object-fit: contain;
    object-position: center;
    width: 100%;
}

.div-14 {
    border-radius: 27px;
    background-color: rgba(216, 221, 225, 1);
    display: flex;
    min-width: 240px;
    flex-direction: column;
    overflow: hidden;
    flex-grow: 1;
    width: 230px;
}

.img-7 {
    object-fit: contain;
    object-position: center;
    width: 100%;
}

.feature-2 {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    padding: 40px 100px;
    align-items: center;
}

@media (max-width: 991px) {
    .feature-2 {
        max-width: 100%;
        padding: 20px;
    }
}

.tabs {
    display: flex;
    gap: 15px;
    padding: 32px 0px 12px;
}

.tab {
    cursor: pointer;
    padding: 14px 26px;
    background: #f1f1f1;
    border-radius: 5px 5px 0 0;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-direction: column;
    width: 120px;
}

.tab i {
    font-size: 18px;
}

.tab.active {
    background-color: rgba(25, 59, 145, 1);
    color: white;
}

.tab-content {
    display: none;
    padding: 20px;
    border: 1px solid rgba(25, 59, 145, 1);
    margin-top: 10px;
    border-radius: 12px;
}

.tab-content.active {
    display: block;
}

.products-data {
    border-radius: 12px;
    display: flex;
    width: 100%;
    align-items: center;
    gap: 40px 80px;
    justify-content: start;
    flex-wrap: wrap;
    padding: 0 60px;
}

@media (max-width: 991px) {
    .products-data {
        max-width: 100%;
        padding: 0;
    }
}

.leftside-data {
    align-self: stretch;
    display: flex;
    min-width: 240px;
    flex-direction: column;
    justify-content: start;
    flex: 1;
    flex-basis: 58px;
    font-family: Montserrat, sans-serif;

}

@media (max-width: 991px) {
    .leftside-data {
        max-width: 100%;
    }
}

.best-price-guaranteed {
    color: var(--Color-P1, #005689);
    font: 500 16px Poppins, sans-serif;
}

.heading-2 {
    font-size: 32px;
    font-weight: 500;
}

@media (max-width: 991px) {
    .heading-2 {
        max-width: 100%;
    }
}

.div-27 {
    border-radius: 11px;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.04);
    align-self: start;
    display: flex;
    margin-top: 16px;
    align-items: center;
    gap: 17px;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    justify-content: start;
}

.img-13 {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 36px;
    align-self: stretch;
    margin: auto 0;
}

.m-properties {
    align-self: stretch;
    gap: 15px;
    margin: auto 0;
}

.tittle-2 {
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-weight: 400;
    margin-top: 16px;
}

@media (max-width: 991px) {
    .tittle-2 {
        max-width: 100%;
    }
}

.btn-grp {
    display: flex;
    margin-top: 27px;
    align-items: center;
    color: rgba(255, 255, 255, 1);
}

.partners-sec {
    display: flex;
    width: 100%;
    flex-direction: column;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991px) {
    .partners-sec {
        max-width: 100%;
        padding: 0px;
    }
}

.partners-data {
    display: flex;
    width: 1240px;
    max-width: 100%;
    flex-direction: column;
    justify-content: start;
    margin: 32px;
}

.partners-logos {
    display: flex;
    margin-top: 40px;
    min-height: 80px;
    width: 100%;
    align-items: center;
    gap: 40px;
    justify-content: center;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .partners-logos {
        max-width: 100%;
        gap: 32px;
    }
}

.prt-logo {
    aspect-ratio: 2.25;
    object-fit: contain;
    object-position: center;
    width: 135px;
    align-self: stretch;
    margin: auto 0;
}

.logo-carousel {
    display: flex;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    margin-top: 32px;
}

.logo-track {
    display: inline-flex;
    animation: scrollLeft 20s linear infinite;
}

.logo-track img {
    width: 150px;
    /* Adjust logo size */
    margin: 0 20px;
}

@keyframes scrollLeft {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

/* Duplicate the logos for seamless looping */
.logo-track .logo {
    flex-shrink: 0;
}

.features-2 {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    padding: 40px 100px;
    align-items: center;
}

@media (max-width: 991px) {
    .features-2 {
        max-width: 100%;
        padding: 0;
    }
}

.features-data {
    border-radius: 12px;
    background-color: rgba(246, 248, 252, 1);
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: start;
    padding: 40px 32px;
    max-width: 1300px;
}

@media (max-width: 991px) {
    .features-data {
        max-width: 100%;
        padding: 20px;
    }
}

.Heading-2 {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    font-weight: 500;
    text-align: center;
    justify-content: start;
}

@media (max-width: 991px) {
    .Heading-2 {
        max-width: 100%;
    }
}

.sub-tittle {
    color: rgba(111, 140, 165, 1);
    margin: 14px 0;
    width: 942px;
    font: 20px Montserrat, sans-serif;
    line-height: inherit;
}

@media (max-width: 991px) {
    .sub-tittle {
        max-width: 100%;
        font-size: 18px;
    }
}

.segmented-controls {
    display: flex;
    margin-top: 4px;
    width: 100%;
    align-items: center;
    justify-content: center;
    max-width: 1300px;
    overflow-x: auto;
}

@media (max-width: 991px) {
    .segmented-controls {
        max-width: 100%;
        justify-content: flex-start;
    }
}

/* Common Tab Content Styling */
.tab-content {
    display: none;
    padding: 20px;
    border: 1px solid #ddd;
    margin-top: 10px;
    max-width: 1300px;
}

.tab-content.active {
    display: block;
}

/* ========== Technology Tabs Styling ========== */
.technology-tabs .tab-button {
    cursor: pointer;
    padding: 16px 24px;
    border: none;
    background-color: #f0f0f0;
    display: inline-block;
    border-radius: 12px;
    display: flex;
    gap: 8px;
    margin: 10px;
    align-items: center;
}

.technology-tabs .tab-button.active {
    background-color: rgba(25, 59, 145, 1);
    color: white;
}

/* ========== Security Tabs Styling ========== */
.security-tabs .tab-button {
    cursor: pointer;
    padding: 10px 20px;
    border: none;
    background-color: #ddd;
    margin: 5px;
    display: inline-block;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;

}

.security-tabs .tab-button.active {
    background-color: rgba(25, 59, 145, 1);
    color: white;
}

.content {
    align-items: center;
    border-radius: 8px;
    background-color: var(--Fill-Colors-Light-Tertiary,
            rgba(118, 118, 128, 0.12));
    align-self: stretch;
    display: flex;
    min-width: 240px;
    width: 100%;
    justify-content: start;
    flex-wrap: wrap;
    flex: 1;
    flex-basis: 0%;
    margin: auto 0;
    padding: 2px;
}

@media (max-width: 991px) {
    .content {
        max-width: 100%;
    }
}

.content-8 {
    align-self: center;
    display: flex;
    justify-content: center;
}

@media (max-width: 991px) {
    .content-8 {
        max-width: 100%;
    }
}

.content-1 {
    display: flex;
    align-items: center;
    gap: 40px 102px;
    justify-content: start;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .content-1 {
        max-width: 100%;
    }
}

.text-2 {
    align-self: stretch;
    display: flex;
    min-width: 240px;
    flex-direction: column;
    width: 440px;
    margin: auto 0;
}

@media (max-width: 991px) {
    .text-2 {
        max-width: 100%;
    }
}

.heading-3 {
    letter-spacing: -1px;
    font: 600 28px/1.4 Montserrat,sans-serif;
}

@media (max-width: 991px) {
    .heading-3 {
        max-width: 100%;
    }
}


.icon-list {
    display: flex;
    margin-top: 20px;
    width: 411px;
    max-width: 100%;
    flex-direction: column;
    color: rgba(47, 70, 126, 1);
    justify-content: start;
    font: 16px/1.6 Poppins, sans-serif;
}

.icon-list-1 {
    align-self: start;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: start;
}

.icon-list i {
    font-size: 26px;
}

.line-row {
    background-color: #c8d7ff;
    min-height: 1px;
    margin-top: 12px;
    width: 100%;
    border: 1px solid rgba(200, 215, 255, 1);
}

.icon-list-2 {
    display: flex;
    margin-top: 12px;
    align-items: start;
    gap: 10px;
    justify-content: start;
}

.img-30 {
    width: 480px;
    border-radius: 18px;
    align-self: stretch;
    min-width: 240px;
    margin: auto 0;
}

@media (max-width: 991px) {
    .img-30 {
        max-width: 100%;
    }
}

.features-3 {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: start;
    padding: 40px 100px;
    align-items: center;
}

@media (max-width: 991px) {
    .features-3 {
        max-width: 100%;
        padding: 0 20px;
    }
}

.pricing-plans {
    display: flex;
    margin-top: 40px;
    width: 100%;
    align-items: center;
    gap: 40px 100px;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1300px;
}

@media (max-width: 991px) {
    .pricing-plans {
        max-width: 100%;
    }
}

.text-3 {
    align-self: stretch;
    display: flex;
    min-width: 240px;
    flex-direction: column;
    color: var(--Black, #12141d);
    width: 440px;
    margin: auto 0;
}

@media (max-width: 991px) {
    .text-3 {
        max-width: 100%;
    }
}

.pricing {
    border-radius: 0px 0px 0px 0px;
    box-shadow: 0px 2px 10px rgba(20, 20, 43, 0.08);
    align-self: stretch;
    min-width: 240px;
    width: 696px;
    margin: auto 0;
}

@media (max-width: 991px) {
    .pricing {
        max-width: 100%;
    }
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 34px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

input:checked+.slider {
    background-color: rgba(25, 59, 145, 1);
}

input:checked+.slider:before {
    transform: translateX(26px);
}


/*======== Testimonials css=======*/

.testimonial-container {
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
    width: 100%;
    flex-direction: column;
    padding: 100px;
}

@media (max-width: 991px) {
    .testimonial-container {
        max-width: 100%;
        padding: 20px;
    }
}

.testimonial-data {
    display: flex;
    align-items: start;
    justify-content: space-around;
    width: 100%;
    max-width: 1200px;
}

@media (max-width: 991px) {
    .testimonial-data {
        max-width: 100%;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
}

.testimonial-text {
    max-width: 50%;
    gap: 12px;
    display: flex;
    flex-direction: column;
}

@media (max-width: 991px) {
    .testimonial-text {
        max-width: 100%;
    }
}

.testimonial-text h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.testimonial-text p {
    font-size: 16px;
    margin-bottom: 10px;
}

.testimonial-image {
    position: relative;
    width: 50%;
    justify-content: center;
    display: flex;
}

.testimonial-image img {
    width: 300px;
    height: auto;
    border-radius: 10px;
}

/* .frame {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 220px;
    height: 220px;
    border: 3px solid #1e3a8a;
    z-index: -1;
} */
.controls {
    align-items: center;
}

.controls button {
    background-color: #193B91;
    color: white;
    border: none;
    padding: 10px;
    margin: 5px;
    cursor: pointer;
    border-radius: 50%;
    width: 44px;
}

.dots {
    position: absolute;
    right: 17%;
    display: flex;
    flex-direction: column;
}

@media (max-width: 991px)  {
    .dots{
        top: 68%;
    }
}

.dot {
    width: 10px;
    height: 10px;
    background-color: #EAEAEA;
    border-radius: 50%;
    margin: 5px;
    cursor: pointer;
    border: 1px solid #c6c6c6;
}

.dot.active {
    background-color: #1e3a8a;
}

.div-56 {
    display: flex;
}

@media (max-width: 991px) {
    .div-56 {
        flex-direction: column;
        align-items: stretch;
        gap: 0px;
    }
}

.column {
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 50%;
    margin-left: 0px;
}

@media (max-width: 991px) {
    .column {
        width: 100%;
    }
}

.div-57 {
    border-radius: 16px 0px 0px 16px;
    border: 0.8px solid var(--Neutral-300, #eff0f6);
    background-color: var(--Neutral-100, #fff);
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: start;
    font-family: Montserrat, sans-serif;
    margin: 0 auto;
    padding: 38px;
}

@media (max-width: 991px) {
    .div-57 {
        padding: 20px;
    }
}

.div-58 {
    display: flex;
    gap: 14px;
}

.img-31 {
    aspect-ratio: 1.02;
    object-fit: contain;
    object-position: center;
    width: 58px;
}

.div-59 {
    display: flex;
    flex-direction: column;
    margin: auto 0;
}

.subtitle {
    color: var(--Neutral-600, #6f6c90);
    font-feature-settings: "liga" off, "clig" off;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}

.price {
    color: rgba(23, 35, 45, 1);
    font-size: 19px;
    font-weight: 700;
    line-height: 1;
    align-self: start;
}

.paragraph {
    color: var(--Neutral-600, #6f6c90);
    font-feature-settings: "liga" off, "clig" off;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 22px;
}

.div-60 {
    display: flex;
    margin-top: 10px;
    gap: 6px;
    white-space: nowrap;
}

@media (max-width: 991px) {
    .div-60 {
        white-space: initial;
    }
}

.price-2 {
    color: rgba(23, 35, 45, 1);
    font-size: 43px;
    font-weight: 700;
    line-height: 1;
    flex-grow: 1;
}

.monthly {
    color: var(--Neutral-600, #6f6c90);
    font-feature-settings: "liga" off, "clig" off;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.1;
    align-self: end;
    margin-top: 26px;
}

.master-primary-button {
    border-radius: 77px;
    background-color: rgba(25, 59, 145, 1);
    min-width: 240px;
    width: 100%;
    padding: 21px 30px;
    text-align: center;
}

@media (max-width: 991px) {
    .master-primary-button {
        white-space: initial;
        padding: 20px;
    }
}

.column-2 {
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 50%;
}

@media (max-width: 991px) {
    .column-2 {
        width: 100%;
    }
}

.pricing-card-v-6-default {
    border-radius: 0px 16px 16px 0px;
    background-color: rgba(247, 247, 252, 1);
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: start;
    color: rgba(23, 35, 45, 1);
    margin: 0 auto;
    padding: 38px;
    font: 400 14px/1 Montserrat, sans-serif;
    height: -webkit-fill-available;
}

@media (max-width: 991px) {
    .pricing-card-v-6-default {
        padding: 20px;
    }
}

.div-61 {
    display: flex;
    align-items: start;
    gap: 16px;
    white-space: nowrap;
    line-height: 2;
    justify-content: start;
}

@media (max-width: 991px) {
    .div-61 {
        white-space: initial;
    }
}

.div-62 {
    font-weight: 700;
    margin-top: 24px;
}

.px {
    align-self: stretch;
    display: flex;
    margin-top: 19px;
    flex-direction: column;
    align-items: start;
    justify-content: start;
}

.icons-list-item {
    display: flex;
    align-items: start;
    justify-content: start;
}

.list-item-200 {
    display: flex;
    align-items: center;
    gap: 11px;
    justify-content: start;
}

.filled-icons-check-circle {
    align-self: stretch;
    display: flex;
    width: 21px;
    height: 21px;
    margin: auto 0;
}

.div-63 {
    align-self: stretch;
    margin: auto 0;
}

.icons-list-item-2 {
    align-self: stretch;
    display: flex;
    margin-top: 13px;
    align-items: start;
    justify-content: start;
}

.list-item-200-2 {
    display: flex;
    min-width: 240px;
    align-items: center;
    gap: 11px;
    justify-content: start;
}

.div-64 {
    align-self: stretch;
    margin: auto 0;
}

.icons-list-item-3 {
    display: flex;
    margin-top: 13px;
    align-items: start;
    justify-content: start;
}

.list-item-200-3 {
    display: flex;
    min-width: 240px;
    align-items: center;
    gap: 11px;
    justify-content: start;
}

.div-65 {
    align-self: stretch;
    margin: auto 0;
}

.icons-list-item-4 {
    display: flex;
    margin-top: 13px;
    align-items: start;
    justify-content: start;
}

.list-item-200-4 {
    display: flex;
    min-width: 240px;
    align-items: center;
    gap: 11px;
    justify-content: start;
}

/* .filled-icons-check-circle-2 {
    align-self: stretch;
    display: flex;
    width: 21px;
    height: 20px;
    margin: auto 0;
} */

.div-66 {
    align-self: stretch;
    margin: auto 0;
}

.div-67 {
    display: flex;
    min-width: 240px;
    width: 100%;
    flex-direction: column;
    justify-content: start;
    flex: 1;
    flex-basis: 0%;
}

@media (max-width: 991px) {
    .div-67 {
        max-width: 100%;
    }
}

.div-68 {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 40px 80px;
    justify-content: start;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .div-68 {
        max-width: 100%;
    }
}

.div-69 {
    align-self: stretch;
    display: flex;
    min-width: 240px;
    flex-direction: column;
    align-items: start;
    color: rgba(23, 35, 45, 1);
    justify-content: start;
    flex: 1;
    flex-basis: 0%;
    margin: auto 0;
}

@media (max-width: 991px) {
    .div-69 {
        max-width: 100%;
    }
}

.making-journeys-memorable {
    text-align: center;
    font: 500 42px Montserrat Alternates, -apple-system, Roboto, Helvetica,
        sans-serif;
}

@media (max-width: 991px) {
    .making-journeys-memorable {
        max-width: 100%;
    }
}

.image {
    align-self: stretch;
    display: flex;
    min-width: 240px;
    align-items: center;
    gap: 30px;
    justify-content: start;
    margin: auto 0;
}

.img-gallery {
    display: flex;
    width: 100%;
    justify-content: center;
    background: url(https://cdn.builder.io/api/v1/image/assets/11e20e86721d499687d8594ee4d9d7aa/c0a6c16abbffd4cc9a3247c5c371ac5e390f25a2f52ac56cf7a4ecaf2500064a?apiKey=11e20e86721d499687d8594ee4d9d7aa&);
    padding: 40px;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 991px) {
    .img-gallery {
        max-width: 100%;
    }
}

.img-33 {
    aspect-ratio: 1.31;
    object-fit: contain;
    object-position: center;
    width: 100%;
}

@media (max-width: 991px) {
    .img-33 {
        max-width: 100%;
    }
}

.div-77 {
    display: flex;
    max-width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
 
}

@media (max-width: 991px) {
    .div-77 {
        max-width: 100%;
    }
}

.div-78 {
    display: flex;
    width: 924px;
    max-width: 100%;
    flex-direction: column;
    text-align: center;
    justify-content: start;
    margin-top: 32px;
}

.heading-4 {
    transform: rotate(2.449297940335072e-16rad);
    color: rgba(255, 255, 255, 1);
    font: 600 42px Montserrat, sans-serif;
}

@media (max-width: 991px) {
    .heading-4 {
        max-width: 100%;
        font-size: 28px;
    }
}

.tittle-3 {
    transform: rotate(2.449297940335072e-16rad);
    color: rgba(212, 218, 223, 1);
    margin-top: 18px;
    font: 400 18px/34px Montserrat, sans-serif;
}

@media (max-width: 991px) {
    .tittle-3 {
        max-width: 100%;
    }
}

.famous-places {
    border-radius: 7px;
    display: flex;
    margin-top: 40px;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}

.img-34 {
    object-fit: contain;
    object-position: center;
    width: 228px;
    border-radius: 7px;
    align-self: stretch;
    max-width: 100%;
    margin: auto 0;
}

.div-80 {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 18px;
}

.div-82 {
    display: flex;
    margin-top: 40px;
    align-items: center;
    gap: 23px;
    justify-content: start;
    padding: 12px 0;
}

.becom-ean-advisor {
    color: rgba(255, 255, 255, 1);
    align-self: stretch;
    margin: auto 0;
    font: 600 23px Montserrat, sans-serif;
}

.div-83 {
    border-radius: 28px;
    background-color: rgba(255, 255, 255, 1);
    align-self: stretch;
    display: flex;
    align-items: center;
    gap: 15px;
    overflow: hidden;
    justify-content: center;
    width: 62px;
    margin: auto 0;
    padding: 12px 19px;
}

.img-41 {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 14px;
    align-self: stretch;
    margin: auto 0;
}

.dream-travel-how-it-works-section {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    padding: 40px 100px;
}

@media (max-width: 991px) {
    .dream-travel-how-it-works-section {
        max-width: 100%;
        padding: 20px;
    }
}

.text-4 {
    display: flex;
    width: 950px;
    max-width: 100%;
    flex-direction: column;
    text-align: center;
    justify-content: start;
}

.div-84 {
    display: flex;
    margin-top: 40px;
    align-items: center;
    gap: 40px;
    color: rgba(255, 255, 255, 1);
    justify-content: start;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .div-84 {
        max-width: 100%;
        justify-content: center;
    }
}

.item {
    box-shadow: 0px 20px 50px rgba(15, 24, 44, 0.15);
    align-self: stretch;
    display: flex;
    min-width: 240px;
    flex-direction: column;
    overflow: hidden;
    width: 360px;
    margin: auto 0;
    border-radius: 14px;
}

.div-85 {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    position: relative;
    aspect-ratio: 0.72;
    width: 100%;
    align-items: start;
    padding: 303px 36px 59px 32px;
}

@media (max-width: 991px) {
    .div-85 {
        padding: 100px 20px 12px;
        justify-content: flex-end;
    }
}

.img-42 {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.futureof-work {
    position: relative;
    letter-spacing: 0.2px;
    font: 600 28px/1 Montserrat, sans-serif;
}

.majorityofpeolewi {
    position: relative;
    margin-top: 12px;
    font: 400 20px/30px Open Sans, sans-serif;
}

.pricing-section {
    max-width: 1200px;
    margin: auto;
    padding: 20px;
    text-align: center;
}

@media (max-width: 991px) {
    .pricing-section {
       width: 100%;
    }
}

.toggle {
    display: inline-flex;
    background: #e5e7eb;
    border-radius: 999px;
    padding: 5px;
    margin: 30px;
}

.toggle input {
    display: none;
}

.toggle label {
    padding: 10px 25px;
    cursor: pointer;
    border-radius: 999px;
    font-weight: 500;
    color: var(--gray);
    transition: background 0.3s, color 0.3s;
}

.toggle input:checked+label {
    background: #193B91;
    color: white;
}

.plans {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.plan-card {
    background: white;
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s;
    position: relative;
    width: 340px;
    border-top: 8px solid #1e3a8a;
}

.plan-card:hover {
    transform: translateY(-5px);
}

.plan-card.recommended {
    border-top: 8px solid #1e3a8a;
}

.plan-card.recommended::after {
    content: "Recommended";
    position: absolute;
    top: -14px;
    right: 108px;
    background: green;
    color: white;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
}

.plan-card h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.plan-price {
    font-size: 2rem;
    font-weight: bold;
    margin: 10px 0;
}

.plan-save {
    color: green;
    font-weight: 600;
    margin-bottom: 20px;
}


.plan-features {
    text-align: left;
    margin: 12px;
    padding-left: 5px;
}

.plan-features li {
    margin-bottom: 12px;
    position: relative;
    font-size: 0.9rem;
    color: #193B91;
    list-style-type: none;
}

.plan-card button {
    background: #193B91;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 1rem;
    width: 100%;
    transition: background 0.3s;
}

.plan-card.recommended button {
    background: #1e3a8a;
    border: 1px solid #1e3a8a;
    color: #fff;
}

