@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Black.woff2") format("woff2"), url("../fonts/Montserrat-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-ExtraBold.woff2") format("woff2"), url("../fonts/Montserrat-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-ExtraLight.woff2") format("woff2"), url("../fonts/Montserrat-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Thin.woff2") format("woff2"), url("../fonts/Montserrat-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Marcellus";
  src: url("../fonts/Marcellus-Regular.woff2") format("woff2"), url("../fonts/Marcellus-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
:root {
  --primary-color: #fff;
  --secondary-color: #207EC2;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background: var(--secondary-color);
}

::-webkit-scrollbar-thumb:hover {
  background: #60b8f7;
  cursor: grab;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat";
  overflow-x: hidden;
  margin: 0;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  padding: 0;
  color: var(--primary-color);
  position: relative;
  background-color: #111111;
}

.page-width {
  max-width: 1400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1600px) {
  .page-width {
    max-width: 90%;
  }
}

.page-padding {
  padding: 70px 0;
}
@media screen and (max-width: 575px) {
  .page-padding {
    padding: 50px 0;
  }
}

.bottom-padding {
  padding-bottom: 70px;
}
@media screen and (max-width: 575px) {
  .bottom-padding {
    padding-bottom: 50px;
  }
}

.overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}

a {
  text-decoration: none;
}

button {
  cursor: pointer;
}

.no-scroll {
  overflow: hidden;
}

.d-none {
  display: none !important;
}

.image2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.text p {
  margin: 20px 0;
}
.text p:first-child {
  margin-top: 0;
}
.text p:last-child {
  margin-bottom: 0;
}

p, ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
}

.custom-ul li {
  font-weight: 600;
  letter-spacing: 0.35px;
  position: relative;
  padding-left: 24px;
}
.custom-ul li::before {
  width: 16px;
  height: 16px;
  background-image: url("../images/ellipse.svg");
  position: absolute;
  left: 0;
  top: 5px;
  display: block;
  content: "";
}
.custom-ul li + li {
  margin-top: 15px;
}

h1, h2 {
  font-weight: 400;
  font-size: 64px;
  line-height: 120%;
  letter-spacing: 0.25px;
}
@media screen and (max-width: 1399px) {
  h1, h2 {
    font-size: 52px;
  }
}
@media screen and (max-width: 991px) {
  h1, h2 {
    font-size: 46px;
  }
}
@media screen and (max-width: 575px) {
  h1, h2 {
    font-size: 36px;
  }
}

.center-title h1 {
  text-align: center;
}
.center-title .wide-span {
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 40%);
}

.template-page h2, .template-page h3, .template-page h4, .policy-cookies h2, .policy-cookies h3, .policy-cookies h4 {
  margin: 30px 0;
}
.template-page *:first-child, .policy-cookies *:first-child {
  margin-top: 0;
}
.template-page *:last-child, .policy-cookies *:last-child {
  margin-bottom: 0;
}

.policy-cookies {
  background-color: #222222;
  padding: 50px;
}
.policy-cookies h2, .policy-cookies h3, .policy-cookies h4 {
  font-weight: 600;
  letter-spacing: 0.25px;
}
.policy-cookies h2 {
  font-size: 32px;
}
.policy-cookies h3 {
  font-size: 24px;
}
.policy-cookies h4 {
  font-size: 20px;
}
.policy-cookies a {
  color: var(--secondary-color);
}
@media screen and (max-width: 575px) {
  .policy-cookies {
    padding: 40px 20px;
  }
  .policy-cookies h2 {
    font-size: 24px;
  }
  .policy-cookies h3 {
    font-size: 20px;
  }
  .policy-cookies h4 {
    font-size: 16px;
  }
  .policy-cookies a {
    word-break: break-all;
  }
}

