*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    scroll-behavior: smooth;
    /*user-select: none;*/
}
/******************/
:root{
    --main-color: #e9671c;
    --secondary-color: #e9671c;
    --poppins: 'Poppins', sans-serif;
    --vietnam: 'Be Vietnam Pro', sans-serif;
}
.row{
    max-width: 1400px;
    margin: 0px auto;
}

.heading h2{
    font-family: 'Teko', sans-serif;
    font-size: 5em;
    text-align: center;
 }

.heading h2:after{
    content: "";
    width: 250px;
    display: block;
    border-bottom: 3px solid #e9671c;
    background-color: #e9671c;
    text-align: center;
    margin: 0px auto;
}

h4{
    font-family: 'Teko', sans-serif;
    font-size: 3em;
    text-align: center;
}

h4:after{
    content: "";
    width: 150px;
    display: block;
    border-bottom: 3px solid #e9671c;
    background-color: #e9671c;
    text-align: center;
    margin: 0px auto;
}

/*********** HEADER **********/

.podnazev{
    font-size: 2em;
    margin: 5%;
    font-family: 'Lato', sans-serif;
    color: #eddecf;
    margin-left: 100px;
    text-transform: uppercase;
    line-height: 1;
    position: relative;
    top: 15%;
    left: 10%;
    max-width: 75%;
    text-align: left;
    overflow-y: hidden;
}


.logomma{
    width: 100px;
    margin-top: 1%;
    margin-right: 0.8rem;
}

header{
    height: 100vh;
    background: linear-gradient(to right,#000000b7 0%,#a1854fa6 80%,#00000098 100%),url("gym.jpg");     
    background-size: cover;        
    overflow-y: hidden;
}

header nav{
    display: flex;
    min-height: 8vh;
    justify-content: space-around;
    align-items: center;
}

header nav .nav-links{
    display: flex;
    justify-content: space-around;
    width: 45%;
}
.nav-links li::after{
    content: "";
    display: block;
    height: 3px;
    width: 0;
    background: rgb(233, 120, 28);
    transition: width 1s;
}
.nav-links li:hover::after{
    width: 100%;
    transition: width 0.5s;
}
header nav .nav-links li{
    list-style-type: none;
}

header nav .nav-links li a{
    color: white;
    text-decoration: none;
    font-family: 'Teko', sans-serif;
    font-size: 25px;
}

header .wrap{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    overflow-y: hidden;
}
header .wrap .item:first-child{
    text-align: left;
    grid-column: span 2;
    overflow-y: hidden;
}

header .wrap .item:first-child h1{
    font-size: 8em;
    margin: 5%;
    font-family: var(--poppins);
    color: white;
    margin-left: 100px;
    text-transform: uppercase;
    line-height: 1;
    position: relative;
    top: 15%;
    left: 10%;
    text-align: left;
    overflow-y: hidden;
}

.burger div{
    width: 25px;
    height: 3px;
    background-color: #ffffffde;
    margin: 5px;
    border-radius: 4px;
}

.burger{
    display: none;
    cursor: pointer;
}

/*********************** MAIN **********************/

.splide__slide img {
    width: 100%;
    height: auto;
  }

.socky{
    letter-spacing: 1em;
}

.about-me{
    margin-top: 3em;
    margin-bottom: 10%;
}
.kontakty .mobilkont{
    display: grid ;
    grid-template-columns: repeat(3, 1fr);
    gap: 3em;
    margin-top: 2em;
}

a{
    color: #676767; 
    text-decoration: none;
}

a:hover{
    color: #e9671c;
    text-decoration: none;
}

p{
    color: rgb(29, 29, 29);
    margin-top: 10px;
    margin-bottom: 20px;
    font-family: 'Teko', sans-serif;
    text-align: center;
    font-size: 22px;
    padding: 0px 50px;
}

.about-me .wrapper{
    margin-top: 3em;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    overflow-y: hidden;
    
}

.about-me .wrapper .item img{
    width: 100%;
    position: relative;
    right: 0;
    padding: 0;
}

.about-me .wrapper .item:nth-child(2){
    background-color: black;
    height: 99.6%;
}
.about-me .wrapper .item p{
    color: white;
    margin-top: 10px;
    margin-bottom: 20px;
    font-family: 'Teko', sans-serif;
    text-align: center;
    font-size: 22px;
    padding: 0px 50px;
}
.about-me .wrapper .item p b{
    color: var(--main-color);
}
.about-me .wrapper .item h3{
    font-family: 'Teko', sans-serif;
    font-size: 2.5em;
    text-align: center;
    color: rgb(255, 255, 255);
    margin-top: 10px;
    
}

.people{
    background-color: rgb(0, 0, 0);
    margin-top: 3em;
    z-index: 1;

}
.people .wrapper{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
}

.people .wrapper .item h3{
    color: white;
    font-family: 'Teko', sans-serif;
    font-size: 1.5em;
    margin-top: 1em;
}
.people .wrapper .item p{
    color: var(--main-color);
    font-family: 'Teko', sans-serif;
    font-size: 2.5em;
    margin-bottom: 1em;
}
.people::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background-position: left top;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.plany svg{
    position: absolute;
    margin-top: 20em;
}
.plany{
    margin-top: 3em;
}
.plany .wrapper{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
    gap: 1em;
}
.plany .wrapper .item:hover{
    transform: scale(1);
    box-shadow: 4px 5px 20px 5px rgba(0, 0, 0, 0.192);
}
.plany .wrapper .item{
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.205);
    border-radius: 15px;
    height: 42em;
    transition: 0.2s all;
    z-index: 100;
    width: 350px;
    margin: 50px 25px;
    background-color: white;
}

