@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500&display=swap");
* {
  font-family: "Nunito", sans-serif;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

body {
  background: #333;
}

/*start mouse scroll animation*/
.mouse_scroll {
  display: block;
  margin: 0 auto;
  width: 24px;
  height: 100px;
  margin-top: 30px;
}

.m_scroll_arrows {
  display: block;
  width: 5px;
  height: 5px;
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  margin: 0 0 3px 4px;
  width: 16px;
  height: 16px;
}

.unu {
  margin-top: 1px;
}

.unu,
.doi,
.trei {
  -webkit-animation: mouse-scroll 1s infinite;
  animation: mouse-scroll 1s infinite;
}

.unu {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-delay: alternate;
          animation-delay: alternate;
}

.doi {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-direction: alternate;
  animation-delay: 0.2s;
  animation-direction: alternate;
  margin-top: -6px;
}

.trei {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -webkit-animation-direction: alternate;
  animation-delay: 0.3s;
  animation-direction: alternate;
  margin-top: -6px;
}

.mouse {
  height: 42px;
  width: 24px;
  border-radius: 14px;
  -webkit-transform: none;
          transform: none;
  border: 2px solid white;
  top: 170px;
}

.wheel {
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: white;
  position: relative;
  height: 4px;
  width: 4px;
  border: 2px solid white;
  border-radius: 8px;
}

.wheel {
  -webkit-animation: mouse-wheel 0.6s linear infinite;
  animation: mouse-wheel 0.6s linear infinite;
}

@-webkit-keyframes mouse-wheel {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@keyframes mouse-wheel {
  0% {
    top: 1px;
  }
  25% {
    top: 2px;
  }
  50% {
    top: 3px;
  }
  75% {
    top: 2px;
  }
  100% {
    top: 1px;
  }
}

@-webkit-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

/*end mouse scroll animation*/
html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 8rem;
}

html::-webkit-scrollbar {
  width: 1rem;
}

html::-webkit-scrollbar-track {
  background: #f6f6f8;
}

html::-webkit-scrollbar-thumb {
  background: #cdd422;
}

body {
  overflow-x: hidden;
  background: #f6f6f8;
}

section {
  padding: 3rem 9%;
}

.btn {
  display: inline-block;
  margin-top: 1rem;
  padding: 1rem 3rem;
  background: #cdd422;
  color: #000;
  cursor: pointer;
  font-size: 1.8rem;
}

.btn:hover {
  background: #c60021;
  color: #fff;
}

.subscribe {
  display: inline-block;
  margin-top: 1rem;
  padding: 1rem 3rem;
  background: #cdd422;
  color: #000;
  cursor: pointer;
  font-size: 1.8rem;
}

.subscribe:hover {
  background: #c60021;
  color: #fff;
}

.show-modal {
  display: inline-block;
  margin-top: 1rem;
  padding: 1rem 3rem;
  background: #cdd422;
  color: #000;
  cursor: pointer;
  font-size: 1.8rem;
}

.show-modal:hover {
  background: #c60021;
  color: #fff;
}

.close-modal {
  position: absolute;
  top: 1.2rem;
  right: 2rem;
  font-size: 5rem;
  color: #333;
  cursor: pointer;
  border: none;
  background: none;
}

.modal h1 {
  font-size: 2.5rem;
  margin-bottom: 2rem;
}

.modal p {
  font-size: 1.8rem;
}

/*CLASSES TO MAKE MODAL WORK*/
.hidden {
  display: none;
}

.modal {
  position: absolute;
  top: 50%;
  left: 49.5%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  background-color: #f6f6f8;
  padding: 12rem;
  border-radius: 5px;
  -webkit-box-shadow: 0 3rem 5rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 3rem 5rem rgba(0, 0, 0, 0.3);
}

.modal .image {
  position: absolute;
  top: 7px;
  left: 280px;
  width: 20rem;
  height: 20rem;
}

.heading {
  text-align: center;
  padding-bottom: 3rem;
  font-size: 3rem;
  text-transform: capitalize;
  color: #505050;
  text-transform: uppercase;
}

.heading span {
  color: #000;
  text-transform: uppercase;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #e3e3e3;
  padding: 1.5rem 9%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.2);
  -webkit-transform: translateY(-20rem);
          transform: translateY(-20rem);
}

.header.active {
  -webkit-transform: translateY(0rem);
          transform: translateY(0rem);
}

.header .logo {
  font-size: 2.5rem;
  color: #fff;
  text-transform: capitalize;
  color: #333;
}

.header .navbar a {
  font-size: 2rem;
  color: #fff;
  text-transform: capitalize;
  margin: 0 1.5rem;
  color: #333;
}

.header .navbar a:hover {
  color: #cdd422;
}

