.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: 28%;
    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%;
    }
}

.the-cryptocurrency-e {
    font-size: 48px;
    font-weight: 600;
    line-height: auto;
    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: 24px;
    font-weight: 600;
    line-height: 1.3;
    margin-top: 20px;
}

@media (max-width: 991px) {
    .discovernewwaysto {
        max-width: 100%;
    }
}

.nexo-products {
    background-color: rgba(245, 246, 248, 1);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    justify-content: start;
}

@media (max-width: 991px) {
    .nexo-products {
        max-width: 100%;
    }
}

.feature {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    padding: 40px 100px;
}

@media (max-width: 991px) {
    .feature {
        max-width: 100%;
        padding: 20px;
    }
}

.content {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: start;
}

@media (max-width: 991px) {
    .content {
        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 Alternates, -apple-system, Roboto, Helvetica,
        sans-serif;
}

@media (max-width: 991px) {
    .heading {
        max-width: 100%;
        font-size: 28px;
    }
}

.features {
    display: flex;
    margin-top: 42px;
    width: 100%;
    gap: 36px;
    justify-content: center;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .features {
        max-width: 100%;
        margin-bottom: 20px;
    }
}

.card-01 {
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 54px 80px -16px rgba(219, 222, 229, 0.8);
    align-self: stretch;
    display: flex;
    min-width: 240px;
    flex-direction: column;
    justify-content: start;
    width: 326px;
    margin: auto 0;
    padding: 33px 30px;
}

@media (max-width: 991px) {
    .card-01 {
        padding: 20px;
    }
}

.icon {
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 20px 80px -15px rgba(45, 51, 60, 0.2);
    align-self: center;
    display: flex;
    width: 90px;
    align-items: center;
    height: 90px;
    padding: 24px 26px;
}

@media (max-width: 991px) {
    .icon {
        padding: 0 20px;
    }
}

.img {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 40px;
    align-self: stretch;
    margin: auto 0;
}

.card-text {
    display: flex;
    margin-top: 32px;
    width: 100%;
    flex-direction: column;
    text-align: center;
    justify-content: start;
}

.card-text-dis {
    color: rgba(30, 42, 57, 1);
    font: 600 19px/32px Montserrat, sans-serif;
}

.card-text-dis-2 {
    color: rgba(92, 98, 114, 1);
    margin-top: 4px;
    font: 400 17px/26px Poppins, sans-serif;
}

.feature-2 {
    background-color: rgba(255, 255, 255, 1);
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    padding: 40px 100px;
}

@media (max-width: 991px) {
    .feature-2 {
        max-width: 100%;
        padding: 20px;
    }
}

.title-2 {
    border-radius: 0px 0px 0px 0px;
    align-self: center;
    width: 683px;
    max-width: 100%;
    color: var(--Black, #12141d);
    text-align: center;
    font: 600 42px Montserrat Alternates, -apple-system, Roboto, Helvetica,
        sans-serif;
}

@media (max-width: 991px) {
    .title-2 {
        max-width: 100%;
    }
}

.content-1 {
    display: flex;
    margin-top: 42px;
    width: 100%;
    align-items: center;
    gap: 40px 100px;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .content-1 {
        max-width: 100%;
        margin-top: 40px;
    }
}

.Supplier-sec-background {
    background-color: rgba(213, 218, 224, 1);
    align-self: stretch;
    display: flex;
    min-width: 240px;
    flex-direction: column;
    overflow: hidden;
    justify-content: center;
    width: 580px;
    margin: auto 0;
    padding: 31px 65px;
}

@media (max-width: 991px) {
    .Supplier-sec-background {
        max-width: 100%;
        padding: 20px;
    }
}

.background-data {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: start;
}

@media (max-width: 991px) {
    .background-data {
        max-width: 100%;
    }
}

.Supplier-sec-Benefits {
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 1);
    align-self: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 400;
    white-space: nowrap;
    justify-content: start;
    padding: 12px 20px;
}

@media (max-width: 991px) {
    .Supplier-sec-Benefits {
        white-space: initial;
    }
}

.nexo-quest {
    color: var(--Black, #12141d);
    text-transform: capitalize;
    font: 18px/2 Montserrat, sans-serif;
}

.Benefits {
    display: flex;
    margin-top: 10px;
    align-items: center;
    gap: 23px;
    color: rgba(250, 107, 119, 1);
    justify-content: start;
    font: 13px/1 Space Grotesk, sans-serif;
}

@media (max-width: 991px) {
    .Benefits {
        white-space: initial;
    }
}

.red-text {
    background-color: rgba(255, 231, 225, 1);
    align-self: stretch;
    gap: 10px;
    overflow: hidden;
    margin: auto 0;
    padding: 10px;
}

@media (max-width: 991px) {
    .red-text {
        white-space: initial;
    }
}

.Supplier-sec-card {
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 1);
    display: flex;
    margin-top: 29px;
    width: 100%;
    align-items: center;
    gap: 23px;
    justify-content: start;
    padding: 20px;
}

@media (max-width: 991px) {
    .Supplier-sec-card {
        max-width: 100%;
    }
}

.img-4 {
    aspect-ratio: 0.87;
    object-fit: contain;
    object-position: center;
    width: 188px;
    border-radius: 8px;
    align-self: stretch;
    margin: auto 0;
}

.div-7 {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: start;
    flex: 1;
    flex-basis: 0%;
    margin: auto 0;
}

.sample-heading {
    color: rgba(0, 0, 0, 1);
    font: 700 16px/1 Space Grotesk, sans-serif;
}

.sample-test {
    color: rgba(86, 86, 86, 1);
    margin-top: 13px;
    font: 400 13px/18px DM Sans, sans-serif;
}

.supplier-sec-data {
    align-self: stretch;
    display: flex;
    min-width: 240px;
    flex-direction: column;
    font-family: Montserrat, sans-serif;
    color: var(--Black, #12141d);
    justify-content: start;
    width: 539px;
    margin: auto 0;
}

@media (max-width: 991px) {
    .supplier-sec-data {
        max-width: 100%;
    }
}

.tittle {
    font-size: 24px;
    font-weight: 600;
}

.para-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    opacity: 0.7;
    margin-top: 32px;
}

@media (max-width: 991px) {
    .para-text {
        max-width: 100%;
    }
}

.feature-3 {
    background-color: #ffffff;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    color: rgba(250, 250, 251, 1);
    justify-content: start;

}

@media (max-width: 991px) {
    .feature-3 {
        max-width: 100%;
    }
}

.more-features {
    display: flex;
    width: 100%;
    flex-direction: column;
    background-image: url(images/bg-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px;
}

@media (max-width: 991px) {
    .more-features {
        padding: 0px;
        background-image: none;
        background: rgba(25, 59, 145, 1);
    }
}

.div-12 {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    align-items: center;
    justify-content: center;
    /* padding: 201px 80px; */
}

@media (max-width: 991px) {
    .div-12 {
        max-width: 100%;
        padding: 20px;
    }
}

.img-6 {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.div-13 {
    /* position: relative; */
    display: flex;
    width: 100%;
    max-width: 1044px;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    padding: 40px;
}

@media (max-width: 991px) {
    .div-13 {
        max-width: 100%;
        margin-bottom: 10px;
        padding: 0;
    }
}

.title-3 {
    display: flex;
    width: 692px;
    max-width: 100%;
    flex-direction: column;
    overflow: hidden;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    justify-content: start;
}

.features-headings {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: start;
    gap: 12px;
}

.feature-heading {
    font: 600 36px/32px Montserrat, sans-serif;
}
.feature-para {
    font-size: 18px;
}

@media (max-width: 991px) {
    .feature-heading {
        max-width: 100%;
        font-size: 28px;
    }
}

.feature-sec-items {
    align-self: stretch;
    display: flex;
    margin-top: 32px;
    width: 100%;
    align-items: center;
    gap: 40px 62px;
    font-weight: 400;
    justify-content: start;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .feature-sec-items {
        max-width: 100%;
        margin-top: 40px;
    }
}

.feature-sec-left {
    align-self: stretch;
    display: flex;
    min-width: 240px;
    flex-direction: column;
    text-align: right;
    justify-content: start;
    flex-grow: 1;
    width: 244px;
    margin: auto 0;
}

@media (max-width: 991px) {
    .feature-sec-left {
        max-width: 100%;
        text-align: start;
    }
}

.item {
    display: flex;
    width: 100%;
    flex-direction: column;
    overflow: hidden;
    justify-content: start;
}

.easyaccess {
    width: 100%;
    letter-spacing: 0.2px;
    font: 600 20px/1.2 Montserrat, sans-serif;
}

.feature-sec-para {
    background-blend-mode: normal;
    margin-top: 14px;
}

.item-2 {
    display: flex;
    margin-top: 51px;
    width: 100%;
    flex-direction: column;
    overflow: hidden;
    justify-content: start;
}

@media (max-width: 991px) {
    .item-2 {
        margin-top: 40px;
    }
}

.img-7 {
    aspect-ratio: 0.49;
    object-fit: contain;
    object-position: center;
    width: 248px;
    box-shadow: 0px -6px 29px rgba(0, 0, 0, 0.1);
    align-self: stretch;
    min-width: 240px;
    flex-grow: 0.8;
    margin: auto 0;
}

.feature-sec-right {
    align-self: stretch;
    display: flex;
    min-width: 240px;
    flex-direction: column;
    justify-content: start;
    flex-grow: 1;
    width: 224px;
    margin: auto 0;
}

.item-3 {
    display: flex;
    margin-top: 42px;
    width: 320px;
    max-width: 100%;
    flex-direction: column;
    overflow: hidden;
    font-weight: 400;
    text-align: center;
    justify-content: start;
}

@media (max-width: 991px) {
    .item-3 {
        margin-top: 40px;
    }
}

.totalcontrol-2 {
    width: 100%;
    gap: 14px;
    letter-spacing: 0.2px;
    font: 20px/1.2 Montserrat, sans-serif;
}

.feature-4 {
    background-color: rgba(255, 255, 255, 1);
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    padding: 40px 100px;
}

@media (max-width: 991px) {
    .feature-4 {
        max-width: 100%;
        padding: 20px;
    }
}

.features-2 {
    display: flex;
    margin-top: 32px;
    width: 100%;
    max-width: 1310px;
    align-items: start;
    gap: 32px;
    justify-content: center;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .features-2 {
        max-width: 100%;
    }
}


.item-4 {
    display: flex;
    min-width: 240px;
    align-items: start;
    gap: 26px;
    overflow: hidden;
    justify-content: start;
    width: 400px;
}

.Marketing-icon {
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    overflow: hidden;
    justify-content: start;
    padding: 10px;
    border: 1px solid rgba(213, 218, 224, 1);
}

.img-8 {
    aspect-ratio: 1.07;
    object-fit: contain;
    object-position: center;
    width: 30px;
    align-self: stretch;
    margin: auto 0;
}

.Marketing-data {
    display: flex;
    min-width: 240px;
    flex-direction: column;
    justify-content: start;
    width: 313px;
}

.item-10 {
    display: flex;
    min-width: 240px;
    align-items: start;
    gap: 22px;
    overflow: hidden;
    justify-content: start;
    flex-grow: 1;
    width: 314px;
}

.img-15 {
    aspect-ratio: 1.31;
    object-fit: contain;
    object-position: center;
    width: 580px;
    align-self: stretch;
    min-width: 240px;
    margin: auto 0;
}

@media (max-width: 991px) {
    .img-15 {
        max-width: 100%;
    }
}

.desc {
    align-self: stretch;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: start;
}

@media (max-width: 991px) {
    .desc {
        max-width: 100%;
    }
}

.desc-data {
    align-self: stretch;
    display: flex;
    min-width: 240px;
    width: 555px;
    flex-direction: column;
    justify-content: start;
    margin: auto 0;
}

@media (max-width: 991px) {
    .desc-data {
        max-width: 100%;
    }
}

.div-33 {
    display: flex;
    width: 100%;
    flex-direction: column;
    font-weight: 400;
    justify-content: start;
}

@media (max-width: 991px) {
    .div-33 {
        max-width: 100%;
    }
}

.analyzeyourdatawi {
    color: #000;
    letter-spacing: 0.2px;
    font: 600 24px/1 Montserrat, sans-serif;
}

@media (max-width: 991px) {
    .analyzeyourdatawi {
        max-width: 100%;
    }
}

.self-servicedataan {
    color: rgba(90, 113, 132, 1);
    margin-top: 12px;
    font: 18px/32px Open Sans, sans-serif;
}

@media (max-width: 991px) {
    .self-servicedataan {
        max-width: 100%;
    }
}

.div-34 {
    display: flex;
    margin-top: 32px;
    width: 100%;
    align-items: center;
    gap: 31px;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .div-34 {
        max-width: 100%;
    }
}

.item-16 {
    align-self: stretch;
    display: flex;
    min-width: 240px;
    flex-direction: column;
    overflow: hidden;
    align-items: start;
    width: 262px;
    margin: auto 0;
}

.img-16 {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 48px;
    border-radius: 0px 0px 0px 0px;
}

.powerfuldashboard-2 {
    color: rgba(24, 59, 86, 1);
    letter-spacing: 0.2px;
    margin-top: 19px;
    font: 600 20px/1.2 Montserrat, sans-serif;
}

.combinemultiplerep {
    color: rgba(90, 113, 132, 1);
    align-self: stretch;
    margin-top: 7px;
    font: 400 16px/28px Open Sans, sans-serif;
}

.item-17 {
    align-self: stretch;
    display: flex;
    min-width: 240px;
    flex-direction: column;
    overflow: hidden;
    width: 262px;
    margin: auto 0;
}

.img-17 {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 48px;
    border-radius: 0px 0px 0px 0px;
}

.alwaysin-sync {
    color: #000;
    letter-spacing: 0.2px;
    margin-top: 19px;
    font: 600 20px/1.2 Montserrat, sans-serif;
}

@media (max-width: 991px) {
    .alwaysin-sync {
        margin-right: 10px;
    }
}

.div-35 {
    align-self: start;
    display: flex;
    margin-top: 32px;
    align-items: center;
    gap: 28px;
    color: rgba(255, 255, 255, 1);
    justify-content: start;
}

.text-4 {
    display: flex;
    align-items: center;
    gap: 32px;
    overflow: hidden;
    justify-content: center;
}

.text-5 {
    align-self: stretch;
    margin: auto 0;
    font: 700 18px Open Sans, sans-serif;
}

.icon-4 {
    text-align: center;
    align-self: stretch;
    margin: auto 0;
    font: 900 14px Font Awesome 5 Free, -apple-system, Roboto, Helvetica,
        sans-serif;
}

.step {
    display: flex;
    margin-top: 32px;
    width: 100%;
    align-items: start;
    gap: 40px 68px;
    justify-content: center;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .step {
        max-width: 100%;
    }
}

.div-37 {
    display: flex;
    min-width: 240px;
    flex-direction: column;
    width: 502px;
    position: relative;
}

@media (max-width: 991px) {
    .div-37 {
        max-width: 100%;
    }
}

.img-18 {
    object-fit: contain;
    object-position: center;
    width: 365px;
    align-self: end;
    max-width: 100%;
}

.img-19 {
    object-fit: contain;
    object-position: center;
    width: 198px;
    max-width: 100%;
    position: absolute;
    bottom: -62px;
}

.div-38 {
    display: flex;
    min-width: 240px;
    align-items: center;
    gap: 40px 103px;
    justify-content: start;
    width: 503px;
    margin-bottom: 48px;
}

@media (max-width: 991px) {
    .div-38 {
        max-width: 100%;
        margin-top: 100px;
    }
}

.div-39 {
    align-self: stretch;
    display: flex;
    min-width: 240px;
    width: 503px;
    flex-direction: column;
    justify-content: start;
    margin: auto 0;
}

.howto-book-photogra {
    color: rgba(24, 59, 86, 1);
    letter-spacing: 0.2px;
    font: 600 24px/48px Montserrat, sans-serif;
}

@media (max-width: 991px) {
    .howto-book-photogra {
        max-width: 100%;
    }
}

.div-40 {
    display: flex;
    margin-top: 20px;
    width: 100%;
    gap: 12px;
    flex-direction: column;
    justify-content: start;
}

@media (max-width: 991px) {
    .div-40 {
        max-width: 100%;
    }
}

.item-18 {
    background-blend-mode: normal;
    display: flex;
    width: 100%;
    align-items: start;
    gap: 24px;
    overflow: hidden;
    justify-content: start;
}

@media (max-width: 991px) {
    .item-18 {
        max-width: 100%;
    }
}

.img-20 {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 48px;
}

.div-41 {
    display: flex;
    min-width: 240px;
    flex-direction: column;
    justify-content: start;
    flex-grow: 1;
    width: 405px;
}

.select-your-moments {
    color: #000;
    letter-spacing: 0.2px;
    font: 600 20px/1.6 Montserrat, sans-serif;
}

.shareanyspacefrom {
    color: rgba(90, 113, 132, 1);
    margin-top: 9px;
    font: 400 18px/24px Open Sans, sans-serif;
}

.div-47 {
    display: flex;
    width: 100%;
    align-items: start;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}

@media (max-width: 991px) {
    .div-47 {
        max-width: 100%;
    }
}

.sub-text {
    color: rgba(90, 113, 132, 1);
    font: 400 18px/32px Open Sans, sans-serif;
}

@media (max-width: 991px) {
    .sub-text {
        max-width: 100%;
    }
}

.div-48 {
    display: flex;
    margin-top: 32px;
    width: 100%;
    align-items: start;
    gap: 40px 32px;
    justify-content: center;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .div-48 {
        max-width: 100%;
    }
}

.Security-card {
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.05);
    display: flex;
    min-width: 300px;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    width: 232px;
    padding: 16px;
}

.img-25 {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 54px;
    fill: var(--icon-05, #14b082);
}

.div-50 {
    display: flex;
    margin-top: 15px;
    max-width: 100%;
    flex-direction: column;
    justify-content: start;
}

.img-26 {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 54px;
    fill: var(--icon-04, #f23936);
}

.img-27 {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 54px;
    fill: var(--icon-01, #008eff);
}

.img-28 {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 53px;
    fill: var(--color-7, #4732ba);
}

.img-29 {
    aspect-ratio: 1.13;
    object-fit: contain;
    object-position: center;
    width: 62px;
    fill: var(--Yellow, #ffc947);
}

.feature-7 {
    background-color: rgba(25, 59, 145, 1);
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: start;
    padding: 40px 100px;
}

@media (max-width: 991px) {
    .feature-7 {
        max-width: 100%;
        padding: 20px;
    }
}

.content-5 {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    justify-content: start;
    font: 600 42px Montserrat Alternates, -apple-system, Roboto, Helvetica,
        sans-serif;
}

@media (max-width: 991px) {
    .content-5 {
        max-width: 100%;
    }
}

.content-1-3 {
    display: flex;
    width: 100%;
    padding-bottom: 40px;
    align-items: start;
    gap: 40px ;
    color: var(--01, #fff);
    justify-content: start;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .content-1-3 {
        max-width: 100%;
    }
}

.img-30 {
    aspect-ratio: 1.29;
    object-fit: contain;
    object-position: center;
    width: 598px;
    min-width: 240px;
}

@media (max-width: 991px) {
    .img-30 {
        max-width: 100%;
    }
}

.div-56 {
    display: flex;
    min-width: 240px;
    align-items: start;
    gap: 20px 32px;
    justify-content: start;
    flex-wrap: wrap;
    flex: 1;
    flex-basis: 0%;
    margin-top: 60px;
}

@media (max-width: 991px) {
    .div-56 {
        max-width: 100%;
    }
}

.css-1 {
    display: flex;
    min-width: 240px;
    flex-direction: column;
    justify-content: start;
    flex-grow: 1;
    width: 224px;
}

.line {
    background-color: var(--01, #fff);
    display: flex;
    min-height: 2px;
    width: 130px;
    max-width: 100%;
}

.text-6 {
    display: flex;
    margin-top: 12px;
    max-width: 100%;
    flex-direction: column;
    justify-content: start;
}

.admin-dashboard {
    letter-spacing: auto;
    font: 600 21px/1 Lexend Exa, sans-serif;
}

.multiple-layouts {
    opacity: 0.7;
    margin-top: 6px;
    font: 400 18px/30px Inter, sans-serif;
}

.content-7 {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: start;
    font: 600 42px Montserrat Alternates, -apple-system, Roboto, Helvetica,
        sans-serif;
}

@media (max-width: 991px) {
    .content-7 {
        max-width: 100%;
    }
}

.text-12 {
    align-self: center;
    display: flex;
    margin-top: 12px;
    width: 900px;
    max-width: 100%;
    flex-direction: column;
    text-align: center;
    font: 18px/30px Inter, sans-serif;
    color: rgba(92, 98, 114, 1);
}

.topics {
    display: flex;
    margin-top: 32px;
    width: 100%;
    align-items: start;
    gap: 20px 32px;
    justify-content: center;
    flex-wrap: wrap;
    font: 20px/1.4 Montserrat, sans-serif;
}

@media (max-width: 991px) {
    .topics {
        max-width: 100%;
    }
}

.div-57 {
    border-radius: 50px;
    background-color: rgba(213, 218, 224, 1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 14px 32px;
}

@media (max-width: 991px) {
    .div-57 {
        padding: 20px;
    }
}

.commissions-tracking {
    align-self: stretch;
    width: 100%;
    gap: 15px;
}