.plany .wrapper .item h3{
    font-family: 'Teko', sans-serif;
    color: white;
    font-size: 2em;
    background-color: black;
    padding-bottom: 0;
    letter-spacing: 1px;
}
.plany .wrapper .item h4{
    background-color: var(--secondary-color);
    font-family: 'Teko', sans-serif;
    color: white;
    padding: 5px;
    letter-spacing: 1px;

}
.plany .wrapper .item h3 span{
    color: rgb(124, 111, 34);
}
.plany .wrapper .item li{
    font-family: 'Lato', sans-serif;
    margin-top: 1em;
    font-size: 18px;
    list-style-type: none;
    text-align: center;
    position: relative;
    
    
}
.plany .wrapper .item h5{
    color: var(--secondary-color);
    font-family: 'Teko', sans-serif;
    font-size: 2.5em;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.4;
    margin-top: 20px;
}
.plany .wrapper .item h6{
    font-family: 'Teko', sans-serif;
    font-size: 1em;
    font-weight: 500;
    letter-spacing: 1px;
}


.plany .wrapper .item li img{
    height: 20px;
    position: relative;
    left: -5px;
}
.plany .wrapper .item p{
    padding: 20px;
    font-family: 'Lato', sans-serif;
    color: black;
    font-weight: 500;
    font-size: 18px;
    background-color: #eeecec;
    margin-top: 1rem;

}
.plany .wrapper .item a{
    position: relative;
    top: 5%;
    font-family: 'Teko', sans-serif;
    border-radius: 15px;
    border: 2px solid var(--secondary-color);
    font-size: 25px;
    color: var(--secondary-color);
    text-decoration: none;
    background-color: transparent;
    padding: 10px 30px;
    z-index: -1;
    transition: 0.5s all;
    letter-spacing: 1px;
}
.plany .wrapper .item a:hover{
    color: black;
}

.cena{
    background-color: #676767;
}

.gym02{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.hodnoceni{
    margin-top: 2em;
}
.hodnoceni .wrapper{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 2em;
    overflow-y: hidden;
    margin-bottom: 10%;
}

.hodnoceni .wrapper .item{
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.212);
    margin: 30px;
    text-align: center;
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    
}
.hodnoceni .wrapper .item img{
    border-radius: 20%;
    height: 100px;
    position: relative;
    width: 100px;
    margin-top: 15px;
    
}
.hodnoceni .wrapper .item h2{
    color: rgb(185, 119, 42);
    font-family: 'Teko', sans-serif;
    margin-bottom: 10px;
}
.hodnoceni .wrapper .item p{
    font-family: 'Lato', sans-serif;
    padding: 15px 20px 20px 20px;
    color: rgb(0, 0, 0);
    background-color: rgba(167, 144, 45, 0.11);
}

/****** FOOTER *****/

.footer{
    background-color: rgb(0, 0, 0);
    margin-top: 5em;
}

