@font-face {
  font-family: "TitleBold";
  src: url(../font/vremb.ttf);
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

body, html {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  user-select: none;
}

.social_hover:hover {
  opacity: 0.8;
}

.zoomonhover {
  transition: transform .3s;
}

.portofoliu {
  width: 50%;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30%;
}

.zoomonhover:hover {
  transform: scale(1.2);
}

.animated {
  animation: fadeIn 3s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
  visibility: visible;
}

.animated_delay {
  animation: fadeIn 4s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}

.container {
  padding: 5%;
  user-select: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.parallax {
  background-image: url('../img/prl/prl.jpg');
  min-height: 100vh;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* ACASA */

.main {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.main_left {
  height: 100vh;
  background-color: #d8f0f0;
  align-items: center;
  display: flex;
  justify-content: center;
}

.title {
  text-align: center;
}

.title h2 {
  font-size: 300%;
  letter-spacing: 7px;
  font-family: TitleBold;
}

.title p {
  font-size: 150%;
  color: #505050;
  letter-spacing: 2px;
  text-shadow: 0 0 2px #757575;
}

.title hr {
  width: 25%;
  text-align: center;
}

.copy {
  text-align: center;
  margin-bottom: 0;
}

.copy a {
  text-decoration: none;
  color: #505050;
}

/* MENIU DESKTOP */

.hp {
  position: fixed;
  left: 0;
  top: 0;
  padding: 25px 25px;
  background-color: transparent;
  width: 0;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  -webkit-transition: -webkit-transform width 0.3s linear;
}

.menu_logo {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  height: 100% !important;
  max-height: 33px;
  width: auto !important;
}

.hp:hover {
  height: 100vh;
  height: calc(100vh * 1vh);
  background-color: #F5F5F5;
  width: 200px;
  overflow: hidden;
}

.hp:hover .menu_items {
  opacity: 1;
  transition-delay: 0.3s;
  transition: opacity 1s ease-in-out;
}

.menu_icon_open {
  margin-left: auto;
  margin-right: auto;
  align-items: flex-end;
}

.meniu_icon {
  justify-content: space-between;
}

.menu_links {
  font-size: 14px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.menu_links a {
  text-decoration: none;
  text-transform: uppercase;
  padding: 5% 0;
  color: #271a18;
  border: 1px solid transparent;
  border-radius: 7px;
  transition: 0.3s;
}

.menu_links a:hover {
  border: 1px solid #271a18;
  color: #686868;
}

.menu_items {
  opacity: 0;
}

.menu_social {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.menu_social img {
  padding: 10px 5px;
  height: 25px;
}

/* /ACASA /MENIU DESKTOP */

#menu_mobil {
  display: none;
}

/* MENIU MOBIL */

#meniu_mobil {
  transform: scale(0);
  transition: .6s ease opacity,.6s ease transform;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  padding: 25px 25px;
  background-color: #F5F5F5;
  width: 200px;
  height: 100vh;
  height: calc(100vh * 1vh);
  text-align: center;
}

.hp_mobil button {
  position: fixed;
  background-image: url('../img/menu_open.png');
  background-repeat: no-repeat;
  background-size: 100%;
  border: 0;
  background-color: transparent;
  height: 40px;
  width: 40px;
  left: 0;
  top: 0;
  margin: 25px;
}

.hp_mobil button:focus {
  outline: none;
}

.menu_links_mobile {
  font-size: 14px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

/* /MENIU MOBIL */

/* DESPRE NOI */

.titlusectiune {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.titlusectiune h2 {
  text-transform: uppercase;
  letter-spacing: 5px;
}

.titlusectiune hr {
  width: 5%;
  margin-bottom: 25px;
}

.artpic {
  font-size: 20px;
  display: flex;
  justify-content: space-around;
}

.art {
  width: 40%;
}

.art2 {
  width: 80%;
}

.pic {
  margin-top: auto;
  margin-bottom: auto;
}

.divseparator {
  color: transparent;
}

#impar {
  background-color: #F8F8F8;
}

.gpslink_android {
  display: none;
}

.gpslink_iphone {
  display: none;
}

/* CONTACT FORM */

.formvalid {
  display: none;
}

.contact_form {
  padding: 0;
  margin: 0;
  width: 40%;
}

.numetel {
  display: flex;
  justify-content: space-between;
}

.numetel > input, .mail > input, textarea {
  padding: 15px 0;
  margin: 10px 0;
  border: 2px solid #C8C8C8;
  border-radius: 6px;
  font-size: 16px;
  text-indent: 15px;
}

input[type=submit]{
 border-radius: 6px;
}

input[type=text], input[type=tel] {
  width: 45%;
}

input[type=email], input[type=submit], textarea {
  width: 100%
}

input[type=submit] {
  border: 0;
  height: 40px;
  margin-top: 10px;
  font-size: 16px;
  color: white;
  background-color: #614e46;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition-duration: 0.5s;
}

input[type=text]:hover, input[type=tel]:hover, input[type=email]:hover, textarea:hover {
  border: 2px solid #836a60;
}

input[type=text]:focus, input[type=tel]:focus, input[type=email]:focus, textarea:focus {
  border: 2px solid #614e46;
}

input[type=submit]:hover {
  background-color: #836a60;
}

#icon_contact {
  margin-right: 10px;
}

.art a {
  color: #614e46;
  text-decoration: none;
}

.art a:hover {
  text-decoration: underline;
}
/* /CONTACT FORM */

/* Servicii */

.legal_stuff {
  margin-top: 65px;
}

.hr_legal_stuff {
  margin-top: 25px;
}

/* /Servicii */

/* FOOTER */

.footer_links {
  margin-top: 20px;
}

.footer_links a {
  margin: 0 5px;
  padding: 0 5px;
  text-decoration: none;
  color: #614e46;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-radius: 5px;
  transition-duration: 0.3s;
}

.footer_links a:hover {
  border-left: 1px solid black;
  border-right: 1px solid black;
  color: black;
}

.copyright {
  margin-bottom: 0;
  color: #585858;
}

#footer_container {
  margin-bottom: 0;
  padding-bottom: 15px;
}
/* /FOOTER */

/* Mobile */
@media (max-width: 992px) {
  .parallax {
    background-image: url('../img/prl/prl2.jpg');
    background-attachment: scroll;
  }
  .zoomonhover {
    pointer-events: none;
  }
  .portofoliu {
    width: 100%;
    padding-left: 0;
    font-size: 16px;
  }
  .gpslink_android {
    display: block;
  }
  .legal_stuff {
    margin-bottom: 50px;
  }
  .main_left {
    height: 50vh;
    width: 200%;
    overflow: hidden;
  }
  .contact_form {
    width: 100%;
  }
  .container {
    width: 100%;
    padding: 0;
  }
  .pic img {
    width: 300px;
    height: auto;
    padding: 7px 0;
  }
  .artpic {
    width: 100%;
    display: grid;
  }
  .art {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
  }
  .art2 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
  }

  .art2 li {
    padding: 7px 0;
  }

  .divseparator {
    opacity: 0;
    margin: 35px 0;
  }
  .titlusectiune {
    padding-top: 30px;
  }
  #reverseorder {
    display: flex;
    flex-direction: column-reverse;
  }
  .hartagmaps {
    margin: 30px 0;
  }
  textarea {
    height: 200px;
  }
  .footer_links {
    display: none;
  }
  #meniu_desktop {
    display: none;
  }
  #menu_mobil {
    display: block;
  }
}

