section .container{
    width: 100%;
    margin: 0 auto;
}

.product__hero{
    padding: 1.75rem 1.125rem;
    background: linear-gradient(86.92deg, rgba(24, 120, 217, 0.03) 0.12%, rgba(24, 120, 217, 0.1) 99.88%)
}

.product__hero .container h1{
    color: var(--primary-color-500);
    font-size: 1.5rem;
    font-weight: 800;
    line-height: 180%;
    margin-bottom: 1rem;
    text-align: center;
}
 
.product__hero .container h4{
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--primary-color-500);
    text-align: center;
}

@media (min-width:576px){
    .product__hero{
        padding: 8rem 0;
    }
    .product__hero .container{
        max-width: 76.25rem;
        margin: 0 auto;
        text-align: center;
    }
    .product__hero .container h1{
        font-size: 2.75rem;
    }
     
    .product__hero .container h4{
        font-size: 2.25rem;
    }
}
@media (min-width:960px){

}

@media (min-width:1200px){
    section .container{
        max-width: 75rem;
    }
}

.product__features{
    padding: 2rem 1.5rem;
}

.product__features .product__features-title{
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--primary-color-500);
    text-align: center;
    margin-bottom: 0.625rem;
}

.product__features .product__features-description{
    text-align: justify;
    line-height: 140%;
    font-size: 1rem;
    margin-bottom: 1.5rem;
    font-weight: 300;
}

.product__features .product__features-box{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.product__features .product__features-box .product__features-item{
    padding: 1.5rem;
    border-radius: 0.75rem;
    box-shadow: 0px 8px 48px 0px rgba(0, 0, 0, 0.04);
    text-align: center;
    border: 1px solid var(--neutral-color-300);
}
.product__features .product__features-box .product__features-item .product__features-item-icon {
    display: inline-block;
    background-color: var(--secondary-color-600);
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 0.75rem;
}
.product__features .product__features-box .product__features-item .product__features-item-icon svg path{
    stroke: rgba(238, 241, 245, 1);
}

.product__features .product__features-box .product__features-item .product__features-item-title {
    font-size: 1rem;
    font-weight: 600;
    color: var(--neutral-color-700);
    margin-bottom: 0.5rem;
}

.product__features .product__features-box .product__features-item .product__features-item-description {
    font-size: 0.875rem;
    font-weight: 300;
    color: var(--neutral-color-600);
    text-align: center;
}

@media (min-width:576px){
    .product__features{
        padding: 4rem 0;
    }

    .product__features .product__features-title{
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }
    
    .product__features .product__features-box{
        flex-direction: row;
    }

    .product__features .product__features-box .product__features-item .product__features-item-title {
        font-size: 1.125rem;
        font-weight: 600;
    }

    .product__features .product__features-box .product__features-item .product__features-item-description {
        font-size: 1rem;
    }

}

.product__sulotions{
    padding: 2rem 1.5rem;
    background: rgba(243, 246, 250, 1);
}

.product__sulotions .product__sulotions-title{
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--primary-color-500);
    margin-bottom: 0.5rem;
}

.product__sulotions .product__sulotions-description{
    font-size: 1rem;
    color: var(--neutral-color-800);
    line-height: 140%;
    font-weight: 300;
    margin-bottom: 1.5rem;
}

.product__sulotions .product__sulotions-carousel{
    position: relative;
}

.product__sulotions .product__sulotions-carousel:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5rem;
    min-height: 30rem;
    z-index: 10;
    background: linear-gradient(90deg, #F3F6FA 10%, rgba(243, 246, 250, 0) 100%);
}
.product__sulotions .product__sulotions-carousel.end:before{
    opacity: 0;
}

@media (min-width:576px){
    .product__sulotions .product__sulotions-title{
        font-size: 1.5rem;
        font-weight: 700;
        color: var(--primary-color-500);
        margin-bottom: 0.5rem;
    }
    
}
@media (min-width:960px){
    .product__sulotions .product__sulotions-description{
        font-size: 1.125rem;
    }
}

