/*                          ---                          */
/* -------------------- Fonts MAIN --------------------- */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;600;700;800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;800&display=swap');
/* ----------------------------------------------------- */

/*                          ---                          */
/* ------------------ Dimensions MAIN ------------------ */
:root {
  /* -- Main navigation */
  --nav-height:     125px;

  /* -- Headers heights */
  --h-index-height: 90%;
  --h-index-height-min: 200px;
  --h-index-height-max: 1200px;

  /* -- Main logo */
  --main-logo-left-margin: 50px;

  --video-opacity: 0.4;
  --nav-backdrop: 10px;

  --padding-body-title: 50px;

  --services-box-opacity: 0.5;
  --services-flip-card-img-grayscale: 0.75
}

@media screen and (min-width: 1241px) {
  :root {
    --nav-margin-top: 50px;

    --margin-body:  100px;
    --margin-inner: 50px;
    
    --padding-body:  100px;
    --padding-inner: 50px;

    --max-width:  1400px;
  }
}
@media screen and (max-width: 1240px) {
  :root {
    --nav-margin-top: 50px;

    --margin-body:  50px;
    --margin-inner: 25px;
    
    --padding-body:  50px;
    --padding-inner: 25px;

    --max-width:  100%;
  }
}
@media screen and (max-width: 744px) {
  :root {
    --nav-margin-top: 50px;

    --margin-body:  50px;
    --margin-inner: 25px;
    
    --padding-body:  50px;
    --padding-inner: 25px;

    --max-width:  100%;
  }
}
@media screen and (max-width: 428px) {
  :root {
    --nav-margin-top: 25px;

    --margin-body:  25px;
    --margin-inner: 15px;
    
    --padding-body:  25px;
    --padding-inner: 15px;

    --max-width:  100%;
  }
}
@media only screen and (max-width: 320px) {
  :root {
    --nav-margin-top: 10px;


    --margin-body:  10px;
    --margin-inner: 10px;
    
    --padding-body:  10px;
    --padding-inner: 10px;

    --max-width:  100%;
  }
}
/* ----------------------------------------------------- */

/*                          ---                          */
/* -------------------- Colors MAIN -------------------- */
:root {
  --white:            #ffffff;
  --black:            #000000;
  --red:              #ff0000;

  --autor-primary:    #2CA8A0;
  --autor-secondary:  #2CA8A0;

  --primary:          #D8006B;
  --bg-light:         #252525;
  --bg-dark:          #1D1D1D;
  --gold:             #b08e1f;

  --font-light:       #c4c4c4;
  --font-gray-light:  #838383;
  --font-gray-dark:   #464646;

  --background-light: #e5e3e3;
  --background-dark:  #000000;
}
/* ----------------------------------------------------- */

