/* Hero start */

.digital-storage .hero {
    padding-top: 270px;
    padding-bottom: 170px;
    background: linear-gradient(121deg, #001C32 12.55%, #005B90 107.53%);

    @media (max-width: 990px) {
        padding-top: 130px;
        padding-bottom: 120px;
    }

    @media (max-width: 600px) {
        padding-bottom: 60px;
    }

    @media (max-width: 450px) {
        padding-bottom: 40px;
    }

}

.digital-storage .hero .wrapper {
    display: flex;
    align-items: center;
    gap: 60px;

    @media (max-width: 1100px) {
        gap: 24px;
    }

    @media (max-width: 1000px) {
        flex-direction: column;
    }

}

.digital-storage .hero .wrapper .item {
    width: 55%;

    @media (max-width: 1000px) {
        width: 100%;
    }

}

.digital-storage .hero .wrapper .item .title {
    margin-bottom: 24px;
    color: #FFF;
    font-family: "Poppins", sans-serif;
    font-size: 55px;
    font-weight: 700;
    line-height: 145.455%;
    text-transform: uppercase;

    @media (max-width: 1000px) {
        text-align: center;
        font-size: 40px;
    }

    @media (max-width: 800px) {
        font-size: 35px;
    }

    @media (max-width: 600px) {
        font-size: 30px;
    }

    @media (max-width: 450px) {
        font-size: 25px;
    }

}

.digital-storage .hero .wrapper .item .text {
    margin-bottom: 24px;
    color: #FFF;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    @media (max-width: 1000px) {
        text-align: center;
    }

    @media (max-width: 600px) {
        font-size: 18px;
    }

}

.digital-storage .hero .wrapper .item .btns-wrapper {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 24px;

    @media (max-width: 1000px) {
        justify-content: center;
    }

    @media (max-width: 1000px) {
        flex-direction: column;
    }

}

