/*
      vypnout doporučování videí z youtube - rel=0 za url
      dát do karuselu  šipku v kolečku 
      video karusel u klipů dát jenom stránku - vypnuto pro desktop
      vypnout zapínáni videí uplne u všech (krom u tech klipů) - autoplay=0
  u stránky klipy nechat na pc karusel a na mobil dát ty videa pod sebe
     odstranit /index.html - na to jsem podle všeho malej pán
*/
@font-face {
  font-family: 'CY Grotesk';
  src: url('fonts/kobuzan-cy-grotesk-grand-dark.otf') format('otf'),

}
ul{
  padding: 0px;
}

.hero_flex{
    display: flex;
    padding: 200px 0px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    background: url("photosMP/herotest.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 60px;
}

.hero_text1{
    color: #FFF;
    text-align: center;
    font-family: 'CY Grotesk', sans-serif;
    font-size: 180px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 27px;
}
.hero_text2{
    color: #FFF;
    font-family: 'CY Grotesk', sans-serif;
    font-size: 180px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 9px;
}


.kontakt_flex{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;
  padding-top: 100px;
  padding-bottom: 250px;
}

.kontakt_flex p{
  color: #fff;
  text-align:center;
}
.about_picture{
    width: 100%;
    height: auto;
}
h2{
    color: #FFF;
    font-family: 'CY Grotesk', sans-serif;
    font-size: 80px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 2.76px;
    margin-bottom: 40px;
  
}
h4{
    color: #FFF;
    font-family: 'CY Grotesk', sans-serif;
    font-size: 20px;
    font-style: normal;
    
    line-height: 150%; /* 36px */
    letter-spacing: 0.72px;
    padding-bottom: 16px
}
.instagram{
  display: inline-block;

  background-image: url('ig.png');
  background-color: #00000000; 
  background-size: contain; 
  width: 2rem;
  height: 2rem;
  border: none; 
  cursor: pointer; /* Add a pointer cursor on hover */
}
.instagramblack{
  display: inline-block;

  background-image: url('igblack.png');
  background-color: #ffffff00;
  background-size: cover; 
  width: 2rem;
  height: 2rem;
  border: none; 
  cursor: pointer; /* Add a pointer cursor on hover */
}


.portfoliotile{

    width: 100%;
    height: auto;
    position:relative;

}

.portfoliopng{
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover; 
  display: block;

}

.portfoliopng:hover{
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover; 
  
}

.portfoliotext{
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%);

  /* text-decoration: line-through; */
  color: #fff;
  font-family: 'CY Grotesk', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 36px */
  letter-spacing: 0.72px;
  margin-block-start: 0em;
  margin-block-end: 0em;
}

.headermid{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}


.portf-pic{
  padding: 12px;
 
  width: 100%;
 
  object-fit: cover; 
  display: block;
 }

iframe{
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
}



.hero_wedding{
  display: flex;
  padding: 225px 0px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  background: url("/svatby/herowedding.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 60px;
}


/* NAVBAR STYLING STARTS */
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  padding: 8px 48px;
  color: #fff;
  position: fixed;
  width: 100%;
  z-index: 1;
}

.nav-links a {
  color: #fff;
  font-family: 'CY Grotesk', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
    line-height: 150%; /* 36px */
    letter-spacing: 0.72px;
    margin-block-start: 0em;
    margin-block-end: 0em;
}



/* LOGO */
.logo {
  font-size: 32px;
  color: #FFF;

}
.logo:hover {
  text-decoration: line-through;
  
}

/* NAVBAR MENU */
.menu {
  display: flex;
  gap: 1em;
  font-size: 18px;
}

.nav-links a:hover{
  text-decoration: line-through;
}

.menu li {
  padding: 5px 14px;
}

/* DROPDOWN MENU */
.services {
  position: relative; 
  width:100%;
}


.dropdown {
  background-color: #0000001c;

  position: absolute; /*WI#0000001c;TH RESPECT TO PARENT*/
  display: none;
  
}
.dropdown.background-white {
  background-color: #ffffff3d;

  position: absolute; /*WI#0000001c;TH RESPECT TO PARENT*/
  display: none;
  
}

.dropdown.background-white li:hover {
  background-color:#ffffff3d;
}


.dropdown li + li {
  margin-top: 10px;
}

.dropdown li {
  padding: 0.5rem 2rem;
  width: 10rem;
  text-align: center;
}

.dropdown li:hover {
  background-color:#0000001c;
}
.services .dropdown {
  width: 100%; /* Nastavit šířku na 100% rodiče */
}
.services .dropdown li {
  width: 100%; /* Nastavit šířku položek na 100% */
  text-align: left; /* Zarovnání textu vlevo, pokud je to žádoucí */
}

.services:hover .dropdown {
  display: block;

}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

/* CHECKBOX HACK */

input[type=checkbox] {
  display: none;
} 

/* HAMBURGER MENU */
.hamburger {
  display: none;
  font-size: 24px;
  user-select: none;
}
  /* OBECNE !!!!!!!!!!!!!!!!!!!!!*/ 

h2{
    color: #FFF;
    font-family: 'CY Grotesk', sans-serif;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.76px;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-bottom: 16px;
}

.box{
    background-color: rgb(9, 136, 248);
    border-color: blue;

}
body{
    background-color: #000000;

}

