/*Colors*/
/* Fonts */
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
::selection {
  background-color: #262051;
  color: #FFFFFF;
}

body {
  font-family: "Nunito Sans", sans-serif;
  color: #1A1B1E;
  padding-top: 75px;
}

p {
  color: #575757;
  line-height: 140%;
  font-size: 16px;
}

p.pre {
  color: #7141B1;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 0;
}

h1, h2, h3, h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  line-height: 110%;
}

@media (min-width: 992px) {
  h1 {
    font-size: 56px;
  }
  h3 {
    font-size: 24px;
  }
}
.text-justify {
  text-align: justify;
}

/* Spacing */
.pb-16 {
  padding-bottom: 8px;
}

.py-24 {
  padding-bottom: 16px;
  padding-top: 16px;
}

.pb-24 {
  padding-bottom: 16px;
}

.mb-24 {
  margin-bottom: 24px;
}

.pt-24 {
  padding-top: 16px;
}

.pb-48 {
  padding-bottom: 24px;
}

.py-64 {
  padding-bottom: 36px;
  padding-top: 36px;
}

.pb-64 {
  padding-bottom: 36px;
}

.pt-64 {
  padding-top: 36px;
}

@media (min-width: 992px) {
  .pb-16 {
    padding-bottom: 16px;
  }
  .py-24 {
    padding-bottom: 24px;
    padding-top: 24px;
  }
  .pb-24 {
    padding-bottom: 24px;
  }
  .pt-24 {
    padding-top: 24px;
  }
  .pb-48 {
    padding-bottom: 48px;
  }
  .py-64 {
    padding-bottom: 64px;
    padding-top: 64px;
  }
  .pb-64 {
    padding-bottom: 64px;
  }
  .pt-64 {
    padding-top: 64px;
  }
  .br-md {
    width: 100%;
    display: block;
  }
}
/* Buttons */
.btn {
  border-radius: 0;
  outline: 0;
  box-shadow: none;
  border: none;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 18px 28px;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-primary {
  background-color: #42BAFF;
  color: #FFFFFF;
  -webkit-box-shadow: 4px 4px 30px 0px rgba(66, 186, 255, 0.7);
  -moz-box-shadow: 4px 4px 30px 0px rgba(66, 186, 255, 0.7);
  box-shadow: 4px 4px 30px 0px rgba(66, 186, 255, 0.7);
  border: 2px solid #42BAFF;
}
.btn-primary:hover {
  background-color: #262051;
  color: #FFFFFF;
  border-color: #262051;
  -webkit-box-shadow: 4px 4px 40px 0px rgba(38, 32, 81, 0.7);
  -moz-box-shadow: 4px 4px 40px 0px rgba(38, 32, 81, 0.7);
  box-shadow: 4px 4px 40px 0px rgba(38, 32, 81, 0.7);
}
.btn-primary:focus, .btn-primary:active {
  box-shadow: none;
  outline: 0;
  background-color: #262051;
}

.btn-outline-primary {
  background-color: transparent;
  color: #42BAFF;
  border: 2px solid #42BAFF;
}
.btn-outline-primary:hover {
  background-color: #262051;
  color: #FFFFFF;
  border-color: #262051;
  -webkit-box-shadow: 4px 4px 40px 0px rgba(38, 32, 81, 0.7);
  -moz-box-shadow: 4px 4px 40px 0px rgba(38, 32, 81, 0.7);
  box-shadow: 4px 4px 40px 0px rgba(38, 32, 81, 0.7);
}
.btn-outline-primary:focus, .btn-outline-primary:active {
  box-shadow: none;
  outline: 0;
  background-color: #262051;
}

.btn-outline-secondary {
  background-color: transparent;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
}
.btn-outline-secondary:hover {
  background-color: #FFFFFF;
  color: #42BAFF;
  border-color: #FFFFFF;
  -webkit-box-shadow: 4px 4px 40px 0px rgba(38, 32, 81, 0.7);
  -moz-box-shadow: 4px 4px 40px 0px rgba(38, 32, 81, 0.7);
  box-shadow: 4px 4px 40px 0px rgba(38, 32, 81, 0.7);
}
.btn-outline-secondary:focus, .btn-outline-secondary:active {
  box-shadow: none;
  outline: 0;
  background-color: #262051;
}

.link {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #42BAFF;
  text-decoration: none;
}

@media (max-width: 991px) {
  .btn {
    width: 100%;
  }
}
/* Navbar */
#mainNav {
  background: #fff;
  box-shadow: none;
}
#mainNav.scrolled {
  -webkit-box-shadow: 4px 4px 30px 0px rgba(42, 67, 113, 0.25);
  -moz-box-shadow: 4px 4px 30px 0px rgba(42, 67, 113, 0.25);
  box-shadow: 4px 4px 30px 0px rgba(42, 67, 113, 0.25);
  background: #FFFFFF;
}
#mainNav.scrolled .navbar-brand img {
  transition: all 0.3s ease;
}

