::-moz-selection {
    background: var(--red-color);
    color: #fff;
}

::selection {
    background: var(--red-color);
    color: #fff;
}

*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Raleway", sans-serif;
}

a {
    text-decoration: none;
    display: inline-block;
    color: inherit;
    cursor: pointer;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*:focus {
    outline: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

img {
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

#poredjenje {
    padding-top: 40px;
    padding-bottom: 55px;
    background-color: #F3F3F3;
}

#poredjenje .container {
    width: 100%;
    max-width: 1640px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;

}

#poredjenje h2 {
    font-size: 64px;
    margin-bottom: 25px;
    color: #16315B;


}

.comparison-table {
    margin-top: 45px;
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    font-family: 'Poppins', sans-serif;
}

.comparison-table td {
    height: 66px;
}

.comparison-table th,
.comparison-table td {
    border-bottom: 1px solid #B8B8B8;
    padding: 12px 16px;
    vertical-align: middle;
    color: #16315B;

}

.comparison-table th {

    font-weight: 700;
    text-transform: uppercase;
    font-size: 22px;
    color: #16315B;

}

.comparison-table td {

    font-size: 18px;
    color: #16315B;

}

td.bold {
    font-weight: 700;
}

.comparison-table td:first-child {
    font-weight: 700;
    font-size: 18px;
    color: #16315B;
    width: 20%;
}





.checkmark {

    background-color: #54D443;

    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.comparison-table td:nth-child(4) {

    display: flex;
    justify-content: space-between;
}

.comparison-table th:nth-child(4),
.comparison-table td:nth-child(4) {
    background-color: #E6E4E4;
}

.relative-td-top,
.relative-td-bottom {
    position: relative;

}

.relative-td-top::after {
    content: "";
    display: block;
    height: 50px;
    background-color: #E6E4E4;
    top: 0;
    position: absolute;
    width: 100%;
    left: 0;
    transform: translateY(-100%);


}

.relative-td-bottom::after {
    content: "";
    display: block;
    height: 50px;
    background-color: #E6E4E4;
    bottom: 0;
    position: absolute;
    width: 100%;
    left: 0;
    transform: translateY(100%);
    z-index: 0;
    border-top: 1px solid #B8B8B8;


}

#poredjenje .text {

    padding: 16px 30px 30px 60px;
    background: #F8D4A3;
    background: linear-gradient(333deg, rgba(248, 212, 163, 0) 0%, rgba(255, 200, 170, 1) 100%);
    margin-bottom: 80px;
}

#poredjenje .text p {
    font-weight: 800;
    color: #16315B;
    font-size: 18px;
    width: 68%;

}

#poredjenje .text p span {
    color: #F25805;
    font-weight: 800;

}

.grafic-container {
    margin-top: 70px;
    display: flex;
    gap: 60px;
}

.grafic-container p {
    width: 100%;
    max-width: 525px;
    font-size: 28px;
    color: #16315B;
    font-weight: 700;

}

.grafic-container p span {
    color: #F25805;
    font-style: italic;
}

.rezervisi-button {
    background-color: #F25805;
    height: 57px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    width: max-content;
    margin-left: auto;
    display: block;
    position: relative;
    margin-top: 100px;

}

.rezervisi-button img {
    top: -75px;
    right: 194px;
    position: absolute;
}

.tbl-comparison .tbl-header,
.tbl-comparison-bottom .tbl-header {

    padding: 10px;
    color: #1a2a4f;
    text-align: left;
    text-transform: uppercase;
}

.tbl-comparison-bottom {
    background-color: #E6E4E4;
    margin-top: 20px;
    position: relative;

}

.tbl-comparison-bottom::after {
    content: "";
    display: block;
    width: 30px;
    height: 100%;
    top: 0;
    bottom: 0;
    left: -30px;
    position: absolute;
    background-color: #E6E4E4;

}

.tbl-comparison-bottom::before {
    content: "";
    display: block;
    width: 30px;
    height: 100%;
    top: 0;
    bottom: 0;
    right: -30px;
    position: absolute;
    background-color: #E6E4E4;


}

.tbl-comparison .tbl-cell,
.tbl-comparison-bottom .tbl-cell {
    padding: 10px;
    border-top: 1px solid #B8B8B8;
}

.tbl-comparison-bottom {
    width: 100%;
}

.tbl-comparison-bottom .tbl-cell {
    display: flex;
    justify-content: space-between;

}

.comparison-mobile {
    display: none;
}

.bottom-sentence {
    font-size: 28px;
    font-style: italic;
    font-weight: 700;
    color: #16315B;
}

.bottom-sentence span {
    color: #F25805;

}

#poredjenje .bottom {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
	order:5;
}

@media (max-width: 1160px) {
    #poredjenje .bottom {
        flex-direction: column-reverse;
        gap: 40px;
    }

    #poredjenje .bottom p {
        align-self: flex-start;
    }
}

@media (max-width: 868px) {
	.grafic-container{
		order:-1;
}
    .comparison-table td {
        height: 90px;
    }

    .grafic-container p,
    #poredjenje .bottom p {
        font-size: 22px;
    }
}

@media (max-width: 780px) {
    .grafic-container {
        flex-direction: column;
    }
}

@media (max-width: 710px) {
    .grafic-img img {
        width: 100%;
    }

    .comparison-table {
        display: none;
    }

    .comparison-mobile {
        display: block;
    }

    #poredjenje h2 {
        font-size: 42px;
    }

    #poredjenje .text {
        padding: 20px;
    }

    #poredjenje .text p {
        width: 100%;
    }
}