.product__sulotions-slider-box{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.product__sulotions-slider{
    border-radius: 1rem;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.product__sulotions-slider .product__sulotions-slider-header{
    padding: 1.5rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.2) 100%),linear-gradient(0deg, #7EBAFB, #7EBAFB);
    color: var(--neutral-color-100);
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    max-height: 10rem;
    min-height: 10rem;
}

.product__sulotions-slider.purple .product__sulotions-slider-header{
    background:linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.16) 100%),linear-gradient(0deg, #7E9BFB, #7E9BFB);
}

.product__sulotions-slider.green .product__sulotions-slider-header{
    background:linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.16) 100%),linear-gradient(0deg, #32DDA1, #32DDA1);
}

.product__sulotions-slider.gray .product__sulotions-slider-header{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.16) 100%),linear-gradient(0deg, #768FAE, #768FAE);
}

.product__sulotions-slider.orange .product__sulotions-slider-header{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.16) 100%), linear-gradient(0deg, #FBB33B, #FBB33B);
}

.product__sulotions-slider.black .product__sulotions-slider-header{
    background: linear-gradient(0deg, rgba(51, 70, 94, 1), #33465E, rgba(51, 70, 94, 1), #33465E),
    linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.16) 100%);
}

.product__sulotions-slider .product__sulotions-slider-header h4{
    font-size: 1rem;
    font-weight: 700;
}

.product__sulotions-slider .product__sulotions-slider-header p{
    color: var(--neutral-color-200);
    font-size: 0.875rem;
    font-weight: 300;
}

.product__sulotions-slider .product__sulotions-slider-content{
    padding: 1.5rem;
    background-color: #fff;
}

.product__sulotions-slider .product__sulotions-slider-content h6{
    color: var(--neutral-color-600);
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 1.25rem;
}

.product__sulotions-slider .product__sulotions-slider-content ul{
    padding-right: 0.75rem;
    margin-bottom: 2rem;
}

.product__sulotions-slider .product__sulotions-slider-content ul li{
    position: relative;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 140%;
    text-align: justify;
    margin-bottom: 0.75rem;
}

.product__sulotions-slider .product__sulotions-slider-content ul li::before{
    content: "";
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 0.25rem;
    background-color: #268DFB;
    position: absolute;
    right: -1.25rem;
    top: 0.25rem;
}

.product__sulotions-slider .product__sulotions-slider-content button{
    width: 100%;
    color: var(--primary-color-500);
    font-size: 0.875rem;
    font-weight: 500;
    border: 1px solid var(--primary-color-500);
    padding: 0.5rem;

}

@media (min-width:576px){
    .product__sulotions{
        padding: 4rem 0;
    }

    .product__sulotions-slider-box{
        flex-direction: row;
    }
    .product__sulotions-slider .product__sulotions-slider-content ul{
        margin-bottom: 0;
        min-height: 10rem;
    }
    .product__sulotions-slider .product__sulotions-slider-header h4{
        font-size: 1.25rem;
        font-weight: 800;
    }
}

.product__investments{
    padding: 4rem 0;
}

.product__investments-title{
    font-size: 1.125rem;
    position: relative;
    max-width: fit-content;
    margin: 0 auto 0.625rem;
    font-weight: 700;
    color: var(--primary-color-500);
    text-align: center;
}

.product__investments-title::before{
    content: "";
    width: 2rem;
    height: 2px;
    background-color: var(--primary-color-500);
    position: absolute;
    right: -2.5rem;
    top: 1rem;
}

.product__investments-title::after{
    content: "";
    width: 2rem;
    height: 2px;
    background-color: var(--primary-color-500);
    position: absolute;
    left: -2.5rem;
    top: 1rem;
}

.section__title-lined{
    position: relative;
    max-width: fit-content;
    margin: 0 auto 0.625rem;
    font-size: 1rem;
    font-weight: 700;
    color: var(--primary-color-500);
    text-align: center;
}

.section__title-lined::before{
    content: "";
    width: 2rem;
    height: 2px;
    background-color: var(--primary-color-500);
    position: absolute;
    right: -2.5rem;
    top: 0.825rem;
}

.section__title-lined::after{
    content: "";
    width: 2rem;
    height: 2px;
    background-color: var(--primary-color-500);
    position: absolute;
    left: -2.5rem;
    top: 0.825rem;
}