.footer .wrapper{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.footer .wrapper .item{
    margin-top: 2em;
}
.footer .wrapper .item p{
    color: var(--main-color);
    font-family: 'Teko', sans-serif;
    padding: 10px;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}

h1 {
  position: relative;
  text-align: center;
  color: #353535;
  font-size: 50px;
  font-family: "Cormorant Garamond", serif;
}

p {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  text-align: center;
  font-size: 18px;
  color: #676767;
}

.frame {
  width: 90%;
  margin: 40px auto;
  text-align: center;
}

button {
  margin: 20px;
}

/*
.custom-btn {
  width: 130px;
  height: 40px;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  outline: none;
}

.custom-btn a{
    color: #fff;
  }

.btn-7 {
    background: linear-gradient(0deg, rgba(255,151,0,1) 0%, rgba(251,75,2,1) 100%);
      line-height: 40px;
      padding: 0;
      border: none;
    }
    .btn-7 span {
      position: relative;
      display: block;
      width: 100%;
      height: 100%;
    }
    .btn-7:before,
    .btn-7:after {
      position: absolute;
      content: "";
      right: 0;
      bottom: 0;
      background: rgba(251,75,2,1);
      box-shadow:
       -7px -7px 20px 0px rgba(255,255,255,.9),
       -4px -4px 5px 0px rgba(255,255,255,.9),
       7px 7px 20px 0px rgba(0,0,0,.2),
       4px 4px 5px 0px rgba(0,0,0,.3);
      transition: all 0.3s ease;
    }
    .btn-7:before{
       height: 0%;
       width: 2px;
    }
    .btn-7:after {
      width: 0%;
      height: 2px;
    }
    .btn-7:hover{
      color: rgba(251,75,2,1);
      background: transparent;
    }
    .btn-7:hover:before {
      height: 100%;
    }
    .btn-7:hover:after {
      width: 100%;
    }
    .btn-7 span:before,
    .btn-7 span:after {
      position: absolute;
      content: "";
      left: 0;
      top: 0;
      background: rgba(251,75,2,1);
      box-shadow:
       -7px -7px 20px 0px rgba(255,255,255,.9),
       -4px -4px 5px 0px rgba(255,255,255,.9),
       7px 7px 20px 0px rgba(0,0,0,.2),
       4px 4px 5px 0px rgba(0,0,0,.3);
      transition: all 0.3s ease;
    }
    .btn-7 span:before {
      width: 2px;
      height: 0%;
    }
    .btn-7 span:after {
      height: 2px;
      width: 0%;
    }
    .btn-7 span:hover:before {
      height: 100%;
    }
    .btn-7 span:hover:after {
      width: 100%;
    }


*/

a{
    color: #e9671c; 
    text-decoration: none;
}

a:hover{
    color: #676767;
    text-decoration: none;
}

.koupit {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    font-family: 'Teko', sans-serif;
}

.koupit1 {
    background-color: white; 
    color: black; 
    border: 2px solid #e9671c;
    border-radius: 10px;
}
  
.koupit1:hover {
    background-color: #e9671c;
    color: white;
}

@keyframes navLinkFade{
    from{
        opacity: 1;
        
    }
    to{
        opacity: 1;
        
    }
}

@media screen and (max-width: 960px){
 
    nav{
        position: static;
        z-index: 200;
        background-color: #000000;
        width: 100%;
    }
    .nav-links{
        position: absolute;
        right: 0px;
        height: 40vh;
        top: 7.3vh;  
        background-color: var(--secondary-color);
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        transform: translateX(100%);
        transition: transform 0.3s ease-in;
        
    }
    .nav-links li {
        opacity: 0;
    }
    .nav-links a{
        color: white;
    }
    .burger{
        display: block;
        z-index: 50;
        position: relative;
        left: 40px;
    }
 
  
   ul.nav-links{
    z-index: 50;
    position: fixed;
}
    nav{
        position: fixed;
    }
  
}
.nav-active{
    transform: translateX(0%);
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 101;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #e9671c;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}
  
#myBtn:hover {
    background-color: #555;
} 

.kontakty .wrapper{
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 3em;
    margin-top: 2em;
}
.kontakty .wrapper .item{
    text-align: center;
    border-radius: 15px;
}

.map1{
    margin-left:20%;
    margin-right:20%;
    margin-top: -20%;
}

.map2{
    position:relative;
    padding-bottom:50%;
}

.map3{
    position:absolute;
    top:0%;
    left:0%;
    width:100%;
    height:100%;
}

@media only screen and (max-width: 450px){
    .map1 {
        margin-left: 20%;
        margin-right: 20%;
        margin-top: -90%;
    }
}

.cas{
    color: var(--main-color);
    font-family: 'Teko', sans-serif;
    padding: 10px;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px;
    margin-top: 10px;
}