.digital-storage .hero .wrapper .item .btns-wrapper .btn-fill {
    padding: 17px 28px;
    border-radius: 10px;
    background: linear-gradient(137deg, #FF905E 10.53%, #E52149 91.57%);
    color: #FFF;
    font-family: "Axiforma", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    cursor: pointer;
}

.digital-storage .hero .wrapper .item .btns-wrapper .btn-outline {
    padding: 15px 28px;
    border-radius: 10px;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    font-family: "Axiforma", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    cursor: pointer;
}

.digital-storage .hero .wrapper .item.image {
    width: 45%;

    @media (max-width: 1000px) {
        width: 100%;
    }

}

.digital-storage .hero .wrapper .item.image img {
    width: 100%;
}

/* Hero end */

/* Under hero start */

.digital-storage .under-hero {
    padding: 120px 0;

    @media (max-width: 1000px) {
        padding: 100px 0;
    }

    @media (max-width: 800px) {
        padding: 80px 0;
    }

    @media (max-width: 600px) {
        padding: 60px 0;
    }

    @media (max-width: 450px) {
        padding: 32px 0;
    }

}

.digital-storage .under-hero .wrapper {
    padding: 0 100px;
    display: flex;
    gap: 24px;

    @media (max-width: 1100px) {
        padding: 0;
    }

    @media (max-width: 850px) {
        flex-direction: column;
    }

}

.digital-storage .under-hero .wrapper .item {
    width: 50%;
    padding: 24px;
    border-radius: 20px;
    background: #FFF;
    display: flex;
    flex-direction: column;
    gap: 24px;

    @media (max-width: 850px) {
        width: 100%;
    }

}

.digital-storage .under-hero .wrapper .item.red {
    border: 1px solid #E53935;
}

.digital-storage .under-hero .wrapper .item.green {
    border: 1px solid #32BC69;
}

.digital-storage .under-hero .wrapper .item .main-icon {
    width: 70px;
    height: 70px;
    border-radius: 50px;
    padding: 15px;
}

.digital-storage .under-hero .wrapper .item.red .main-icon {
    background: rgba(229, 57, 53, 0.10);
}

.digital-storage .under-hero .wrapper .item.green .main-icon {
    background: rgba(50, 188, 105, 0.10);
}

.digital-storage .under-hero .wrapper .item .title {
    margin: 0;
    color: #334155;
    font-family: "Axiforma", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;

    @media (max-width: 600px) {
        font-size: 20px;
    }

}

.digital-storage .under-hero .wrapper .item .text {
    margin: 0;
    color: #334155;
    font-family: "Axiforma", sans-serif;
    font-size: 18px;
    line-height: normal;


    @media (max-width: 600px) {
        font-size: 16px;
    }

}

/*.digital-storage .under-hero .wrapper .item.red .remark {*/
/*    margin: 0;*/
/*    padding: 24px 16px;*/
/*    color: #E53935;*/
/*    font-family: "Axiforma", sans-serif;*/
/*    font-size: 18px;*/
/*    line-height: normal;*/
/*    border-radius: 20px;*/
/*    border: 1px solid #E53935;*/
/*    background: #FAF1F2;*/


/*    @media (max-width: 600px) {*/
/*        font-size: 16px;*/
/*    }*/

/*}*/

/*.digital-storage .under-hero .wrapper .item.red .remark span {*/
/*    font-weight: 700;*/
/*}*/

.digital-storage .under-hero .wrapper .item .list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.digital-storage .under-hero .wrapper .item .list li {
    display: flex;
    align-items: center;
    gap: 8px;
}

.digital-storage .under-hero .wrapper .item.green .list li svg {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
}

.digital-storage .under-hero .wrapper .item.red .list li svg {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
}

.digital-storage .under-hero .wrapper .item .list li p {
    margin: 0;
    font-family: "Axiforma", sans-serif;
    font-size: 18px;
    line-height: normal;

    @media (max-width: 600px) {
        font-size: 16px;
    }

}

.digital-storage .under-hero .wrapper .item.green .list li p {
    color: #32BC69;
}

.digital-storage .under-hero .wrapper .item.red .list li p {
    color: #E53935;
}

.digital-storage .under-hero .wrapper .item.green .list li p span {
    font-weight: 700;
}

/* Under hero end */

/* How it works start */

.digital-storage .how-it-works {
    padding: 80px 0;
    background: linear-gradient(303deg, rgba(255, 144, 94, 0.10) -14.17%, rgba(229, 35, 73, 0.10) 76.31%);

    @media (max-width: 800px) {
        padding: 60px 0;
    }

    @media (max-width: 600px) {
        padding: 32px 0;
    }

}

.digital-storage .how-it-works .title {
    margin-bottom: 24px;
    color: #0F0F0F;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;

    @media (max-width: 1000px) {
        font-size: 40px;
    }

    @media (max-width: 800px) {
        font-size: 35px;
    }

    @media (max-width: 600px) {
        font-size: 30px;
    }

    @media (max-width: 450px) {
        font-size: 25px;
    }

}

.digital-storage .how-it-works .subtitle {
    margin-bottom: 40px;
    color: #929292;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 24px;
    line-height: normal;

    @media (max-width: 1000px) {
        font-size: 22px;
    }

    @media (max-width: 800px) {
        font-size: 20px;
        margin-bottom: 32px;
    }

    @media (max-width: 600px) {
        font-size: 18px;
        margin-bottom: 24px;
    }

    @media (max-width: 450px) {
        font-size: 16px;
    }

}

.digital-storage .how-it-works .wrapper {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 610px;
}

.digital-storage .how-it-works .wrapper .item {
    padding: 16px 24px;
    border-radius: 20px;
    border: 1px solid #E8E8E8;
    background: #FFF;
    display: flex;
    align-items: center;
    gap: 16px;
}

.digital-storage .how-it-works .wrapper .item span {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #E53935;
    font-family: "Poppins", sans-serif;
    font-size: 35px;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 10px;
    background: #FFE1E0;
    flex-shrink: 0;
}

.digital-storage .how-it-works .wrapper .item h3 {
    margin-bottom: 8px;
    color: #334155;
    font-family: "Axiforma", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;

    @media (max-width: 600px) {
        font-size: 22px;
    }

    @media (max-width: 450px) {
        font-size: 20px;
    }


}

.digital-storage .how-it-works .wrapper .item p {
    margin-bottom: 0;
    color: #767676;
    font-family: "Axiforma", sans-serif;
    font-size: 18px;
    line-height: normal;
}

/* How it works end */

/* Features start */

.digital-storage .features {
    padding: 80px 0;

    @media (max-width: 800px) {
        padding: 60px 0;
    }

    @media (max-width: 600px) {
        padding-top: 32px;
        padding-bottom: 0;
    }
}

.digital-storage .features .title {
    margin-bottom: 40px;
    text-align: center;
    color: #0F0F0F;
    font-family: "Poppins", sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;

    @media (max-width: 1000px) {
        font-size: 40px;
    }

    @media (max-width: 800px) {
        font-size: 35px;
        margin-bottom: 32px;
    }

    @media (max-width: 600px) {
        font-size: 30px;
        margin-bottom: 24px;
    }

    @media (max-width: 450px) {
        font-size: 25px;
    }

}

.digital-storage .features .wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;

    @media (max-width: 1000px) {
        grid-template-columns: repeat(2, 1fr);
    }

    @media (max-width: 600px) {
        display: flex;
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        padding-bottom: 32px;
    }

}