.product__investments-description{
    text-align: center;
    line-height: 140%;
    font-size: 0.875rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
}

@media (min-width:960px){
    .section__title-lined{
        font-size: 1.5rem;
    }
    .section__title-lined::before {
        top: 1rem;
    }
    .product__investments-description{
        font-size: 1rem;
    }

    .product__investments-title{
        font-size: 1.5rem;
    }

    .section__title-lined::after{
        top: 1rem;
    }
}

.product__investments-carousel-box{
    background-color: var(--neutral-color-300);
    padding: 1rem;
    overflow: hidden;
    border: 1px solid var(--neutral-color-300, rgba(243, 244, 246, 1));
    border-radius: 1rem;
    
}

.product__investments-carousel-content{
    padding: 1.5rem;
    background: linear-gradient(180deg, rgba(70, 148, 225, 0.9) 0%, rgba(24, 120, 217, 0.9) 50%, rgba(19, 97, 174, 0.9) 100%);
    color: var(--neutral-color-200);
    border-radius: 0.75rem;
}

.product__investments-carousel-content .carousel-item{
    display: none;
}

.product__investments-carousel-content .carousel-item.active{
    display: flex;
    flex-direction: column;
}

.product__investments-carousel-content > div{
    display: flex;
    gap: 2rem;
}
.product__investments-carousel-content > div > div{
    width: 100%;
}

.product__investments-carousel-content h3{
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 150%;
    color: white;
    margin-bottom: .5rem;
}

.product__investments-carousel-content p{
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.6;
    color: var(--neutral-color-200);
    text-align: justify;
}