.template-page h2 {
  font-size: 45px;
  letter-spacing: 1px;
}
.template-page h3 {
  font-size: 32px;
  letter-spacing: 0.35px;
}
.template-page h4 {
  font-size: 24px;
  letter-spacing: 0.25px;
}
.template-page h3, .template-page h4 {
  font-weight: 500;
}
.template-page .blog-gallery {
  padding-top: 0;
  border: none;
  margin-top: 30px;
}
@media screen and (max-width: 575px) {
  .template-page h2 {
    font-size: 35px;
  }
  .template-page h3 {
    font-size: 24px;
  }
  .template-page h4 {
    font-size: 18px;
  }
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100px;
  transition: all 0.5s;
  z-index: 99;
}
header .page-width {
  height: 100%;
}
header aside {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 105;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  transition: all 0.5s;
  transform: translateY(-100%);
}
@media screen and (max-width: 575px) {
  header aside {
    background-color: rgba(0, 0, 0, 0.85);
  }
}
header aside .aside-header {
  height: 100px;
  display: flex;
  align-items: center;
}
header aside .aside-body {
  padding: 100px 10% 200px;
  position: relative;
}
header aside .aside-body .quick-links {
  position: absolute;
  bottom: 30px;
  right: 10%;
  display: flex;
  align-items: center;
}
header aside .aside-body .quick-links li,
header aside .aside-body .quick-links li a {
  font-size: 12px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #fff;
}
header aside .aside-body .quick-links li + li::before {
  content: "|";
  margin: 0 5px;
  color: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 991px) {
  header aside .aside-body {
    padding: 50px 5%;
  }
  header aside .aside-body .head-socials {
    position: static;
    flex-direction: row;
    margin-top: 50px;
  }
  header aside .aside-body .head-socials a {
    writing-mode: horizontal-tb;
  }
  header aside .aside-body .head-socials p {
    display: inline;
    writing-mode: unset;
    margin-right: 20px;
  }
  header aside .aside-body .quick-links {
    position: static;
    margin-top: 35px;
  }
}
header aside.opened {
  transform: translateY(0);
}

.main-header .logo, .main-header .nav1, .main-header .hamb {
  opacity: 0;
  visibility: hidden;
}
.main-header .central-header {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.5s;
}

.main-header.header2 .logo, .main-header.header2 .nav1, .main-header.header2 .hamb {
  opacity: 1;
  visibility: visible;
}
.main-header.header2 .central-header {
  opacity: 0;
  visibility: hidden;
}

.header2 {
  background-color: rgba(17, 17, 17, 0.7);
  height: 80px;
}
.header2 .languages {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 575px) {
  .header2 {
    height: 60px;
  }
}

.header3 {
  background-color: transparent;
}

.margin-top {
  margin-top: 100px;
}

#top-header {
  transition: all 0.5s;
}

#top-header.hide {
  opacity: 0;
}

.logo {
  width: 150px;
  height: 50px;
}
.logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left;
  object-position: left;
}
@media screen and (max-width: 575px) {
  .logo {
    height: 45px;
  }
}

.nav1 {
  margin-left: auto;
}
.nav1 li {
  margin-left: 25px;
  text-align: center;
}
.nav1 li a {
  font-size: 14px;
  text-transform: uppercase;
}
.nav1 li .active {
  font-weight: 800;
}
@media only screen and (max-width: 1500px) {
  .nav1 li {
    margin-left: 15px;
  }
}

.nav2 li a {
  font-size: 18px;
  letter-spacing: 0.5px;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
}
@media screen and (max-width: 575px) {
  .nav2 li a {
    font-size: 16px;
  }
}
.nav2 li a, .nav2 li a::before {
  transition: all 0.5s;
}
.nav2 li a::before, .nav2 li a.active::before {
  width: 0;
  height: 1px;
  background-color: #fff;
  content: "";
  margin-right: 0;
}
.nav2 li a:hover, .nav2 li a.active {
  font-weight: 800;
  color: var(--secondary-color);
}
.nav2 li a:hover::before, .nav2 li a.active::before {
  width: 40px;
  margin-right: 5px;
}
.nav2 li + li {
  margin-top: 35px;
}
@media screen and (max-width: 992px) {
  .nav2 li + li {
    margin-top: 20px;
  }
}
.hamb {
  margin-left: 25px;
}

.languages {
  position: absolute;
  top: 0;
  right: 0;
  width: 46px;
  transition: all 0.5s;
  z-index: 102;
}
.languages summary {
  list-style: none;
  width: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  cursor: pointer;
}
.languages summary svg {
  margin-left: 3px;
  transform: translateY(2px);
}
.languages ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}
.languages ul li, .languages ul a {
  display: flex;
  width: 100%;
  justify-content: center;
}
.languages ul a {
  background-color: #000;
  margin-top: 2px;
}
.languages ul .active {
  background-color: var(--secondary-color);
  font-weight: 700;
}
.languages summary, .languages a {
  font-size: 16px;
  font-weight: 500;
}