/*                          ---                          */
/* ------------------- Settings MAIN ------------------- */
* {
  font-family: 'Montserrat', Arial, sans-serif;
}
*, *::before, *::after {
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
html {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  scroll-behavior: smooth;
  background-color: rgb(145, 188, 203);
}
body {
  width: 100%;
  height: 100%;
  min-height: 100% !important;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  overflow-x: hidden;
  /* font-size: clamp(16px, 4vw, 24px);
  font-size: 4vw; */
}
body.disable-scrollbar {
  overflow: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
body.disable-scrollbar::-webkit-scrollbar {
  display: none;
}
h1 {
  display: none;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}
a, img, strong, button, svg, span {
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -ms-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
a {
  text-decoration: none;
}
p, ul, li {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}
img {
  border-style: none;
  width: 100%;
  height:  100%;
  display: block;
  object-fit: cover;
  transform-origin: center;
}
button {
  border: 0;
}
/* ----------------------------------------------------- */



/* --  Header END -------------------------------------- */
header {
  height: var(--nav-height);
  background-color: rgb(145, 188, 203);
  padding: 0 var(--padding-body) 0 var(--padding-body);
}
.header-wrapper {
  width: 100%;
  max-width: var(--max-width);
  height: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}



.header-logo {
  width: 160px;
  display: flex;
  align-items: center;
}
.header-logo svg {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transform-origin: center;

}

.header-logos {
  width: 200px;
  display: flex;
  align-items: center;
  gap: 25px;
}
.header-logos svg {
  height: auto;
  display: block;
  object-fit: cover;
  transform-origin: center;
}
.header-logos svg.svg-logo-back {
  width: 120px;
}
.header-logos svg.svg-logo-bcs {
  width: 55px;
}
.header-logos svg.svg-logo-ce {
  width: 120px;
  display: none;
}




.header-social { 
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 25px;
  display: none;
}

.header-social a {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-social span {
  display: none;
}
.header-social a svg  {
  width: 100%;
  height: 100%;
  display: block;
}
.header-social a svg .footer-icon-facebook-bg {
  fill: #000000;
  opacity: 1;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}
.header-social a:hover svg .footer-icon-facebook-bg {
  fill: #3b5998;
  opacity: 1;
}
.header-social a svg .footer-icon-facebook {
  fill: var(--white);
  opacity: 0;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}
.header-social a:hover svg .footer-icon-facebook {
  opacity: 1;
}



@media screen and (max-width: 960px) {
  .header-logo {
    width: 120px;
  }
  .header-logos {
    width: 160px;
  }
}
/*                          ---                          */
/* --  Header START ------------------------------------ */








.h2 {
  font-size: 2.5rem;
  font-size: clamp(1.5rem, 5vw, 2.5rem);
  margin: 0;
  font-weight: 400;
}
.h2 span {
    font-weight: 900;
}
.h3 {
  font-size: 1.5rem;
  font-size: clamp(1rem, 4vw, 1.5rem);
  margin: 0;
  font-weight: 300;
  margin-top: 25px;
}
.choose {
  font-size: 1rem;
  font-weight: 400;
  margin: 25px 0 20px 0;
  padding: 10px 15px;
  color: #FFFFFF;
  background-color: black;
  border-radius: 4px;
}

.row-hiring {
  margin: 18px 0 20px 0;
  text-align: center;
}
.row-hiring a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 15px;
  color: #2f4b54;
  border-radius: 4px;
  background-color: #9fcbda;
}
.row-hiring a:hover {
  color: #FFFFFF;
  background-color: black;
}

.container {
  display: flex;
  width: 100%;
  max-width: var(--max-width);
  margin: auto;
  padding: 0 0 0 0;
}

.left-column {
  flex: 1;
  display: flex;
  background-color: rgb(145, 188, 203);
}
.left-column img {
  width: 33.3333%;
}

.right-column {
  width: 540px;
  padding: 100px 25px 50px 50px;
  padding: calc(var(--padding-body) / 2 );
  background-color: lightblue;
  position: relative;
}
.right-column::after {
  content: '';
  position: absolute;
  width: 200%;
  height: 100%;
  top: 0;
  left: 500px;
  background-color: lightblue;
  z-index: -1;
}




.flexbox-container {
  display: flex;
  gap: 2rem; /* Medzera medzi stĺpcami – voliteľné */
}

.flexbox-container ul {
  flex: 1; /* Oba <ul> zaberú rovnaký priestor */
  list-style: none;
  padding-left: 15px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.flexbox-container li {
  position: relative;
  padding-left: 21px;
}
.flexbox-container li a {
  font-weight: 600;
  text-decoration: none;
  color: rgb(12, 91, 117);
}
.flexbox-container li a:hover {
  color: rgb(1, 29, 38);
}



/* Vlastná ikona ako maska */
.flexbox-container li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  
  /* Farba ikony */
  background-color: #176b87;

  /* Maskovanie podľa SVG */
  /* -webkit-mask-image: url('./inc/img/list-dots.svg');
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-position: center;

  mask-image: url('./inc/img/list-dots.svg');
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center; */
  
  transition: background-color 0.3s ease;
}

/* Zmena farby pri hover */
.flexbox-container li:has(a:hover)::before {
  background-color: rgb(1, 29, 38);
}





@media screen and (max-width: 960px) {
  .container {
    flex-direction: column;
    padding: 0 var(--padding-body) 0  var(--padding-body);
  }
  .choose {
    font-weight: 400;
    margin: 25px 0 20px 0;
  }
  .right-column {
    width: 100%;
    padding: var(--padding-body);
  }
  .right-column::after {
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    background-color: transparent;
  }

  .h2,
  .h3,
  .choose,
  .flexbox-container {
    text-align: center;
  }


  .flexbox-container ul {
    padding-left: 0;
  }
  .flexbox-container li {
    padding-left: 0;
  }
  .flexbox-container li::before {
    width: 0;
    height: 0;
    background-color: transparent;
  }

}
/* --  XXX START --------------------------------------- */


/*                          ---                          */
/* --  Container BB pas START -------------------------- */
.container-bb-pas {
  display: flex;
  max-width: var(--max-width);
  padding: 0 var(--padding-body);
  align-items: center;
  justify-content: center;
  margin: auto;
  display: none;
}
.container-bb-pas img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transform-origin: center;
  background-color: rgb(145, 188, 203);
  padding: var(--padding-body) 0;
}
/* --  Container BB pas END ---------------------------- */


/*                          ---                          */
/* --  Footers START ----------------------------------- */
footer.f-default {
  width: 100%;
  background-color: rgb(22, 107, 135);
  padding: 64px var(--padding-body) 0 var(--padding-body);
}
.f-wrapper {
  width: 100%;
  max-width: var(--max-width);
  height: 100%;
  margin: auto;
}

/* -- Top row */
.f-row-top {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 33px 0 15px 0;
}
.f-row-top a {
  color: var(--font-gray-light);
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 5px 15px;
  position: relative;
}
.f-row-top a::after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  left: -13px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  background-color: red;
}
.f-row-top a:first-child:after {
  width: 0;
  height: 0;
  background-color: transparent;
}
.f-row-top a:hover {
  color: var(--primary);
}

/* -- Middle row */
.f-row-middle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}
.f-row-middle::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  background-color: rgb(38, 133, 165);
}
.f-row-middle-soc {
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 0 25px 0 0;
  background-color: rgb(22, 107, 135);
  display: none;
}
.f-row-middle-soc a {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.f-row-middle-soc span {
  display: none;
}
.f-row-middle-soc a svg  {
  width: 100%;
  height: 100%;
  display: block;
}
.f-row-middle-soc a svg #footer-icon-facebook-bg {
  fill: rgb(145, 188, 203);
  opacity: 1;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}
