@import url("CSS/cookie-banner.css");
@import url("CSS/objednej-se-na-tetovani-btn.css");



:root {

    --offgrey-colour: #282832;
    --offwhite-colour: #F0F0F0;
    --skin-colour: #F6D9BA;
    --pink-colour: #FF75BA;
    --orange-colour: #FFA048;
    --header-footer-colour: #242424;
    --button-fill: rgba(240, 240, 240, 0.2);
    --background: rgba(0, 0, 0, 0.90);
    --main-gradient: linear-gradient(to bottom, #FF75BA, #FFA048);
}

*,
*::after,
*::before {
box-sizing: border-box;
}

html {
  font-size: 62.5%; /* 1rem = 10px, čitelnější výpočty */
}


body {
margin: 0;
font-family: "Hanken Grotesk", sans-serif;
font-size: 1.6rem;
font-weight: 300;
color: #F0F0F0;
background-color: var(--background);
}


.wrapper-záhlaví-zápatí{
    width: 52vw;
    display: flex;
    margin: 0 auto;
    /*background-color: #FFA048;*/
}

.kontakt .wrapper-záhlaví-zápatí{
    width: 52vw;
    display: flex;
    margin: 2rem auto;
   /* background-color: #FFA048;*/
}

/*TEXT IN HEADER*/

.menu-link{
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    color:#F0F0F0;
}
.menu-link:hover{
    font-weight: 900;
    transition: 0.2s ease;
}
.menu-link-opened{
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    color:#F0F0F0;
}


/*TEXT IN ČLÁNEK*/

h1 {
  font-size: 64px;
  font-style: italic;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
  color:#F0F0F0;
  padding: 0;
  margin: 0;
  line-height: 0.7;
}

h2 {
  font-size: 4rem;
  font-style: italic;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
  color:#F0F0F0;
  padding: 0;
  margin: 0;
}

h3{
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  white-space: nowrap;
  color:#F0F0F0;
  padding: 0;
  margin: 0;
}

    /*DROPDOWN ODKAZY V MENU*/ 


.dropbtn {
  font-family: 'Hanken Grotesk Medium';
  font-size: 16px;
	font-weight: 500;
  text-decoration: none;
  color: #F0F0F0;
  background-color: var(--header-footer-colour);
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  position: absolute;
  z-index: 1;
  padding: 0;
  max-height: 0;
  opacity: 0;
  left: 0;
  /*overflow: hidden;*/
  transition: max-height 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
}

.dropdown-content a {
    font-family: 'Hanken Grotesk Medium';
    font-size: 16px;
    text-decoration: none;
    padding: 2%;
    color: #F0F0F0;
    display: block; /*odkazy budou pod sebou*/ 
    white-space: nowrap; /*text zůstane na jednom řádku*/ 
    cursor: pointer;
    text-align: left;
}

.dropdown-content a:hover {
    font-family: 'Hanken Grotesk black';
    color: #F0F0F0;
    transition: 0.2s ease;
}

.dropdown:hover .dropdown-content {
  background-color: var(--header-footer-colour);
  padding: 1rem;
  width:fit-content;
  max-height: 500px; /* enough to reveal content */
  opacity: 1;
}
    /*DROPDOWN ODKAZY V MENU KONEC*/ 


/*BUTTONS*/

.btn-objednej-se{
border-radius:100px;
border: 3px solid transparent;
display: inline-block;

background-image: linear-gradient(#222222,#222222),
                    linear-gradient(to bottom, #FF75BA, #FFA048);
background-origin: border-box;
background-clip: padding-box, border-box;
background-color: rgba(240, 240, 240, 0.05);

padding-left: 18%;
padding-right: 18%;
padding-bottom: 4%;
padding-top:4%;
margin-left: -36%;

font-size: 16px;
font-style: italic;
font-weight: 600;
text-decoration: none;
text-align: center;
white-space: nowrap;
color:#F0F0F0;
}

.btn-objednej-se:hover{
  font-weight: 800;
  transition: 0.2s ease;
}

/*HEADER*/

header {
  position: relative;
   /* background-color: var(--header-footer-colour);*/
  background: linear-gradient(to bottom, var(--header-footer-colour) 60%, rgba(255,255,255,0) 100%);
  height: 22vh;
  width: 100%;
  display: flex;
  z-index: 1;
}

.kontakt header {
  position: relative;
   /* background-color: var(--header-footer-colour);*/
  background: linear-gradient(to bottom, var(--header-footer-colour) 60%, rgba(255,255,255,0) 100%);
  height: 11vh;
  width: 100%;
  display: flex;
  z-index: 1;
}


nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 66%;
  max-width: 830px; 
}

.logo {
  align-self: center;
}

.logo img {
  width: 70%;
  height: auto;
  margin:8% auto 4% auto;
  display: block;
}

.kontakt .logo{
position: absolute;
left:1vw ;
margin: 1rem 0;
/*outline: 1px dashed rgb(255, 0, 187);*/
}

.kontakt .logo img {
height:5rem;
  width: auto;
  margin:0;
  padding: 0;
  display: block;
}

nav ul {
  display: flex;
  justify-content: center; /* center the whole row */
  align-items: center;
  gap: 63px; /* controls spacing between items */
  list-style: none;
  margin: 0;
  padding: 0;
}


/*ČLÁNEK*/

.wrapper-článek {
    max-width: 74rem;
    display: flex;
    margin: 0 auto;
    /*background-color: #FFA048;*/
}

.O-MNĚ {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items:flex-start;
  justify-content: flex-start;
  column-gap: 2rem;
  height: auto;
}

  .O-MNĚ .left {
    width: calc(50% - 1rem);
  }

  .O-MNĚ .right{
    width: calc(50% - 1rem);
    padding: 0;
    align-self: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: justify;
  } 


  .O-MNĚ .left img {
    height: auto;
    max-width: 100%;
    display: block;
    object-fit: cover;
    align-self: flex-start; /* důležité */
  }

/*KONTAKT*/

  .wrapper-kontakt {
    max-width: 74rem;
    display:flex;
    flex-direction: column;
    text-align: center;
    margin: 0 auto;
    /*background-color: #FFA048;*/
}

/*CTAs*/

.wrapper-CTA-buttons{
  display: flex;
  justify-content: center;
  max-width: 800px;
  margin: 1rem  auto 0 auto;
  text-align: center;
}

.CTA-sleduj-mě {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2%;
}

.CTA-sleduj-mě .CTA-sleduj-mě-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background-image: linear-gradient(to right, rgba(240,240,240,0.0), rgba(240,240,240,0.1),rgba(240,240,240,0.0));
  margin-top: -7px;
  padding: 6px 50px 9px 50px;
  background-size: 100%;
  background-position: center;
}

.socialicon{
  margin-top: 6px;
}

/*CTA OBJEDNEJ SE*/
.wrapper-CTA-button-2 {
  justify-content: center;
  max-width: 800px;
  position: relative;
  width: 30rem;
  margin: 5rem auto;
}


/*FOOTER*/

footer{
    display: flex;
align-items: center;
    justify-content: center;
    width: 100%;
}

.footer {
  height: 3rem;
   width: 100%;
  background-color: var(--header-footer-colour);
  gap:0.22rem;       
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 10;
}

  .t1 {
    font-size: 1.5rem;
    font-weight: 300;
    margin-bottom: -0.19rem;    
  }

  .t2 {
    font-size: 1.9rem;
    font-weight: 600;
  }


  /*kruhy v pozadí*/

.bg-deco1{
  position: fixed;
  top: 16vh; /* how far from the top */
  left: -50vh; /* sticks out from the left side */
  width: 650px;
  z-index: -9999; /* behind the content */
  pointer-events: none; /* so it doesn’t block clicks */
  will-change: transform;
  transform: translateY(var(--scroll-offset, 0px));
  transition: transform 0.4s linear;
}

.bg-deco2{
  position: fixed;
  top: -15vh; /* how far from the top */
  right: -250px; /* sticks out from the left side */
  width: 650px;
  z-index: -9999; /* behind the content */
  pointer-events: none; /* so it doesn’t block clicks */
  transform: translateY(var(--scroll-offset, 0px));
  transition: transform 0.4s linear;
}




   


