

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  src: url('../font/Poppins-Regular.ttf');
}

@font-face {
  font-family: 'Poppins-thin';
  font-style: normal;
  font-weight: 100;
  src: url('../font/Poppins-Thin.ttf');
}

@font-face {
  font-family: 'Poppins-extra-light';
  font-style: normal;
  font-weight: 200;
  src: url('../font/Poppins-ExtraLight.ttf');
}

@font-face {
  font-family: 'Poppins-bold';
  font-style: normal;
  font-weight: 800;
  src: url('../font/Poppins-Bold.ttf');
}

html, body { overflow-x: hidden; }


body {
  font-family: 'Poppins';
  color: #000000;
}

h1 {
  font-family: 'Poppins';
  font-size: 42px;
  color: #ffffff;
}

h2 {
  font-family: 'Poppins';
  font-size: 38px;
  color: #000000;
}

h3 {
  font-family: 'Poppins';
  font-size: 36px;
  opacity: 0.4;
  color: #ffffff;
}

h4 {
  font-family: 'Poppins';
  font-size: 24px;
  color: #000000;
}

p {
  color: #0000007a;
}

#menu {
  display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
} 

#menuRight {
  display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    list-style-type: none;
}

#menuRight li {
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
} 

#menuRight a {
  text-decoration: none;
} 

.menuItem {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #ffffff79;
  transition: 0.5s;
} 

.menuItem:hover {
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  transition: 0.5s;
} 

#burger, #close {
  color: #ffffff;
  font-size: 52px;
}

.closeButton {
  position: fixed;
  left: 12%;
  top: 5%;
}

#mobileMenu {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 20;
  background-color: #000000d2;
  list-style-type: none;

}

#languageMobile {
  margin: 13px;
  padding-right: 15px;
  text-shadow: 0 0 3px #020202;
}

#mobileMenu li, #mobileMenu a {
  text-decoration: none !important;
  color: #ffffff;
  font-size: 23px;

}

.lh-2 {
  line-height: 2 !important;
}



.showMobileMenu {
  display: flex !important;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  align-content: center;
}

#mainSlider {
  background-color: #E65C72;
  background-image: url('../img/bg-header-1-2.jpg');
  background-repeat:repeat-x;
  background-position: top;
  transition: 5s;
  width: 100%;
}

.slide1 {
  background-image: url('../img/bg-header-1-2.jpg') !important;
  transition: 5s;
}

.slide2 {
  background-image: url('../img/bg-header-2-3.jpg') !important;
  transition: 5s;

}



#sliderImg {
  transition: 5s;

}

.waveWhite {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}

.waveBlue {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.bottomGap {
  padding-bottom: 155px;
}

.sliderButton {
  z-index: 999;
  color: #ffffff;
  font-weight: bold;
  border: 3px solid #ffffff;
  border-radius: 35px;
  padding: 10px 25px;
  font-size: 18px;
  background-color: #ffffff00;
}

.contactButton {
  color: #ffffff;
  font-weight: bold;
  border: 3px solid #EB5C72;
  border-radius: 35px;
  padding: 10px 25px;
  font-size: 18px;
  background-color: #EB5C72;
  cursor: pointer;
}



#fejlesztes {
  background-color: #ECEDEE;
}

.lineMenu {
  display: flex;
  flex-direction: row;
  align-content: flex-end;
  justify-content: center;
  align-items: flex-start;
  list-style-type: none;
}

.lineMenu li {
  font-family: 'Poppins-extra-light';
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 100;
}


#fejlDesktop {
  border-bottom: 2px solid #EB5C72;
}

#fejlDesktop, #fejlTablet, #fejlMobile {
  cursor: pointer;
  padding-bottom: 5px;
}

#fejlPic {
  transition: 1s;
  
  z-index: 2;
 
}

.waveFejl {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}

.waveProjekt {
  width: 100%;
  position: absolute;
  z-index: 3;
}

#projektek {
  background-color: #F6F7F8;
}

.projektH2 {
  color: #000000be;
}

.inici {
  font-family: 'Poppins-bold';
  color: #EB5C72;
  font-size: 52px;
} 

#csapat {
  background-image: url('../img/bg-blurred.jpg');
  background-repeat: no-repeat;
  background-position: left;
}

.potty {
  display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    color: #000000;
}

#referenciak {
  background-image: url('../img/bg-shapes.png');
  background-repeat: no-repeat;
  background-position: right;
  width: 100%;
}

.cta {
  background-image: url('../img/bg-cta.jpg');
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
}

.splide__pagination__page.is-active {
  background: #000000 !important;
}

.footerBorder {
  border-radius: 8px;
  background-color: #ffffff;
  border-color: #ffffff;
}

#footer {
  background-image: url('../img/bg-desk.jpg');
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  transition: 0.5s;

}

#footer a {
  text-decoration: none;
  color: #0000007a;
}

#footer a:hover {
  color: #000000 !important;
  transition: 0.5s;
}

.footerText {
  margin-bottom: 0;
  color: #ffffff;
}

@media only screen and (max-width: 990px) {
  .desktop {
    display: none;
  }

  .tabletMobile {
    display: block;
  }
}

@media only screen and (min-width: 991px) {
  .desktop {
    display: block;
  }

  .tabletMobile {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .waveWhite {
    display: none;
  }
  
  .waveBlue {
    display: none;
  }

  .bottomGap {
    padding-bottom: 0;
  }
  
}

#devops {
  background-image: url('../img/bg-grey-with-separator.jpg');
  background-repeat: no-repeat;
  background-position: top;
  width: 100%;
padding-top: 80px;
padding-bottom: 80px;
}

.justify {
  text-align: justify;
}

#miaDevops {
  background-image: url('../img/bg-blurred-shape-03.jpg');
  background-repeat: no-repeat;
  background-position: right;
  width: 100%;
}

#devopsGyak {
  background-image: url('../img/bg-shapes.png');
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  background-color: #f7f7f7;

}

.devopsElonyokList {
  list-style: url('../img/point.png');

}

.devopsElonyokList li span {
  position: relative;
  left: 20px !important;
}

.devopsElonyokList li {
  line-height: 2.2 !important;
}

.splideSlider .splide__arrow--prev, .splideSlider .splide__arrow--next, .splideSlider .splide__pagination__page  {
  display: none !important;
}

#tabletbizzCLM {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 20;
  background-color: #000000e8;
  list-style-type: none;

}

#tabletbizzCloud {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 20;
  background-color: #000000e8;
  list-style-type: none;
}

.showPopup {
  display: flex !important;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  align-content: center;
}

.tbLogoFooter {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.accordion {
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  background-color: #ffffff;
  border-radius: 8px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #EE6D7D;
}

.active p, .accordion:hover {
  background-color: #EE6D7D;
  color: #ffffff !important;
}


/* Style the accordion panel. Note: hidden by default */
.panel {
  padding-top: 15px !important;
  padding: 0 38px;
  background-color: rgb(240, 239, 239);
  display: none;
  overflow: hidden;
}

p.potty {
  margin-bottom: 0 !important;
}


div.panel {
  display: none;
}

div.panel.show {
  display: block !important;
}