html, body {
font-family: "Nunito Sans", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
font-family: "Montserrat", sans-serif!important;
}
.bg-gradient-custom {
background-image: linear-gradient(
to top, 
rgb(0 16 30 / 0.1) 10%, 
rgb(0 16 30 / 0.9) 90%
);
} .cta_button a {
color: #fff!important; background-color: #fac113; font-size: 21px!important; border-radius: 50px; -webkit-border-radius: 50px;
-moz-border-radius: 50px;
text-align: center;
line-height: 9px;
font-weight: 600;
padding: 15px 16px!important;
text-transform: uppercase;
display: block;
padding-left: 25px!important;
padding-right: 25px!important;
border: 0px;
margin-bottom: 6px;
}
.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li>a { } .page-id-32 .custom-main-header .et_pb_menu__menu > nav > ul > li > a,
.page-id-32 .custom-main-header .mobile_menu_bar:before,
.page-id-89 .custom-main-header .et_pb_menu__menu > nav > ul > li > a,
.page-id-89 .custom-main-header .mobile_menu_bar:before,
.page-id-118 .custom-main-header .et_pb_menu__menu > nav > ul > li > a,
.page-id-118 .custom-main-header .mobile_menu_bar:before,
.page-id-173 .custom-main-header .et_pb_menu__menu > nav > ul > li > a,
.page-id-173 .custom-main-header .mobile_menu_bar:before,
.page-id-194 .custom-main-header .et_pb_menu__menu > nav > ul > li > a,
.page-id-194 .custom-main-header .mobile_menu_bar:before,
.page-id-204 .custom-main-header .et_pb_menu__menu > nav > ul > li > a,
.page-id-204 .custom-main-header .mobile_menu_bar:before,
.page-id-217 .custom-main-header .et_pb_menu__menu > nav > ul > li > a,
.page-id-217 .custom-main-header .mobile_menu_bar:before,
.page-id-377 .custom-main-header .et_pb_menu__menu > nav > ul > li > a,
.page-id-377 .custom-main-header .mobile_menu_bar:before,
.page-id-701 .custom-main-header .et_pb_menu__menu > nav > ul > li > a,
.page-id-701 .custom-main-header .mobile_menu_bar:before
{
color: #fff !important;
}
.custom-main-header.et_pb_sticky,
.et_pb_sticky .custom-main-header {
background: #fff !important;
}
.custom-main-header.et_pb_sticky .et_pb_menu__menu > nav > ul > li > a,
.custom-main-header.et_pb_sticky .mobile_menu_bar:before,
.et_pb_sticky .custom-main-header .et_pb_menu__menu > nav > ul > li > a,
.et_pb_sticky .custom-main-header .mobile_menu_bar:before {
color: #00101E !important;
} @media (min-width: 981px) { .cta_button a:hover {        
color: #00010E!important;
opacity: 1;
scale: 1.05;
}
} .et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a {
padding-top: 0px;
padding-bottom: 0px;
} .et_pb_menu .et_pb_menu__menu>nav>ul>li {
align-items: center;
}
.bg-parallax .et-pb-parallax-background {
background-position: center center;
} .izbiraDiv {
padding: 0 50px;
}
.izbiraText {
color: #00101E;
margin-bottom: 40px;
text-align: left;
}
.izbiraText h2 {
font-size: 40px;
line-height: 48px;
font-weight: 800;
}
.izbiraText p {
font-size: 18px;
line-height: 1.4rem;
}
.pool-colors {
max-width: 100%;
margin: 0 auto;
text-align: center;
}
.pool-colors--split {
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
gap: 3rem;
align-items: center;
}
.pool-colors__image img,
.pool-colors--split .pool-colors__image img {
width: 100%;
height: auto;
display: block;
border-radius: 10px;
margin-bottom: 10px;
} .pool-colors__selector,
.pool-colors--split .pool-colors__selector {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
align-items: center;
gap: 14px;
} .pool-colors__option {
position: relative;
width: 72px;
height: 72px;
min-width: 72px;
min-height: 72px;
max-width: 72px;
max-height: 72px;
padding: 0;
border: 3px solid transparent;
border-radius: 50%;
overflow: visible;
background: transparent;
cursor: pointer;
box-sizing: border-box;
flex: 0 0 72px;
appearance: none;
-webkit-appearance: none;
display: inline-flex;
align-items: center;
justify-content: center;
transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.pool-colors,
.pool-colors__selector,
.izbiraDiv {
overflow: visible;
}
.pool-colors__option img {
width: 100%;
height: 100%;
display: block;
object-fit: cover;
border-radius: 50%;
} .pool-colors__option.is-active {
border-color: #00569C;
box-shadow: 0 0 0 2px rgba(0, 86, 156, 0.12);
}
.pool-colors__option:hover {
transform: scale(1.05);
border-color: #00569C;
} .pool-colors__tooltip {
position: absolute;
bottom: calc(100% + 8px);
left: 50%;
transform: translateX(-50%);
background: #000;
color: #fff;
font-size: 12px;
line-height: 1.2;
padding: 6px 8px;
border-radius: 4px;
white-space: nowrap;
opacity: 0;
visibility: hidden;
pointer-events: none;
transition: opacity .2s ease, visibility .2s ease;
z-index: 20;
}
.pool-colors__option:hover .pool-colors__tooltip,
.pool-colors__option:focus-visible .pool-colors__tooltip {
opacity: 1;
visibility: visible;
} @media (max-width: 980px) {
.pool-colors--split {
grid-template-columns: 1fr;
gap: 2rem;
}
.pool-colors__option {
width: 60px;
height: 60px;
min-width: 60px;
min-height: 60px;
max-width: 60px;
max-height: 60px;
flex: 0 0 60px;
}
} @media (max-width: 767px) {
.izbiraDiv {
padding: 0 20px;
}
.pool-colors__selector,
.pool-colors--split .pool-colors__selector {
gap: 10px;
}
.pool-colors__option {
width: 52px;
height: 52px;
min-width: 52px;
min-height: 52px;
max-width: 52px;
max-height: 52px;
flex: 0 0 52px;
}
.pool-colors__tooltip {
display: none;
}
}
.pools-filter {
margin-bottom: 3rem;
text-align: center;
}
@media (min-width: 1200px) {
.pools-filter .filter-btn {
font-family: "Montserrat", sans-serif!important;
font-size: 18px;
margin-right: 0.5rem;
padding: 0.3rem 0.6rem;
background: #005698;
color: #fff;
border: none;
border-radius: 4px;
cursor: pointer;
text-transform: uppercase;
margin-bottom: 1rem;
}
}
@media (max-width: 1200px) {
.pools-filter .filter-btn {
font-family: "Montserrat", sans-serif!important;
font-size: 15px;
margin-right: 0.5rem;
padding: 0.3rem 0.6rem;
background: #005698;
color: #fff;
border: none;
border-radius: 4px;
cursor: pointer;
text-transform: uppercase;
margin-bottom: 1rem;
}
}
.pools-filter .filter-btn.active {
background: #FAC113;
}
@media (min-width: 768px) {
.all-pools-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 2rem;
}
} @media (max-width: 768px) {
.all-pools-grid {
display: grid;
grid-template-columns: 1fr;
gap: 2rem;
}
}
.pool-description {
background: rgba(0, 16, 30, 0.09);
display: flex;
flex-direction: column;
padding: 5px 10px;
}
a.pool-details {
background: #005698;
color: #FFFFFF;
text-align: center;
text-transform: uppercase;
font-weight: bold;
padding: 5px 20px;
}
.pool-item img {
width: 100%;
height: auto;
display: block;
border-radius: 6px;
}
.pool-item h4 {
margin-top: 0.5rem;
font-size: 1rem;
font-weight: 700;
color: #00101E;
text-align: center;
} .pool-image-wrapper {
position: relative;
}
.pool-series-label {
position: absolute;
top: 8px;
left: 0;
background: #FAC113;
color: #fff;
padding: 0px 5px;
font-size: 12px;
border-top-right-radius: 8px;
border-bottom-right-radius: 8px;
} .et_pb_contact_field .et_pb_contact_field_error {
min-height: 0 !important;
margin-top: 0 !important;
}
.square img {
width: 100%; 
aspect-ratio: 16 / 15;
object-fit:cover;
object-position: center;
}
.et_pb_menu_0_tb_header .mobile_nav .mobile_menu_bar:before {
color: #005698!important
}
.et_mobile_menu {
border-top: 1px solid #005698!important;
}
.bazeni-custom-section {
background: #F9FAFB;
padding-top: 30px;
padding-bottom: 120px;
}
.grid-bazen {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 2rem;
margin-top: 100px!important;
color: #00101E!imporant;
}
h1.bazen-title {
font-weight: 700;
margin-bottom: 20px;
}
.bazen-prednosti {
margin-top: 30px;
}
h3.bazen-prednosti {
color: #00101E;
}
.bazen-prednosti ul {
list-style-type: disc;
padding-left: 20px;
}
.bazen-prednosti ul li {
margin-bottom: 2px;
}
.bazen-dimensions table th {
background-color: #005698; color: #ffffff; padding: 10px; font-weight: bold;
text-align: center;
}
.bazen-dimensions table td {
padding: 10px;
text-align: center;
}
table.pool-dimenzije tr th {	
color: #00101E;
font-size: 13px;
padding: 2px 5px!important;
}
@media (min-width: 1200px) {
.pools-filter {
display: flex;
flex-wrap: wrap;
gap: 10px;
justify-content: center;
margin-bottom: 35px;
}
}
@media (max-width: 1200px) {
.pools-filter {
display: flex;
flex-wrap: wrap;
gap: 0;
justify-content: center;
margin-bottom: 35px;
}
}
@media (min-width: 1200px) {
.pools-filter .filter-btn {
border: 0;
background: #005b9a;
color: #fff;
padding: 10px 16px;
border-radius: 6px;
cursor: pointer;
font-weight: 600;
transition: all 0.2s ease;
}
}
@media (max-width: 1200px) {
.pools-filter .filter-btn {
border: 0;
background: #005b9a;
color: #fff;
padding: 8px 10px;
border-radius: 6px;
cursor: pointer;
font-weight: 600;
transition: all 0.2s ease;
}
}
.pools-filter .filter-btn.active,
.pools-filter .filter-btn:hover {
background: #f3bd1a;
color: #fff;
}
.series-overview-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 30px;
margin-bottom: 40px;
}
.series-card {
cursor: pointer;
}
.series-card-inner {
background: #fff;
border-radius: 10px;
overflow: hidden;
box-shadow: 0 8px 24px rgba(0,0,0,0.08);
transition: transform 0.2s ease, box-shadow 0.2s ease;
height: 100%;
}
.series-card:hover .series-card-inner {
transform: translateY(-4px);
box-shadow: 0 14px 32px rgba(0,0,0,0.12);
}
.series-card-image img {
width: 100%;
height: 260px;
object-fit: cover;
display: block;
}
.series-card-content {
padding: 18px;
text-align: center;
}
.series-card-content h3 {
margin: 0 0 8px;
font-size: 22px;
font-weight: 700;
}
.series-card-count {
color: #005b9a;
}
.series-card-count {
display: inline-block;
font-size: 14px;
opacity: 0.8;
}
.all-pools-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 30px;
}
@media (max-width: 1200px) {
.series-overview-grid,
.all-pools-grid {
grid-template-columns: repeat(3, 1fr);
}
}
@media (max-width: 768px) {
.series-overview-grid,
.all-pools-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 480px) {
.series-overview-grid,
.all-pools-grid {
grid-template-columns: 1fr;
}
}
.page-id-377 #bazeni-custom-section {
scroll-margin-top: 120px;
}
.bazen-featured-image a,
.bazen-featured-image img {
display: block;
width: 100%;
}
.bazen-main-image {
width: 100%;
height: auto;
border-radius: 8px;
cursor: zoom-in;
}
.bazen-lightbox {
position: fixed;
inset: 0;
background: rgba(0,0,0,0.9);
z-index: 99999;
display: none;
align-items: center;
justify-content: center;
padding: 40px;
}
.bazen-lightbox-image {
max-width: 90vw;
max-height: 90vh;
width: auto;
height: auto;
box-shadow: 0 10px 40px rgba(0,0,0,0.35);
}
.bazen-lightbox-close {
position: absolute;
top: 20px;
right: 30px;
color: #fff;
font-size: 42px;
line-height: 1;
cursor: pointer;
}
body.bazen-lightbox-open {
overflow: hidden;
}
.bazen-inquiry-toggle,
.bazen-submit-btn {
background: #005b9a;
color: #fff;
border: 0;
padding: 14px 22px;
border-radius: 6px;
cursor: pointer;
font-weight: 600;
transition: 0.2s ease;
text-transform: uppercase;
}
.bazen-inquiry-toggle:hover,
.bazen-submit-btn:hover {
background: #f3bd1a;
color: #fff;
}
.bazen-inquiry-form-wrap {
background: #f8f8f8;
padding: 24px;
border-radius: 10px;
}
.bazen-form-row {
margin-bottom: 16px;
}
.bazen-form-row label {
display: block;
font-weight: 600;
margin-bottom: 6px;
}
.bazen-form-row input,
.bazen-form-row textarea {
width: 100%;
border: 1px solid #d8d8d8;
padding: 12px 14px;
border-radius: 6px;
font-size: 16px;
box-sizing: border-box;
}
.bazen-form-message {
padding: 14px 16px;
border-radius: 8px;
margin-bottom: 20px;
font-size: 15px;
}
.bazen-form-success {
background: #eaf7ed;
border: 1px solid #9ed3aa;
color: #22643a;
}
.bazen-form-error {
background: #fff1f1;
border: 1px solid #e2a7a7;
color: #9b2c2c;
}
.bazen-form-error ul {
margin: 0;
padding-left: 18px;
}
.bazen-form-message {
padding: 14px 16px;
border-radius: 8px;
margin-bottom: 20px;
font-size: 15px;
}
.bazen-form-error {
background: #fff1f1;
border: 1px solid #e2a7a7;
color: #9b2c2c;
}
.bazen-form-error ul {
margin: 0;
padding-left: 18px;
} .oprema-categories-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 30px;
margin-bottom: 120px;
}
.oprema-categories-section {
margin-top: 60px;
}
.oprema-categories-section h1 {
font-size: 60px;
line-height: 72px;
text-transform: uppercase;
font-weight: 700;
font-family: Montserrat, sans-serif;
}
.oprema-category-card {
display: block;
text-decoration: none;
}
.oprema-category-card-inner {
position: relative;
overflow: hidden;
border-radius: 10px;
min-height: 320px;
}
.oprema-category-card-inner img {
width: 100%;
height: 320px;
object-fit: cover;
display: block;
}
.oprema-category-overlay {
position: absolute;
inset: 0;
display: flex;
align-items: end;
justify-content: start;
padding: 24px;
background: linear-gradient(to top, rgba(0,0,0,.55), rgba(0,0,0,.15), rgba(0,0,0,0));
}
.oprema-category-overlay h2 {
color: #fff;
margin: 0;
}
.oprema-taxonomy-page {
padding-top: 150px;
margin-bottom: 120px;
}
.oprema-taxonomy-page h1 {
text-transform: uppercase;
font-weight: 700;
font-family: Montserrat, sans-serif;
}
.oprema-products-section {
margin-top: 60px;
}
.oprema-taxonomy-description ul {
list-style: disc;
margin: 0 0 20px 20px;
padding-left: 20px;
}
.oprema-taxonomy-description ul li {
margin-bottom: 8px;
}
.oprema-subcategories-list {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin: 20px 0 40px;
}
.oprema-subcategory-item {
display: inline-block;
padding: 10px 16px;
border: 1px solid #ddd;
border-radius: 999px;
text-decoration: none;
color: #222;
}
.oprema-products-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 30px;
}
.oprema-product-card img {
width: 100%;
height: 260px;
object-fit: cover;
display: block;
border-radius: 12px;
}
.oprema-product-content h3 {
margin-top: 18px;
margin-bottom: 10px;
}
.oprema-back-btn,
.oprema-product-btn {
display: inline-block;
padding: 12px 20px;
text-decoration: none;
border-radius: 8px;
background: #005b9a;
color: #fff;
}
@media (max-width: 980px) {
.oprema-categories-grid,
.oprema-products-grid,
.single-oprema-grid {
grid-template-columns: 1fr;
}
}
.oprema-taxonomy-header-top {
display: flex;
justify-content: space-between;
align-items: center;
gap: 10px;
margin-bottom: 20px;
}
.oprema-taxonomy-header-top h1 {
margin: 0;
}
.oprema-back-wrap {
flex-shrink: 0;
}
@media (max-width: 767px) {
.oprema-taxonomy-header-top {
flex-direction: column;
align-items: flex-start;
}
}
.single-oprema-content .wp-block-embed {
max-width: 100%;
margin: 0 0 30px;
}
.wp-block-embed-youtube iframe {
max-width: 100%!important;
aspect-ratio: 16 / 9!important;
}
.single-oprema-content .wp-block-embed.wp-has-aspect-ratio {
position: relative;
}
.single-oprema-content .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
position: relative;
width: 100%;
aspect-ratio: 16 / 9;
}
.single-oprema-content .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
.single-oprema-content .wp-block-embed.wp-embed-aspect-16-9 iframe {
width: 100% !important;
height: 100% !important;
display: block;
border: 0;
}
.single-oprema-content .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
min-height: 0;
}
.single-oprema-content .wp-block-embed iframe {
max-width: 100%;
}
.single-oprema-content .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
position: relative;
height: 0;
padding-bottom: 56.25%;
overflow: hidden;
}
.single-oprema-content .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe {
position: absolute;
inset: 0;
width: 100% !important;
height: 100% !important;
}
@media (min-width: 981px) {
#main-content .container:before {
content: "";
position: absolute;
top: 0;
height: 100%;
width: 0px!important;
background-color: #e2e2e2;
}
}
#novice h1 {
color: #00011E;
font-size: 42px;
line-height: 42px;
font-weight: bold;
}
.mx-auto {
margin: 0 auto;
}
.max-w-750px {
max-width: 750px;
}