#wraper {
  display: flex;
  width: 100%;
  height: 100vh;
  align-items: stretch; /* Aliniază elementele pe înălțime */
  overflow: hidden; /* Previne scroll-ul pe orice axă */
}

/* Partea stângă */
.left-side {
  flex: 0 0 15%; /* Ocupă 15% din lățimea disponibilă */
  border-left: 1px solid white;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #111;
  overflow-y: auto; /* Permite scroll vertical doar dacă e necesar */
}

.logo {
  margin-top: 20px;
}

.infoProjects h1 {
  font-size: 16px;
  margin-top: 18px;
}

.design {
  margin-top: 40px;
}

.infoProjects h5 {
  margin-top: 20px;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 5px;
}

.right-side {
  width: 100%;
  height: 100%;
  background-color: #111;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}

.container-carousel {
  width: 100%;
  height: 75vh;
  border-bottom: 8px solid #ff6600;
}

.swiper-container {
  width: 100%;
  height: 75vh;
  position: relative;
}

.swiper-wrapper {
  width: 100%;
  height: 75vh;
}

.swiper-slide {
  width: 100%;
  height: 75vh;
}

.swiper-slide img {
  width: 100%;
  height: 75vh;
}

.swiper-pagination {
  position: absolute;

  display: flex;
  flex-direction: row;
  align-items: center;
}

.swiper-pagination-bullet {
  width: 15px !important; /* Lățimea punctului */
  height: 15px !important; /* Înălțimea punctului */
  border-radius: 0 !important; /* Pătrat */
  background-color: #ff6600 !important; /* Culoarea de bază pentru puncte */
  margin: 0 5px !important; /* Distanță între puncte */
}

/* Elimină săgețile de navigare implicite ale Swiper */
.swiper-button-prev::after,
.swiper-rtl .swiper-button-next::after,
.swiper-button-next::after,
.swiper-rtl .swiper-button-prev::after {
  display: none;
}

.locationProject {
  background-color: #111;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
.paralelogram1 {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.parallelogramm {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  padding: 10px;
  transform: skew(-20deg);
  width: 200px;
}
.parallelogramm a {
  text-align: center;
  font-size: 20px;
  text-decoration: none;
  transform: skew(20deg);
}

.parallelogramm:hover {
  border: 4px solid #ff6600;
}

#strogen_logo img {
  width: 200px;
  height: 50px;
  position: absolute;
  top: 21px;
  left: 10px;
}

@media only screen and (max-width: 1200px) {
  .left-side {
    flex: 0 0 20%;
  }
  .parallelogramm {
    width: 150px;
  }
  .parallelogramm a {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1077px) {
  .parallelogramm {
    width: 100px;
  }
  .parallelogramm a {
    font-size: 12px;
  }
}

@media only screen and (max-width: 953px) {
  .left-side img {
    width: 150px;
    height: 50px;
  }
  .infoProjects h1 {
    font-size: 14px;
  }
  .design {
    font-size: 12px;
  }
}

@media only screen and (max-width: 768px) {
  .left-side {
    display: none;
  }
  .parallelogramm {
    width: 100px;
  }
  .parallelogramm a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 621px) {
  .parallelogramm {
    width: 60px;
  }
  .parallelogramm a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 430px){

header{
  position: relative;
  display: flex;
  flex-direction: column;

}
aside{
  /* position: relative; */
  width: 100%;
  height: 80px;
  border-bottom: 4px solid #ff6600;
}
.social-links{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
  position: absolute;
  bottom: 30px;
  z-index: 999999999;

}
#strogen_logo img{
  top: 20px;
  left: 118px;
  height: 40px;
  width: 180px;
  position: absolute;
}


.buttonburg{
  position: absolute;
  right: 15px;
  top: 5px;
}
.language{
  position: absolute;
  left: 10px;
  top: 20px;
 
}
.pages{
  display: none;
}

/* carusel */


.swiper-pagination-bullet{
  width: 8px !important;
  height: 8px !important;
}
.swiper-container {
  height: 50vh;
}
.container-carousel {
  height: 50vh;
}
.swiper-slide img {
  max-width: 100%;
  height: 50vh;
object-fit: cover;
}

.right-side{
  top: 50px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
/*  end carousel*/
.locationProject{
  margin: 0 auto;
  height: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.paralelogram1{
  display: flex;
  flex-direction: row;
}
.parallelogramm{
  width: 120px;
  
}
.parallelogramm a{
  font-size: 15px;
}
}
@media only screen and (min-width:430px){
#strogen_logo{
  display: none;
}
}  
@media only screen and (max-width:324px){

  #strogen_logo img{
    width: 160px;
       height: 40px;
       left: 78px;
  }
  .parallelogramm{
    padding: 5px 0 5px 0;
    

  }
  .parallelogramm a{
    font-size: 18px;
  }
}