.digital-storage .features .wrapper::-webkit-scrollbar {
    @media (max-width: 600px) {
        display: none;
    }

}

.digital-storage .features .wrapper .item {
    padding: 24px;
    border-radius: 20px;
    border: 1px solid #E8E8E8;
    background: #FFF;
    display: flex;
    flex-direction: column;
    gap: 24px;

    @media (max-width: 600px) {
        min-width: 342px;
    }

}

.digital-storage .features .wrapper .item:hover {
    box-shadow: 0 148px 41px 0 rgba(0, 0, 0, 0.00), 0 95px 38px 0 rgba(0, 0, 0, 0.01), 0 53px 32px 0 rgba(0, 0, 0, 0.03), 0 24px 24px 0 rgba(0, 0, 0, 0.04), 0 6px 13px 0 rgba(0, 0, 0, 0.05);
}

.digital-storage .features .wrapper .item svg {
    width: 70px;
    height: 70px;
    padding: 15px;
    border-radius: 50px;
    background: rgba(229, 33, 73, 0.10);
}

.digital-storage .features .wrapper .item h3 {
    margin: 0;
    color: #334155;
    font-family: "Axiforma", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
}

.digital-storage .features .wrapper .item p {
    margin: 0;
    color: #767676;
    font-family: "Axiforma", sans-serif;
    font-size: 18px;
    line-height: normal;
}

/* Features end */

/* Examples start */

.digital-storage .examples {
    padding: 80px 0;
    background: #F6F6F6;

    @media (max-width: 800px) {
        padding: 60px 0;
    }

    @media (max-width: 600px) {
        padding: 32px 0;
    }

}

.digital-storage .examples .title {
    margin-bottom: 24px;
    color: #0F0F0F;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;

    @media (max-width: 1000px) {
        font-size: 40px;
    }

    @media (max-width: 800px) {
        font-size: 35px;
    }

    @media (max-width: 600px) {
        font-size: 30px;
    }

    @media (max-width: 450px) {
        font-size: 25px;
    }

}

.digital-storage .examples .subtitle {
    margin-bottom: 40px;
    color: #929292;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 24px;
    line-height: normal;

    @media (max-width: 800px) {
        font-size: 22px;
    }

    @media (max-width: 600px) {
        font-size: 20px;
    }

}

.digital-storage .examples .wrapper {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 26px;
    column-gap: 32px;

    @media (max-width: 800px) {
        grid-template-columns: 1fr;
    }

}

.digital-storage .examples .wrapper::before {
    content: "";
    position: absolute;
    bottom: -18px;
    left: -215px;
    width: 283.719px;
    height: 100%;
    z-index: 1;
    background-image: url(/assets/images/typ/digital-storage/examples-decor-01.png);
    background-repeat: no-repeat;
    background-size: cover;

    @media (max-width: 800px) {
        content: none;
    }

}