p.textcolor-black{
  color: #000000;
  margin: 0px;
}
.textcolor-black{
  color: #000000;
  margin: 0px;
}

.container{
    margin-bottom: 60px;
}
.pad-t-b-80{
  padding-top: 80px;
  padding-bottom: 80px;
}
.pad-0{
  padding: 0px;
}
.margin-t-80{
  margin-top: 80px;
}

.background-white{
  background-color: #fff;
}

.navbar.background-white{
  background: rgb(264, 264, 264, 0.10);
}
ul.nav-links{
  margin: 0px;
  padding: 0.5rem
}

.desktop_off{
  display: none;
}


/* CAROUSEL */
* {

  box-sizing: border-box;
}


.slider-wrapper {

  position: relative;
  overflow: hidden;

}

.slides-container {
  /*height: calc(100vh - 2rem); */
  height: fit-content;
  width: 100%;
  display: flex;
  overflow: scroll;
  scroll-behavior: smooth;
  list-style: none;
  margin: 0;
  padding: 0;
}

.slides-container {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
}
/* WebKit */
.slides-container::-webkit-scrollbar { 
  width: 0;
  height: 0;
}
.slides-container-klipy {
/*height: calc(100vh - 2rem); */
height: fit-content;
width: 100%;
display: flex;
/* flex-direction: column;  - JEN PRO MOBILY - VIZ media queres*/
overflow: scroll;
scroll-behavior: smooth;
list-style: none;
margin: 0;
padding: 0;
}


.slide-arrow {
  position: absolute;
  height: 120%;
  background-color: #00000000;
  border: none;
  width: 48px;
  font-size: 1rem;
  padding: 0.5rem;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 250ms;

}
.arrow-hero{
  width: 64px;

}
.slide-arrow:hover {
  opacity: 0.75;
}

#slide-arrow-prev {
  left: 0;
  background-image: url("arrow2.svg");
  background-size: 80% 80%; /* Adjust this for the desired size */
  border-radius: 0 2px 2px 0;
}

#slide-arrow-next {
  right: 0;
  background-image: url("arrow.svg");
  background-size: 80% 80%; /* Adjust this for the desired size */
  border-radius: 2px 0 0 2px;
}

.slide {
  width: 100%;
  height: 100%;
  flex: 1 0 100%;
}



footer {
  padding: 1em;
  text-align: center;
  background-color: #FFDFB9;
}

footer a {
  color: inherit;
  text-decoration: none;
}

footer .heart {
  color: #DC143C;
}

/* APPLYING MEDIA QUERIES */
@media (max-width: 768px) {
 .menu {
  display: none;
  position: absolute;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45) 1%, rgba(0, 0, 0, 0.85) 75%);
  width: 100%; /* Nastavení šířky na 70% */
  left: 0; /* Umístění menu na levou stranu */
  top: 60px; /* Posun menu dolů pod logo */
  padding-left: 20px;
  }
  .desktop_off{
    display: block;
  }
  .menu li:hover {
    display: inline-block;
    background-color:#0d0d0d75;
    transition: 0.3s ease;
  }

  .menu.background-white-mobile li.services:hover {
    display: inline-block;
    background-color:#ffffff71;
    transition: 0.3s ease;
 
  }
  .menu li.services:hover {
    display: inline-block;
    transition: 0.3s ease;
  }
  .menu.background-white-mobile li:hover {
    display: inline-block;
    background-color:#ffffff71;
    transition: 0.3s ease;
  }
  .menu li + li {
    margin-top: 12px;
  }

  input[type=checkbox]:checked ~ .menu {
    display: block;
  }

  .hamburger {
    display: block;
  }

  .slides-container-klipy {
    /*height: calc(100vh - 2rem); */
    height: fit-content;
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: scroll;
    scroll-behavior: smooth;
    list-style: none;
    margin-top: 80px;
    padding: 0;
    gap: 32px;
    overflow: hidden; /* Skryje jakýkoliv posuvník */
    }
    .mobile_off{
      display: none;
    }
    
/*
  .dropdown {
    left: 35%;
    top: 8px;
    transform: translateX(35%);
  }
*/
  .dropdown{
   position: relative;
 
  }
  .dropdown.background-white{
    position: relative;
   }
  .dropdown li:hover {
    background-color: #4e4e4e;

  }
  .dropdown.background-white-mobile li:hover {
    background-color:#ffffff3d;
  }

  .hero_text1{
    color: #FFF;
    text-align: center;
    font-family: 'CY Grotesk', sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 27px;
}
.hero_text2{
    color: #FFF;
    font-family: 'CY Grotesk', sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 9px;
}
.logo {
  font-size: 24px;
  font-family: 'CY Grotesk', sans-serif;

}
.navbar{
  padding: 8px 24px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.90) 1%, rgba(0, 0, 0, 0.0) 100%);
}
.menu.background-white-mobile{
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.025) 10%, rgba(255, 255, 255, 0.50)50%)
}

}

 
/*
.nav-link{
    color: #FFF;
   
    font-family: Plus Jakarta Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.76px;

}

.nav-link:hover{
    color: #FFF;
    text-decoration-line:  line-through;
}

.navbar-brand{
    color: #FFF;
   
    font-family: Plus Jakarta Sans;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.76px;
   

}

.navbar-brand:hover{
    color: #FFF;
   
    font-family: Plus Jakarta Sans;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.76px;
    text-decoration-line:  line-through;

}
*/