.header .icons div,
.header .icons a {
  height: 4.5rem;
  width: 4.5rem;
  line-height: 4.5rem;
  font-size: 2rem;
  background: #fff;
  color: #000;
  margin-left: 0.5rem;
  text-align: center;
  cursor: pointer;
}

.header .icons div:hover,
.header .icons a:hover {
  background: #cdd422;
  color: #000;
}

.header #menu-btn {
  display: none;
}

.header .search-form {
  position: absolute;
  top: 99%;
  left: 0;
  right: 0;
  background: #e3e3e3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 9%;
  border-top: 0.1rem solid rgba(255, 255, 255, 0.2);
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.2);
  height: 6rem;
  gap: 1rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
          clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}

.header .search-form.active {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.header .search-form input {
  width: 100%;
  background: none;
  color: #000;
  font-size: 1.8rem;
}

.header .search-form label {
  font-size: 2.5rem;
  cursor: pointer;
  color: #000;
}

.header .search-form label:hover {
  color: #cdd422;
}

.acasa {
  position: relative;
  overflow: hidden;
  height: 100vh;
  background: url(../images/background-top.png) no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.acasa .city {
  position: absolute;
  bottom: 0;
  left: -1rem;
  top: 40rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 10;
}

.acasa .clouds {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 5;
}

.acasa .main-up-logo {
  position: absolute;
  top: 20rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 12vw;
  z-index: 1;
}

.acasa .right-up-logo {
  position: absolute;
  top: 17rem;
  right: 25rem;
  width: 13vw;
  z-index: 2;
}

.acasa .left-up-logo {
  position: absolute;
  top: 20rem;
  left: 25rem;
  width: 14vw;
}

.acasa .content {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  text-align: center;
  z-index: 3;
}

.acasa .content p {
  font-size: 3rem;
  color: #fff;
  text-transform: capitalize;
  text-transform: uppercase;
  text-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.7);
}

.acasa .content h3 {
  font-size: 10rem;
  color: #fff;
  text-transform: capitalize;
  text-transform: uppercase;
  text-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.7);
}

.acasa::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
  background: linear-gradient(transparent, #000);
  z-index: 12;
}

.despre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem;
}

.despre .image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 42rem;
          flex: 1 1 42rem;
}

.despre .image img {
  width: 100%;
  border-radius: 15px;
}

.despre .content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 42rem;
          flex: 1 1 42rem;
}

.despre .content span {
  font-size: 2rem;
  color: #333;
}

.despre .content h3 {
  font-size: 3.5rem;
  color: #000;
  text-transform: uppercase;
  padding-top: 1.5rem;
}

.despre .content p {
  font-size: 1.6rem;
  color: #333;
  line-height: 2;
  padding: 1.5rem 0;
}

.despre .content p span {
  color: #0097e6;
}

.noutati .box-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(31rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(31rem, 1fr));
  gap: 2rem;
}

.noutati .box-container .box {
  text-align: center;
}

.noutati .box-container .box:hover .images img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.noutati .box-container .box .images {
  height: 30rem;
  overflow: hidden;
}

.noutati .box-container .box .images img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.noutati .box-container .box .content {
  padding-top: 2rem;
}

.noutati .box-container .box .content h3 {
  font-size: 2rem;
  color: #333;
  text-transform: uppercase;
}

.noutati .box-container .box .content p {
  font-size: 1.6rem;
  color: #333;
  line-height: 2;
  padding: 1.5rem 0;
  padding: 1rem 2rem;
  text-align: justify;
  font-style: italic;
  font-size: 1.5rem;
}

.noutati .box-container .box .content .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2rem;
  background-color: #e3e3e3;
  margin-top: 2rem;
}

.noutati .box-container .box .content .icons a {
  font-size: 1.6rem;
  color: #000;
}

.noutati .box-container .box .content .icons a i {
  color: #cdd422;
  padding-right: 0.5rem;
}

.noutati .box-container .box .content .icons a i:hover {
  color: #c60021;
}

.noutati .box-container .box .content .icons a:hover {
  color: #c60021;
}

.magazine .box-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(31rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(31rem, 1fr));
  gap: 2rem;
}

.magazine .box-container .box {
  text-align: center;
  padding: 3rem;
}

.magazine .box-container .box:hover img {
  -webkit-transform: translateY(-2rem);
          transform: translateY(-2rem);
}

.magazine .box-container .box img {
  height: 35rem;
  width: 35rem;
  width: 100%;
  /*centered image - after!important*/
  border-radius: 10px;
}

.magazine .box-container .box .btn {
  padding: 1rem 1rem;
  border-radius: 5px;
}

.magazine .box-container .box .btn:hover {
  color: white;
  background-color: #c60021;
}

