*{
  margin: 0;
  padding: 0;
}

h1{
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
}
p{
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: lighter;
}

.header{
  min-height: 10cm;
  width: 100%;
  background-image: linear-gradient(rgba(143, 143, 143, 0.192),rgba(43, 43, 43, 0.192)),url(images/spaniaMain.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
} 

nav{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2% 6%;
}
nav a{
  text-decoration: none;
  color: aliceblue;
}

.logo_text{
  text-shadow: 5px 3px 3px black, 5px 3px 10px black, 5px 3px 15px black;
}

.nav-links{
  flex: 1;
  text-align: right;
}

.nav-links ul li{
  list-style: none;
  display: inline-block;
  padding: 8px 12px;
  position: relative;
}

.nav-links ul li a{
  text-decoration: none;
  font-size: 15px;
  color: aliceblue;
}

.text-box{
  color: aliceblue;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  text-shadow: 5px 3px 10px black;
}

.text-box h1{
font-size: 30px;
text-shadow: 5px 3px 3px black, 5px 3px 10px black, 5px 3px 15px black;
}


.text-box p{  
font-weight:400;
margin: 10px 0px 20px;
text-shadow: 5px 3px 1px black, 5px 3px 3px black, 5px 3px 5px black,5px 3px 3px black, 5px 3px 10px black, 5px 3px 15px black;
;

}


.hero-button{
  text-decoration: none;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.438);
  text-align: center;
  border: 1px solid;
  margin-top:5% ;
  margin-bottom: 5%;
  padding: 12px 34px;
  position: relative;
  color: aliceblue;
  border-radius: 6%;
  cursor: pointer;
}

.hero-button h1{
 font-size: 15px;
}

.hero-button:hover{
background: #16161670;
transition: 0.5s;
}

.fa-icons{
  display: none;
}





@media(max-width: 700px){

  .text-box h1{
    font-size: 25px;
    }
    .hero-button h1{
    font-size: 15px;
    }

    .nav-links ul li{
    display: block;
    }

    .nav-links{
      display:none;
      position: absolute;
      background: rgb(110, 110, 110);
      height: 100%;
      width: 200px;
      top: 0;
      right: -200px;
      text-align: left;
      z-index: 2;
      transition: 1s;
    }


    .fa-icons{
      display: block;
      width: 17px;
      margin: 10px;
      cursor: pointer;
    }


}

.courseSection{
  text-align: center;
  padding: 20px 15px;
}

.courseSection h1{
  font-size: 20px;
}
.courseSection p{
  font-size: 17px;
  padding: 10px 10px;
  margin: 20px;
}


.row{
  display: flex;
  padding: 40px 10px;
  background: rgba(0, 0, 0, 0.082);
  border-radius: 20px;
  justify-content: space-between;
}

.ubytovanie-col{
  flex-basis: 33%;
  box-sizing: border-box;
}


.image-ubytovanie{
  width: 30px;
}


@media(max-width:700px){
  .row{
    flex-direction: column;
  }
}




/*section main text*/



/* .maincontainer{
  height: 100%;
  display: flex;
  justify-content: space-between;
  
}

.textcontainer{
  display: flex;
  flex-direction: column;
  margin: 10px;
  border: 1px solid black;
  border-radius: 2%;
  overflow: hidden;
  align-items: center;

}

.textcontainer img{
  float: right;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.text{
  margin: 10px;
  text-decoration: none;
  top: 90%;
}

.reservationbtn{
  width: 100%;
  height: 200px;
  margin-top: 50px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  font-weight: bold;
  font-size: x-large;
}

.kontakt{
  border-radius: 5%;
  margin: 5px;
  height: 70px;
  width: 200px;
  background-color: black;
}
.kontakt p{
  margin: 20px;
  color: aliceblue;
} */

.maincontainer{
  position: relative;
  height: 600px;
 overflow: hidden;
 padding-bottom: 30px;
}

.textcontainer1{
  overflow: hidden;
  position: absolute;
  top: 0px;
  right: 67%;
  width: 30%;
  height: 300px;  
  border: solid 2px black;
  border-radius: 10px;
}

