*{
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

.element::-webkit-scrollbar { width: 0 !important }

html {
  position: fixed;
  height: 100%;
  overflow: hidden;
}
body{
  font-family: 'Poppins', sans-serif;
  margin: 0;
  width: 100vw; 
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;

}

a{
  text-decoration: none;
  color: aliceblue;
}

ul,
li{
  list-style: none;
}

hr{
  color: #361526;
  font-weight: 3px  ;
}

.header{
  min-height: 100vh;
  width: 100%;
  background-image: linear-gradient(rgba(41, 5, 22, 0.7), rgba(48, 34, 40, 0.7)), url(Imagini/front.jpg);
  background-position: center;
  position: relative;
  background-size: cover;
}

nav{
  display: flex;
  padding: 2% 6%;
  justify-content: space-between;
  align-items: center;
}

nav .logo{
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 2px;
}

.nav-links{
  flex: 1;
  text-align: right;
}

.nav-links ul li{
  display: inline-block;
  padding: 8px 12px;
  position: relative;
}

.nav-links ul li a{
  font-size: 15px;
}

.nav-links ul li::after{
  content: '';
  width: 0%;
  height: 2px;
  background: #fff;
  display: block;
  margin: auto;
  transition: 0.5s;
}

.nav-links ul li:hover::after{
  width: 100%;

}

.text-box{
  width: 90%;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
}

.text-box h1{
  font-size: 62px;
}


.text-box p{
  margin: 10px 0 40px;
  font-size: 15px;
}

.main-btn{
  display: inline-block;
  border: 1px solid #fff;
  padding: 12px 34px;
  font-size: 15px;
  background: transparent;
  position: relative;
  cursor: pointer;
  border-radius: 2px;
  font-weight: 500;
}

.main-btn:hover{
  border: 1px solid #fff;
  background-color: #fff;
  color: rgba(41, 5, 22, 0.7);
  transition: .4s;
}

nav .fa{
  display: none;
}

@media (max-width: 736px) {
  body, html{
    overflow-x: hidden;
  }

  .text-box h1{
    font-size: 36px;
  }

  .nav-links ul li{
    display: block;
  }

  .nav-links{
    position: absolute;
    background-color: #361526;
    height: 100vh;
    width: 200px;
    top: 0;
    right: -200px;
    text-align: left;
    z-index: 2;
    transition: 1s;
  }

  nav .fa{
    display: block;
    color: #fff;
    margin: 10px;
    font-size: 30px;
    cursor: pointer;
  }

  .nav-links ul{
    padding: 30px;
  }



}



/*--------servicii------*/
.row{
  margin-top: 5%;
  display: flex;
  justify-content: space-between;
}
 

.servicii{
  width: 80%;
  margin: auto;
  text-align: center;
  padding-top: 100px;
}

.servicii h1{
  color: #361526;
}

.servicii-col{
  flex-basis: 31%;
  border-radius: 10px;
  margin-bottom: 5%;
  text-align: left;
  
}

.servicii-col img{
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}
.servicii-col p{
  padding: 0%;
}

.servicii-col h3{
  margin-top: 16px;
  margin-bottom: 15px;
  text-align: left;
  color: #361526;
}


@media (max-width: 450px) {
  .row{
    display: block;
  }
}










/*--------footer--------*/
.footer{
  color: aliceblue;
  background: linear-gradient(#9c5a7c, #361526);
  width: 100%;
  text-align: center;
  padding: 30px 0;
}

.footer h4{

  letter-spacing: 2px;
  margin-bottom: 25px;
  margin-top: 20px;
  font-weight: 600;
  font-size: 40px ;
}

.icons .fa{
  font-size: 30px;
  color: aliceblue;
  margin: 0 13px;
  padding: 18px 0;
}

.icons .fa:hover{
  color: #9c5a7c;
  transition: 0.5s;
}

#instaName:hover{
  color: #9c5a7c;
  transition: 0.5s;
}

/*---------MENIU-----------*/

.sub-header{
  height: 50vh;
  width: 100%;
  background-image: linear-gradient(rgba(41, 5, 22, 0.7), rgba(48, 34, 40, 0.7)),url(Imagini/meniu.jpg);
  background-position: center;
  background-size: cover;
  text-align: center;
  color: aliceblue;

}

.sub-header h1{
  margin-top: 100px;
  font-size: 62px;
}

.livrari {
  text-align: center;
  color: #361526;
  font-style: italic;
  font-size: larger;
}
.meniu-zilei{
  margin: 40px auto;
  text-align: center;


}
.meniu-zilei h1{
  color: #361526;
  margin-bottom: 20px;
  font-style: italic;
  font-size: x-larger ;
}


.meniu-zilei h5, .meniu-zilei h3{
  color: #361526;
  font-style: italic;
  font-size: larger;
}

.wrapper{
  background-image: linear-gradient(#f9dcc4, #f8edeb ,#f9dcc4) ;
  align-items: center;
  width: 80%;
  margin:30px  auto;
  border-radius: 20px;
  padding: 30px 30px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5) ;
}

.continut-meniu h2{
  align-items: center;
  font-style: italic;
  color: #361526;
  font-weight: 700;
}

.menu-item span {
  border-bottom: 2.4px dotted #9c5a7c;
  flex-grow: 1;
  margin-bottom: 6px 
}
.menu-item {
  display: flex;
  font-size: 20px;
  font-weight: 450;
  margin-top: 10px;
}


.categorie{
  text-align: center;
  margin: 30px;
  font-size: 26px;
}

/*-------CAZARE---------*/


.sub-header-cazare{
  height: 50vh;
  width: 100%;
  background-image: linear-gradient(rgba(41, 5, 22, 0.7), rgba(48, 34, 40, 0.7)),url(Imagini/cazare.jpg);
  background-position: center;
  background-size: cover;
  text-align: center;
  color: aliceblue;

}

.sub-header-cazare h1{
  margin-top: 100px;
  font-size: 62px;
}

.servicii-col h3{
  text-align: center;
}

.servicii-col p{
  text-align: center;
}

.descriere-cazare{
  text-align: center;
  margin-top: 50px;

}

.descriere-cazare h1{
  font-size: 32px;
  margin-bottom: 25px;
  color: #361526;
}


/*----------conatct-------------*/




.sub-header-contact{
  height: 50vh;
  width: 100%;
  background-image: linear-gradient(rgba(41, 5, 22, 0.7), rgba(48, 34, 40, 0.7)),url(Imagini/terasa.jpg);
  background-position: center;
  background-size: cover;
  text-align: center;
  color: aliceblue;

}

.sub-header-contact h1{
  margin-top: 100px;
  font-size: 62px;
}






.locatie{
  width: 80%;
  margin: auto;
  padding: 80px 0;
}

.locatie iframe{
  width: 100%
}

.contact{
  align-items: center;
  width: 80%;
  margin: 0 auto;
}


.contact-col{
  flex-basis: 48%;
  margin-bottom: 30px;
}

.contact-col div{
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  width: 80% ;
}

.contact-col div .fa{
  font-size: 28px;
  color: #9c5a7c;
  margin:10px;
  margin-right: 30px;
}

.contact-col div p{
  padding: 0;
}

.contact-col div h5{
  font-size: 20px;
  color: #9c5a7c;
  font-weight: 400;
}

/*--------Galerie------*/


.sub-header-galerie{
  height: 50vh;
  width: 100%;
  background-image: linear-gradient(rgba(41, 5, 22, 0.7), rgba(48, 34, 40, 0.7)),url(Imagini/Galerie.jpg);
  background-position: center;
  background-size:cover;
  text-align: center;
  color: aliceblue;

}

.sub-header-galerie h1{
  margin-top: 100px;
  font-size: 62px;
}

.image-grid {
  --gap: 16px;
  --num-cols: 4;
  --row-height: 300px;

  box-sizing: border-box;
  padding: var(--gap);

  display: grid;
  grid-template-columns: repeat(var(--num-cols), 1fr);
  grid-auto-rows: var(--row-height);
  gap: var(--gap);
}



.image-grid > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
}

.image-grid-col-2 {
  grid-column: span 2;
}

.image-grid-row-2 {
  grid-row: span 2;
}

/* Anything udner 1024px */
@media screen and (max-width: 1024px) {
  .image-grid {
    --num-cols: 2;
    --row-height: 200px;
  }
}

#titlu-galerie{
  text-align: center;
  margin: 30px auto;
  font-size: 32px;
  color: #361526;
}
