body {
    background-color: #ffffff;
    color: #333;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    font-family: 'Poppins';
    overflow-x: hidden;
  }
  
  h1 {
    font-family: 'Poppins', sans-serif;
  }
  
  h2 {
    font-family: 'Poppins', sans-serif;
  }
  
  body::-webkit-scrollbar {
  width: 6px;               /* width of the entire scrollbar */
  }
  
  body::-webkit-scrollbar-track {
  background: #ffffff;        /* color of the tracking area */
  
  }
  
  body::-webkit-scrollbar-thumb {
  background-color: #535353;    /* color of the scroll thumb */
  border-radius: 20px;       /* roundness of the scroll thumb */
  border: 3px solid #535353;  /* creates padding around scroll thumb */
  }
  
  body::-webkit-scrollbar-thumb:hover {
  background-color: #3d3d3d;    /* color of the scroll thumb */
  border-radius: 20px;       /* roundness of the scroll thumb */
  border: 3px solid #000000;  /* creates padding around scroll thumb */
  }
  
  
  
  
  
  
  
  .font-p {
        font-family: 'Poppins', sans-serif;
  }
  
  .aspect-buton-switch {
    background-color: rgba(255, 255, 255, 0);
    border-radius: 30%;
    cursor: pointer;
    border: 0px;
  }
  
  .aspect-buton-switch:hover {
    background-color: rgba(255, 255, 255, 0);
    border: 0px solid #000000;
    text-shadow: 0px 0px 10px yellow;
    border-radius: 120%;
    transition: 0.5s;
  }
  
  
  
  
  
  #section1 {
  
  }
  
  #section2 {
  
  }
  
  .aspect {
    font-size: 40px;
    margin-left: 17px;
    margin-top: 2px;
  }
  
  .buton-up-page {
  margin-top: 800px;
  margin-left: 50px;
  border-radius: 100%;
  height: 80px;
  width: 80px;
  background-color: #970202;
  position: -webkit-sticky;
  position: fixed;
  top: 0;
  z-index: 1200;
  box-shadow: 0px 0px 10px #f80000;
  border: 6px solid #f80000;
  }
  
  .buton-up-page:hover {
  background-color: #f80000;
  scale: 1.1;
  transition: 0.5s;
  }
  
  #vizibilitate {
  opacity: 0;
  transition: opacity 0.5s ease-in; /* Adauga o tranzitie la opacitatea valorii */
  pointer-events: none; /* Nu poate fi click-uit daca are opacitate 0 */
  }
  
  #vizibilitate.show {
  opacity: 1;
  pointer-events: auto; /* Butonul poate fi click-uit daca are opacitate 1 */
  }
  
  
  .culoare-fa-nav {
    color: #08510A;
  }
  
  .culoare-scris-fa-nav {
    color: #e8e8e8;
    font-weight: bold;
  }
  
  /* .culoare-scris-fa-nav:hover {
    text-decoration: none;
    scale: 1.04;
    transition: 0.3s;
    color: #f80000;
    text-shadow: 0px 0px 1px #f80000;
  } */
  
  .hover-drey {
  cursor: pointer;
  position: relative;
  border: none;
  background: none;
  text-transform: uppercase;
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 400ms;
  transition-property: color;
  }
  
  .hover-drey:focus,
  .hover-drey:hover {
  color: #c9c9c9;
  }
  
  /* .nebunie-hovereala:focus:after,
  .nebunie-hovereala:hover:after {
  width: 35%;
  left: 0%;
  } */
  
  .hover-drey:after {
  content: "";
  pointer-events: none;
  bottom: 4px;
  left: 0%;
  position: absolute;
  width: 0%;
  height: 2px;
  background-color: #000000;
  transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-duration: 800ms;
  transition-property: width, left;
  }
  
  
  
  
  
  .mica-spatiere {
  margin-right: 10px;
  }
  
  
  
  
  .aspect-look-logo-nav {
/*     font-weight: bold; */
/*     text-shadow: 0px 0px 3px #f80000; */
  /*   pointer-events: none; */
  }
  
  
  
  
  .header {
    background-image: linear-gradient(to right, #9e9e9e , #58585891);
  /*     background-color: #005b2f; */
/*       box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.452); */
      position: fixed;
      width: 100%;
      z-index: 3;
/*       border-bottom: 3px solid #08510A; */
/*       border-top: 1px solid #424242; */
    }
    
    .header ul {
      margin: 0;
      padding: 0;
      list-style: none;
      overflow: hidden;
    }
    
    .header li a {
      display: block;
      padding: 20px 20px;
      border-right: 0px solid rgb(255, 255, 255);
      text-decoration: none;
    }
    
    .header li a:hover {
  
    }
    
    .header .logo {
      display: block;
      float: left;
  /*     padding-top: 10px; */
      text-decoration: none;
      color: #ffffff;
  /*     padding: 0px 20px; */
      padding-top: 5px;
      padding-left: 20px;
      font-size: 30px;
      font-family: 'Bree Serif', sans-serif;
    }
  
    
    .header .menu {
      clear: both;
      max-height: 0;
      transition: max-height 1s ease-out;
    }
  
  
    .header .menu-icon {
      cursor: pointer;
      display: inline-block;
      float: right;
      padding: 28px 20px;
      position: relative;
      user-select: none;
    }
    
    .header .menu-icon .navicon {
      background: #000000;
      display: block;
      height: 2px;
      position: relative;
      transition: background .2s ease-out;
      width: 18px;
    }
    
    .header .menu-icon .navicon:before,
    .header .menu-icon .navicon:after {
      background: #000;
      content: '';
      display: block;
      height: 100%;
      position: absolute;
      transition: all .2s ease-out;
      width: 100%;
    }
    
    .header .menu-icon .navicon:before {
      top: 5px;
    }
    
    .header .menu-icon .navicon:after {
      top: -5px;
    }
  
    .header .menu-btn {
      display: none;
    }
    
    .header .menu-btn:checked ~ .menu {
      max-height: 404px;
    }
    
    .header .menu-btn:checked ~ .menu-icon .navicon {
      background: transparent;
    }
    
    .header .menu-btn:checked ~ .menu-icon .navicon:before {
      transform: rotate(-45deg);
    }
    
    .header .menu-btn:checked ~ .menu-icon .navicon:after {
      transform: rotate(45deg);
    }
    
    .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
    .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
      top: 0;
    }
  
  
  .logo-stanga-sus-nav-aspect {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    box-shadow: 0px 0px 10px #08510A;
    pointer-events: none;
  }




  .scroll-up {
    transform: translateY(-100%);
    transition: transform 0.5s ease-in;
  }

  .scroll-down {
    transform: translateY(0%);
    transition: transform 0.5s ease-in;
  }
  
 
  