.digital-storage .examples .wrapper::after {
    content: "";
    position: absolute;
    top: -4px;
    right: -132px;
    width: 283.719px;
    height: 100%;
    z-index: 1;
    background-image: url(/assets/images/typ/digital-storage/examples-decor-02.png);
    background-repeat: no-repeat;
    background-size: cover;

    @media (max-width: 800px) {
        content: none;
    }

}

.digital-storage .examples .wrapper .item {
    position: relative;
    z-index: 2;
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 20px;
    border-left: 6px solid #E53935;
    background: #FFF;
}

.digital-storage .examples .wrapper .item svg {}

.digital-storage .examples .wrapper .item p {
    margin: 0;
    color: #334155;
    font-family: "Axiforma", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
}

/* Examples end */

/* Use cases start */

.digital-storage .use-cases {
    padding: 120px 0;

    @media (max-width: 1000px) {
        padding: 100px 0;
    }

    @media (max-width: 800px) {
        padding: 80px 0;
    }

    @media (max-width: 600px) {
        padding: 60px 0;
    }

    @media (max-width: 450px) {
        padding: 32px 0;
    }

}

.digital-storage .use-cases .bg-wrapper {
    padding: 80px 0;
    border-radius: 20px;
    background: linear-gradient(332deg, #FFF 59.72%, #E53935 149.66%), linear-gradient(303deg, rgba(255, 144, 94, 0.10) -14.17%, rgba(229, 35, 73, 0.10) 76.31%);

    @media (max-width: 800px) {
        padding: 60px 0;
    }

    @media (max-width: 600px) {
        border-radius: 0;
        padding-top: 32px;
        padding-bottom: 0;
    }

}

.digital-storage .use-cases .bg-wrapper .title {
    margin-bottom: 40px;
    text-align: center;
    color: #0F0F0F;
    font-family: "Poppins", sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;

    @media (max-width: 1000px) {
        font-size: 40px;
    }

    @media (max-width: 800px) {
        font-size: 35px;
    }

    @media (max-width: 600px) {
        font-size: 30px;
    }

    @media (max-width: 450px) {
        font-size: 25px;
    }

}

.digital-storage .use-cases .bg-wrapper .wrapper {
    max-width: 500px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.digital-storage .use-cases .bg-wrapper .wrapper .item {
    padding: 24px;
    border-radius: 20px;
    border: 1px solid #E8E8E8;
    background: #FFF;
    display: flex;
    align-items: center;
    gap: 20px;

    @media (max-width: 600px) {
        margin: 0 16px;
    }

}

.digital-storage .use-cases .bg-wrapper .wrapper .item svg {
    width: 50px;
    height: 50px;
    padding: 5px;
    border-radius: 50px;
    background: rgba(229, 33, 73, 0.10);
}

.digital-storage .use-cases .bg-wrapper .wrapper .item h3 {
    margin-bottom: 12px;
    color: #334155;
    font-family: "Axiforma", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

    @media (max-width: 1000px) {
        font-size: 22px;
    }

    @media (max-width: 800px) {
        font-size: 20px;
    }

    @media (max-width: 600px) {
        font-size: 18px;
    }

}

.digital-storage .use-cases .bg-wrapper .wrapper .item p {
    margin: 0;
    color: #767676;
    font-family: "Axiforma", sans-serif;
    font-size: 18px;
    line-height: normal;
}

/* Use cases end */

/* Why matters start */

.digital-storage .why-matters {
    padding: 80px 0;
    background: #F9F8F7;

    @media (max-width: 800px) {
        padding: 60px 0;
    }

    @media (max-width: 600px) {
        padding: 32px 0;
    }

}

.digital-storage .why-matters .title {
    margin-bottom: 24px;
    color: #334155;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;

    @media (max-width: 1000px) {
        font-size: 40px;
    }

    @media (max-width: 800px) {
        font-size: 35px;
    }

    @media (max-width: 600px) {
        font-size: 30px;
    }

    @media (max-width: 450px) {
        font-size: 25px;
    }

}

.digital-storage .why-matters .subtitle {
    margin-bottom: 24px;
    color: #334155;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    @media (max-width: 800px) {
        font-size: 18px;
    }

    @media (max-width: 450px) {
        font-size: 16px;
    }

}

.digital-storage .why-matters .wrapper {
    margin: 0 100px;
    padding: 40px 80px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 148px 41px 0 rgba(0, 0, 0, 0.00), 0 95px 38px 0 rgba(0, 0, 0, 0.01), 0 53px 32px 0 rgba(0, 0, 0, 0.03), 0 24px 24px 0 rgba(0, 0, 0, 0.04), 0 6px 13px 0 rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;

    @media (max-width: 1300px) {
        margin: 0;
    }

    @media (max-width: 1070px) {
        padding: 40px 0;
    }

}

.digital-storage .why-matters .wrapper .top-row {
    display: flex;
    align-items: center;
    gap: 16px;

    @media (max-width: 1070px) {
        flex-direction: column;
    }

}

.digital-storage .why-matters .wrapper .top-row .item {
    padding: 12px 24px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    border: 1.5px solid #FFF;
    background: rgba(33, 153, 206, 0.10);
}

.digital-storage .why-matters .wrapper .top-row .item .icon {}

.digital-storage .why-matters .wrapper .top-row .item p {
    margin: 0;
    color: #2199CE;
    font-family: "Axiforma", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
}

.digital-storage .why-matters .wrapper .top-row .plus {}

.digital-storage .why-matters .wrapper h3 {
    margin: 0;
    color: #334155;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;


    @media (max-width: 800px) {
        font-size: 26px;
    }

    @media (max-width: 600px) {
        font-size: 22px;
    }

    @media (max-width: 450px) {
        font-size: 20px;
    }

}

.digital-storage .why-matters .wrapper .list {
    display: flex;
    align-items: center;
    gap: 24px;

    @media (max-width: 1070px) {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 24px;
        column-gap: 16px;
    }

}

.digital-storage .why-matters .wrapper .list li {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #767676;
    font-family: "Axiforma", sans-serif;
    font-size: 18px;
    line-height: normal;

    @media (max-width: 600px) {
        font-size: 16px;
    }

}

.digital-storage .why-matters .wrapper .list li svg {}

/* Why matters end */

/* Banner start */

.digital-storage .banner {
    padding: 100px 0;
    background: #0F0F0F;

    @media (max-width: 800px) {
        padding: 80px 0;
    }

    @media (max-width: 600px) {
        padding: 60px 0;
    }

    @media (max-width: 450px) {
        padding: 32px 0;
    }


}

.digital-storage .banner .title {
    max-width: 778px;
    margin: 0 auto;
    margin-bottom: 40px;
    color: #FFF;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;

    @media (max-width: 1000px) {
        font-size: 40px;
    }

    @media (max-width: 800px) {
        margin-bottom: 32px;
        font-size: 35px;
    }

    @media (max-width: 600px) {
        margin-bottom: 24px;
        font-size: 30px;
    }

    @media (max-width: 450px) {
        font-size: 25px;
    }

}

.digital-storage .banner .btns-wrapper {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;

    @media (max-width: 600px) {
        flex-direction: column;
    }
}

.digital-storage .banner .btns-wrapper .btn-fill {
    padding: 17px 28px;
    border-radius: 10px;
    background: linear-gradient(137deg, #FF905E 10.53%, #E52149 91.57%);
    color: #FFF;
    font-family: "Axiforma", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    cursor: pointer;
}

.digital-storage .banner .btns-wrapper .btn-outline {
    padding: 15px 28px;
    border-radius: 10px;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    font-family: "Axiforma", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    cursor: pointer;
}

.digital-storage .banner .remark {
    margin-bottom: 0;
    color: #FFF;
    text-align: center;
    font-family: "Axiforma", sans-serif;
    font-size: 18px;
    line-height: normal;

    @media (max-width: 600px) {
        font-size: 16px;
    }

}

/* Banner end */