@import url('https://fonts.googleapis.com/css2?family=Victor+Mono:wght@100;500&display=swap');
:root {
  --primaryColor: #fffb00; /* aktywny navbar */
  --primaryDarkColor: #140c29;
  --primaryHoverColor: #fbff09;
  --secondaryColor: #15ec6e;
  --baseColor: #24262e;
  --baseFont: 'Victor Mono', monospace;
  --titleFont: 'Arial', monospace;
  --regular: 400;
  --medium: 500;
  --bold: 700;
  --black: 900;
  --lightBg: #505a70;
  --darkBg: rgb(16,12,28);
  --skillsColor: rgb(16,12,28);  /* blekit rgb(228, 243, 255); ,  taki jak banner rgba(12,16,22,255); */
  --skillsText: rgb(167, 175, 177);
  --skillsTextBold: rgb(255, 230, 0); /* ziolony rgb(101, 235, 172); */
  --sliderContentColor: rgb(255, 197, 4); /* certyfikaty */
  --backgroundColor: #373f4e;
  --baseBgColor: #ffffff;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: var(--baseFont);
  font-size: 14px;
  color: #ffffff;
  background-color: var(--baseBgColor);
  line-height: normal;
}

header{
  background-color: var(--baseBgColor);
}

  
br {
  display: flex;
  margin: 10px;
  font-size:0px;
  line-height: 10px;
  padding: 0px;
}

.gap-10 {
   width:100%;
   height:10px;
}
.gap-30 {
   width:100%;
   height:30px;
}
.line1 {
  display: block !important;
  size: 10px !important;
  margin-top: 0em;
  margin-bottom: 0em;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
  border-style:solid !important;
  border-width: 2px !important;
}

ul {
  margin: 2px;
  padding: 2px;
  list-style-type: none;
}
img {
  max-width: 100%;
}
a {
  color: inherit;
}
a:hover {
  color: var(--baseBgColor);
}
a, .btn {
  -webkit-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  text-decoration: none;
}
.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.primaryColor {
  color: var(--primaryColor);
}
.primaryDarkColor {
  color: var(--primaryDarkColor);
}
.lightBg {
  background-color: var(--lightBg);
}

.darkBg {
  background-color: var(--darkBg);
}

.btn {
  font-size: 20px;
  font-weight: var(--medium);
  padding: 8px 20px;
  border-radius: 2px;
}
.btnPrimary {
  background-color: #1e1f0a;;
  color: #e3ee0a;
}
.btnPrimary:hover {
  background-color: #e3ee0a;;
  color: #1e1f0a;
}
.btnOutline {
  border: 1px solid var(--primaryDarkColor);
  color: var(--primaryDarkColor);
}
.btnOutline:hover {
  border: 1px solid var(--primaryDarkColor);
  background-color: var(--primaryDarkColor);
  color: var(--bs-white);
}
.btn:focus {
  outline: none;
}


/* titles */
.xlTitle {
  font-size: 36px;
  line-height: 1.3;
  font-weight: var(--bold);
  font-family: var(--titleFont)
}
.lgTitle {
  font-size: 28px;
  line-height: normal;
  font-weight: var(--bold);
  font-family: var(--titleFont)
}
.mdTitle {
  font-size: 22px;
  line-height: normal;
  font-weight: var(--bold);
  font-family: var(--titleFont)
}
.smTitle {
  font-size: 18px;
  line-height: normal;
  font-weight: var(--regular);
  font-family: var(--titleFont)
}
.smText {
  font-size: 22px;
}
.xsTitle {
  font-size: 18px;
  line-height: normal;
}

.regular {
  font-weight: var(--regular);
}
.medium {
  font-weight: var(--medium);
}
.bold {
  font-weight: var(--bold);
}
.black {
  font-weight: var(--black);
}

#nav-icons{
  max-width: 56px;
  padding: 0px 10px 0em 10px;
  margin: 0;
}

#nav-icons2{
  max-width: 50px;
  padding: 0px 10px 0em 10px;
  margin: 0;
}


.col1 {
  margin:0;
  padding:0;
}

.headerCol {
  /* ciemny navbar background-color: #0c0919;*/
  background-color: #0c0919;;
  padding: 0px 0px;
  -webkit-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
  position: fixed;
  z-index: 99;
  left: 0;
  right: 0;
  top: 0;
}
.fixedHeader .headerCol {
  padding: 20px 0px;
  -webkit-box-shadow: 0 0 24px rgba(0,0,0,0.1);
  box-shadow: 0 0 24px rgba(0,0,0,0.1);
}


