@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@400;500;700&family=Roboto+Mono:wght@100;400;700&display=swap");
:root {
  --color-black: var(--bs-black);
  --color-orange: #fdd007;
}

html {
  font-size: 13px;
}

body {
  font-family: "Roboto Mono", monospace;
  font-weight: normal;
  line-height: 1.2;
}

body.home {
  font-family: "Roboto Mono", monospace;
  font-weight: normal;
  line-height: 1.2;
  background-color: #fff9e7;
}

a {
  text-decoration: none;
  color: var(--color-black);
}
a:hover {
  color: var(--color-black);
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  text-transform: uppercase;
}

p {
  line-height: 1.5;
}

.btn {
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0;
}

.btn-light {
  background-color: transparent;
}

.text-justify {
  text-align: justify;
}

.main {
  padding-bottom: 60px;
}

.page-top-home {
  padding: 80px 0 40px;
}

.page-top {
  padding: 80px 0 60px;
  background-image: url("/img/home.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}
.page-top h1 {
  color: #ffffff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}
.page-top p {
  color: #ffffff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}

.breadcrumb-section {
  background-color: #fdd007;
  margin-bottom: 40px;
}

#page-top-windows {
  background-image: url("/img/windows/windows-headbg.jpg");
}

#page-top-doors {
  background-image: url("/img/doors/doors-headbg.jpg");
}

#page-top-doors-alu {
  background-image: url("/img/doors/doors-alu-headbg.jpg");
}

#page-top-doors-sliding {
  background-image: url("/img/doors/doors-sliding-headbg.jpg");
}

#page-top-doors-indoor {
  background-image: url("/img/doors/doors-indoor-headbg.jpg");
}

#page-top-linea {
  background-image: url("/img/garage-doors/linea.jpg");
}

#page-top-lumina {
  background-image: url("/img/garage-doors/lumina.jpg");
}

#page-top-natura {
  background-image: url("/img/garage-doors/natura.jpg");
}

#page-top-optima {
  background-image: url("/img/garage-doors/optima.jpg");
}

#page-top-controls {
  background-image: url("/img/accessories/controls/controls-headbg.jpg");
}

#page-top-floors {
  background-image: url("/img/floors/floors-headbg.jpg");
}

#page-top-floors-vinyl {
  background-image: url("/img/floors/vinyl-headbg.jpg");
}

#page-top-floors-laminated {
  background-image: url("/img/floors/laminated-headbg.jpg");
}

#page-top-door-handles {
  background-image: url("/img/accessories/door-handles/door-handle-headbg.jpg");
}

#page-top-redonyok-alu {
  background-image: url("/img/shadings/aluminium-redony-headbg.jpg");
}

#page-top-redonyok-plastic {
  background-image: url("/img/shadings/redonyok-mua-headbg.jpg");
}

#page-top-zsaluzia {
  background-image: url("/img/shadings/zsaluzia-headbg.jpg");
}

#page-top-zsalugater {
  background-image: url("/img/shadings/zsalugater-headbg.jpg");
}

#page-top-szunyoghalok {
  background-image: url("/img/shadings/szunyoghalok-headbg.jpg");
}

#page-top-textilarnyekolok {
  background-image: url("/img/shadings/zippzaras-textilarnyekolo-headbg.jpg");
}

.advantages {
  list-style: none;
}
.advantages li:before {
  content: "+ ";
}

.hover-eff {
  display: block;
  position: relative;
}
.hover-eff img {
  filter: sepia(0.5);
  transition: 1s ease;
}
.hover-eff img:hover {
  transform: scale(1.05);
  transition: 1s ease;
  filter: sepia(0);
}
.hover-eff div {
  position: absolute;
  z-index: 9;
  bottom: 25px;
  width: 100%;
}

.img-border-overlay {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.img-border-overlay::after, .img-border-overlay::before {
  box-shadow: none;
  content: "";
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: 0.5s;
  z-index: 3;
}
.img-border-overlay::before {
  border-left: 10px solid;
  border-top: 10px solid;
  border-color: #707070;
  bottom: 100%;
  left: 0;
  right: 100%;
  top: 0;
}
.img-border-overlay::after {
  border-bottom: 10px solid;
  border-right: 10px solid;
  border-color: #707070;
  bottom: 0;
  left: 100%;
  right: 0;
  top: 100%;
}
.img-border-overlay:hover {
  opacity: 1;
}
.img-border-overlay:hover::before {
  bottom: 0;
  opacity: 1;
  right: 0;
}
.img-border-overlay:hover::after {
  left: 0;
  opacity: 1;
  top: 0;
}

.btn-doorcolor {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  text-transform: none;
  color: #ffffff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}
.btn-doorcolor:hover {
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.8);
}

.glossary-col {
  padding-bottom: 20px;
}
.glossary-col .glossary-card {
  border-radius: 0;
}

.logotop {
  position: relative !important;
  top: auto !important;
  left: 0 !important;
}
.logotop #logo2 {
  position: absolute;
  z-index: 1030;
}