.categorii .box-container {
  -webkit-columns: 25rem 3;
          columns: 25rem 3;
  gap: 1.5rem;
}

.categorii .box-container img {
  width: 100%;
  border-radius: 0.5rem;
  margin-bottom: 1.5rem;
}

.produse .box-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(31rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(31rem, 1fr));
  gap: 2rem;
}

.produse .box-container .box {
  text-align: center;
}

.produse .box-container .box:hover .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.produse .box-container .box:hover .image .icons {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.produse .box-container .box .image {
  height: 30rem;
  position: relative;
  overflow: hidden;
}

.produse .box-container .box .image img {
  height: 100%;
}

.produse .box-container .box .image .icons {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.produse .box-container .box .image .icons a {
  height: 5rem;
  width: 5rem;
  line-height: 5rem;
  font-size: 2rem;
  background: #fff;
  color: #000;
}

.produse .box-container .box .image .icons a:hover {
  background: #0097e6;
  color: #fff;
}

.produse .box-container .box .content {
  padding: 1.5rem 0;
}

.produse .box-container .box .content .stars {
  padding-bottom: 0.5rem;
}

.produse .box-container .box .content .stars i {
  font-size: 1.7rem;
  color: #cdd422;
}

.produse .box-container .box .content h3 {
  padding: 1rem 0;
  font-size: 2rem;
  color: #fff;
  text-transform: capitalize;
  color: #505050;
}

.produse .box-container .box .content .price {
  font-size: 2rem;
  color: #505050;
}

.produse .box-container .box .content .price span {
  color: #aaa;
  font-size: 1.5rem;
  text-decoration: line-through;
}

.footer {
  background-color: #e3e3e3;
}

.footer .box-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(25rem, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  gap: 2rem;
}

.footer .box-container .box h3 {
  font-size: 2.2rem;
  color: #fff;
  text-transform: capitalize;
  color: #000;
  padding-bottom: 2rem;
  padding-top: 1rem;
}

.footer .box-container .box .link {
  display: block;
  color: #707070;
  padding: 1rem 0;
  font-size: 1.5rem;
}

.footer .box-container .box .link i {
  color: #cdd422;
  padding-right: 0.5rem;
}

.footer .box-container .box .link:hover {
  color: #cdd422;
}

.footer .box-container .box .link:hover i {
  padding-right: 2rem;
}

.footer .box-container .box .email {
  width: 100%;
  padding: 1.2rem 1.4rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.2);
  color: #fff;
  margin: 1rem 0;
  background: none;
  font-size: 1.6rem;
}

.footer .box-container .box .share {
  margin-top: 2rem;
}

.footer .box-container .box .share a {
  height: 4.5rem;
  width: 4.5rem;
  line-height: 4.5rem;
  font-size: 2rem;
  background-color: #fff;
  color: #000;
  margin-right: 0.5rem;
  text-align: center;
}

.footer .box-container .box .share a:hover {
  background-color: #cdd422;
  color: #000;
}

.footer .credit {
  text-align: center;
  font-size: 2rem;
  color: #fff;
  text-transform: capitalize;
  padding-top: 2rem;
  margin-top: 3rem;
  border-top: 0.1rem solid rgba(255, 255, 255, 0.2);
}

.footer .credit span {
  color: #505050;
}

@media (max-width: 1200px) {
  .header {
    padding: 1.5rem 2rem;
  }
  section {
    padding: 3rem 2rem;
  }
}

@media (max-width: 991px) {
  html {
    font-size: 55%;
  }
  .header #menu-btn {
    display: inline-block;
  }
  .header .navbar {
    position: absolute;
    top: 99%;
    left: 0;
    right: 0;
    background: #e3e3e3;
    border-top: 0.1rem solid rgba(255, 255, 255, 0.2);
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.2);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
            clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  .header .navbar.active {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  .header .navbar a {
    display: block;
    margin: 2rem;
  }
  .acasa .city {
    top: 72rem;
  }
  .acasa .right-up-logo {
    top: 26%;
    width: 10rem;
    right: 3rem;
  }
  .acasa .left-up-logo {
    left: 3rem;
    width: 10rem;
    top: 29%;
  }
  .acasa .main-up-logo {
    top: 35%;
    width: 16rem;
    z-index: 0;
  }
  .acasa .content p {
    font-size: 2rem;
  }
  .acasa .content h3 {
    font-size: 3rem;
  }
  .modal {
    left: 28.7rem;
  }
  .modal .image {
    left: 18rem;
  }
  .footer {
    text-align: center;
  }
}

@media (max-width: 450px) {
  html {
    font-size: 50%;
  }
}
/*# sourceMappingURL=style.css.map */