/* navigation */
.navCol {
  text-align: right;
}
.navCol a {
  font-size: 20px;
  color: #ff7300;
  font-weight: var(--medium);
  display: inline-block;
  position: relative;
}
.navCol a:hover {
  color: var(--primaryColor);
}
.navCol a::before {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0;
  height: 2px;
  border-radius: 2px;
  /*background-color: var(--primaryColor);*/
  background-color: #ffe70d; /* podkreslnik navbar */
  -webkit-transition: all 500ms ease-in-out 0s;
  -o-transition: all 500ms ease-in-out 0s;
  transition: all 500ms ease-in-out 0s;
  opacity: 0;
}
.navCol a.active::before {
  opacity: 1;
  width: 27px;
  right: auto;
  left: 0;
}
.navCol a:hover::before {
  opacity: 1;
  left: 0;
  right: 0;
}
.navCol a.active {
  color: var(--primaryColor);
}
.navCol li {
  display: inline-block;
}
.navCol li + li {
  padding-left: 30px;  /* mdzy buttonami navbar*/
  padding-bottom: 0px;
}




/* banner section */

.bannerSection {
  background-image: url('/static/images/KULIK_LAB_BANNER_v4_fanuc_1.png');
  /*padding: 180px 0 80px;*/
  background-repeat: no-repeat;
  background-size: 60rem;
    /*background-size:cover;*/
    background-position: left;
    background-position-x: 100%;
    width: 100%;
    background-color: #0c1016; /*#0c1016;         #4d27b9*/;
   
    height:200px;
    margin-top: 0;
    padding: 0px;    
}


.bannerDark {
  background-image: url('/static/images/Klab6.png');
  opacity: 1;
  /*padding: 180px 0 80px;*/
  background-repeat: no-repeat;
  background-size: 60rem;
    /*background-size:cover;*/
    background-position: left;
    background-position-x: 100%;
    width: 100%;
    background-color: #0c1016; /*#0c1016;         #4d27b9*/;
   
    height:200px;
    margin-top: 0;
    padding: 0px;    
}

@media (max-width:686px) {
  .bannerSection {

  background-size:30rem;
  width: 100%;
    height:200px;
    /*margin-top: 40px;*/
    right: 0vw;
    left: auto;  
}
}


.banner1-text{
  position:relative;
  top: 0px;
  color: #fffb00;
  font-family: var(--baseFont);
  font-size: 30px;
  line-height: 30px;
  padding: 2px;
  margin: 2px;
  /*text-align: start;*/ 
}

@media (max-width:800px) {
.banner1-text{
  

  font-size: 18px;

}
}

@media (max-width:386px) {
.banner1-text{

  font-size: 14px;

}
}




#bannerText{
  position:relative;
  top: 0px;
  padding-top: 6px;
  padding-bottom: 1px;
  margin: 2px;
  
  
}

#tra1 {
  position:relative;
  text-align: start;
  left: -100px;
  transition: left 12.5s ease-out;
}


#companyName{
  position:relative;
  font-size: 34px;
  text-align: start;
  padding: 6px;
  margin: 0px;
  left: -100px;
  transition: left 0.5s ease-out;
  color: #ff7300;
}




#par1 {
  opacity: 0;
  transition: opacity 0.23s ease-in-out;
}
#par2 {
  opacity: 0;
  transition: opacity 0.22s ease-in-out;
}
#par3 {
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}
#par4 {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}


/* CONTACT FORM */ 

.form-control {
  background-color: #cfd1aa;;
  color: #000000;
}

.contactUs {
  top: 10em;
}

/* --------------- */ 


/*  SKILLS ================================================== */





.section1{
  display: block;
  padding: 0;
  margin: 0;
  height: 100%;
}


.skills{
  background-color: var(--skillsColor); /*  fajny blekit rgb(210, 235, 255) */
  padding-top:1em;
}

.skills-container{
  margin-left: 2em;
}



.skills-category{
  margin-left: 1cm;
}

.skills-items{
  margin-left: 2cm;
  color: var(--skillsText);
}

.skills-tags{
  margin-left: 2cm;
  color:var(--skillsText);
}


/*End What we do*/


.bannerBtnCol {
  padding-top: 15px;
  
}

.sectionSpace {
  padding: 80px 0;
  margin: 0px;
  color:var(--skillsTextBold); 
  
}

.sectionSpaceBig {
  padding: 80px 2em;
  margin: 0px;
  color:var(--skillsTextBold); 
  
}

.sectionSpaceSm {
  top: 0px;
  padding: 50px 20px 20px 20px;
  height: 100%;
  margin: 0px;
  color:var(--skillsTextBold); 
  color: #bec5ba;
  background-color: var(--backgroundColor);
  
  
}
.ksText {
  display: block;
  padding-top: 10px;
}
.keySkillCard + .keySkillCard {
  padding-top: 25px;
}
.keySkillCol {
  width: 300px;
}
.pLbl {
  display: block;
  width: 50px;
  text-align: right;
}

.progress.progressStyle {
  height: 8px;
  padding: 1px;
  background-color: var(--secondaryColor);
  border-radius: 3px;
}
.progressStyle .progress-bar {
  background-color: #fff;
  border-radius: 3px;
}
.progressCol + .progressCol {
  padding-top: 18px;
}

