@charset "UTF-8";
@font-face {
  font-family: Ubuntu;
  src: url(ubuntu/Ubuntu-Regular.ttf) format("ttf");
  font-weight: 300;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: Ubuntu;
  src: url(ubuntu/Ubuntu-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: Ubuntu;
  src: url(ubuntu/Ubuntu-BoldItalic.ttf) format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: fallback;
}
@font-face {
  font-family: Ubuntu;
  src: url(ubuntu/Ubuntu-Italic.ttf) format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: fallback;
}
@font-face {
  font-family: Ubuntu;
  src: url(ubuntu/Ubuntu-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: Ubuntu;
  src: url(ubuntu/Ubuntu-LightItalic.ttf) format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: fallback;
}
@font-face {
  font-family: Ubuntu;
  src: url(ubuntu/Ubuntu-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: Ubuntu;
  src: url(ubuntu/Ubuntu-MediumItalic.ttf) format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: fallback;
}
@font-face {
  font-family: RobotoCondensed;
  src: url(roboto/RobotoCondensed-Light.woff2?v=2.137) format("woff2"), url(roboto/RobotoCondensed-Light.woff?v=2.137) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: RobotoCondensed;
  src: url(roboto/RobotoCondensed-LightItalic.woff2?v=2.137) format("woff2"), url(roboto/RobotoCondensed-LightItalic.woff?v=2.137) format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: fallback;
}
@font-face {
  font-family: RobotoCondensed;
  src: url(roboto/RobotoCondensed-Regular.woff2?v=2.137) format("woff2"), url(roboto/RobotoCondensed-Regular.woff?v=2.137) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: RobotoCondensed;
  src: url(roboto/RobotoCondensed-Italic.woff2?v=2.137) format("woff2"), url(roboto/RobotoCondensed-Italic.woff?v=2.137) format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: fallback;
}
@font-face {
  font-family: RobotoCondensed;
  src: url(roboto/RobotoCondensed-Bold.woff2?v=2.137) format("woff2"), url(roboto/RobotoCondensed-Bold.woff?v=2.137) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: RobotoCondensed;
  src: url(roboto/RobotoCondensed-BoldItalic.woff2?v=2.137) format("woff2"), url(roboto/RobotoCondensed-BoldItalic.woff?v=2.137) format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: fallback;
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.navbar {
  transition: background-color 200ms linear;
  background-color: #272829;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.5);
  padding: 1rem 0 1rem 0;
}
.navbar .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.85) !important;
}
.navbar .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,    <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'>    <path stroke='rgba(255,255,255,0.9)' stroke-width='2'     stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/>    </svg>");
}
.navbar .logo {
  height: 30px;
}
.navbar .nav-link {
  color: #fff;
  font-size: 1.1rem;
  border-radius: 10px;
}
.navbar .nav-link.active {
  color: #fff;
  border-radius: 10px;
  background-color: #f95c00;
}
.navbar.on {
  background-color: #262626 !important;
}

.brand {
  font-family: Ubuntu;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: RobotoCondensed, sans-serif;
  color: #272829;
}
body main {
  margin-top: 60px;
}

a {
  color: #f95c00;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  color: #6200EA;
  text-decoration: underline;
}

.clipmedia {
  max-width: 100%;
  /* aspect-ratio: 77/99; */
  -webkit-mask: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='102' height='99'%3E%3Cpath d='M80.6 81.7c-22.7 20.5-56 23-71 6.3-14.9-16.7-13-51.7 9.7-72.1C42-4.6 74.5-5.4 91.9 14s11.4 47.2-11.3 67.6Z'/%3E%3C/svg%3E") 50%/100% no-repeat;
  mask: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='102' height='99'%3E%3Cpath d='M80.6 81.7c-22.7 20.5-56 23-71 6.3-14.9-16.7-13-51.7 9.7-72.1C42-4.6 74.5-5.4 91.9 14s11.4 47.2-11.3 67.6Z'/%3E%3C/svg%3E") 50%/100% no-repeat;
}

code {
  white-space: nowrap;
}

h1 {
  font-family: RobotoCondensed, sans-serif;
}

h2 {
  font-family: RobotoCondensed, sans-serif;
}

h3 {
  font-family: RobotoCondensed, sans-serif;
}

h4 {
  font-family: RobotoCondensed, sans-serif;
}

h5 {
  font-family: RobotoCondensed, sans-serif;
  margin-top: 0.5rem;
}

h6 {
  font-family: RobotoCondensed, sans-serif;
}
@keyframes focus-in-expand {
  0% {
    letter-spacing: -0.5em;
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes gradient-animation {
  0% {
    background-position: 0% 100%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 100%;
  }
}
#digitaliohead {
  /* background-color: #f5f5f5;*/
  background: linear-gradient(45deg, #c4c4c4, #e5e5e5);
  background-size: 120% 120%;
  animation: gradient-animation 5s ease infinite;
}
#digitaliohead video {
  width: 100%;
}
#digitaliohead video.hero {
  filter: grayscale(100%);
  border-radius: 20px;
  box-shadow: 0px 0px 20px rgba(110, 123, 131, 0.25);
  border: 10px solid rgb(255, 255, 255);
}
#digitaliohead .overlay {
  position: relativ;
  padding-top: 5%;
  padding-bottom: 10%;
  z-index: 100000;
}
#digitaliohead h1 {
  margin: 0;
  font-size: clamp(2rem, 80px, 90px);
  /*font-size: 90px; */
  font-weight: 700;
  line-height: 90px;
  color: #272829;
  font-family: Ubuntu;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  animation: focus-in-expand 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