.navbar {
  min-height: 90px !important;
}
.navbar .navbar-brand #logo1 {
  margin-left: 34px;
  opacity: 0;
}
.navbar .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.8);
  font-weight: normal;
}
.navbar .navbar-nav .nav-link:focus, .navbar .navbar-nav .nav-link:hover {
  color: var(--color-orange);
}
.navbar .navbar-nav .dropdown-menu {
  background-color: var(--color-black);
  color: rgba(255, 255, 255, 0.8);
  border: 0;
  border-radius: 0;
}
.navbar .navbar-nav .dropdown-menu .dropdown-item {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
}
.navbar .navbar-nav .dropdown-menu .dropdown-item:focus, .navbar .navbar-nav .dropdown-menu .dropdown-item:hover {
  color: var(--color-orange);
  background-color: var(--color-black);
}
.navbar .navbar-nav .dropdown-menu .dropdown-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.8);
}

footer {
  background-color: #262626;
  color: rgba(255, 255, 255, 0.8);
}
footer .footer-top {
  padding-top: 60px;
}
footer .footer-top .footer-contacts address i {
  color: var(--color-orange);
}
footer .footer-top .nav-link {
  color: rgba(255, 255, 255, 0.8);
}
footer .footer-top a {
  color: rgba(255, 255, 255, 0.8);
}
footer .footer-top a:hover {
  color: var(--color-orange);
  text-decoration: underline;
}
footer .footer-top form .form-group {
  margin-bottom: 1rem !important;
}
footer .footer-top form .form-group .form-control {
  color: #ffffff;
  background: #32302f;
  border: none;
  border-radius: 0;
  padding: 0.5rem 0.75rem;
}
footer .footer-bottom {
  padding: 50px 0 10px;
}

.home-hero {
  background-image: url("/img/home.jpg");
  height: 570px;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}
.home-hero .mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-attachment: fixed;
  background-color: rgba(34, 29, 2, 0.6);
}

.product-card {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  padding: 20px;
}
.product-card:hover {
  box-shadow: 0 0 5px #cccccc;
}
.product-card .card-img-top {
  border-radius: 0;
}
.product-card .floor-name {
  margin-top: -20px;
  color: #ffffff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}

.popular-card {
  border: 0;
  border-radius: 0;
  background-color: #fff9e7;
  padding: 20px;
}
.popular-card:hover {
  box-shadow: 0 0 5px #cccccc;
}

.our-story-card {
  background-color: transparent;
  background-image: url("/img/our-story-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  border: 0;
  border-radius: 0;
}
.our-story-card .card-body h2 {
  font-size: 2rem;
  font-weight: normal;
  text-transform: none;
}
.our-story-card .card-body a {
  text-transform: uppercase;
  text-decoration: underline;
}

.home-parallax {
  min-height: 200px;
  background-image: url("/img/home-parallax.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}
.home-parallax .overlay {
  background: #000000;
  opacity: 0.5;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.home-parallax h3 {
  color: #ffffff;
  text-align: center;
  position: absolute;
  z-index: 2;
  left: 50px;
  right: 50px;
  top: 50%;
}

.home-installation-section {
  margin-bottom: 50px;
}
.home-installation-section ol li {
  margin-bottom: 20px;
}

.home-references-section {
  background: #161616;
}
.home-references-section .container h2 {
  color: #ffffff;
}

.home-references {
  width: 100%;
}
.home-references .reference-box {
  float: left;
  overflow: hidden;
  position: relative;
  width: 25%;
}
.home-references .reference-box:hover {
  opacity: 100;
}
.home-references .reference-box:hover .reference-box-img {
  transform: scale(1.1);
}
.home-references .reference-box:hover .reference-box-img .overlay {
  background: rgba(0, 0, 0, 0.8);
}
.home-references .reference-box:hover .reference-box-content {
  transform: translateY(-50%);
}
.home-references .reference-box:hover .reference-box-content p, .home-references .reference-box:hover .reference-box-content .btn {
  opacity: 1;
}
.home-references .reference-box .reference-box-img {
  position: relative;
  transition: 0.3s;
  width: 100%;
  text-align: center;
}
.home-references .reference-box .reference-box-img img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.home-references .reference-box .reference-box-img .overlay {
  transition: 0.5s;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: transparent;
}
.home-references .reference-box .reference-box-content {
  left: 0;
  padding: 0 30px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 48%;
  transform: translateY(-16%);
  transition: 0.3s;
}
.home-references .reference-box .reference-box-content h3 {
  color: #ffffff;
}
.home-references .reference-box .reference-box-content p {
  color: #777777;
}
.home-references .reference-box .reference-box-content p, .home-references .reference-box .reference-box-content .btn {
  opacity: 0;
}

.home-feedback-section {
  background: #202020;
  margin-bottom: -60px;
}
.home-feedback-section .container h2 {
  color: #ffffff;
}
.home-feedback-section .container blockquote q {
  color: #777777;
  position: relative;
  padding-left: 35px;
  quotes: none;
  line-height: 1.5;
}
.home-feedback-section .container blockquote q:before {
  color: var(--color-orange);
  content: "\f10e";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  font-size: 2em;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  left: 0;
  position: absolute;
  top: -4px;
}
.home-feedback-section .container blockquote cite {
  display: block;
  margin-top: 10px;
  color: #ffffff;
}

.windows-card {
  border: 0;
  border-radius: 0;
  background-color: transparent;
}
.windows-card .card-header {
  border: 0;
  border-radius: 0;
  background-color: transparent;
}
.windows-card .card-body {
  padding-top: 0;
}

/*# sourceMappingURL=style.css.map */