.textcontainer2{
  overflow: hidden;
  position: absolute;
  top: 0px;
  right: 35%;
  width: 30%;
  height: 300px;
  border: solid 2px black;
  border-radius: 10px;
}

.textcontainer3{
  overflow: hidden;
  position: absolute;
  right: 3%;
  top: 0px;
  width: 30%;
  height: 300px;
  border: solid 2px black;
  border-radius: 10px;
}

.textcontainer4{
  overflow: hidden;
  position: absolute;
  right: 3%;
  top: 50%;
  width: 30%;
  height: 300px;
  border: solid 2px black;
  border-radius: 10px;
}

.textcontainer5{
  overflow: hidden;
  position: absolute;
  right: 35%;
  top: 50%;
  width: 30%;
  height: 300px;
  border: solid 2px black;
  border-radius: 10px;
}

.textcontainer6{
  overflow: hidden;
  position: absolute;
  right: 67%;
  top: 50%;
  width: 30%;
  height: 300px;
  border: solid 2px black;
  border-radius: 10px;
}

.textcontainer1 img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 400px;
}

.textcontainer2 img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 400px;
}

.textcontainer3 img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0%;
  width: 385px;
}

.textcontainer4 img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: -20%;
  width: 400px;
}

.textcontainer5 img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: -20%;
  width: 300px;
}

.textcontainer6 img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: -20%;
  width: 400px;
}

.text{
  width: 100%;
  position: absolute;
  bottom: 0px;
  height: 25%;
  background-color: rgb(235, 255, 181);
}

.text p{
  margin-top: 10px;
  margin: 5px;
}


@media(max-width:1250px){
.maincontainer {
  height: 700px;
}
.textcontainer1{
  height: 330px;
}
.textcontainer2{
  height: 330px;
}
.textcontainer3{
  height: 330px;
}
.textcontainer4{
  height: 330px;
}
.textcontainer5{
  height: 330px;
}
.textcontainer6{
  height: 330px;
}
.text{
  height: 25%;
}
}

@media(max-width:980px){
  .maincontainer {
    height: 730px;
  }
  .textcontainer1{
    height: 350px;
  }
  .textcontainer2{
    height: 350px;
  }
  .textcontainer3{
    height: 350px;
  }
  .textcontainer4{
    height: 350px;
  }
  .textcontainer5{
    height: 350px;
  }
  .textcontainer6{
    height: 350px;
  }
  .text{
    height: 100px;
  }
  }
  

/*reservation btn section */
.reservationBtn{
  margin-top: 50px;
  margin-bottom: 20px;
  text-align: center;
  font-weight:bolder;
  font-size: x-large;
}

