/* PACKAGES */

.packages{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    width: 100%;
    max-width: 1300px;
    padding: 50px 20px;
}

.packages > h1{
    text-align: left;
    width: 100%;
    font-size: 35px;
}

.packages > p{
    text-align: left;
    width: 100%;
    font-size: 16px;

    padding-top: 20px;
}

@media (max-width: 400px) {
    .packages > h1{font-size: 25px;}
    .packages > p{font-size: 14px;}
}

/* TRUST BAR */

.trust-bar{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;

    width: 100%;
    padding: 20px;
    margin: 50px 0;

    background-color: #fff;
    border: 2px dotted #b7b7b7;
    border-radius: 25px;
}

.trust-bar > div{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;

    width: 290px;
}

.trust-bar > div > p{
    font-size: 14px;
}

@media (max-width: 973px) {
    .trust-bar > div{
        justify-content: flex-start;
    }
}

/* TRUST BAR */

.cards{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 30px;
    width: 100%;
    padding-bottom: 30px;
}

.card{
    position: relative;

    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;

    width: 400px;
    padding: 50px 20px;

    border-radius: 15px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.remaining-card.hidden{display:none;}

.card-white{
    background-color: #fff;
    color: #000;
}

.card-white > button{color:#000;}

.card-white > a{
    background-color: transparent;
    border: 2px solid #c6168d;
    color: #c6168d;
}

.card-white > a:hover{
    background-color: #c6168d;
    color: #fff;
}

.card-pink{
    background: linear-gradient(to bottom, #c6168d 0%, #000 40%);
    color: #fff;
}

.card-pink > button{color:#fff;}

.card-pink > a{
    background-color: #c6168d;
    border: 2px solid #c6168d;
    color: #fff;
}

.card-pink > a:hover{
    background-color: transparent;
    color: #c6168d;
}

.card > h2{
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 25px;
}

.card > p{
    font-size: 14px;
    max-width: 200px;
    padding: 20px 0;
}

.card > del{
    font-size: 14px;
}

.card > div{
    font-family: Inter Black;
    font-size: 35px;
    padding: 5px 0;
}

.card > div > span{
    font-family: Poppins;
    font-size: 16px;
}

.card > small{
    font-size: 14px;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 20px;
    padding-bottom: 20px;
    width: 100%;
}

.card > ul{
    list-style: none;

    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
}

.card > ul > li{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;

    font-size: 14px;
}

.card > ul > li > p{
    display: flex;
    justify-content: center;
    align-items: flex-start;

    width: 15px;
    height: 15px;

    text-align: center;
    color: #ff0000;
}

.specifications.hidden{display:none;}
.specifications{padding-top:10px;}
.service-group.hidden{display:none;}

.card > button{
    font-size: 14px;
    background-color: transparent;
    border: none;
    text-decoration: underline;
    padding: 30px 0;
    cursor: pointer;
}

.card > a{
    width: 100%;
    text-align: center;
    text-decoration: none;
    padding: 15px 0;
    border-radius: 15px;
    transition: all 0.5s;
}

.button-all-packages,
.button-compare-table{
    background-color: transparent;
    border: none;
    font-size: 16px;
    text-decoration: underline;
    cursor: pointer;
}

.button-compare-table{padding-top:15px;}

/* DODATNE USLUGE */

.additional-services{
    width: 100%;
    background-color: #fff;
    padding: 50px 0;
}

.additional-services .container{
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}

.service-group{
    padding-bottom: 50px;
}

.service-group-title{
    font-size: 28px;
    padding-bottom: 25px;
    text-align: center;
}

.card > .package-short-desc{
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: normal;
    max-width: 200px;
    padding: 20px 0;
}

@media (max-width: 768px) {
    .service-group-title{
        font-size: 22px;
    }
}

.sale{
    position: absolute;
    top: 10px;
    right: 10px;

    padding: 5px 10px;
    background-color: #ffbf1a;
    color: #000;
    border-radius: 40px;
    font-size: 12px;
    font-weight: 600;
}

@media (max-width: 350px) {
    .card > div{
        font-size: 25px;
    }

    .card > div > span{
        font-size: 14px;
    }
}

/* TABLE */

.table-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

    background-color: #f2f5f5;
    padding: 0 20px;
    padding-bottom: 50px;
}

.table-container.hidden{
    display: none;
}
        
.table-container > table{
    text-align: center;
    box-shadow: 0 2px 7px #00000026;
    width: 1260px;
}

.table-container > table tr{
    background-color: #fff;
}

.table-container > table tr td{
    padding: 10px;
    font-size: 15px;
    border-top: 1px solid #f2f5f5;
}

.table-container > table tr:nth-child(1),
.table-container > table tr td:nth-child(1)
{
    background-color: #f2f5f5;
    color: #000;
}

.table-container > table tr td:nth-child(1){
border-right: 1px solid #fff;
}

.table-container > table tr:nth-child(1) td{
    border-right: 1px solid #fff;
}

.table-container > table tr:nth-child(1) td:nth-child(6){
    border-right: none;
}

.table-container > table tr td:nth-child(1){
    border-top: 1px solid #fff;
}

.table-container > table tr:nth-child(1) td{
    border-top: none;
}

.table-container > table tr:nth-child(2) td{
    border-top: 1px solid #fff;
}

.table-container > a{
    color: #000;
    padding-top: 30px;
}

@media (max-width:1340px) {
    .table-container{
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    table{
        border-collapse: collapse;
        min-width: 600px;
    }
}

/* TABLE */

/* PACKAGES */