.nav-link,
.navbar-expand-lg .navbar-nav .nav-link {
  font-weight: 600;
  font-size: 16px;
  color: #1A1B1E;
  padding-left: 16px;
  padding-right: 16px;
}
.nav-link:last-child,
.navbar-expand-lg .navbar-nav .nav-link:last-child {
  padding-right: 32px;
}
.nav-link.active,
.navbar-expand-lg .navbar-nav .nav-link.active {
  color: #42BAFF;
}

.navbar-brand img {
  transition: all 0.3s ease;
}

@media (max-width: 991px) {
  .navbar-toggler {
    border: none;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .navbar-toggler-icon {
    background-image: url(../images/icons/menu-outline.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  #mainNav {
    background: #FFFFFF;
  }
}
.hero {
  background: url(../images/left-bg.svg) no-repeat left center, url(../images/right-bg.svg) no-repeat right center !important;
  background-size: contain;
  padding-top: 128px;
  padding-bottom: 48px;
}

@media (min-width: 992px) {
  .hero {
    padding-bottom: 6rem;
  }
}
.services .card {
  -webkit-box-shadow: 4px 4px 30px 0px rgba(66, 186, 255, 0.7);
  -moz-box-shadow: 4px 4px 30px 0px rgba(66, 186, 255, 0.7);
  box-shadow: 4px 4px 30px 0px rgba(66, 186, 255, 0.7);
}
.services .card .card-front h3 {
  position: relative;
  top: 54px;
  text-align: center;
  color: #FFFFFF;
}
.services .card .card-back .card-body {
  padding: 32px;
}
.services .card .card-back .card-body p {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 160%;
}
.services .card .card-front .card-body,
.services .card .card-back .card-body {
  background-position: right bottom;
  height: 279px;
}
.services .col-lg-3:nth-child(1) .card-front .card-body {
  background-image: url(../images/it-uzemeltetes.webp);
}
.services .col-lg-3:nth-child(1) .card-back .card-body {
  background-image: url(../images/box-bg-01.webp);
}
.services .col-lg-3:nth-child(2) .card-front .card-body {
  background-image: url(../images/webhosting.webp);
}
.services .col-lg-3:nth-child(2) .card-back .card-body {
  background-image: url(../images/box-bg-02.webp);
}
.services .col-lg-3:nth-child(3) .card-front .card-body {
  background-image: url(../images/tanacsadas.webp);
}
.services .col-lg-3:nth-child(3) .card-back .card-body {
  background-image: url(../images/box-bg-03.webp);
}
.services .col-lg-3:nth-child(4) .card-front .card-body {
  background-image: url(../images/szoftverfejlesztes.webp);
}
.services .col-lg-3:nth-child(4) .card-back .card-body {
  background-image: url(../images/box-bg-04.webp);
}
.services .card-flip > div {
  backface-visibility: hidden;
  transition: transform 300ms;
  transition-timing-function: linear;
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
}
.services .card-front {
  transform: rotateY(0deg);
}
.services .card-back {
  transform: rotateY(180deg);
  position: absolute;
  top: 0;
}
.services .card-flip:hover .card-front {
  transform: rotateY(-180deg);
}
.services .card-flip:hover .card-back {
  transform: rotateY(0deg);
}

/* Partners */
.partners {
  background-color: #F2F2F2;
}

.security {
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #262051;
  background-image: url(../images/dark-bg-left.svg);
  background-position: left center;
  background-repeat: no-repeat;
  overflow-x: hidden;
}
.security * {
  color: #FFFFFF;
}
.security .pre {
  color: #8E88B8;
}

@media (min-width: 992px) {
  .security {
    padding-top: 80px;
    padding-bottom: 160px;
  }
}
@media (min-width: 992px) {
  .call-to-action {
    margin-top: -92px;
  }
}
.cta {
  background: url(../images/cta-bg.webp) no-repeat center center;
  background-size: cover;
}
.cta *, .cta .pre {
  color: #FFFFFF;
}

.cta-1 {
  background: url(../images/cta-bg-1.webp) no-repeat center center;
  background-size: cover;
}
.cta-1 *, .cta-1 .pre {
  color: #FFFFFF;
}
.cta-1 .btn {
  position: relative;
}

@media (min-width: 992px) {
  .cta-1 .btn {
    top: 19px;
  }
}
@media (max-width: 991px) {
  /* About */
  .about--img {
    height: 350px;
    object-fit: cover;
  }
}
/* Slider */
@media (max-width: 991px) {
  .carousel-inner .carousel-item x div:first-child {
    display: block;
  }
}
.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}

@media (min-width: 768px) {
  .carousel-inner .carousel-item-end.active,
  .carousel-inner .carousel-item-next {
    transform: translateX(25%);
  }
  .carousel-inner .carousel-item-start.active,
  .carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
  }
}
.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
  transform: translateX(0);
}