.languages2 {
  display: none;
}

@media screen and (max-width: 1399px) {
  .nav1, .languages {
    display: none;
  }
  .hamb {
    margin-left: auto;
  }
  .languages2 {
    display: flex;
    align-items: center;
    margin-top: 50px;
  }
  .languages2 a {
    text-transform: uppercase;
  }
  .languages2 li + li {
    margin-left: 30px;
  }
  .languages2 .active {
    font-weight: 700;
    color: var(--secondary-color);
  }
  .main-header .logo, .main-header .nav1, .main-header .hamb {
    opacity: 1;
    visibility: visible;
  }
  .main-header .central-header {
    opacity: 0;
    visibility: hidden;
  }
}
.foot2 {
  padding: 30px 0;
  position: relative;
}
.foot2 p, .foot2 a {
  font-size: 14px;
  text-align: center;
}
.foot2 .back-to-top {
  letter-spacing: 0.75px;
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.45) 0%, #FFFFFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.foot2 .back-to-top svg {
  margin-left: 5px;
}
@media screen and (max-width: 1199px) {
  .foot2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
  }
  .foot2 .back-to-top {
    position: static;
    transform: none;
    margin-top: 10px;
  }
}
@media screen and (max-width: 575px) {
  .foot2 p, .foot2 a {
    font-size: 12px;
  }
}