.product__investments-carousel-content button{
    width: 100%;
    background-color: var(--neutral-color-100);
    color: var(--primary-color-500);
    padding: 0.75rem;
    border-radius: 0.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    margin-top: 1rem;
}
.product__investments-carousel-content > div > div:first-child{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product__investments-carousel-content > div > div:last-child{
    background-color: rgba(255, 255, 255, 0.05);
    padding: 1.125rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 1rem;
}
.product__investments-carousel-content h4{
    font-size: 0.875rem;
    font-weight: 700;
    color: white;
    margin-bottom: 1.5rem;
}

.product__investments-carousel-content ul{
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.product__investments-carousel-content ul li{
    display: block;
    background: rgba(255, 255, 255, 0.05);
    padding: 0.75rem 1.75rem;
    border-radius: 0.625rem;
}

.product__investments-carousel-content ul li span{
    position: relative;
    display: inline-block;
    font-size: 0.825rem;
    font-weight: 300;
    text-align: justify;
}

.product__investments-carousel-content ul li span::before{
    content: "";
    width: 0.75rem;
    height: 0.75rem;
    position: absolute;
    top: 0.125rem;
    right: -1.125rem;
    border-radius: 0.25rem;
    background-color: #32DDA1;
}

.product__investments-carousel-tabs{
    position: relative;
    margin-top: 2rem;
    padding: 1rem 0;
}

.product__investments-carousel-tabs:before{
    content: "";
    position: absolute;
    top: 0;
    left: -1rem;
    width: 2.5rem;
    min-height: 12rem;
    z-index: 10;
    background: linear-gradient(90deg, #F3F6FA 10%, rgba(243, 246, 250, 0) 100%);
}
.product__investments-carousel-tab{
    position: relative;
    min-width: 16.375rem;
    padding: 1.25rem;
    border-radius: 1rem;
    background: linear-gradient(180deg,  #FFFFFF 100%, #E8F2FD 0%);
    border: 2px solid var(--neutral-color-300, rgba(243, 244, 246, 1));
    text-align: right;
}

.product__investments-carousel-tab.active{
    box-shadow: 0 8px 24px 0 rgba(24, 120, 217, 0.25);
    border: 2px solid rgba(24, 120, 217, 1);
    background: linear-gradient(180deg, #E8F2FD 0%, #FFFFFF 100%);
}

.product__investments-carousel-tab .icon{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    border-radius: 0.75rem;
    background-color: #F3F4F6;;
    margin-bottom: 0.75rem;
}

.product__investments-carousel-tab .icon svg path{
    fill: #101828;
}

.product__investments-carousel-tab.active .icon{
    background-color: var(--primary-color-500);
}

.product__investments-carousel-tab.active::before {
    content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12Z' fill='%231878D9'/%3E%3Cpath d='M7.91699 12.5835L10.2503 14.9168L16.0837 9.0835' stroke='white' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    position: absolute;
    left: 1rem;
    top: 1rem;
}

.product__investments-carousel-tab.active .icon svg path{
    fill: white;
}

.product__investments-carousel-tab h5{
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.product__investments-carousel-tab p{
    font-size: 0.75rem;
}

.swiper {
    direction: rtl;
    padding: 1rem 0;
}

.swiper-button-prev, .swiper-button-next{
    width: 2.5rem;
    height: 2.25rem;
}

.swiper-button-prev:after, .swiper-button-next:after{
    background-color: #fff;
    width: 2.25rem;
    height: 2.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    border-radius: 50%;
    color: var(--neutral-color-800);
    box-shadow: 4px 8px 48px 0px rgba(192, 192, 192, 0.25);
}


@media (min-width:576px){
    .product__investments-carousel-content h3{
        margin-bottom: 1.5rem;
    }
    
    .product__investments-carousel-content p{
        font-size: 1rem;
    }
    
    .product__investments-carousel-content h4{
        font-size: 1rem;
    }
    .product__investments-carousel-content{
        padding: 1.5rem;
    }
    .product__investments-carousel-content > div > div:last-child{
        padding: 1.5rem;
    }
}

@media (min-width:960px){
    .product__investments-carousel-content .carousel-item.active{
        flex-direction: row;
    }
    .product__investments-carousel-content > div > div{
        width: 50%;
    }
}

/* Start Other Product */

.product__others{
    padding: 4rem 1.5rem;
    background-color: #F9FAFB;
}

.product__others .product__others-title{
    color: var(--primary-color-500);
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.product__others .product__others-description{
    font-size: 1rem;
    font-weight: 300;
    line-height: 140%;
    text-align: justify;
    margin-bottom: 1.5rem;
}

.product__others .container .product__others-box{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.product__others .container .product__others-box .product__others-box-item{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    border-radius: 0.75rem;
    overflow: hidden;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08);
}

.product__others-box-item-header{
    background: linear-gradient(180deg, #445E7D 0%, #33465E 100%);
    padding: 2rem 2rem 1.5rem 2rem ;
    
}

.product__others-box-item-header .icon{
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0.75rem;
    padding: 1rem;
    margin-bottom: 0.75rem;
}

.product__others-box-item-header h4{
    font-size: 1rem;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0.375rem;
}

.product__others-box-item-header p{
    color: #CAD5E2;
    font-size: 0.875rem;
    font-weight: 300;
}

.product__others-item-content{
    padding: 1.5rem 2rem;
    background-color: #fff;
}

.product__others-item-content h5{
    color: #4A5565;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.product__others-item-content ul{
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    padding-right: 1.125rem;
}

.product__others-item-content ul li{
    position: relative;
    font-size: 0.8125rem;
    text-align: justify;
    font-weight: 300;
}

.product__others-item-content ul li::before{
    content: "";
    width: 0.75rem;
    height: 0.75rem;
    position: absolute;
    top: 0.125rem;
    right: -1.125rem;
    border-radius: 0.25rem;
    background-color: #1878D9;
}

.product__others-item-content button{
    width: 100%;
    color: var(--neutral-color-100);
    background-color: var(--secondary-color-700);
    padding: 0.75rem 1.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    margin-top: 1.5rem;
}

@media (min-width:768px){
    .product__others .container .product__others-box{
        flex-direction: row;
    }
    .product__others .container{
        padding: 0 2rem;
    }
    .product__others .product__others-title{
        font-size: 1.5rem;
    }
    .product__others .container .product__others-box .product__others-box-item{
        grid-template-columns: 1fr 1fr;
    }
    .product__others-box-item-header .icon{
        padding: 3rem;
    }
    .product__others-box-item-header h4{
        font-size: 1.25rem;
    }
    .product__others-item-content button{
        width: max-content;
        float: left;
    }
}


@media (min-width:960px){
    .product__others .product__others-description{
        font-size: 1.125rem;
    }
}

@media (min-width:1200px){
}