#webhosting {
  overflow-x: hidden;
}

.webhosting-slide .carousel-indicators {
  bottom: -62px;
}
.webhosting-slide .carousel-indicators [data-bs-target] {
  margin-right: 12px;
  margin-left: 12px;
  background-color: #D0D0D0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  opacity: 1;
}
.webhosting-slide .carousel-indicators .active {
  width: 12px;
  height: 12px;
  background-color: #7041B1;
}
.webhosting-slide .carousel-inner {
  overflow: visible;
}
.webhosting-slide .card {
  -webkit-box-shadow: 4px 4px 30px 0px rgba(42, 67, 113, 0.25);
  -moz-box-shadow: 4px 4px 30px 0px rgba(42, 67, 113, 0.25);
  box-shadow: 4px 4px 30px 0px rgba(42, 67, 113, 0.25);
  border-radius: 0;
  border: none;
  padding: 24px;
}

@media (min-width: 992px) {
  .webhosting-slide .card {
    padding: 36px 36px 36px 56px;
    margin-left: 67px;
    height: 320px;
  }
  .webhosting-slide .card img {
    position: absolute;
    left: -50px;
    top: 100px;
  }
  .webhosting-slide .card-w {
    padding: 36px 36px 36px 76px;
    margin-left: 97px;
  }
  .webhosting-slide .card-w img {
    left: -82px;
  }
}
.faq {
  background: url(../images/faq-bg-left.svg) no-repeat left center, url(../images/faq-bg-right.svg) no-repeat right center, #262051;
  background-color: #262051;
  background-size: contain;
}
.faq h2 {
  color: #FFFFFF;
}
.faq .pre {
  color: #8E88B8;
}
.faq .accordion-header button {
  font-size: 18px;
  font-weight: 800;
  line-height: 140%;
  color: #1A1B1E;
  border-radius: 0;
  padding-right: 36px;
}
.faq .accordion-item {
  margin-bottom: 24px;
  -webkit-box-shadow: 4px 4px 30px 0px rgba(66, 186, 255, 0.7);
  -moz-box-shadow: 4px 4px 30px 0px rgba(66, 186, 255, 0.7);
  box-shadow: 4px 4px 30px 0px rgba(66, 186, 255, 0.7);
}
.faq .accordion-item,
.faq .accordion-header {
  border-radius: 0;
}
.faq .accordion-button::after {
  background-image: url(../images/icons/plus.svg);
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: right 11px center;
  margin-left: 25px;
}
.faq .accordion-button:not(.collapsed) {
  background: #FFFFFF;
}
.faq .accordion-button:not(.collapsed)::after {
  background-image: url(../images/icons/minus.svg);
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: right center;
}
.faq .accordion-body {
  text-align: left;
}
.faq .accordion-button:focus {
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

@media (max-width: 991px) {
  .faq .accordion-header button {
    padding-right: 16px;
  }
}
.cta-huge {
  background-image: url(../images/cta-huge-bg.webp);
  padding-top: 24px;
  padding-bottom: 24px;
}
.cta-huge *, .cta-huge p.pre {
  color: #FFFFFF;
}

@media (min-width: 992px) {
  .cta-huge {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
/* Privacy Policy */
.privacy-policy h3 {
  margin-top: 48px;
  margin-bottom: 24px;
}

/* Blog */
@media (max-width: 991.98px) {
  .retro-layout-2 .img-1 {
    height: 200px;
  }
}
.retro-layout-2 .v-height {
  height: 200px;
}
.retro-layout-2 .h-entry {
  display: block;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}
.retro-layout-2 .h-entry:hover {
  -webkit-box-shadow: 4px 4px 30px 0px rgba(66, 186, 255, 0.7);
  -moz-box-shadow: 4px 4px 30px 0px rgba(66, 186, 255, 0.7);
  box-shadow: 4px 4px 30px 0px rgba(66, 186, 255, 0.7);
}
.retro-layout-2 .post-category {
  color: #fff;
}
.retro-layout-2 .date {
  font-size: 15px;
}
.retro-layout-2 .gradient {
  position: relative;
}
.retro-layout-2 .gradient::before {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
  background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#cc000000",GradientType=0 );
}
.retro-layout-2 .text {
  position: absolute;
  bottom: 0;
  z-index: 10;
  padding: 20px;
  max-width: 350px;
}
.retro-layout-2 .text h2 {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 0;
}
.retro-layout-2 .text span {
  color: #F2F2F2;
}
.retro-layout-2 .text.text-sm h2 {
  font-size: 18px;
  line-height: 1.5;
}

.entry2 img {
  margin-bottom: 30px;
}
.entry2 h2 a {
  color: #000;
}
.entry2 .excerpt {
  padding-left: 20px;
  padding-right: 20px;
}
.entry2 .post-meta {
  color: #b3b3b3;
  font-size: 13px;
  width: 100%;
  display: block;
}
.entry2 .post-meta a {
  color: #000;
}
.entry2 .post-meta .author-figure img {
  width: 30px;
  border-radius: 50%;
}

.blog-entries .post-meta {
  margin-bottom: 20px;
  font-size: 14px;
  color: #b3b3b3;
}

.post-category.bg-danger {
  background-color: #8E88B8 !important;
  color: #FFFFFF;
  padding: 2px 6px;
  line-height: 2em;
}

.post-category.bg-primary,
.post-category.bg-success {
  background-color: #7141B1 !important;
  color: #FFFFFF;
  padding: 2px 6px;
  line-height: 2em;
}

.site-cover {
  background-size: cover;
  background-position: top center;
  position: relative;
  padding: 15em 0 7em 0;
}
.site-cover.overlay:before {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.site-cover .post-entry {
  position: relative;
}
.site-cover h1, .site-cover .post-meta * {
  color: #FFFFFF;
}

.article {
  padding-top: 24px;
  padding-bottom: 24px;
  margin: 0 auto;
}
.article a {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #42BAFF;
  text-decoration: none;
}

@media (min-width: 992px) {
  .article {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
/* Contact */
.headline {
  padding-top: 100px;
}

.main-form {
  background-image: linear-gradient(90deg, #42BAFF 0%, #7141B1 100%);
  padding: 24px;
}
.main-form label {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.main-form .error-message {
  color: #FFFFFF;
}
.main-form input, .main-form textarea, .main-form select,
.main-form input:focus, .main-form textarea:focus, .main-form select:focus {
  border-radius: 0;
  background: rgba(255, 255, 255, 0.3);
  border: none;
  padding: 10px 20px;
  box-sizing: border-box;
  outline: none;
  min-height: 50px;
  color: #FFFFFF;
  box-shadow: none;
}
.main-form .btn {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #1A1B1E;
}
.main-form .btn:hover {
  background-color: #262051;
  color: #FFFFFF;
  border-color: #262051;
  -webkit-box-shadow: 4px 4px 40px 0px rgba(38, 32, 81, 0.7);
  -moz-box-shadow: 4px 4px 40px 0px rgba(38, 32, 81, 0.7);
  box-shadow: 4px 4px 40px 0px rgba(38, 32, 81, 0.7);
}

@media (min-width: 992px) {
  .main-form {
    padding: 60px 48px;
  }
}
/* Swiper */
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: auto;
}

.swiper-pagination-bullet-active {
  background-color: #42BAFF !important;
}

/* Testimonial */
.home-testimonial {
  padding-bottom: 24px;
  background: #262051;
}
.home-testimonial h2 {
  color: #FFFFFF;
}
.home-testimonial p.pre {
  color: #8E88B8;
}

.tm-people {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none;
}

@media (min-width: 992px) {
  .home-testimonial {
    padding-bottom: 64px;
    background: linear-gradient(180deg, #262051 0%, #262051 70%, #FFFFFF 70%, #FFFFFF 100%);
  }
  .tour-item {
    min-height: 360px;
  }
}
.home-testimonial-bottom {
  background-color: #FFFFFF;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 20px;
  margin-bottom: 0px;
  position: relative;
}

.tour-item {
  padding: 24px;
  background: #FFFFFF;
  -webkit-box-shadow: 4px 4px 30px 0px rgba(66, 186, 255, 0.7);
  -moz-box-shadow: 4px 4px 30px 0px rgba(66, 186, 255, 0.7);
  box-shadow: 4px 4px 30px 0px rgba(66, 186, 255, 0.7);
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.testimonial-inner {
  position: relative;
  top: 20px;
}

.testimonial-pos {
  position: relative;
  top: 24px;
}

.color-grey-3 {
  font-size: 14px;
}

@media (min-width: 992px) {
  .tour-item {
    padding: 36px;
    margin-bottom: 0;
  }
}
/* Clientportal images*/
.client-img {
  width: 100px;
  height: auto;
  padding-bottom: 24px;
}

/* Footer */
.footer {
  padding-top: 24px;
  padding-bottom: 24px;
  background: #262051;
}
.footer p, .footer h4, .footer a {
  color: #F2F2F2;
  text-decoration: none;
}
.footer .social-icon {
  border-radius: 50%;
}
.footer .social-icon:hover {
  -webkit-box-shadow: 4px 4px 30px 0px rgba(66, 186, 255, 0.7);
  -moz-box-shadow: 4px 4px 30px 0px rgba(66, 186, 255, 0.7);
  box-shadow: 4px 4px 30px 0px rgba(66, 186, 255, 0.7);
}
.footer hr {
  background: #42BAFF;
  height: 5px;
  -webkit-box-shadow: 4px 4px 30px 0px rgba(66, 186, 255, 0.7);
  -moz-box-shadow: 4px 4px 30px 0px rgba(66, 186, 255, 0.7);
  box-shadow: 4px 4px 30px 0px rgba(66, 186, 255, 0.7);
  opacity: 1;
}

.chat {
  width: 82px;
  height: 82px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  -webkit-box-shadow: 4px 4px 30px 0px rgba(66, 186, 255, 0.7);
  -moz-box-shadow: 4px 4px 30px 0px rgba(66, 186, 255, 0.7);
  box-shadow: 4px 4px 30px 0px rgba(66, 186, 255, 0.7);
  background-image: url(../images/icons/chat-bubble.svg);
  border-radius: 50%;
  z-index: 100;
}

@media (min-width: 992px) {
  .footer {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
/* Cookie */
.cookie {
  background: #262051;
  border: 0;
  border-radius: 0;
}
.cookie p {
  color: #F2F2F2;
}

.modal-content {
  border-radius: 0;
}

.modal-body,
.modal-header,
.modal-footer {
  border: 0;
  padding: 32px;
}

.headline {
  background-image: url(../images/header.webp);
  min-height: 250px;
  align-items: center;
  justify-content: center;
  display: flex;
}
.headline * {
  color: #FFFFFF;
}
.headline h1 {
  margin-bottom: 0;
  margin-top: 20px;
}

@media (min-width: 992px) {
  .headline {
    min-height: 350px;
  }
}

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