#digitaliohead h2 {
  font-size: 40px;
  font-weight: 700;
  color: #454545;
  border: none;
  padding: 0;
}
#digitaliohead p {
  font-size: 30px;
  color: #858585;
}
#digitaliohead p.typed {
  color: #272829;
  margin: 20px 0 0 0;
  font-size: 36px;
}
#digitaliohead p.typed span {
  color: #f95c00;
  letter-spacing: 1px;
  font-weight: bold;
}
#digitaliohead p a {
  font-weight: bold;
}
#digitaliohead .container {
  z-index: 1000;
}

div .btn {
  background-color: #f95c00;
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
}
div .btn:hover {
  text-decoration: none;
  background-color: #f95c00;
  color: #e5e5e5;
}
div.imageblock {
  color: #fff;
}
div.imageblock .overlay {
  padding: 8rem 0;
  background: rgba(0, 0, 0, 0.5);
  /*
              position: relative;


              &:before {
                  background-image: url("noise-filter.svg");
                  background-repeat: repeat;
                  background-size: 600px 600px;
                  border-radius: inherit;
                  content: "";
                  inset: 0;
                  mix-blend-mode: normal;
                  opacity: .3;
                  pointer-events: none;
                  position: absolute;
              }
  */
}
div.imageblock .overlay .fullimage h1 {
  /*font-size: 5rem; */
  font-size: clamp(3rem, 2vw + 3rem, 5rem);
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 10px;
}
div.imageblock .overlay .fullimage hr {
  height: 4px;
  width: 70px;
  text-align: center;
  position: relative;
  background: #fff;
  margin: 0;
  margin-bottom: 40px;
  border: 0;
}
div.imageblock .overlay .fullimage p {
  font-size: 2rem;
}
div.imageblock {
  background-size: cover;
  background-color: #000;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
div.imageblock.blk {
  background-image: url("/assets/head/orange-pcb.png");
}
div.imageblock.blk2 {
  background-image: url("/assets/head/black-pcb.png");
}
div.imageblock.blk3 {
  background-image: url("/assets/head/pcbphoto.jpg");
}
div.imageblock.blk4 {
  background-image: url("/assets/head/devenv.png");
}
div.imageblock.blk5 {
  background-image: url("/assets/head/box2.jpg");
}

@media (max-width: 992px) {
  div.imageblock .overlay {
    padding: 5rem 0;
  }
  div.imageblock .container h1 {
    font-size: 2rem;
  }
}
section {
  padding: 3rem 1rem;
  overflow: hidden;
}
section .diobrand {
  font-weight: bold;
  color: #f95c00;
}
section ul {
  font-size: 1.4rem;
}
section ul.dialogue li {
  list-style-type: none;
}
section ul.dialogue li::before {
  content: "—";
  position: absolute;
  margin-left: -20px;
}
section div .block {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
section div .block.gray {
  background-color: #f6f6f6;
  border-radius: 1rem;
}
section div .block.gray p {
  padding-right: 1rem;
}
section div .herovideo {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 160/60;
  border-radius: 2rem;
  margin: 4rem 0;
}
section div .herovideo video {
  transform: translate(0%, -18%);
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  filter: brightness(50%);
}
section h2 {
  font-size: 40px;
  border-left: 10px solid #454545;
  font-weight: bold;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  margin-top: 20px;
  margin-bottom: 20px;
  color: #454545;
  padding-left: 1rem;
}
section p {
  font-size: 1.4rem;
}
section p a {
  white-space: nowrap;
}

.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.about .content ul strong {
  margin-right: 10px;
}
.about .content ul i {
  font-size: 16px;
  margin-right: 5px;
  color: #f95c00;
  line-height: 0;
}
.about .content p:last-child {
  margin-bottom: 0;
}

.knowledge h3 {
  font-size: 30px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #f95c00;
  font-weight: bold;
}
.knowledge .data-item {
  padding: 0 0 1rem 20px;
  border-left: 2px solid #f95c00;
  position: relative;
  margin-left: 1rem;
}
.knowledge .data-item p {
  margin: 0px;
}
.knowledge .data-item h4 {
  line-height: 1.5em;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  color: #f95c00;
}
.knowledge .data-item ul {
  font-size: 20px;
  padding-left: 20px;
  line-height: 1.5em;
}
.knowledge .data-item:last-child {
  padding-bottom: 0;
}
.knowledge .data-item::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 30px;
  border-radius: 5px;
  left: -10px;
  top: 0px;
  background: #fff;
  border: 2px solid #f95c00;
}

.images .imagecol div {
  margin-bottom: 2rem;
  box-shadow: 0px 0px 20px rgba(110, 123, 131, 0.25);
  border-radius: 15px;
  border: 10px solid rgb(255, 255, 255);
  overflow: hidden;
  position: relative;
}
.images .imagecol div p {
  /*background-color: #000;*/
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 1rem;
  margin: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  border-radius: 5px;
}
.images .imagecol div p small {
  font-size: 17px;
  font-weight: normal;
  padding-left: 1rem;
}
.images .imagecol div p small a {
  color: #fff;
}
.images .imagecol div img,
.images .imagecol div video {
  max-width: 100%;
  width: 100%;
  border-radius: 5px;
}

.services .icon-box {
  text-align: center;
  padding: 20px 20px 20px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
  border: 10px solid rgba(240, 240, 240, 0.7);
  border-radius: 20px;
}
.services .icon-box .icon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
}
.services .icon-box .icon i {
  font-size: 48px;
  transition: 0.5s;
  position: relative;
}
.services .icon-box .icon svg {
  position: absolute;
  top: 0;
  left: 0;
}
.services .icon-box .icon svg path {
  transition: 0.5s;
  fill: #f5f5f5;
}
.services .icon-box h4 {
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 22px;
}
.services .icon-box h4 a {
  color: #454545;
  transition: ease-in-out 0.3s;
}
.services .icon-box p {
  line-height: 30px;
  font-size: 24px;
  margin-bottom: 0;
}
.services .icon-box:hover {
  box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
}
.services .iconbox-blue i {
  color: #47aeff;
}
.services .iconbox-blue:hover .icon i {
  color: #fff;
}
.services .iconbox-blue:hover .icon path {
  fill: #47aeff;
}
.services .iconbox-orange i {
  color: #ffa76e;
}
.services .iconbox-orange:hover .icon i {
  color: #fff;
}
.services .iconbox-orange:hover .icon path {
  fill: #ffa76e;
}
.services .iconbox-pink i {
  color: #e80368;
}
.services .iconbox-pink:hover .icon i {
  color: #fff;
}
.services .iconbox-pink:hover .icon path {
  fill: #e80368;
}
.services .iconbox-yellow i {
  color: #ffbb2c;
}
.services .iconbox-yellow:hover .icon i {
  color: #fff;
}
.services .iconbox-yellow:hover .icon path {
  fill: #ffbb2c;
}
.services .iconbox-red i {
  color: #ff5828;
}
.services .iconbox-red:hover .icon i {
  color: #fff;
}
.services .iconbox-red:hover .icon path {
  fill: #ff5828;
}
.services .iconbox-teal i {
  color: #11dbcf;
}
.services .iconbox-teal:hover .icon i {
  color: #fff;
}
.services .iconbox-teal:hover .icon path {
  fill: #11dbcf;
}

