/* @import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css"); */

html {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  padding-top: 90px;
  color: #5a5a5a;
  max-width: 100vw;
  overflow-x: hidden;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl,
.row,
.col {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}

.openai {
  display: block;
  position: absolute;
  z-index: 1010;
  width: 100px;
  margin: 45px 20px 20px 0px;
  padding: 10px 10px 10px 10px;
  border-radius: 10px;

  background-color: rgba(0, 0, 0, 0.3);
}

form label {
  cursor: pointer;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #333333;
}

/* NAVBAR */

#whitecomp-navbar {
  max-width: 100% !important;
  background-color: rgba(55, 62, 68, 1) !important;
  min-height: 90px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.navbar-brand {
  margin-left: -10px;
}

.nav-link {
  text-transform: uppercase;
  font-size: 14px;
  padding: 9px 18px 9px 18px;
  margin: 0px 3px 0px 3px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 5px;
  opacity: 1;
}

.nav-link:hover {
  color: #00a7fd;
  border: 1px solid rgba(0, 167, 253, 100);
  opacity: 1;
}

.nav-item.active .nav-link {
  color: #1fb2ff !important;
  opacity: 1;
}

.nav-link.contact {
  float: right !important;
  padding: 9px 12px 9px 20px;
  color: #e8e8e8;
  border: 1px solid rgba(99, 108, 114, 1);
}

.flags.desktop {
  display: block;
}

.flags.mobile {
  display: none;
}

.flags {
  padding: 6px 9px 6px 9px;
  margin: 0px 20px 0px 0px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 5px;
  opacity: 1;
}

.lang-en,
.lang-hu {
  margin: 0px 3px 0px 3px;
  opacity: 0.85;
  filter: grayscale(0%);
  height: 20px;
  width: auto;
}

.lang-en:hover,
.lang-hu:hover {
  opacity: 1;
  filter: grayscale(0%);
}

.lang-en,
.lang-hu {
  /* display: none; */
}

.phone {
  height: 24px;
  display: block;
  position: absolute;
  margin-top: 9px;
  margin-left: -10px;
}

/* NAVBAR */

/* LEAD */

.lead {
  background-color: #257ca7;
  color: #ffffff;
  text-align: justify;
}

p.lead {
  margin-bottom: 0px;
}

.py-whitecomp {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* LEAD */

/* SERVICES */

.row.services {
  display: flex;
  align-items: center;
}

.service {
  display: block;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  height: 300px;
  cursor: pointer;
  color: #ffffff;
  margin: 0px 0px 0px 0px;
  padding: 50px 0px 0px 0px;
}

.service img {
  width: 100px;
  display: block;
  margin: 0px auto 30px auto;
  opacity: 0.8;
  transition: opacity 0.5s;
  transition: width 0.5s;
}

.service:hover img,
.service.active img {
  width: 150px;
  opacity: 1;
}

.service span {
  display: block;
}

.website {
  background-color: #4a8424;
}

.webdesign {
  background-color: #555555;
}

.webshop {
  background-color: #ff9900;
  color: #424242;
}

.erp {
  background-color: #2a7ea7;
}

.pluscontent {
  display: none;
}

.services .title,
.pluscontent .title {
  text-align: center;
  padding: 0px 20px 0px 20px;
  margin: 0px 0px 0px 0px;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #5a5a5a;
}

.services .description,
.pluscontent .description {
  text-align: justify;
  padding: 30px 0px 0px 30px;
  margin: 0px 0px 0px 0px;
  font-size: 20px;
  font-weight: 300;
  text-shadow: 1px 1px 3px #dddddd;
  color: #5a5a5a;
  text-transform: none;
}

.pluscontent .description {
  margin-bottom: 50px;
}

/* WEWORK */
.wework {
  background: url("../img/wework/bg-wework-tablet-new-gray.jpg") center 0px no-repeat;
  background-size: cover;
  aspect-ratio: 1920 / 954;
  max-width: 100%;
  max-height: 954px;
  min-height: 500px;
  overflow-x: hidden;
  margin-bottom: 0px;
}

.wework .title {
  position: absolute;
  display: block;
  aspect-ratio: 1920 / 280;
  z-index: 10;
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 7vw 0px 0px 0px;
  line-height: 100%;
  text-align: center;
  font-size: 36px;
  font-weight: 300;
  color: #ffffff;
  text-transform: uppercase;
}

.wework img.d-block.w-100 {
  min-height: 500px;
  aspect-ratio: 300 / 500;
  min-width: auto;
}

/* REFERENCES */

.references-section {
  background-color: rgba(55, 62, 68, 1);
  color: #fefefe;
  margin: 0px 0px 0px 0px;
  padding: 50px 0px 0px 0px;
}

.references-section .title {
  font-size: 36px;
  line-height: 36px;
  font-weight: 300;
  margin: 0px 0px 40px 0px;
  padding: 0px 0px 0px 0px;
  text-transform: uppercase;
  text-align: center;
}

.references-section .title span {
  padding-bottom: 25px;
  border-bottom: 2px solid #fefefe;
}

.references-section .summary {
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  margin: 0px auto 60px auto;
  text-transform: none;
  text-align: justify;
}

.references-section .details {
  max-width: 70%;
  margin: 60px auto 0px auto;
  text-align: center;
  padding-bottom: 60px;
}

.references-section .btn-outline-light {
  border: 1px solid #999999;
  padding: 16px 24px 16px 24px;
  border-radius: 4px;
  font-size: 16px;
  text-transform: uppercase;
}

.reference {
  height: 300px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.reference img {
  max-width: 100%;
  height: auto;
  position: absolute;
  z-index: 1;
}

.reference .overlay {
  width: 100%;
  height: 300px;
  text-align: center;
  position: relative;
  z-index: 2;
  background-color: rgb(51, 153, 204, 0.94);
  opacity: 0;
  transition: opacity 0.5s;
}

.reference .overlay a {
  color: white;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 300px;
  text-transform: uppercase;
  text-decoration: none;
}

.reference:hover .overlay {
  cursor: default;
  opacity: 1;
}

/* PARTNERS */

.partners-section {
  margin: 0px 0px 0px 0px;
  padding: 60px 0px 20px 0px;
  background-color: #257ca7;
  color: #ffffff;
}

.partners-section .title {
  padding-top: 0px;
  font-size: 36px;
  line-height: 36px;
  font-weight: 300;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-align: center;
}

.partners-section .title span {
  padding-bottom: 25px;
  border-bottom: 2px solid #f5f5f5;
}

.partners-section .partner {
  height: 130px;
  line-height: 130px;
  vertical-align: middle;
  text-align: center;
}

/* MAP */

.map {
  background-color: #3e3e3e;
  color: #e8e8e8;
}

.map .row .col-lg-6 {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.contact-form {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background: url("../img/bg-contact.jpg") top center no-repeat;
  background-size: cover;
}

.contact-form form {
  margin: 35px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.contact-form .form-control {
  color: #3d4553;
  border-radius: 4px;
  font-size: 14px;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  padding: 14px 14px 14px 14px;
}

.contact-form h2 {
  font-size: 34px;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
  color: #fefefe;
  margin-bottom: 35px;
}

.contact-form .btn-outline-light {
  display: block;
  width: 200px;
  border: 1px solid #999999;
  padding: 16px 24px 16px 24px;
  margin: 30px auto 30px auto;
  border-radius: 4px;
  font-size: 16px;
  text-transform: uppercase;
}

/* FOOTER */

footer {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

footer .nav-link {
  font-weight: 400;
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-transform: none;
}

footer .nav-link:hover {
  color: #3399cc !important;
  border: 1px solid rgba(255, 255, 255, 0);
  opacity: 1;
}

.nav-link:hover {
  color: #00a7fd;
  border: 1px solid rgba(0, 167, 253, 100);
  opacity: 1;
}

.recall .title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.recall .btn.btn-primary {
  width: 260px;
  float: right;
  padding: 12px 24px 12px 24px;
  background-color: #3399cc;
  border-color: #3399cc;
  color: #ffffff;
  font-weight: 500 !important;
  text-transform: uppercase;
}

.recall .input-group-text {
  width: 120px;
}

footer .main-title {
  color: #29323c;
  font-size: 30px;
  margin: 60px 0px 35px 0px;
}

footer .sub-title {
  color: #29323c;
  font-size: 18px;
  font-weight: 500;
  margin: 0px 0px 20px 0px;
}

footer {
  text-align: left;
  font-size: 16px;
  line-height: 22px;
  color: #29323c;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 60px 0px;
}

footer p a {
  font-size: 16px;
  font-weight: 400;
  color: #257ca7 !important;
  text-decoration: none;
}

footer .nav-item a {
  font-size: 16px;
  color: #257ca7 !important;
}

footer .nav-item a span {
  color: #29323c !important;
  /* width: 60px; */
  display: inline-block;
}

footer .badge.text-bg-success {
  background-color: #008000 !important;
  color: #fefefe !important;
  font-size: 14px;
  padding: 7px 16px 7px 16px;
  font-weight: 400;
  border-radius: 16px;
  margin: 0px 10px 8px 0px;
  cursor: default;
}

.footer-logo {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  padding: 10px 10px 10px 8px;
  background-color: #4c4c4c;
}

.bottom {
  background: #373e43;
  width: 100%;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  padding: 26px 0px 26px 0px;
}

.bottom a {
  text-transform: uppercase;
  color: #60b2dc;
  text-decoration: underline;
}

.bottom a:hover {
  color: #60b2dc;
  text-decoration: none;
}

.bottom img {
  opacity: 0.8;
  margin: 0px 0px 2px 10px;
}

.bottom img:hover {
  opacity: 1;
}

.bottom .copyright {
  line-height: 36px;
}

.bottom .privacy {
  line-height: 36px;
  margin-left: 20px;
}

.fix-bottom-mobile {
  display: none;
}

#referenciak,
#kapcsolat,
#ajanlatkeres-form,
#kereskedelem,
#konyveles,
#dontestamogatas {
  scroll-margin-top: 90px;
}

.invalid-feedback {
  background: rgba(255, 255, 255, 0.4);
  padding: 10px 10px 10px 10px;
  border-radius: 5px;
}

@media (max-width: 1199px) {
  .service {
    min-height: 300px;
    font-size: 18px;
    height: auto;
  }
}

@media (max-width: 991px) {
  body {
    padding-bottom: 0px;
  }

  .openai {
    margin-left: 24px;
  }

  #whitecomp-navbar .container {
    margin: 0px 0px 0px 0px;
    padding: 0px 15px 0px 15px;
    max-width: 100% !important;
  }

  .navbar-toggler,
  .navbar-toggler:hover,
  .navbar-toggler:focus {
    border-radius: 5px !important;
    border: 1px solid rgba(99, 108, 114, 1);
    box-shadow: none;
  }

  .navbar-toggler:hover,
  .navbar-toggler:focus {
    border: 1px solid rgba(255, 255, 255, 1);
  }

  #whitecomp-navbar .nav-link {
    text-align: center;
  }

  .phone {
    display: none;
  }

  .nav-link.contact {
    float: none !important;
    padding: 9px 12px 9px 20px;
    color: #e8e8e8;
    border: 1px solid rgba(111, 175, 50, 1);
  }

  .nav-link.contact:hover {
    color: #00a7fd;
    border: 1px solid rgba(0, 167, 253, 100);
    opacity: 1;
  }

  .flags.desktop {
    display: none;
  }

  .flags.mobile {
    display: block;
  }

  .flags {
    position: absolute;
    right: 50px;
    top: 25px;
    padding: 6px 9px 6px 9px;
    margin: 0px 20px 0px 0px;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0);
    border-radius: 5px;
    opacity: 1;
  }

  .lead {
    margin-bottom: 0px !important;
  }

  .mobilpadding {
    padding-bottom: 0px !important;
  }

  .pluscontent {
    display: none;
  }

  .pluscontent.active {
    display: block;
  }

  .service {
    min-height: 300px;
    font-size: 18px;
    height: auto;
  }

  #services-title,
  #services-description {
    display: none;
  }

  .services .description,
  .pluscontent .description {
    padding: 30px 20px 60px 20px;
    margin: 0px 0px 0px 0px;
  }

  .services.py-whitecomp {
    padding: 0px 0px 0px 0px;
  }

  .wework {
    padding-top: 0px;
  }

  .wework {
    background: url("../img/wework/mobile/bg-wework-tablet-new-gray.jpg") center 0px no-repeat;
  }

  .wework .title {
    display: block;
    margin: 20px auto 20px auto;
    padding: 40px 0px 0px 0px;
    font-size: 22px;
    font-weight: 300;
    color: #ffffff;
    text-shadow: 1px 1px 2px #333333;
    text-transform: uppercase;
  }

  .row.references {
    opacity: 1;
  }

  .references-section .summary {
    margin-bottom: 40px;
    padding: 0px 20px 0px 20px;
  }

  .references {
    max-width: 100%;
    margin: 0px auto 0px auto;
    padding: 0px 5px 0px 5px;
  }

  .reference {
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 5px 5px 5px 5px;
  }

  .reference .overlay a {
    color: white;
    font-weight: 300;
    font-size: 24px;
    letter-spacing: 0px;
    line-height: 60px;
    text-transform: uppercase;
    text-decoration: none;
  }

  .reference .overlay:hover {
    background-color: #669933;
  }

  .reference .overlay {
    width: 100%;
    height: auto;
    text-align: center;
    position: relative;
    z-index: 2;
    background-color: #555555;
    opacity: 1;
    margin-bottom: 0px;
  }

  .reference img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    margin: 0px auto;
  }

  .references-section .details {
    margin-top: 55px;
  }

  .partners-section .partner {
    height: 120px;
    line-height: 120px;
  }

  .contact-form form {
    margin: 35px 35px 0px 35px;
    padding: 0px 0px 30px 0px;
  }

  footer {
    text-align: center;
    padding: 0px 20px 26px 20px;
  }

  .bottom .brand,
  .bottom .social {
    text-align: center !important;
  }

  .brand {
    margin-bottom: 20px;
  }

  .bottom img {
    margin: 0px 0px 0px 0px;
  }

  .bottom .copyright {
    display: block;
  }

  .bottom .privacy {
    margin: 30px auto 20px auto;
  }

  .bottom {
    padding-bottom: 80px;
  }

  .fix-bottom-mobile {
    display: block;
    position: fixed;
    z-index: 1200;
    bottom: 0px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    height: 80px;
  }

  a.call-link {
    display: block;
    float: left;
    width: 180px;
    margin: 20px 10px 0px 14px;
    padding: 10px 10px 10px 10px;
    color: #ffffff;
    text-decoration: none;
    border: 1px solid rgba(99, 108, 114, 1);
    border-radius: 5px;
    background-color: rgba(55, 62, 68, 0.75);
  }

  a.call-link img {
    margin-left: -20px;
    margin-right: 10px;
  }

  a.call-link:hover {
    background-color: rgba(55, 62, 68, 1);
  }

  .scrolltotop {
    float: right;
    display: block;
    text-align: center;
    height: 48px;
    width: 48px;
    margin: -50px 10px 0px 0px;
    line-height: 42px;
    color: #ffffff;
    border: 1px solid rgba(99, 108, 114, 1);
    border-radius: 50%;
    background-color: rgba(55, 62, 68, 0.75);
  }

  .scrolltotop:hover {
    background-color: rgba(55, 62, 68, 1);
    color: #ffffff;
  }
}
