
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

.content-3-7 .btn:focus,
.content-3-7 .btn:active {
    outline: none !important;
}

.content-3-7 {
    padding: 5rem 2rem 7rem;
}

.content-3-7 .title-text {
    font: 800 1.875rem/2.25rem 'Inter', sans-serif;
    letter-spacing: 0.05em;
    margin-bottom: 0.75rem;
    color: #113873;
}

.content-3-7 .caption-text {
    font: 400 1rem/1.5rem Poppins, sans-serif;
    letter-spacing: 0.025em;
    color: #8e8fad;
    margin-bottom: 0;
}

.content-3-7 .biru-muda
{
    color: #34B3FF;
}

.content-3-7 .card-item {
    transition: 0.4s;
    top: 0px;
    left: 0px;
    padding: 1rem 0;
}

.content-3-7 .card-item:hover {
    top: -3px;
    left: -3px;
    transition: 0.4s;
}

.content-3-7 .card-item-outline {
    border: 1px solid #e5ebf9;
    padding: 1rem;
    border-radius: 1rem;
}

.content-3-7 .btn-outline {
    font: 400 1rem/1.5rem Poppins, sans-serif;
    padding: 1rem 2.25rem;
    border-radius: 999px;
    border: 1px solid #fff;    
    background-color: #34B3FF;
    color: #fff;
    transition: 0.2s;
}

.content-3-7 .btn-outline:hover {
    border: 1px solid #34B3FF;
    color: #ffffff;
    background-image: linear-gradient(#34B3FF, #93d3f8);
    border-color: #34B3FF;
    transition: 0.2s;
}



@media (min-width: 278px) 
{
    .content-3-7 {
        padding: 2rem;
    }

    .content-3-7 .title-text {
        font: 600 1.2rem/1.5rem 'Inter', sans-serif;
    }
    
    .content-3-7 .caption-text {
        font: 400 0.75rem/1rem Poppins, sans-serif;        
        line-height: 1.2rem;
        letter-spacing: 0.05em;
        margin-bottom: 2rem;
        color: #6681a9;        
    }

    .content-3-7 .card-item {
        padding: 1rem;
    }    
    .content-3-7 .btn-outline {
        font: 400 0.75rem/1rem Poppins, sans-serif; 
    }
    .content-3-7 h6{
        font: 600 1rem/1.5rem 'Inter', sans-serif;
        width: 100%;
        text-align: center;
    }
    .content-3-7 h5{
        font: 600 1.2rem/1.5rem 'Inter', sans-serif;
        width: 100%;
        text-align: center;
    }
    .content-3-7 .masalah .card-item .angka{
        border-bottom: 2px solid #34B3FF;       
        width:15%;
    }
    .content-3-7 .sekat{        
        padding: 3rem !important;
        background-color: #34B3FF;
        color: #fff;
        margin: 2rem 0 2rem 0;
    }

    .content-3-7 .card-item .kartu1{        
        color: #fff;
        background-color: #34B3FF;
    } 
    .content-3-7 .card-item .kartu1 .harga{
        font: 300 2.5rem/1.5rem 'Poppins', sans-serif;
        margin-top: 1rem;
        color: #fff;
    } 
    .content-3-7 .card-item .kartu2{        
        color: #000;
        background-color: #fff;
    }  
    .content-3-7 .card-item .kartu2 .harga{
        font: 300 2.5rem/1.5rem 'Poppins', sans-serif;
        margin-top: 1rem;
        color: #34B3FF;
    }  
    
}

@media (min-width: 576px) 
{
    
}

@media (min-width: 768px) 
{
    .content-3-7 {
        padding-left: 3.5rem;
        padding-right: 3.5rem;
    }
    .content-3-7 .title-text {
        font: 600 2rem/2rem 'Inter', sans-serif;
    }    
    .content-3-7 .caption-text {
        font: 400 1rem/1.5rem Poppins, sans-serif;
        width: 66.666667%;
    }
    .content-3-7 .card-item {
        width: 45%;
    }
    .content-3-7 .btn-outline {
        font: 400 1rem/1.5rem Poppins, sans-serif; 
    }
    .content-3-7 .masalah .card-item .angka{
        border: 2px solid #34B3FF;
        border-radius: 180px;
        padding: 0.5rem;
        width:17%;
    }
}

@media (min-width: 992px) {
    .content-3-7 .title-text {
        font: 600 2rem/2rem 'Inter', sans-serif;
    }

    .content-3-7 .caption-text {
        font: 400 1rem/1.5rem Poppins, sans-serif;
        width: 66.666667%;
    }
    .content-3-7 h6{
        font: 600 1.5rem/2rem 'Inter', sans-serif;
        width: 100%;
    }
    .content-3-7 h5{
        font: 600 1.75rem/2rem 'Inter', sans-serif;
        width: 100%;
    }

    .content-3-7 .paket .card-item {
        width: 35%;
    }
    .content-3-7 .alasan .card-item {
        width: 33%;
    }
    .content-3-7 .masalah .card-item {
        width: 33%;
    }
    .content-3-7 .masalah .card-item .angka{
        border: 2px solid #34B3FF;
        border-radius: 180px;
        padding: 0.5rem;
        width:17%;
    } 

    .content-3-7 .paket .card-item .kartu1{        
        color: #fff;
        background-color: #34B3FF;
    } 
    .content-3-7 .paket .card-item .kartu1 .harga{
        font: 300 2.5rem/1.5rem 'Poppins', sans-serif;
        margin-top: 1rem;
        color: #fff;
    } 
    .content-3-7 .paket .card-item .kartu2{        
        color: #000;
        background-color: #fff;
    }  
    .content-3-7 .paket .card-item .kartu2 .harga{
        font: 300 2.5rem/1.5rem 'Poppins', sans-serif;
        margin-top: 1rem;
        color: #34B3FF;
    }  
           
}

@media (min-width: 1200px) {
    .content-3-7 {
    padding-left: 9rem;
    padding-right: 9rem;
    }
}