.contact {
  width: 100%;
  background: #fff;
}
.contact .colored {
  /* background-color: $color_3;*/
  background: linear-gradient(135deg, rgb(6, 125, 237) 0%, rgb(0, 61, 237) 100%);
  border-radius: 1rem;
  width: 100%;
  height: 100%;
}
.contact .colored div {
  width: 100%;
  padding: 2rem 3rem;
}
.contact .colored div img.box {
  max-height: 300px;
  width: 100%;
}
.contact .colored div img.qr {
  max-height: 200px;
  width: 100%;
}
.contact .colored div img {
  margin-bottom: 2rem;
}
.contact .colored div h1 {
  color: white;
  font-weight: normal;
  text-align: center;
  font-size: 60px;
  margin-bottom: 2rem;
}
.contact .colored div h1 span {
  font-weight: bold;
}
.contact i {
  font-size: 20px;
  color: #f95c00;
  float: left;
  width: 44px;
  height: 44px;
  background: #eef7ff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.contact .email {
  margin-top: 40px;
}
.contact .email:hover i {
  background: #f95c00;
  color: #fff;
}
.contact .phone {
  margin-top: 40px;
}
.contact .phone:hover i {
  background: #f95c00;
  color: #fff;
}
.contact .address:hover i {
  background: #f95c00;
  color: #fff;
}
.contact .quoteform {
  width: 100%;
  background: #fff;
}
.contact .quoteform .form-group {
  margin-bottom: 1rem;
}
.contact .quoteform .form-group label {
  font-size: 1.1rem;
}
.contact .quoteform h4 {
  padding: 0 0 0 0px;
  font-size: 22px;
  font-weight: 600;
  margin: 2rem 0;
  color: #454545;
}
.contact .quoteform h5 {
  font-size: 22px;
  background: #e5e5e5;
  padding: 0.5rem 1rem;
  color: #454545;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0.5rem;
  border-radius: 0.5rem;
}
.contact .quoteform p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #727272;
}
.contact .quoteform .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .quoteform .error-message br + br {
  margin-top: 25px;
}
.contact .quoteform .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .quoteform .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .quoteform .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}
.contact .quoteform input[type=text],
.contact .quoteform input[type=email] {
  border-radius: 4px;
  box-shadow: none;
  font-size: 20px;
  height: 60px;
}
.contact .quoteform input[type=text].number,
.contact .quoteform input[type=email].number {
  background-image: url("/captcha.php");
  background-repeat: no-repeat;
  padding-left: 160px;
}
.contact .quoteform textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 20px;
  padding: 20px 20px;
}
.contact .quoteform button[type=submit] {
  background: #f95c00;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  font-size: 20px;
  border-radius: 20px;
}
.contact .quoteform button[type=submit]:hover {
  background: #0678e3;
}

#footer {
  background: #f7f8f9;
  color: #454545;
  font-size: 14px;
  text-align: center;
  padding: 30px 0;
}
#footer h3 {
  font-family: Ubuntu;
  font-size: 36px;
  font-weight: 700;
  position: relative;
  padding: 0;
  margin: 0 0 15px 0;
}
#footer h3 img {
  height: 40px;
}
#footer .nav-link {
  color: #f95c00;
  font-weight: bold;
}
#footer .nav-link:hover {
  color: #0678e3;
}
#footer .social-links {
  margin: 1rem 0 1rem 0;
}
#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #f95c00;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .social-links a:hover {
  background: #0678e3;
  color: #fff;
  text-decoration: none;
}

@media (min-width: 576px) {
  #digitaliohead h1 {
    /*    font-size: clamp(1.5rem, 6vw + 1rem, 90px);*/
  }
}/*# sourceMappingURL=digitalio.hu.css.map */