.f-row-middle-soc a:hover svg #footer-icon-facebook-bg {
  fill: #3b5998;
  opacity: 1;
}
.f-row-middle-soc a svg #footer-icon-facebook {
  fill: var(--white);
  opacity: 0;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}
.f-row-middle-soc a:hover svg #footer-icon-facebook {
  opacity: 1;
}
.f-row-middle-soc a svg #footer-instagram-bg { 
  fill: var(--font-gray-light);
  opacity: 1;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}
.f-row-middle-soc a svg #footer-instagram-bg-color,
.f-row-middle-soc a svg #footer-icon-instagram {
  fill: var(--white);
  opacity: 0;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -ms-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}
.f-row-middle-soc a:hover svg #footer-instagram-bg { 
  opacity: 0;
}
.f-row-middle-soc a:hover svg #footer-instagram-bg-color,
.f-row-middle-soc a:hover svg #footer-icon-instagram {
  opacity: 1;
}
.f-row-middle-autor {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0 0 0 25px;
  background-color: rgb(22, 107, 135);
}
.f-row-middle-autor span {
  color: rgb(145, 188, 203);
  font-size: 0.8rem;
  font-weight: 600;
}
.f-row-middle-autor svg.jakubca-logo {
  width: auto;
  height: 37px;
  display: block;
}
.f-row-middle-autor svg .logo-bg,
.f-row-middle-autor svg .logo-aj {
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -ms-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
.f-row-middle-autor svg .logo-bg {
  fill: rgb(145, 188, 203);
}
.f-row-middle-autor svg .logo-aj {
  fill: rgb(38, 133, 165);
}
.f-row-middle-autor a:hover svg .logo-bg {
  fill: rgb(14, 82, 104);
}
.f-row-middle-autor a:hover svg .logo-aj {
  fill: var(--white);
}

/* -- Bottom row */
.f-row-bottom {
  text-align: center;
  color: rgb(145, 188, 203);
  font-size: 0.8rem;
  font-weight: 400;
  padding: 15px 0 33px 0;
}
.f-row-bottom a {
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
}
.f-row-bottom a:hover {
  color: rgb(145, 188, 203);
}

@media screen and (max-width: 809px) {
  .f-wrapper {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
  .f-row-top { 
    padding: var(--padding-body) 0 20px 0;
    flex-direction: column;
  }
  .f-row-top a {
    font-size: 1rem;
    padding: 25px 0;
    text-align: center;
    background-color: var(--bg-dark);
  }
  .f-row-top a:hover {
    color: var(--font-gray-light);
  }
  .f-row-top a::after {
    width: 0;
    height: 0;
    background-color: transparent;
  }
  .f-row-bottom {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
/* --  Footers END ------------------------------------- */