.cardOptionCol > li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.cardOptionCol > li + li {
  padding-left: 40px;
}
.cardOptionCol > li + li::before {
  content: "|";
  position: absolute;
  left: 16px;
}
.cardOptionCol {
  padding: 5px 0 10px;
}
.cardStyle1 {
  padding: 25px;
  background-color: var(--skillsColor);
  border-radius: 4px;
  height: 100%;
}
.cardStyle1 > p:last-child {
  margin-bottom: 0;
}
.cs1Title {
  min-height: 90px;
}

.dateLbl {
  display: inline-block;
  padding: 4px 12px;
  background-color: #142850;
  border-radius: 20px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: var(--bold);
}
.sliderOuter {
  position: relative;
  color: var(--sliderContentColor);
}
.sliderOuter .swiper-button-next.swiperBtnStyle {
  right: -50px;
}
.sliderOuter .swiper-button-prev.swiperBtnStyle {
  left: -50px;
}
.sliderOuter .swiper-slide {
  height: auto;
}
.swiperPaginationStyle span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--skillsColor);
}
.posInitial {
  position: initial;
}
.portfolioOption li {
  display: inline-block;
  padding-right: 20px;
}
.portfolioOption {
  padding: 5px 0 16px;
}
.portfolioContentCol > p:last-child {
  margin-bottom: 0;
}
.portfolioImgCol img {
  border-radius: 6px;
  width: 246px;
  height: 184px;
  -o-object-fit: cover;
  object-fit: cover;
}
.portfolioCard {
  padding: 20px 0;
  border-bottom: 1px solid #e0e0e0;
}



.testimonialCol {
  padding-top: 35px;
}
.tContentCol > p:last-child {
  margin-bottom: 0;
}
.tImgCol {
  width: 95px;
  height: 95px;
  margin-right: 5px;
  border-radius: 50%;
}
.tImgCol img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.swiperBtnStyle {
  width: 35px;
  height: 35px;
  color: #ff7300;
  background-color: var(--primaryColor);
  border-radius: 50%;
}

.swiper-button-next.swiperBtnStyle::after, .swiper-button-prev.swiperBtnStyle::after {
  font-size: 14px;
}
.swiperBtnStyle.swiper-button-prev {
  left: 2px;
}
.swiperBtnStyle.swiper-button-next {
  right: 2px;
}
.testimonialSlider {
  padding: 30px 0;
}
.testimonialSlider .swiper-slide {
  padding: 0 40px;
}


body.navToggleActive {
  overflow: hidden;
}




/* footer */
.footerCol {
  padding: 50px 0;
  text-align: center;
  color: #fff;
  background-color: var(--backgroundColor);
}
.socialCol li {
  display: inline-block;
}
.socialCol li + li {
  padding-left: 35px;
}
.socialCol img {
  max-width: 30px;
  max-height: 30px;
  -o-object-fit: contain;
  object-fit: contain;
}
.copyrightCol {
  padding: 20px 0 0;
  font-size: 14px;
}
.copyrightCol p {
  margin: 0;
}


/* portfolio page */
.innerPageBannerCol {
  padding: 120px 0 50px;
  color: #fff;
  background-color: var(--backgroundColor);

}
.portfolioContentMain {
  position: relative;
  z-index: 1;
  padding: 50px 0 ;
}
.pCol {
  height: 100%;
}
.pImg {
  width: 100%;
}

.portfolioRow .pColMain:nth-child(2n-1) .pCol {
  margin-top: 10px;
}
@media (min-width:576px) {
  .swiper-pagination {
    display: none;
  }

}




.contactsContainer {
  position:relative;
  font-size: 30px;
  text-align: start;
  padding-left: 6vw;


  color: #a8afb4;
  /* Set the height to match that of the viewport. */
  height: 50vh;
  /* Set the width to match that of the viewport. */
  width: 100vw;
  /* Remove any browser-default margins. */
  margin: 0;
}

.Link1{
    color: #ff7300;

}


.socialBig {
    height: 5rem;
    width: 5rem;
    justify-content: center;
}



@media (max-width:386px) {
.navCol li + li {
  padding-left: 8px;  /* mdzy buttonami navbar*/
  padding-bottom: 0px;

}
.navCol {
  text-align: left;
  right: auto;
}
}



@media (max-width:576px) {
.contactsContainer {
  font-size: 20px;

}
  #nav-icons{
    max-width: 56px;
  }

  #nav-icons2{
    max-width: 50px;
  }

  .skills-container{
    margin-left: 0em;
  }

  .skills-category{
  margin-left: 0.2cm;
  }

  .skills-items{
  margin-left: 1cm;
  }
}




@media (max-width:386px) {
.skills-container{
  margin-left: 0em;
}
}


@media (max-width:1199px) {
  .navCol a {
    font-size: 18px;
  }
  .xlTitle {
    font-size: 40px;
  }
  .lgTitle {
    font-size: 28px;
  }
  .mdTitle {
    font-size: 24px;
  }
  .btn {
    font-size: 18px;
  }
  .cs1Title {
    min-height: 60px;
  }

  .sectionSpace {
    padding: 60px 0;
  }
  .footerCol {
    padding: 30px 0;
  }

}



input[type=text], input[type=email], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical
}
