@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;500;600;700;800&display=swap');

/* SETTINGS */

:root {
  --white: #fafafa;
  --install-light: #48abe1;
  --install-dark: #0d68b1;
}

.center-row {
  display: flex;
  justify-content: center;
  align-items: center;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

main,
footer {
  font-family: 'Baloo 2', cursive;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all .3s ease;
}

a:hover {
  color: var(--install-light);
}

a img {
  transition: all .3s ease;
}

a img:hover {
  opacity: .8 !important;
}

p {
  color: #6f6f6f;
}

h2 {
  margin: 0;
}

.btn-primary {
  background-color: var(--install-dark);
  border-color: var(--install-dark);
}

.btn-primary:hover {
  background-color: var(--install-light);
  border-color: var(--install-light);
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.bg-grey {
  background-color: #F4F4F4;
}

.ptb {
  padding-top: 80px;
  padding-bottom: 80px;
}

::selection {
  background-color: var(--install-dark);
  color: #fff;
}

/* INDEX */

.block-img {
  width: 100%;
  vertical-align: top;
}

.block-wrapper {
  box-shadow: 1px 2px 2px 0 rgb(0 0 0 / 20%);
}

.section-title-wrapper {
  margin-bottom: 25px;
  padding-top: 50px;
}

.section-title {
  text-align: center;
  font-size: 4rem;
  font-family: 'Oswald', sans-serif !important;
  text-transform: uppercase;
}

.section-title-sub {
  font-size: 21px;
  text-align: center;
  color: #6f6f6f;
}

.products-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.products-inner span {
  font-weight: 700;
}

.products-inner a {
  display: flex;
  flex-direction: column;
}

.products-inner img {
  width: 100%;
  box-shadow: 1px 2px 2px 0 rgb(0 0 0 / 10%)
}

/* KAPCSOLAT */

.kapcsolat-heading {
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 40vh;
  width: 100%;
  background-image: url('/img/kapcsolat/kapcsolat-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.kapcsolat-heading h1 {
  font-size: 3rem;
}

.contact-info {
  font-size: 18px;
}

.fas {
  color: var(--install-light) !important;
  margin-right: 8px;
}

#kapcsolat span {
  color: #6f6f6f;
}

.form-control {
  color: #6f6f6f;
  background-color: rgba(244, 244, 244, 1);
  border-color: rgba(244, 244, 244, 1);
}

/* PRODUCT */

.product-heading {
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 40vh;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url('/img/kapcsolat/kapcsolat-bg.jpg');
}

.product-heading h1 {
  font-size: 3rem;
  font-family: 'Oswald', cursive;
}

.sub-heading {
  background: rgb(114, 59, 226);
  background: -moz-linear-gradient(90deg, rgba(114, 59, 226, 1) 0%, rgba(44, 221, 225, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(114, 59, 226, 1) 0%, rgba(44, 221, 225, 1) 100%);
  background: linear-gradient(90deg, rgba(114, 59, 226, 1) 0%, rgba(44, 221, 225, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#723be2", endColorstr="#2cdde1", GradientType=1);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 40px 10px 40px 10px;
}

.sub-content-box {
  margin-top: 50px;
  margin-bottom: 50px;
}

.sub-content-box p {
  margin-bottom: 15px;
}

#dokumentum__container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1rem;
  margin: 2rem 0;
}

#dokumentum__container .dokumentum {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin: 1rem 0;
}

#dokumentum__container .dokumentum .bx {
  color: var(--install-light);
}