/**************************************************************/
/**************************************************************/

/*                  INCEPUT DE PAGINARE                       */

/**************************************************************/
/**************************************************************/


.container-inceput-paginare-total {
/*     margin-top: 30px; */
    position: relative;
    height: 100vh;
    border: none;
}

.container-inceput-paginare-total-img-asp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none; 
    filter: blur(4px);
    border-bottom: 6px solid #969696;
}

.container-inceput-paginare-text-div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 80%;
}

.container-inceput-paginare-text-div-img-asp {
    max-width: 100%;
    height: auto;
    pointer-events: none;
}

.container-inceput-paginare-text-div-butoane {
    margin-top: 100px;
    display: flex;
    justify-content: center;
    gap: 60px;
}

.container-inceput-paginare-text-div-h1-asp {
    font-family: 'Bree Serif', sans-serif;
    color: #fff;
    font-size: 80px;
    text-shadow: 0px 0px 4px #000;
}

.container-inceput-paginare-text-div-h2-asp {
    font-family: 'Bree Serif', sans-serif;
    color: #fff;
    font-weight: normal;
    text-shadow: 0px 0px 4px #000;
    margin-top: -50px;
    margin-bottom: 100px;
    font-size: 20px;
}

.container-inceput-paginare-text-div-btn-asp-1 {
    width: 130px;
    height: 60px;
/*     background-color: red; */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 2px solid #fff;
    cursor: pointer;
}

.container-inceput-paginare-text-div-btn-asp-1:hover {
    background-color: #ffffff4d;
    transition: 0.3s;
    box-shadow: 0px 0px 20px #fff;
}

.container-inceput-paginare-text-div-btn-asp-2 {
    width: 130px;
    height: 60px;
/*     background-color: red; */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 2px solid #fff;
    cursor: pointer;
/*     margin-bottom: 180px; */
}

.container-inceput-paginare-text-div-btn-asp-2:hover {
    background-color: #ffffff4d;
    transition: 0.3s;
    box-shadow: 0px 0px 20px #fff;
}

.container-inceput-paginare-text-div-p-asp {
    font-family: 'Bree Serif', sans-serif;
    color: #fff;
    font-weight: normal;
    text-shadow: 0px 0px 4px #000;
    font-size: 18px;
    margin-top: 130px;
}

.container-inceput-paginare-text-div-p-asp-2 {
    font-family: 'Bree Serif', sans-serif;
    color: #fff;
    font-weight: normal;
    text-shadow: 0px 0px 4px #000;
    font-size: 18px;
    margin-top: -16px;
}

/***/


.container-legatura-asp {
    height: auto;
/*     background-color: red; */
    max-width: 1440px;
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 50px;
}