.buttonFlexContainer{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.kontakt{
  margin: 5px;
  height: 70px;
  width: 230px;
  border-radius: 10px;
  background-color: black;
}
.kontakt p{
  margin: 20px;
  color: aliceblue;
}



@media(max-width:700px){
.maincontainer{
  all: unset;
  display:flex;
  flex-direction: column;
  padding-bottom: 50px;
  align-items: center;
}


.textcontainer1{
  all: unset;
  margin: 10px;
  height: 350px;
  padding-bottom: 10px;
  width: 70%;
  border: solid 2px black;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}


.textcontainer2{
  all: unset;
  margin: 10px;
  height: 350px;
  width: 70%;
  border: solid 2px black;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}


.textcontainer3{
  all: unset;
  margin: 10px;
  height: 350px;
  width: 70%;
  border: solid 2px black;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.textcontainer4{
  all: unset;
  margin: 10px;
  height: 350px;
  width: 70%;
  border: solid 2px black;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.textcontainer5{
  all: unset;
  margin: 10px;
  height: 350px;
  width: 70%;
  border: solid 2px black;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.textcontainer6{
  all: unset;
  margin: 10px;
  height: 350px;
  width: 70%;
  border: solid 2px black;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.textcontainer6 img{
  height: 350px;
}

.textcontainer4 img{
  margin-bottom: 50px;
  margin-right: 100px;
  height: 350px;
}

.textcontainer5 img{
  height: 320px;
  margin-right: 20px;
}

.maincontainer img {
  width: 400px;
}

.image-box{
  all: unset;
  display:flex;
  flex-direction: column;
  align-items: center;
}

.image-box img{
  width: 400px;
}

.textcontainer3 img{
  all: unset;
  height: 249px;
  top: 75%;
}

.textcontainer img{
  all: unset;
  height: 400px;
  top: 75%;
}

.text {
  all: unset;
  background-color: #ebffb5;
  position:absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 85px;
  bottom: -2px;
  text-align: center;
}

.reservationBtn{
  margin-top: 30px;

  }

}
@media(max-width:524px){
  .text{
    height: 100px;
  }
}

/*gallery desktop*/

.gallery{
padding: 2rem;
}

.title{
  margin: 20px 10px;
  text-align: center;
  text-decoration: underline;
}

.row-ubytovanie{
  position: relative;
  max-width: 48rem;
  margin: 0 auto;

}
.column-ubytovanie{
    display: flex;
    aspect-ratio: 16/9;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    box-shadow: 0 1.5rem 3rem --0.75rem hsla(0, 0%, 0%, 0.25);
    border-radius: 0.5rem;
}

.column-ubytovanie img{
  flex: 1 0 100%;
  scroll-snap-align: start;
  object-fit: cover;
}

.slider-nav {
  display: flex;
  column-gap: 1rem;
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.slider-nav a {
width: 0.5rem;
height: 0.5rem;
border-radius: 50%;
background-color: #fff;
opacity: 0.75;
transition: opacity ease 250ms;
}

.slider-nav a:hover {
opacity: 1;
}


.galleryBtnClass {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
}

.galleryBtnClass button {
  position: absolute;
  background-color: black;
  color: #fff;
  border-radius: 1.5rem;
  width: 50%;
  height: 50%;
  text-align: center;

}




  .row-ubytovanie2{
    background-color: rgba(0, 0, 0, 0.281);
    display: flex;
    justify-content:center;
    flex-direction: row;
    align-items: center;


  }

  .column-ubytovanie2 img{
    cursor: pointer;
    border: 2px solid black;
    box-sizing: border-box;
    width: 70px;
    margin-left: 5px;
    margin-right: 5px;
  }


  .mobilegallery{
    display: none;
  }

/*section gallery for mobile devices*/

@media(max-width:700px){
.gallery{
  all: unset;
  padding: 1.5rem;
}
.row-ubytovanie{
  all: unset;
  height: 800px;
  margin: 100px;

}
.column-ubytovanie{
  aspect-ratio: 16/9;
  position: relative;
  all: unset;
  display: flex;
  flex-direction: column;
  overflow-x: auto;
  border-radius: 15px;
  background: linear-gradient(to top, rgb(255, 255, 255),rgb(88, 88, 88));

}

.column-ubytovanie img {
  box-shadow: 15px;
  all: unset;
  margin: 1.5rem;
  filter: drop-shadow(0 2mm 1mm rgba(0, 0, 0, 0.397));
  border-radius: 50px;
}

.slider-nav{
  display: none;
}

}


/*section google maps*/
.GoogleMaps{
  margin: 15px;
}

.mainPageGoogleMaps iframe{
width: 100%;
}

/*section footer*/

.footer {
  background-color: rgb(129, 129, 129);
  width: 100%;
  margin-top: 50px;
  height: 200px;
}

.navigationLinks{
  margin-left: 20%;
  margin-right: 20%;
}

.footerLinks{
  margin-top: 50px;
  display: flex;
  justify-content: center;
  justify-content: space-between;
  align-items: center;
}

.footerLinks li{
  margin: 15px;
  color: #fff;
  list-style-type: none;
}

.footerLinks li h1{
  font-weight: lighter;
  color: #fff;
}

.footerLinks li a {
  text-decoration: none;
}


@media(max-width:700px){
  
  .footerLinks{
    margin-top: 50px;
    display: inline;
    text-align: center;
  }
}