@media only screen
and (min-device-width : 414px)
and (max-device-width : 736px) {
  .parallax {
    background-image: url('../img/prl/prl2.jpg');
    background-attachment: scroll;
  }
  .zoomonhover {
    pointer-events: none;
  }
  .gpslink_iphone {
    display: block;
  }
  .portofoliu {
    width: 100%;
    padding-left: 0;
    font-size: 16px;
  }
  .main_left {
    height: 50vh;
    width: 200%;
    overflow: hidden;
  }
  .contact_form {
    width: 100%;
  }
  .container {
    width: 100%;
    padding: 0;
  }
  .pic img {
    width: 300px;
    height: auto;
    padding: 7px 0;
  }
  .artpic {
    width: 100%;
    display: grid;
  }
  .art {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
  }
  .art2 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
  }

  .art2 li {
    padding: 7px 0;
  }

  .divseparator {
    opacity: 0;
    margin: 35px 0;
  }
  .titlusectiune {
    padding-top: 30px;
  }
  #reverseorder {
    display: flex;
    flex-direction: column-reverse;
  }
  .hartagmaps {
    margin: 30px 0;
  }
  textarea {
    height: 200px;
  }
  .footer_links {
    display: none;
  }
  #meniu_desktop {
    display: none;
  }
  #menu_mobil {
    display: block;
  }
}