.container-legatura-asp-elemente {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.container-legatura-asp-el-hr-1 {
    width: 30%;
    height: auto;
/*     background-color: pink; */
    padding-top: 28px;
/*     margin: auto; */
}

.container-legatura-asp-el-hr-1-asp {
  border: none;
  height: 2px;
  width: 100%;
  background-color: #333333;
}

.container-legatura-asp-el-hr-1-animated {
  animation: animate-hr 1s forwards;
}

@keyframes animate-hr {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}



.container-legatura-asp-el-text {
    width: 33%;
    height: auto;
/*     background-color: pink; */
    text-align: center;
}

.container-legatura-asp-el-hr-2 {
    width: 30%;
    height: auto;
/*     background-color: pink; */
    padding-top: 28px;
}

.container-legatura-asp-el-text-h2-asp {
    color: #333333;
    font-family: 'Bree Serif', sans-serif;
}

.container-index-despre-total {
    height: auto;
/*     background-color: red; */
    margin-top: 0px;
    padding-bottom: 50px;
    background-image: linear-gradient(to bottom, #919191 0%,#b6b6b6 25%, #d6d6d6 50%,#ebebeb 75%,#ffffff 100%);
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.container-index-despre-total.show {
  opacity: 1;
  transform: translateX(0);
}

.container-index-despre-total-2 {
  height: auto;
  /*     background-color: red; */
      margin-top: 0px;
      padding-bottom: 50px;
/*       background-image: linear-gradient(to bottom, #919191 0%,#b6b6b6 25%, #d6d6d6 50%,#ebebeb 75%,#ffffff 100%); */
      opacity: 0;
      transform: translateX(-50px);
      transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.container-index-despre-total-3 {
  height: auto;
  /*     background-color: red; */
      margin-top: 0px;
      padding-bottom: 50px;
/*       background-image: linear-gradient(to bottom, #919191 0%,#b6b6b6 25%, #d6d6d6 50%,#ebebeb 75%,#ffffff 100%); */
      opacity: 0;
      transform: translateX(-50px);
      transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.container-index-despre {
    height: auto;
/*     background-color: blue; */
    max-width: 1440px;
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.container-index-despre-elemente {
    display: flex;
    width: 100%;
}

.container-index-despre-elemente-2 {
    display: flex;
    width: 100%;
}

.container-index-despre-el-ps {
    width: 50%;
    height: auto;
    padding-right: 5px;
    padding-left: 5px;
}

.container-index-despre-el-pd {
    width: 50%;
    height: auto;
    padding-left: 5px;
    padding-right: 5px;
}

.container-index-despre-el-pd-img-asp {
    width: 100%;
    height: auto;
    pointer-events: none;
}

.container-index-despre-el-ps-p-asp {
    font-family: 'Poppins', sans-serif;
    color: #333333;
    font-size: 18px;
}

.container-index-despre-el-ps-btn-asp {
    width: 200px;
    height: 60px;
/*     background-color: red; */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333;
    border: 2px solid #333333;
    cursor: pointer;
/*     margin-bottom: 180px; */
}

.container-index-despre-el-ps-btn-asp:hover {
    background-color: #7070706c;
    transition: 0.3s;
    box-shadow: 0px 0px 20px #979797;
/*     font-weight: bold; */
}

.intaritor-aspect-paginare {
    height: 100px;
    background-color: #969696;
}

.container-index-oferta-total {
  height: auto;
  background-color: #919191;
}

.container-index-oferta {
  height: auto;
  max-width: 1440px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-index-oferta-elemente {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.container-index-oferta-elemente.visible {
  opacity: 1;
  transform: translateY(0);
}

.container-index-oferta-elemente-h1-asp {
  color: #333333;
  margin-top: -10px;
}

.container-index-oferta-elemente-p-asp {
  color: #333333;
  font-size: 20px;
  margin-top: -10px;
  margin-bottom: 50px;
}

.container-index-oferta-elemente-btn-asp {
  width: 140px;
  padding: 10px 16px;
  cursor: pointer;
  border: 2px solid #fff;
  color: #fff;
}

.container-index-oferta-elemente-btn-asp:hover {
  background-color: #ffffff57;
  box-shadow: 0px 0px 20px #fff;
  transition: 0.3s;
}


.container-footer-total {
    height: auto;
    background-color: #464646;
    border-top: 2px solid #1f1f1f;
    box-shadow: 0px 0px 20px #fff;
    padding-bottom: 40px;
    padding-top: 40px;
    border-bottom: 1px solid #fff;
    margin-top: 50px;
}

.container-footer {
    height: auto;
/*     background-color: red; */
    max-width: 1440px;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.container-footer-elemente {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.container-footer-el-ps {
    height: auto;
    width: auto;
/*     background-color: pink; */
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.container-footer-el-mij {
    height: auto;
    width: auto;
/*     background-color: green; */
/*     display: flex;
    flex-direction: column; */
    text-align: center;
}

.container-footer-el-pd {
    height: auto;
    width: auto;
/*     background-color: yellow; */
    text-align: center;
}

.container-footer-el-ps-h1-asp {
    color: #fff;
    font-size: 40px;
    font-family: 'Bree Serif', sans-serif;
}

.container-footer-el-ps-h1-asp:hover {
    text-shadow: 0px 0px 10px #fff;
    transition: 0.3s;
}

.container-footer-el-mij-p-asp {
    color: #fff;
    font-size: 16px;
    margin-bottom: -6px;
}

.container-footer-el-mij-p-asp:hover {
    text-shadow: 0px 0px 10px #fff;
}

.marginare-mica-drey {
    margin-right: 6px;
}

.container-footer-el-mij-h2-asp {
    color: #fff;
    font-family: 'Bree Serif', sans-serif;
    font-size: 30px;
}

.container-footer-el-pd-h2-asp {
    color: #fff;
    font-family: 'Bree Serif', sans-serif;
    font-size: 30px;
}

.container-footer-el-a-asp {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    margin-bottom: -6px;
}

.container-footer-credentiale-total {
    background-color: #464646;
    height: auto;
    margin-bottom: 0;
    border-top: 1px solid #fff;
    box-shadow: 0px 0px 10px #fff;
}

.container-footer-credentiale {
    height: auto;
/*     background-color: red; */
    max-width: 1440px;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.container-footer-credentiale-el-p-asp {
    color: #fff;
    margin-top: 0;
    text-align: center;
}

.container-footer-credentiale-el-p-asp-2 {
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}

.dreypraydev-link {
    color: #fff;
    text-decoration: none;
}

.dreypraydev-link:hover {
    color: red;
    transition: 0.3s;
}

/*****/

.buton-fix-pagini-whatsapp-total {
    margin-top: 800px;
    margin-left: 50px;
    border-radius: 100%;
    height: 80px;
    width: 80px;
    background-color: #25D366;
    position: -webkit-sticky; 
    position: fixed;
    top: 0;
    z-index: 1200;
  }

  .buton-fix-pagini-whatsapp-total:hover {
    box-shadow: 0px 0px 20px #25D366;
    transition: 0.3s;
  }
  
  .buton-fix-pagini-whatsapp {
    margin-left: 15px;
    margin-top: -6px;
  }
  
  .buton-fix-pagini-whatsapp-aspect {
    font-size: 60px;
    color: #ffffff;
  }













  .container-index-despre-total {
    height: auto;
    margin-top: 0px;
    padding-bottom: 50px;
    background-image: linear-gradient(
      to bottom,
      #919191 0%,
      #b6b6b6 25%,
      #d6d6d6 50%,
      #ebebeb 75%,
      #ffffff 100%
    );
  }
  
  .container-index-despre {
    height: auto;
    max-width: 1440px;
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .container-index-despre-elemente {
    display: flex;
    width: 100%;
  }
  
  .container-index-despre-el-ps {
    width: 50%;
    height: auto;
    padding-right: 5px;
    padding-left: 5px;
  }
  
  .container-index-despre-el-pd {
    width: 50%;
    height: auto;
    padding-left: 5px;
    padding-right: 5px;
  }
  
  .container-index-despre-el-pd-img-asp {
    width: 100%;
    height: auto;
    pointer-events: none;
  }
  
  .container-index-despre-el-ps-p-asp {
    font-family: "Poppins", sans-serif;
    color: #333333;
    font-size: 18px;
  }
  
  .container-index-despre-el-ps-btn-asp {
    width: 200px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333333;
    border: 2px solid #333333;
    cursor: pointer;
  }
  
  .container-index-despre-el-ps-btn-asp:hover {
    background-color: #7070706c;
    transition: 0.3s;
    box-shadow: 0px 0px 20px #979797;
  }
  
  .container-index-despre-total.animate {
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 1s, transform 1s;
  }
  
  .container-index-despre-total.animate.active {
    opacity: 1;
    transform: translateX(0);
  }


  .container-index-despre-total-2.animate2 {
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 1s, transform 1s;
  }
  
  .container-index-despre-total-2.animate2.active {
    opacity: 1;
    transform: translateX(0);
  }


  .container-index-despre-total-3.animate3 {
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 1s, transform 1s;
  }
  
  .container-index-despre-total-3.animate3.active {
    opacity: 1;
    transform: translateX(0);
  }

/*   .animate-scroll {
    animation: scroll-animation 1s forwards;
  }
  
  @keyframes scroll-animation {
    from {
      transform: translateX(-100%);
      opacity: 0;
    }
    to {
      transform: translateX(0%);
      opacity: 1;
    }
  } */




/****************************************************************/
/***************** CONTAINER DESPRE NOI *************************/
/****************************************************************/


.container-dn-total {
  height: auto;
  margin-top: 50px;
  overflow-x: hidden; /* add this line to hide horizontal overflow */
}

.container-dn {
  height: auto;
  max-width: 1440px;
  margin: auto;
/*   background-color: red; */
  padding-left: 20px;
  padding-right: 20px;
}

.container-dn-elemente {
  display: flex;
  width: 100%;
  gap: 10px;
  height: auto;
}

.container-dn-el-ps {
  width: 55%;
/*   background-color: yellow; */
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
  opacity: 1;
  animation: slideInFromLeft 1s ease-in-out;
}

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.container-dn-el-pd {
  width: 50%;
/*   background-color: yellow; */
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
  opacity: 1;
  animation: slideInFromRight 1s ease-in-out;
}

@keyframes slideInFromRight {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.container-dn-el-ps-img-asp {
  width: 100%;
  height: auto;
  pointer-events: none;
  background-size: cover;
  background-repeat: no-repeat;
/*   filter: blur(1px); */
  -webkit-mask-image: linear-gradient(to bottom, rgb(34, 34, 34), rgba(34, 34, 34, 0.048));
  mask-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0));
}

.container-dn-el-pd-h1-asp {
  font-weight: normal;
  font-size: 24px;
}

.mili-aspect-span {
  text-decoration: underline;
  font-family: 'Bree Serif', sans-serif;
  font-weight: bold;
}



/************************************************************/
/*************** PORTOFOLIU NUNTI ***************************/
/************************************************************/

.container-port-nunti-11-total {
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
/*   opacity: 0; */ 
}

.container-port-nunti-12-total {
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
/*   opacity: 0; */
}

.container-port-nunti-13-total {
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
  opacity: 0;
/*   transform: translateX(-50px); */
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.container-port-nunti-14-total {
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
  opacity: 0;
/*   transform: translateX(-50px); */
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.container-port-nunti-15-total {
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
  opacity: 0;
/*   transform: translateX(-50px); */
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.container-port-nunti-16-total {
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
  opacity: 0;
/*   transform: translateX(-50px); */
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.container-port-nunti-17-total {
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
  opacity: 0;
/*   transform: translateX(-50px); */
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.container-port-nunti-18-total {
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
  opacity: 0;
/*   transform: translateX(-50px); */
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.container-port-nunti-19-total {
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
  opacity: 0;
/*   transform: translateX(-50px); */
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.container-port-nunti-20-total {
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
  opacity: 0;
/*   transform: translateX(-50px); */
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}






.container-port-nunti-1-total-animatie-princ {
  animation: slide-in 1s ease-out forwards;
}

.container-port-nunti-1-total-animatie-secund {
  animation: slide-in-2 1s ease-out forwards;
}

@keyframes slide-in {
  0% {
    transform: translateX(-50%);
    opacity: 0;
  }

  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}


@keyframes slide-in-2 {
  0% {
    transform: translateX(50%);
    opacity: 0;
  }

  100% {
    transform: translateX(0%);
    opacity: 1;
  }
}

.container-port-nunti-1 {
  height: auto;
  background-color: #c9c9c99c;
  max-width: 1440px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-port-nunti-1-elemente {
  display: flex;
  width: 100%;
  height: auto;
  gap: 10px;
}

.container-port-nunti-2-elemente {
  display: flex;
  width: 100%;
  height: auto;
  gap: 10px;
}

.container-port-nunti-1-el-ps {
  width: 50%;
  height: auto;
  overflow: hidden; 
}

.container-port-nunti-1-el-ps-img-asp {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease-in-out; 
}

.container-port-nunti-1-el-ps:hover .container-port-nunti-1-el-ps-img-asp {
  transform: scale(1.1); 
}

.container-port-nunti-1-el-ps:not(:hover) .container-port-nunti-1-el-ps-img-asp {
  transform: scale(1); 
}



.container-port-nunti-1-el-pd {
  width: 50%;
  height: auto;
  overflow: hidden; 
}

.container-port-nunti-1-el-pd-img-asp {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease-in-out; 
}

.container-port-nunti-1-el-pd:hover .container-port-nunti-1-el-ps-img-asp {
  transform: scale(1.1); 
}

.container-port-nunti-1-el-pd:not(:hover) .container-port-nunti-1-el-ps-img-asp {
  transform: scale(1); 
}




.container-port-nunti-1-el-pd-p-asp {
  font-family: 'Poppins', sans-serif;
  color: #333333;
  font-size: 18px;
}

.container-port-nunti-1-el-pd-btn-asp {
  width: 200px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  border: 2px solid #333333;
  cursor: pointer;
}

.container-port-nunti-1-el-pd-btn-asp:hover {
  background-color: #7070706c;
  transition: 0.3s;
  box-shadow: 0px 0px 20px #979797;
}

.container-port-nunti-asp-elemente {
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin-top: 50px;
}

.container-port-nunti-asp-elemente2 {
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin-top: 0px;
}

.container-port-nunti-a-asp {
  text-decoration: none;
  color: #000;
}

/***************************************************************/
/***************** CONTAINER VIDEO-URI PORT NUNTI **************/
/***************************************************************/

.container-youtube-total {
  height: auto;
/*   background-color: red; */
  margin-top: 50px;
  margin-bottom: 120px;
  padding-left: 20px;
  padding-right: 20px;
}

.container-youtube {
  height: auto;
/*   background-color: blue; */
  max-width: 1440px;
  margin: auto;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-ytb {
  overflow: hidden;
  max-width: 1160px;
  margin: auto;
/*   margin-top: 30px; */ 
  padding-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe-2 {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 1440px;
  height: 650px;
}

.container-index-oferta-elemente-butoane {
  display: flex;
  gap: 20px;
}

.container-port-textarea-total {
  height: auto;
/*   background-color: red; */
/*   border-bottom: 2px solid #000; */
}

.container-port-textarea {
  height: auto;
/*   background-color: blue; */
  max-width: 1440px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.container-port-textarea-el-h2-asp-1 {
  font-weight: normal;
  font-family: 'Satisfy', cursive;
  color: #000;
}

.container-port-textarea-el-p-asp-1 {
  font-weight: normal;
  font-family: 'Satisfy', cursive;
  color: #000;
  display: flex;
  justify-content: flex-end;
}

.container-port-textarea-el-hr-asp-1 {
  width: 100%;
  border: 1px solid #000;
}



/***********************************************/
/****************OFERTE NUNTI BOTEZ ************/
/***********************************************/

.container-oferte-bk {
  background-image: url('../images/oferte-bg-1.jpg');
/*   filter: blur(1px); */
  pointer-events: none;
  padding-top: 20px;
  margin-top: 30px;
  padding-bottom: 30px;
  margin-bottom: -52px;
  margin-top: -26px;
  display: flex;
  flex-direction: column;
  z-index: -200;
}



.container-oferte-nunti-titlu-total {
  height: auto;
/*   background-color: red; */
  margin-top: 50px;
}

.container-oferte-nunti-titlu {
  height: auto;
/*   background-color: blue; */
  max-width: 1440px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.container-oferte-nunti-titlu-el-h1-asp {
  text-align: center;
/*   padding-top: 10px;
  padding-bottom: 10px; */
  font-family: 'Bree Serif', sans-serif;
  color: #000;
  margin-top: 14px;
}




.container-oferte-nunti-total {
  height: auto;
/*   background-color: red; */
  margin-top: 20px;
}

.container-oferte-nunti {
  height: auto;
/*   background-color: blue; */
  max-width: 1440px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.container-oferte-nunti-elemente {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.container-oferte-nunti-el-ps {
  height: auto;
  width: 450px;
  background-color: grey;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #000;
  box-shadow: 0px 5px 10px #424242;
}

.container-oferte-nunti-el-mij {
  height: auto;
  width: 450px;
  background-color: grey;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #000;
  box-shadow: 0px 5px 10px #424242;
}

.container-oferte-nunti-el-pd {
  height: 650px;
  width: 450px;
  background-color: grey;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #000;
  box-shadow: 0px 5px 10px #424242;
}

.container-oferte-nunti-el-pd-2 {
  height: 450px;
  width: 450px;
  background-color: grey;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #000;
  box-shadow: 0px 5px 10px #424242;
}

.container-oferte-nunti-el-ps-1 {
  height: auto;
  background-color: grey;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
/*   display: flex;
  justify-content: center;
  align-items: center; */
  padding-top: 10px;
  padding-bottom: 10px;
}

.container-oferte-nunti-el-ps-1-h1-asp {
/*   margin-top: 0; */
  margin: 0;
  text-align: center;
  font-family: 'Satisfy', cursive;
  color: #fff;
}

.container-oferte-nunti-el-ps-2 {
  height: auto;
  background-color: grey;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
}

.container-oferte-nunti-el-ps-2-p-asp {
  color: #fff;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  cursor: pointer;
}

.container-oferte-nunti-el-ps-1-div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.container-oferte-nunti-el-ps-1-div-pret-asp {
  color: #494949;
  font-size: 30px;
  margin: 0;
  font-weight: 500;
  text-decoration: line-through;
}

.container-oferte-nunti-el-ps-1-div-pret-asp-2 {
  color: #000;
  font-size: 30px;
  margin: 0;
  font-weight: 500;
/*   text-decoration: line-through; */
}

.container-oferte-nunti-el-ps-1-div-euro-asp {
  color: #25D366;
  font-size: 16px;
/*   margin-bottom: 1000px; */
  text-decoration: none;
  margin: 0;
}

.container-oferte-nunti-el-ps-1-div-1 {
  display: flex;
}

.container-oferte-nunti-el-ps-1-div-2 {
  display: flex;
}

.container-oferte-nunti-el-ps-3 {
  height: auto;
  background-color: #25D366;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  font-weight: bold;
  cursor: pointer;
}

.container-oferte-nunti-el-ps-3:hover {
  background-color: #42e67e;
  transition: 0.2s;
}

.container-port-nunti-div-corporate-total {
  height: auto;
  margin-top: 20px;
/*   background-color: red; */
}

.container-port-nunti-div-corporate {
  height: auto;
/*   background-color: blue; */
  max-width: 1440px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.container-port-nunti-div-corporate-elemente {
/*   display: flex; */
  gap: 30px;
}

.container-port-nunti-div-corporate-el-ps {
  height: auto;
  background-color: grey;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 2px solid #000;
  box-shadow: 0px 5px 10px #424242;
  border-radius: 16px;
}

/* .container-port-nunti-div-corporate-el-pd {
  height: 300px;
  background-color: green;
}
 */

/************************************************************/
/************ PORTOFOLIU NUNTI / BOTEZURI PAGINA PRINC ******/
/************************************************************/


.container-index-despre-total-2-psd {
  height: auto;
  /*     background-color: red; */
      margin-top: 50px;
      padding-bottom: 50px;
/*       background-image: linear-gradient(to bottom, #919191 0%,#b6b6b6 25%, #d6d6d6 50%,#ebebeb 75%,#ffffff 100%); */
}

.container-index-despre-total-3-psd {
  height: auto;
  /*     background-color: red; */
      margin-top: 0px;
      padding-bottom: 50px;
/*       background-image: linear-gradient(to bottom, #919191 0%,#b6b6b6 25%, #d6d6d6 50%,#ebebeb 75%,#ffffff 100%); */
}

.container-index-despre-el-ps-a-asp {
  text-decoration: none;
  color: #000;
}


/*******************************************************/
/************ CONTACT FORM *****************************/
/*******************************************************/

.container-contact-total {
  margin-top: 50px;
  padding-left: 10px;
  padding-right: 10px;
}




/********************************************************/
/*******************   THANK YOU PAGE *******************/
/********************************************************/

.container-ty-total {
  height: 700px;
/*   background-color: red; */
  margin-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
}

.container-ty {
  height: 700px;
  background-color: #49494969;
  max-width: 1440px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
  border: 5px solid #000;
  box-shadow: 0px 0px 10px grey;
}

.container-ty-elemente {
  display: flex;
  flex-direction: column;
}

.container-ty-el-1 {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 120px;
}

.container-ty-el-1-img-asp {
  width: 130px;
  height: 130px;
  margin: 0;
  padding: 0;
  pointer-events: none;
/*   padding-left: 20px;
  padding-right: 30px;
  border: 2px solid red; */
}

.container-ty-el-2 {
  display: flex;
  flex-direction: column;
/*   justify-content: center;
  align-items: center; */
  padding-left: 20px;
  padding-right: 20px;
}

.container-ty-el-2-h1-asp {
  text-align: center;
  color: #000;
  font-family: 'Satisfy', cursive;
  font-size: 40px;
}

.container-ty-el-2-p1-asp {
  text-align: center;
  color: #000;
/*   font-family: 'Satisfy', cursive;
  font-size: 30px; */
}

.container-ty-el-2-p2-asp {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  color: #000;
}

.container-ty-el-3 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.container-ty-el-3-btn-asp {
  height: 50px;
  width: 140px;
  background-color: #49494959;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #000;
  cursor: pointer;
  border: 2px solid #494949;
}

.container-ty-el-3-btn-asp:hover {
  color: #fff;
  background-color: #494949;
  transition: 0.3s;
}

.container-ty-el-3-a-asp {
  text-decoration: none;
  color: #000;
}

.container-ty-el-3-a-asp:hover {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.container-oferte-nunti-el-ps-3-a-asp {
  color: #fff;
  text-decoration: none;
/*   cursor: pointer; */
}


/***************************/

.form-group {
  margin: 0 auto;
  max-width: 600px;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0px 0px 10px #333;
/*   padding-left: 20px;
  padding-right: 20px; */
}

label {
  font-weight: bold;
}

input[type="text"],
input[type="email"],
input[type="tel"],
select {
  width: 100%;
  padding: 12px;
  border-radius: 4px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

label[for="input-data"] {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

#input-data {
  width: 96%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 14px;
  line-height: 1.5;
}

textarea {
  width: 100%;
  padding: 12px;
  border-radius: 4px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

button[type="submit"] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
/*   width: 100%; */
/*   display: flex;
  align-items: center;
  justify-content: center; */
}

button[type="submit"]:hover {
  background-color: #45a049;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.col-md-6 {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 5px;
  padding-left: 5px;
  margin-bottom: 20px;
}

/* .col-md-6 {
  flex: 0 0 100%;
  max-width: 100%;
} */

.error-message {
  color: red;
  font-style: italic;
  font-size: 16px;
}

.container-contact-total-span-asp {
  color: red;
}



.container-inceput-paginare-text-div-butoane-a-asp {
  text-decoration: none;
  color: #fff;
}

/**********************************************************/
/************** RECENZII INDEX ****************************/
/**********************************************************/


.container-recenzii-total {
  height: auto;
/*   background-color: red; */
  margin-bottom: 50px;
}

.container-recenzii {
  height: auto;
/*   background-color: blue; */
  max-width: 1440px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.container-recenzii-elemente {
  display: flex;
  gap: 10px;
  justify-content: space-evenly;
  width: 100%;
}

.container-recenzii-el-ps {
  display: flex;
  gap: 10px;
  width: auto;
  height: auto;
  justify-content: space-evenly;
  align-items: center;
  width: 50%;
}

.container-recenzii-el-pd {
  display: flex;
  gap: 10px;
  width: auto;
  height: auto;
  justify-content: space-evenly;
  align-items: center;
  width: 50%;
}



.container-recenzii-el-ps-1 {
  height: auto;
  width: 300px;
  background-color: #919191;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  flex-direction: column;
  border: 2px solid #474747;
  padding-left: 10px;
  padding-right: 10px;
  box-shadow: 0px 3px 10px #353535;
}

.container-recenzii-el-ps-2 {
  height: auto;
  width: 300px;
  background-color: #919191;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 2px solid #474747;
  padding-left: 10px;
  padding-right: 10px;
  flex-direction: column;
  box-shadow: 0px 3px 10px #353535;
}

.container-recenzii-el-pd-1 {
  height: auto;
  width: 300px;
  background-color: #919191;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 2px solid #474747;
  padding-left: 10px;
  padding-right: 10px;
  flex-direction: column;
  box-shadow: 0px 3px 10px #353535;
}
 
.container-recenzii-el-pd-2 {
  height: auto;
  width: 300px;
  background-color: #919191;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 2px solid #474747;
  padding-left: 10px;
  padding-right: 10px;
  flex-direction: column;
  box-shadow: 0px 3px 10px #353535;
}



.container-recenzii-el-ps-1-img-asp {
  height: auto;
  width: 50%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
  border: 2px solid #474747;
}

.container-recenzii-el-ps-1-p-asp1 {
  text-align: center;
}

.container-recenzii-el-ps-1-p-asp2 {
  text-align: center;
  margin-top: 0px;
  color: #000;
  font-family: 'Bree Serif', sans-serif;
  font-size: 20px;
  font-weight: bold;
}

.container-recenzii-el-ps-1-p-asp3 {
  text-align: center;
  margin-top: 20px;
  color: #000;
  font-family: 'Bree Serif', cursive;
  font-size: 16px;
}

.container-recenzii-el-asp-stele {
  color: yellow;
  text-shadow: 0px 0px 6px yellow;
}
















/*     background-image: linear-gradient(to top, #919191 0%,#b6b6b6 25%, #d6d6d6 50%,#ebebeb 75%,#ffffff 100%); */


/****************************************************************/


@media (min-width: 950px) {
    .header li {
      float: left;
    }
    .header li a {
      padding: 16px 30px;
    }
    .header .menu {
      clear: none;
      float: right;
      max-height: none;
    }
    .header .menu-icon {
      display: none;
    }
  
    .hover-drey:after {
      content: "";
      pointer-events: none;
      bottom: 7px;
      left: 50%;
      position: absolute;
      width: 0%;
      height: 2px;
      background-color: #c9c9c9;
      transition-timing-function: cubic-bezier(0.25, 0.8, 0.25, 1);
      transition-duration: 800ms;
      transition-property: width, left;
      }
  
      .hover-drey:focus:after,
      .hover-drey:hover:after {
      width: 100%;
      left: 0%;
      }
  }
  
  @media screen and (max-width: 1410px) {
    .container-oferte-nunti-titlu-el-h1-asp {
      font-size: 26px;
    }
  }

  @media screen and (max-width: 1175px) {
    .container-oferte-nunti-titlu-el-h1-asp {
      font-size: 22px;
      margin-top: 20px;
    }
  }

  @media screen and (max-width: 1150px) {
    .container-dn-el-pd-h1-asp {
      font-size: 20px;
    }
  }

  @media screen and (max-width: 1020px) {
    .container-oferte-nunti-el-pd {
      height: 750px;
      width: 450px;
      background-color: grey;
      border-radius: 16px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      border: 2px solid #000;
      box-shadow: 0px 5px 10px #424242;
    }
  }

  @media screen and (max-width: 1000px) {

    .buton-fix-pagini-whatsapp-total {
      margin-top: 640px;
      margin-left: 20px;
      border-radius: 100%;
      height: 50px;
      width: 50px;
      background-color: #25D366;
      position: -webkit-sticky; 
      position: fixed;
      top: 0;
    }
  
    .buton-fix-pagini-whatsapp {
      margin-left: 12px;
      margin-top: 2px;
    }
  
    .buton-fix-pagini-whatsapp-aspect {
      font-size: 30px;
      color: #ffffff;
    }
  }

  @media screen and (max-width: 975px) {
    .container-oferte-nunti-titlu-el-h1-asp {
      font-size: 20px;
      margin-top: 20px;
    }
  }

  @media screen and (max-width: 870px) {
    .container-dn-el-pd-h1-asp {
      font-size: 18px;
    }



    .container-recenzii-elemente {
      flex-direction: column;
      align-items: center;
    }

    .container-recenzii-el-ps {
      width: 100%;
    }

    .container-recenzii-el-pd {
      width: 100%;
    }
  }

  @media screen and (max-width: 850px) {
    .container-port-nunti-1-elemente {
      flex-direction: column;
      align-items: center;
    }

    .container-port-nunti-2-elemente {
      flex-direction: column-reverse;
      align-items: center;
    }

    .container-port-nunti-1-el-ps {
      width: 100%;
    }

    .container-port-nunti-1-el-pd {
      width: 100%;
    }

    .container-port-nunti-1-el-pd-p-asp {
      font-size: 16px;
    }

    .container-port-nunti-1-el-pd-btn-asp {
      width: 160px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #333333;
      border: 2px solid #333333;
      cursor: pointer;
      font-size: 16px;
    }
  }

  @media screen and (max-width: 800px) {
    .container-index-despre-elemente {
        flex-direction: column-reverse;
        align-items: center;
    }

    .container-index-despre-elemente-2 {
        flex-direction: column;
        align-items: center;
    }

    .container-index-despre-el-ps {
        width: 100%;
    }   

    .container-index-despre-el-pd {
        width: 100%;
    }
  }
  
  @media screen and (max-width: 767px) {
    .col-md-6 {
      flex: 0 0 100%;
      max-width: 100%;
    }
  }

  @media screen and (max-width: 765px) {
    .container-dn-elemente { 
      flex-direction: column;
      align-items: center;
    }

    .container-dn-el-ps {
      width: 100%;
    }

    .container-dn-el-pd {
      width: 100%;
    }

    .container-dn-el-pd-h1-asp {
      font-size: 24px;
    }
  }

  @media screen and (max-width: 750px) {
    .responsive-iframe-2 {
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 1440px;
      height: 450px;
    }

    .container-oferte-nunti-elemente {
      flex-direction: column;
      align-items: center;
    }

    .container-oferte-nunti-el-ps {
      width: 100%;
    }
    
    .container-oferte-nunti-el-mij {
      width: 100%;
    }

    .container-oferte-nunti-el-pd {
      width: 100%;
    }

    .container-oferte-nunti-el-pd-2 {
      width: 100%;
    }
  }

  @media screen and (max-width: 715px) {
    .container-legatura-asp-el-text-h2-asp {
        font-size: 18px;
    }
  }

  @media screen and (max-width: 660px) {
    .container-ty-el-2-h1-asp {
      text-align: center;
      color: #000;
      font-family: 'Satisfy', cursive;
      font-size: 30px;
    }
    
    .container-ty-el-2-p1-asp {
      text-align: center;
      color: #000;
    /*   font-family: 'Satisfy', cursive;
      font-size: 30px; */
      font-size: 14px;
    }
    
    .container-ty-el-2-p2-asp {
      display: flex;
      align-items: flex-end;
      justify-content: flex-end;
      color: #000;
      font-size: 14px;
    }
  }

  @media screen and (max-width: 600px) {
    .container-footer-elemente {
        flex-direction: column;
        align-items: center;
    }
  }

  @media screen and (max-width: 550px) {
    .container-dn-el-pd-h1-asp {
      font-size: 20px;
    }
  }


  @media screen and (max-width: 535px) {
    .container-legatura-asp-el-hr-1 {
        width: 20%;
        height: auto;
    /*     background-color: pink; */
        padding-top: 28px;
    /*     margin: auto; */
    }
    
    .container-legatura-asp-el-text {
        width: 58%;
        height: auto;
    /*     background-color: pink; */
        text-align: center;
    }
    
    .container-legatura-asp-el-hr-2 {
        width: 20%;
        height: auto;
    /*     background-color: pink; */
        padding-top: 28px;
    }
  }

  @media screen and (max-width: 525px) {
    .container-ty-total {
      height: 500px;
    /*   background-color: red; */
      margin-top: 50px;
      padding-left: 20px;
      padding-right: 20px;
    }
    
    .container-ty {
      height: 500px;
      background-color: #49494969;
      max-width: 1440px;
      margin: auto;
      padding-left: 20px;
      padding-right: 20px;
      border: 5px solid #000;
      box-shadow: 0px 0px 10px grey;
    }
    
    .container-ty-elemente {
      display: flex;
      flex-direction: column;
    }
    
    .container-ty-el-1 {
      margin: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 20px;
    }
  }

  @media screen and (max-width: 500px) {
    .container-recenzii-elemente {
      flex-direction: column;
      align-items: center;
    }

    .container-recenzii-el-ps {
      width: 80%;
      flex-direction: column;
    }

    .container-recenzii-el-pd {
      width: 80%;
      flex-direction: column;
    }

    



    .container-recenzii-el-ps-1 {
      height: auto;
      width: 270px;
/*       background-color: #919191; */
      display: flex;
      justify-content: center;
      align-items: center;
      padding-top: 20px;
      padding-bottom: 20px;
      flex-direction: column;
      border: 2px solid #474747;
      padding-left: 10px;
      padding-right: 10px;
    }
    
    .container-recenzii-el-ps-2 {
      height: auto;
      width: 270px;
/*       background-color: #919191; */
      display: flex;
      justify-content: center;
      align-items: center;
      padding-top: 20px;
      padding-bottom: 20px;
      border: 2px solid #474747;
      padding-left: 10px;
      padding-right: 10px;
      flex-direction: column;
    }
    
    .container-recenzii-el-pd-1 {
      height: auto;
      width: 270px;
/*       background-color: #919191; */
      display: flex;
      justify-content: center;
      align-items: center;
      padding-top: 20px;
      padding-bottom: 20px;
      border: 2px solid #474747;
      padding-left: 10px;
      padding-right: 10px;
      flex-direction: column;
    }
     
    .container-recenzii-el-pd-2 {
      height: auto;
      width: 270px;
/*       background-color: #919191; */
      display: flex;
      justify-content: center;
      align-items: center;
      padding-top: 20px;
      padding-bottom: 20px;
      border: 2px solid #474747;
      padding-left: 10px;
      padding-right: 10px;
      flex-direction: column;
    }
  }
  
  @media screen and (max-width: 487px) {
    .container-inceput-paginare-text-div-h1-asp {
        font-size: 46px;
  }

  .container-inceput-paginare-text-div-h2-asp {
    font-family: 'Bree Serif', sans-serif;
    color: #fff;
    font-weight: normal;
    text-shadow: 0px 0px 4px #000;
    margin-top: -30px;
    margin-bottom: 100px;
    font-size: 20px;
}
} 

@media screen and (max-width: 420px) {
  .container-index-oferta-elemente-butoane {
    flex-direction: column;
  }
}

@media screen and (max-width: 375px) {
  .container-dn-el-pd-h1-asp {
    font-size: 16px;
  }
}

@media screen and (max-width: 337px) {
  .container-ty-el-2-h1-asp {
    text-align: center;
    color: #000;
    font-family: 'Satisfy', cursive;
    font-size: 26px;
  }
  
  .container-ty-el-2-p1-asp {
    text-align: center;
    color: #000;
  /*   font-family: 'Satisfy', cursive;
    font-size: 30px; */
    font-size: 14px;
  }
  
  .container-ty-el-2-p2-asp {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    color: #000;
    font-size: 14px;
  }

  .container-ty-el-1-img-asp {
    width: 70px;
    height: 70px;
    margin: 0;
    padding: 0;
  /*   padding-left: 20px;
    padding-right: 30px;
    border: 2px solid red; */
  }

  .container-ty-el-1 {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
  }
}