.foot1 {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.foot1 .foot-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.foot1 .foot-nav li a {
  padding-top: 30px;
  display: flex;
  border-top: 1px solid transparent;
  transition: all 0.5s;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.foot1 .foot-nav li a:hover {
  border-color: #fff;
  color: var(--secondary-color);
  font-weight: 800;
}
.foot1 .footer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 70px auto;
  width: -moz-fit-content;
  width: fit-content;
}
.foot1 .footer-logo img {
  width: 90%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  max-width: 400px;
}
@media screen and (max-width: 1199px) {
  .foot1 .foot-nav {
    flex-wrap: wrap;
    justify-content: center;
  }
  .foot1 .foot-nav li a {
    font-size: 14px;
    padding-top: 20px;
  }
  .foot1 .foot-nav li + li {
    margin-left: 10px;
  }
}
@media screen and (max-width: 575px) {
  .foot1 .foot-nav li a {
    font-size: 12px;
  }
  .foot1 .footer-logo {
    margin: 50px 0;
  }
  .foot1 .footer-logo img {
    width: 80%;
  }
}

.main-section .overlay {
  z-index: 2;
  opacity: 0.1;
}
@media screen and (max-width: 575px) {
  .main-section .overlay {
    opacity: 0.2;
  }
}
.main-section .main-pagination {
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: end;
  width: -moz-fit-content;
  width: fit-content;
  top: unset;
  left: unset;
  right: 0;
  bottom: 50px;
}
.main-section .main-pagination .swiper-pagination-bullet {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  opacity: 1;
  background-color: transparent;
  color: #fff;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  margin: 10px 0;
  font-weight: 500;
}
.main-section .main-pagination .swiper-pagination-bullet::after {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #fff;
  margin-left: 5px;
  transition: all 0.5s;
}
.main-section .main-pagination .swiper-pagination-bullet-active::after {
  width: 75px;
}
@media screen and (max-width: 575px) {
  .main-section .main-pagination {
    bottom: 20px;
  }
  .main-section .main-pagination .swiper-pagination-bullet {
    font-size: 14px;
  }
  .main-section .main-pagination .swiper-pagination-bullet::after {
    width: 30px;
  }
  .main-section .main-pagination .swiper-pagination-bullet-active::after {
    width: 55px;
  }
}

.mainSwiper {
  height: 90vh;
  max-height: 900px;
  min-height: 510px;
}
.mainSwiper .swiper-slide {
  height: 100%;
  width: 80px;
  width: 60%;
}
.mainSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media screen and (max-width: 767px) {
  .mainSwiper {
    min-height: 330px;
    max-height: 500px;
  }
}

.head-socials {
  position: absolute;
  bottom: 70px;
  left: 20px;
  z-index: 2;
  flex-direction: column;
}
.head-socials, .head-socials p, .head-socials a {
  display: flex;
  align-items: center;
}
.head-socials p, .head-socials a {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 1px;
}
.head-socials p {
  font-size: 14px;
}
.head-socials p::after {
  content: "";
  height: 40px;
  width: 1px;
  background-color: #fff;
  margin: 20px 0;
}
.head-socials a {
  font-size: 16px;
  width: 38px;
  height: 38px;
  border: 1px solid transparent;
  border-radius: 50%;
  transition: all 0.5s;
  justify-content: center;
}
.head-socials a:hover {
  border-color: #fff;
}
@media screen and (max-width: 767px) {
  .head-socials p {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .head-socials {
    left: 2%;
    bottom: 30px;
  }
}

.first-text {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 150px;
}
.first-text h1 {
  margin-left: 70px;
}
.first-text .text {
  margin-top: 70px;
}
.first-text .text p {
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 1399px) {
  .first-text .text p {
    font-size: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .first-text {
    gap: 50px;
  }
  .first-text h1 {
    margin-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .first-text {
    grid-template-columns: 1fr;
  }
  .first-text .text {
    margin-top: 0;
  }
  .first-text .text p {
    font-size: 16px;
  }
}

.first-text2 {
  gap: 100px;
}
@media screen and (max-width: 1199px) {
  .first-text2 {
    gap: 50px;
  }
}

.images-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  grid-auto-rows: 90px;
}
.images-grid a {
  overflow: hidden;
}
.images-grid a img {
  transition: all 0.5s;
}
.images-grid a:hover img {
  transform: scale(1.1); 
}
.images-grid a:nth-child(9n+1), .images-grid a:nth-child(9n+7), .images-grid a:nth-child(9n+3),
.images-grid .mini-video:nth-child(9n+1), .images-grid .mini-video:nth-child(9n+7), .images-grid .mini-video:nth-child(9n+3) {
  grid-row: span 6;
}
.images-grid a:nth-child(9n+5), .images-grid a:nth-child(9n+2), .images-grid a:nth-child(9n),
.images-grid .mini-video:nth-child(9n+5), .images-grid .mini-video:nth-child(9n+2), .images-grid .mini-video:nth-child(9n) {
  grid-row: span 3;
}
.images-grid a:nth-child(9n+8), .images-grid a:nth-child(9n+4), .images-grid a:nth-child(9n+6),
.images-grid .mini-video:nth-child(9n+8), .images-grid .mini-video:nth-child(9n+4), .images-grid .mini-video:nth-child(9n+6) {
  grid-row: span 5;
}
@media only screen and (max-width: 1600px) {
  .images-grid {
    grid-auto-rows: 70px;
  }
}
@media screen and (max-width: 1199px) {
  .images-grid {
    gap: 10px;
    grid-auto-rows: 50px;
  }
}
@media screen and (max-width: 767px) {
  .images-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 575px) {
  .images-grid {
    gap: 5px;
  }
}

.mini-video {
  position: relative;
  cursor: pointer;
}
.mini-video::before, .mini-video::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  transition: all 0.5s;
  opacity: 0;
}
.mini-video::before {
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .mini-video::before {
    opacity: 0.2;
  }
}
.mini-video::after {
  z-index: 2;
  width: 188px;
  height: 188px;
  max-width: 100%;
  max-height: 100%;
  background-image: url("../images/play.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1199px) {
  .mini-video::after {
    width: 140px;
    height: 140px;
    opacity: 1;
  }
}
@media screen and (max-width: 575px) {
  .mini-video::after {
    width: 80px;
    height: 80px;
  }
}

.mini-video:hover::before {
  opacity: 0.2;
}
.mini-video:hover::after {
  opacity: 1;
}
.more-svg {
  width: 100%;
}
@media screen and (max-width: 575px) {
  .more-svg svg {
    height: 50px;
  }
}

.side-span {
  position: relative;
}

.wide-span {
  font-family: "Marcellus";
  font-weight: 400;
  font-size: 177px;
  line-height: 80%;
  letter-spacing: 0.7px;
  text-align: center;
  color: #fff;
  opacity: 0.1;
  position: absolute;
  bottom: 0;
  left: 40%;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 767px) {
  .wide-span {
    font-size: 130px;
  }
}
@media screen and (max-width: 575px) {
  .wide-span {
    font-size: 70px;
  }
}

.video-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -10;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.video-wrap .video {
  border: 1px solid #fff;
  padding: 20px;
  width: 90%;
  height: 80%;
  max-width: 800px;
  max-height: 500px;
  position: relative;
}
.video-wrap .video .closeVideo {
  position: absolute;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 1px solid var(--primary-color);
  background-color: var(--secondary-color);
  top: -25px;
  right: -25px;
  cursor: pointer;
  background-image: url("../images/close.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
}
@media screen and (max-width: 575px) {
  .video-wrap .video {
    width: 90%;
    height: 50%;
    max-height: 500px;
    padding: 10px;
  }
  .video-wrap .video .closeVideo {
    width: 36px;
    height: 36px;
    top: -18px;
    right: -18px;
  }
}

.video-wrap.open-video {
  z-index: 105;
  opacity: 1;
}

.kategorije a {
  position: relative;
}
.kategorije a div {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.4) 75%, rgba(0, 0, 0, 0.6) 100%);
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  transition: all 0.5s;
  opacity: 0;
}
.kategorije a div span {
  font-size: 14px;
  letter-spacing: 0.35px;
}
.kategorije a div p {
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0.75px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.kategorije a:hover div {
  opacity: 1;
}
@media screen and (max-width: 1199px) {
  .kategorije a div {
    opacity: 1;
  }
  .kategorije a div p {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .kategorije a div {
    padding: 5px;
  }
  .kategorije a div p {
    font-size: 14px;
  }
  .kategorije a div span {
    font-size: 12px;
  }
}

.blog-page {
  display: grid;
  grid-template-columns: 1fr 430px;
  gap: 50px;
}
.blog-main-image {
  height: 100%;
  max-height: 500px;
}
.blog-main-image + .blog-details {
  margin-top: 50px;
}
@media screen and (max-width: 1399px) {
  .blog-page {
    grid-template-columns: 1fr 400px;
    gap: 30px;
  }
}
@media screen and (max-width: 1299px) {
  .blog-page {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}

.blog-list {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.blog {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 50px 0;
}
.blog > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.blog .blog-img {
    height: 200px;
  }
@media screen and (max-width: 767px) {
  .blog {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 25px 0;
  }
  .blog .blog-description {
    -webkit-line-clamp: 3;
  }
  .blog .blog-img {
    height: 250px;
  }
  .blog-main-image {
    height: 30vh;
  }
}
@media screen and (max-width: 575px) {
  .blog .blog-img {
    height: 180px;
  }
  .blog .blog-title {
    font-size: 24px;
    margin: 10px 0;
  }
}

.blog-date {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}

.blog-title {
  font-family: "Marcellus";
  font-size: 32px;
  line-height: 35px;
  letter-spacing: 0.5px;
  margin: 10px 0 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tag {
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 5px;
  width: 100%;
  display: block;
  border: none;
  outline: none;
  max-width: 130px;
  text-align: center;
}

.blog-description {
  position: relative;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.read-more-inline {
  position: absolute;
  bottom: 0;
  right: 0;
  font-weight: 700;
  background: #111111;
  padding-left: 5px;
  text-transform: uppercase;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination a {
  font-size: 24px;
  padding: 20px 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .active {
  font-weight: 700;
  border-top: 1px solid #fff;
}
.pagination li + li {
  margin-left: 15px;
}
@media screen and (max-width: 575px) {
  .pagination li + li {
    margin-left: 10px;
  }
  .pagination a {
    font-size: 16px;
    padding: 10px 5px 0;
  }
}

.blog-right {
  height: -moz-fit-content;
  height: fit-content;
  display: grid;
  gap: 50px;
}
.blog-right h2 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 575px) {
  .blog-right {
    gap: 25px;
  }
  .blog-right h2 {
    font-size: 24px;
  }
}

.tags {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
.tags .tag, .tags .active {
  max-width: 100%;
  cursor: pointer;
  transition: all 0.5s;
}
.tags .tag:hover, .tags button[checked] {
  background-color: var(--secondary-color);
}
.video-h1 h1 {
  max-width: 400px;
}
.photo-h1 h1 {
  max-width: 600px;
  font-size: 45px;
  line-height: 140%;
}
@media screen and (max-width: 575px) {
  .tags {
    gap: 5px;
  }
  .photo-h1 h1 {
    font-size: 32px;
  }
}

.blog-search {
  display: flex;
  align-items: center;
  height: -moz-fit-content;
  height: fit-content;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.blog-search input, .blog-search button {
  width: 100%;
  font-size: 14px;
}
.blog-search input {
  outline: none;
  padding: 0 10px;
}
.blog-search button {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: -moz-fit-content;
  max-width: fit-content;
  border: none;
  outline: none;
  background-color: rgba(217, 217, 217, 0.5);
  font-weight: 600;
  padding: 11px 17px;
}
.blog-search button svg {
  margin-right: 5px;
}

@media screen and (max-width: 1299px) {
  .blog-page1 .blog-right {
    order: 1;
  }
  .blog-page1 .blog-left {
    order: 2;
  }
}

.mini-blog {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  margin-top: 30px;
}
.mini-blog > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mini-blog .blog-title {
  font-size: 24px;
  margin: 5px 0;
}
.mini-blog .image2 {
  height: 160px;
}
@media screen and (max-width: 575px) {
  .mini-blog {
    gap: 15px;
  }
  .mini-blog .blog-title {
    font-size: 18px;
    line-height: 120%;
  }
}

.share {
  display: flex;
  align-items: center;
}
.share a {
  font-size: 24px;
  letter-spacing: 1px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid transparent;
  transition: all 0.5s;
}
@media screen and (max-width: 575px) {
  .share a {
    font-size: 20px;
    width: 50px;
    height: 50px;
  }
}
.share a:hover {
  border-color: #fff;
}

.blog-top {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.blog-top .blog-date {
  font-size: 18px;
  font-weight: 500;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  margin-right: 45px;
  padding-right: 45px;
}
.blog-top .tag + .tag {margin-left: 5px;}
@media screen and (max-width: 575px) {
  .blog-top .blog-date {
    font-size: 16px;
    margin-right: 25px;
    padding-right: 25px;
  }
}

.blog-details h1 {
  font-family: "Marcellus";
  font-size: 45px;
  letter-spacing: 0.5px;
  margin-bottom: 35px;
}
.blog-details h2 {
  font-size: 32px;
  letter-spacing: 0.35px;
  margin: 35px 0;
}
@media screen and (max-width: 575px) {
  .blog-details h1 {
    font-size: 35px;
  }
  .blog-details h2 {
    font-size: 24px;
  }
}

.blog-gallery {
  display: grid;
  grid-template-columns: 1.7fr 1fr 1fr;
  gap: 25px;
  padding-top: 50px;
  margin-top: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  grid-auto-rows: 200px;
  max-height: 476px; 
  overflow: hidden;
}
.blog-gallery a:first-child {
  grid-row: span 2;
}
@media screen and (max-width: 1399px) {
  .blog-gallery {
    gap: 15px;
    grid-auto-rows: 150px;
    max-height: 366px;
  }
}
@media screen and (max-width: 575px) {
  .blog-gallery {
    gap: 5px;
    grid-auto-rows: 100px;
    max-height: 236px;
    margin-top: 30px;
    padding-top: 30px;
  }
}

.about1 {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 100px;
}
@media screen and (max-width: 1199px) {
  .about1 {
    display: flex;
    flex-direction: column-reverse;
    gap: 0;
  }
  .about1 h1 {
    margin-bottom: 30px;
  }
}

.about2 {
  padding-bottom: 50px;
  position: relative;
}
.about2 div {
  height: 60vh;
  max-height: 600px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.about2 span {
  position: absolute;
  right: 70px;
  bottom: 0;
  background-color: #fff;
  font-size: 32px;
  letter-spacing: 1px;
  text-align: center;
  color: #111111;
  padding: 25px 50px;
}
@media screen and (max-width: 1199px) {
  .about2 div {
    max-height: 400px;
  }
  .about2 span {
    font-size: 26px;
  }
}
@media screen and (max-width: 575px) {
  .about2 span {
    right: 20px;
    font-size: 20px;
    padding: 20px 30px;
  }
}

.about3 {
  display: grid;
  grid-template-columns: 1fr 60%;
  gap: 50px;
}
.about3 h2 {
  font-size: 45px;
}
@media screen and (max-width: 1199px) {
  .about3 {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .about3 h2 {
    font-size: 32px;
  }
}

.about3.side-span .wide-span {
  left: 0;
  bottom: 130px;
}
@media screen and (max-width: 1199px) {
  .about3.side-span .wide-span {
    bottom: 0;
  }
}

.numbers {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  position: relative;
}
.numbers::before, .numbers::after {
  content: "";
  height: 125px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.numbers::before {
  left: 27%;
}
.numbers::after {
  left: 72%;
}
.numbers .num {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.numbers .num span, .numbers .num p {
  text-align: center;
  letter-spacing: 0.7px;
}
.numbers .num span {
  font-size: 110px;
  line-height: 80%;
}
.numbers .num p {
  font-size: 24px;
  margin-top: 20px;
}
@media screen and (max-width: 1199px) {
  .numbers .num span {
    font-size: 80px;
  }
  .numbers::before {
    left: 29%;
  }
  .numbers::after {
    left: 67%;
  }
}
@media screen and (max-width: 991px) {
  .numbers .num span {
    font-size: 60px;
  }
  .numbers .num p {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .numbers {
    flex-direction: column;
    align-items: center;
  }
  .numbers::before, .numbers::after {
    display: none;
  }
  .numbers .num {
    width: 100%;
  }
  .numbers .num:nth-child(2) {
    padding: 25px 0 20px;
    margin: 20px 0 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}

.contact-page {
  display: grid;
  grid-template-columns: 430px 1fr;
  gap: 50px;
}
.contact-page h2 {
  font-size: 32px;
}
@media screen and (max-width: 1299px) {
  .contact-page {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 575px) {
  .contact-page h2 {
    font-size: 24px;
  }
}

.contact-left h1 {
  margin-bottom: 35px;
}
.contact-left .text {
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.contact-left .share {
  margin: 35px 0;
}
.contact-left .share a {
  font-size: 16px;
  letter-spacing: 0.25px;
  width: 50px;
  height: 50px;
}
.contact-left .contact-links a {
  display: flex;
  align-items: center;
  margin-top: 20px;
  transition: all 0.5s;
}
.contact-left .contact-links a svg {
  margin-right: 10px;
}
.contact-left .contact-links a:hover {
  color: var(--secondary-color);
}

.contact-span .wide-span {
  left: -5vw;
  z-index: -1;
}

.contact-form {
  background-color: #222222;
  padding: 50px;
}
.contact-form h2 {
  font-weight: 600;
  letter-spacing: 0.25px;
  margin-bottom: 50px;
}
.contact-form form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 65px;
}
.contact-form form div:has(textarea), .contact-form form div:has(button) {
  grid-column: span 2;
}
@media screen and (max-width: 991px) {
  .contact-form form {
    gap: 50px;
    grid-template-columns: 1fr;
  }
  .contact-form form div:has(textarea), .contact-form form div:has(button) {
    grid-column: span 1;
  }
}
@media screen and (max-width: 575px) {
  .contact-form form {
    gap: 20px;
  }
}
.contact-form input, .contact-form textarea, .contact-form label, .contact-form button {
  font-size: 16px;
  letter-spacing: 0.25px;
}
.contact-form label {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
}
.contact-form input, .contact-form textarea {
  border: none;
  outline: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
  padding: 5px 0;
}
.contact-form input {
  height: 50px;
}
.contact-form textarea {
  resize: none;
  height: 100px;
}
.contact-form button {
  margin-left: auto;
  display: flex;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid #fff;
  padding: 18px 50px;
  transition: all 0.5s;
  text-align: center;
  justify-content: center;
}
.contact-form button:hover {
  background-color: #fff;
  color: #222222;
}
@media screen and (max-width: 575px) {
  .contact-form {
    padding: 40px 20px;
  }
  .contact-form button {
    width: 100%;
  }
  .contact-form label {
    font-size: 14px;
  }
}/*# sourceMappingURL=main.css.map */

/* fancybox fix */
.fancybox__footer {
  display: none;
}
/* .fancybox__slide.has-image>.fancybox__content { 
  max-height: 75vh;
} */
.fancybox__backdrop {
  background: #111111;
  opacity: 0.75;
}
.fancybox__nav .f-button {
  width: 80px;
  height: 80px;
  background-color: var(--secondary-color);
  transition: all 0.5s;
}
@media screen and (max-width: 575px) {
  .fancybox__nav .f-button {
    width: 30px;
    height: 30px;
  }
  .fancybox__nav .f-button svg {
    transform: scale(0.5);
  }
}
/* .is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-next, .is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-prev {
  bottom: 0;
  top: unset;
} */

.reveal {
  position: relative;
  opacity: 0;
  transition: 1s all ease;
}
.reveal.active {
  opacity: 1;
}
.reveal1 {
  transform: translateX(50px);
}
.reveal1.active {
  transform: translateX(0);
}
.reveal2 {
  transform: translateX(-50px);
}
.reveal2.active {
  transform: translateX(0);
}
