@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
}

body, p, h1, h2, ul, li {
    font-family: 'Montserrat', sans-serif;
}

p {
  font-weight: 800;
  font-size: 125%;
}

h1 {
  font-weight: 800;
  font-size: 200%;
  padding-bottom: 5%;

}

.titlu-capitol {
  font-weight: 600;
  font-size: 150%;
  padding-bottom: 2.5%;

}

li {
  font-weight: 600;
  font-size: 125%;
}

.link {
  font-size: 125%;
  color: whitesmoke;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.link-container {
  display: flex;
  flex-direction: column;
  padding-bottom: 5%;
}

.titlu-si-link-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  position: relative;
  background-image: url(images/SSPR_portal_v4_7.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-left: 15%;
  padding-right: 15%;
  color: whitesmoke;
}

.titlu-si-link-container::before,
.titlu-si-link-container::after {
  content: '';
  position: absolute;
  top: 6%; 
  height: 7%; 
  background-size: contain;
  background-repeat: no-repeat;
  width: 10%; 
}

.titlu-si-link-container::before {
  left: 14%;
  background-image: url('calea_catre_logo_stanga.png'); 
}

.titlu-si-link-container::after {
  right: 16%;
  background-image: url('calea_catre_logo_dreapta.png'); 
}

@media (max-width: 768px) {
  .titlu-si-link-container::before,
  .titlu-si-link-container::after {
    height: 5%; 
    width: 15%; 
  }

  .titlu-si-link-container h1 {
    font-size: 150%; 
  }
}

@media (max-width: 480px) {
  .titlu-si-link-container::before,
  .titlu-si-link-container::after {
    height: 10%; 
    width: 20%; 
  }

  .titlu-si-link-container h1 {
    font-size: 125%; 
  }
}

.titlu-si-link-centrare {
  margin: 0 auto;
  padding-top: 10%;
}

.reguli,
.recomandari {
  min-height: 100vh;
  padding: 50px;
  padding-bottom: 80px; 
  background: transparent;
  transition: height 0.5s ease-in-out;
  position: relative;
  padding-left: 15%;
  padding-right: 15%;
}

.reguli h2,
.recomandari h2 {
  font-weight: 800;
  font-size: 200%;
}

.reguli ul,
.recomandari ul {
  list-style-type: disc;
  margin-bottom: 20px;
}

.reguli li,
.recomandari li {
  font-weight: 400;
  font-size: 125%;
}

button {
  font-family: 'Montserrat', sans-serif;
  background: transparent;
  padding: 1% 2%;
  color: rgb(28, 28, 28);
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 700;
  font-size: 100%;
  position: relative; 
  margin-top: 20px; 
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#scrollButton_reguli{
  color: whitesmoke;
}

.arrow {
  padding-top: 30%;
  animation: bounce 2s ease-in-out infinite;
  width: 25px;
  height: auto;
  align-self: center;
  display: block;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.image-container {
  padding: 2%;
  display: flex;
  justify-content: left;
  width: 100%;
}

 .poze_din_pagina {
  width: 65vw; 
  height: auto; 
}

.logo-stanga {
  position: absolute;
  top: 6%; 
  left: 14%; 
  height: 7%; 
}

.logo-dreapta {
  position: absolute;
  top: 6%; 
  right: 16%; 
  height: 5.5%; 
  z-index: 1000;
}