@charset "UTF-8";
/*body {
  margin-top: 105px; }
*/

html,
body {
  overflow-x: hidden;
}
body {
  position: relative;
}

.padding-home {
  padding-top: 58px;
}
.section {
  padding: 50px 0;
}

.section-u {
  padding: 50px 0 0 0;
}

/*style żarówa*/
/*@keyframes colorChange1 {
  0%{fill:#fff}
  50%{fill:#eee}
  100%{fill: #fdfd66}
}*/
@keyframes colorChange1 {
  0% {
    fill: #eee;
  }
  50% {
    fill: rgba(50, 146, 166, 0.5);
  }
  100% {
    fill: #eee;
  }
}
.animate-bulb-1 {
  animation: colorChange1 3s infinite;
}

@keyframes colorChange2 {
  0% {
    fill: #fdfd66;
  }
  50% {
    fill: #eee;
  }
  100% {
    fill: #fdfd66;
  }
}
.animate-bulb-2 {
  fill: #ddd;
}

.header-grad {
  background: -webkit-linear-gradient(#00001a, #626c92);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.headu {
  line-height: 1.3 !important;
}

.header-gradu {
  background: -webkit-linear-gradient(#00001a, #626c92);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 4rem;
  font-weight: bolder;
  text-transform: uppercase;
  line-height: 1.1;
  margin-top: 0;
}

.img-1 {
  max-width: 200px;
}

.ico {
  max-width: 30px;
}

h5 {
  color: #000;
}

.blue-bg {
  width: 100%;
  max-width: 900px;
  height: 500px;
  background-color: #3292a6;
}

.blue-bg h2 {
  color: #fff;
}

.mg-100 {
  margin-top: -400px;
  margin-bottom: 200px;
}

@media (max-width: 767px) {
  .container-fluid.bg-1 {
    background-color: #3292a6;
  }
}
/*header svg-mody*/
.bulb-1 {
  position: absolute;
  right: 0px;
  top: 2%;
  width: 65%;
  z-index: 1;
}

.bcg-start {
  z-index: 2;
  position: relative;
}

.background-kreo {
  background-image: url(https://sweetcode.pl/wp-content/uploads/2019/09/03-1.jpg);
  background-position: bottom;
}

.background-kreo-2 {
  background-image: url(https://sweetcode.pl/wp-content/uploads/2019/09/section_12.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/*.parent{
  display:flex;
}

.flexboxi{
  margin:auto;
}*/
/*css nowy kreotech made by:luki*/
.title2 {
  font-size: 4rem;
  color: #151734;
}

@media (max-width: 767px) {
  .title2 {
    font-size: 3rem;
  }
}

.title1 {
  font-size: 2rem;
}

h3 {
  color: #151734;
}

/*sekcja 2 boxy*/
.bgkreo {
  background-image: url(../img/kreotech-8-new.webp);
  background-position: left top;
  background-repeat: no-repeat;
}

.about1 {
  /*height: 400px;*/
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 100px;
  box-shadow: 1px 1px 5px 2px rgba(139, 133, 133, 0.67);
  background-color: #fff;
  border-radius: 20px;
  transition: all 200ms ease;
}
.about1:hover {
  transform: translateY(-4px);
  box-shadow: 1px 1px 20px 4px rgba(139, 133, 133, 0.8);
}

@media (max-width: 960px) {
  .about1 {
    margin-top: 300px;
  }
}
.about2 {
  /* height: 400px; */
  margin-top: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 1px 1px 11px 4px rgba(139, 133, 133, 0.67);
  background-color: #fff;
  border-radius: 20px;
}

/*section mre atcative businnes*/
.ico-kreo {
  max-width: 50px;
  margin-right: 10px;
}

@media (max-width: 980px) {
  .about2 {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .background-kreo {
    padding: 300px 0;
  }
}
/*section 4 steps*/
.info-2 {
  font-weight: 600;
  font-size: 2rem;
}

.step {
  padding: 50px 0;
}

.step:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    180deg,
    #020024 0%,
    #14143d 30%,
    #00d4ff 95%
  );
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  transition: all 500ms ease;
}

.step:hover:before {
  opacity: 1;
}

.step p {
  position: relative;
}

.step:hover p {
  color: #fff;
}

.steps div:nth-child(1) .step {
  border-bottom: 1px dashed #000;
  border-right: 1px dotted #000;
  background: url(../img/kreotech_2.png) no-repeat;
  background-position: 118px;
}

.steps div:nth-child(2) .step {
  border-bottom: 1px dashed #000;
  background: url(../img/kreotech_4.png) no-repeat;
  background-position: 100px;
}

.steps div:nth-child(3) .step {
  border-right: 1px dotted #000;
  background: url(../img/kreotech_6.png) no-repeat;
  background-position: 118px;
}

.steps div:nth-child(4) .step {
  background: url(../img/kreotech_7.png) no-repeat;
  background-position: 100px;
}

/*hover action*/
/*.steps div .step:hover{
 background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(20,20,61,1) 30%, rgba(0,212,255,1) 95%);
color: #fff;
}*/
/*two-boxes*/
.r-image {
  z-index: -1;
}

.about3 {
  /* height: 400px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 1px 1px 11px 4px rgba(139, 133, 133, 0.67);
  background-color: #fff;
  border-radius: 20px;
  margin-right: -100px;
  max-height: 500px;
  z-index: 3;
}

@media (max-width: 768px) {
  .about3 {
    margin: 20px 0px;
  }
}
.about4 {
  /* height: 400px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 1px 1px 11px 4px rgba(139, 133, 133, 0.67);
  background-color: #fff;
  border-radius: 20px;
  margin-left: -100px;
  max-height: 500px;
  z-index: 3;
}

.text-blok1 {
  padding: 20px 20px;
}

@media (min-width: 992px) {
  .text-blok1 {
    padding: 100px 20px;
  }
}
@media (max-width: 768px) {
  .about4 {
    margin: 20px 0px;
  }
}
/*8box*/
/*.box-icon {
  transition: all 1000ms ease;
  img{
    width:100px;
    transition: all 1000ms ease;
  }
  .vanishing-text{
    opacity: 1;
    transform: translateY(130px)
  }

  &:hover{
    background: #38ddd7 !important;
    img{
      width: 0px;

    }
    .vanishing-text{
      opacity: 1;
    }
  }

}*/
/*8box*/
.box-icon {
  transition: all 0.3s ease-in-out;
  height: 100%;
}

.box-icon:hover {
  /*background: #38ddd7 !important;*/
  background: #020024;
  background: linear-gradient(180deg, #020024 0%, #14143d 30%, #00d4ff 95%);
}

.box-icon img {
  height: 100px;
  transition: all 0.3s ease-in-out;
  transform: scale(1) translateY(20%);
}

.box-icon:hover img {
  transform: scale(0) translateY(20%);
}

.box-icon .text-inf {
  transition: all 0.4s ease-in-out;
  transform: translateY(30%);
}

.box-icon:hover .text-inf {
  transform: translateY(-20%);
}

.box-icon .vanishing-text {
  transition: all 0.4s ease-in-out;
  opacity: 0;
}

.box-icon:hover .vanishing-text {
  opacity: 1;
}

/*about -us PAGE*/
#about {
  margin-top: 0px;
}

.bg-header {
  padding: 150px 0 80px;
  background-size: cover;
  background-position: top left;
  background-image: url(/img/portfolio.jpg);
}
.bg-header .stripe {
  width: 100px;
  height: 3px;
  background-color: #38ddd7;
  margin-left: -30px;
}
.bg-header h1 {
  font-size: 4rem;
  font-weight: bolder;
  text-transform: uppercase;
}

.about5 {
  box-shadow: 1px 1px 11px 4px rgba(139, 133, 133, 0.67);
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 30px;
}

.div-width {
  width: 100%;
  max-width: 1000px;
}

@media (min-width: 992px) {
  .mt-picture {
    margin-top: -100px;
  }
}
/*services*/
.uslugi {
  font-weight: 200;
}

.bg-custom {
  background-image: linear-gradient(180deg, #586288 0%, #000024 100%);
}

/*.text-boxi {
  width: 400px; }
*/
.bcg-big {
  background-image: url(/img/uslugi-kreotech-footer.jpg);
  /*height: 100vh;*/
  padding: 100px 0;
}

.box-icon {
  transition: all 0.3s ease-in-out;
  height: 100%;
}

.box-icon-u:hover {
  /*background: #38ddd7 !important;*/
  background: #020024;
  background: linear-gradient(180deg, #020024 0%, #14143d 30%, #00d4ff 95%);
}

.box-icon-u img {
  height: 150px;
  transition: all 0.3s ease-in-out;
  transform: scale(1) translateY(20%);
}

.box-icon-u:hover img {
  transform: scale(0) translateY(20%);
}

.box-icon-u .text-inf {
  transition: all 0.4s ease-in-out;
  transform: translateY(30%);
}

.box-icon-u:hover .text-inf {
  transform: translateY(-20%);
}

.box-icon-u .vanishing-text {
  transition: all 0.4s ease-in-out;
  opacity: 0;
}

.box-icon-u:hover .vanishing-text {
  opacity: 1;
}

/*box-icons*/
.box-icon {
  display: flex;
  margin: auto;
}

.big-image-bcg {
  background: url(../img/kreotech-onas.jpg) no-repeat;
  height: 60vh;
  background-position: calc(100% -5px) 0;
  padding-right: 0px !important;
}

/*contact page*/
.text-phone {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0rem;
}

@media (max-width: 768px) {
  .tel {
    justify-content: center;
  }
}
/*form on contact page*/
.header {
  color: #36a0ff;
  font-size: 27px;
  padding: 10px;
}

.bigicon {
  font-size: 35px;
  color: #36a0ff;
}

/*form-2*/
textarea {
  resize: none;
}

.form-label {
  font-size: 12px;
  color: #5e9bfc;
  margin: 0;
  display: block;
  opacity: 1;
  -webkit-transition: 0.333s ease top, 0.333s ease opacity;
  transition: 0.333s ease top, 0.333s ease opacity;
}

.form-control {
  border-radius: 0;
  border-color: #ccc;
  border-width: 0 0 2px 0;
  border-style: none none solid none;
  box-shadow: none;
}

.form-control:focus {
  box-shadow: none;
  border-color: #5e9bfc;
}

.js-hide-label {
  opacity: 0;
}

.js-unhighlight-label {
  color: #999;
}

.btn-start-order {
  background: 0 0 #ffffff;
  border: 1px solid #2f323a;
  border-radius: 3px;
  color: #2f323a;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: inherit;
  margin: 30px 0;
  padding: 10px 50px;
  text-transform: uppercase;
  transition: all 0.25s ease 0s;
}

.btn-start-order:hover,
.btn-start-order:active,
.btn-start-order:focus {
  border-color: #5e9bfc;
  color: #5e9bfc;
}

/*realizacje*/
.single-itm {
  width: 200px;
  height: 200px;
  margin: 0px 8px 8px 0px;
  float: left;
  position: relative;
  overflow: hidden;
}
.single-itm:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.single-itm:nth-child(1) {
  background-color: #2a3967;
}

.single-itm:nth-child(2) {
  background-color: #01caf5;
}

.single-itm:nth-child(3) {
  background-color: #f4f4f4;
}
.single-itm:nth-child(3) .link-real {
  color: #2a3967;
}

.single-itm:nth-child(4) {
  background-color: #01caf5;
}

.single-itm:nth-child(5) {
  background-color: #f4f4f4;
}
.single-itm:nth-child(5) .link-real {
  color: #2a3967;
}

.single-itm:nth-child(6) {
  background-color: #2a3967;
}

.single-itm:nth-child(7) {
  background-color: #f4f4f4;
}
.single-itm:nth-child(7) .link-real {
  color: #2a3967;
}

.group-1 .single-itm:nth-child(1) {
  width: 408px;
  height: 408px;
}

.single-itm:hover:before {
  opacity: 0.4;
}

@media (min-width: 1024px) {
  .group-1 .single-itm:nth-child(7),
  .group-1 .single-itm:nth-child(4) {
    margin-right: 0px;
  }
}
.portfolio-cont {
  max-width: 1032px;
}

.img-real {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 5s;
}

.single-itm:hover .img-real {
  opacity: 1;
  transform: scale(1.1);
}

.link-real {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 2;
}
.link-real .title-1 {
  padding: 20px 20px;
  display: block;
}
.link-real .description {
  padding: 0px 20px;
  display: block;
  position: absolute;
  bottom: 20px;
}

/*single-raelizacja*/
.bg-header-r {
  padding: 150px 0 80px;
  background-size: cover;
  background-position: top left;
  background-image: url(/img/portfolio.jpg);
}
.bg-header-r .stripe {
  width: 100px;
  height: 3px;
  background-color: #38ddd7;
  margin-left: -30px;
}
.bg-header-r h1 {
  font-size: 1.8rem;
  font-weight: bolder;
  text-transform: uppercase;
}

.img-border {
  box-shadow: 1px 1px 5px 2px rgba(139, 133, 133, 0.8);
  z-index: 2;
}

.logo-under {
  position: absolute;
  left: 10%;
  top: -8%;
  max-width: 500px;
  z-index: 1;
}

.logo-under-big {
  position: absolute;
  left: 0%;
  top: -8%;
  max-width: 800px;
  z-index: 1;
}

@media (max-width: 762px) {
  .logo-under {
    position: absolute;
    left: 0;
    top: -50px;
    max-width: 300px;
    z-index: 1;
  }
}

.btn-secondary {
  border-radius: 0;
  color: #fff;
}

.btn-secondary:hover {
  border-radius: 0;
  color: #132357;
}

/*footer color*/
.footer-color {
  background-color: #f1f1f1;
}

@media (max-width: 768px) {
  .logo-r {
    width: 250px !important;
  }
}
/*nav-menu*/
.navbar {
  box-shadow: 1px 1px 2px #132357;
  opacity: 0.9;
  background: #fff;
}
.navbar .nav-item {
  font-size: 1.4rem;
  padding-right: 1.4rem;
}

.navbar-blue {
  color: #132357;
}

#showcase {
  position: relative;
  background: url("../img/mountains.jpg");
  min-height: 600px;
}
#showcase .primary-overlay {
  background: rgba(50, 146, 166, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.info-header {
  widows: 50%;
  margin: auto;
  border-bottom: 1px #ddd solid;
}

#authors img {
  margin-top: -50px;
}
#authors .card:hover {
  background: #132357;
  color: #fff;
}
#authors .fab {
  color: #fff;
}

/*@media (max-width:768px) {
  #showcase {
    min-height: 500px;

    h1 {
      font-size: 3rem;
    }
  }
  .mb-resp{
      margin-bottom: 1rem;
  }
}*/

.extraf {
  font-size: 2rem !important;
  font-weight: 800;
  background: -webkit-linear-gradient(#00001a, #626c92);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.kreotech-bg-1 {
  background: url("/img/kreotech-bg-1.webp") no-repeat left top;
  border-bottom-right-radius: 20px;
}
.kreotech-bg-2 {
  background: url("/img/kreotech-bg-2.png") no-repeat center;
  background-size: contain;
}
.kreotech-bg-3 {
  background: url("/img/kreotech-bg-3.png") no-repeat;
  background-size: contain;
}
.kreotech-bg-1 .title1,
.kreotech-bg-1 .title2,
.kreotech-bg-1 a {
  color: white !important;
}
.kreotech-bg-4 {
  background: url("/img/kreotech-bg-2.png") no-repeat left;
  background-size: contain;
}
@media (max-width: 767px) {
  .padding-home {
    padding-top: 48px;
  }
}

#callpage.cp-callpage [data-brand-color~="background"] {
  background-color: #12123b !important;
}

.custom-flex {
  display: flex;
  margin: 50px 0;
}
.custom-flex__box {
  width: 20%;
  text-align: center;
}
.custom-flex_icon {
  width: 100%;
  max-width: 160px;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  fill: #2a3867;
  color: #2a3867;
  border: 8px solid #23ccc6;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.4s;
}
.custom-flex_icon:hover {
  background: #23ccc6;
  transition: all 0.4s;
}
.custom-flex_icon:hover svg {
  transform: scale(1.1);
  transition: all 0.3s;
}

.divider {
  width: 80px;
  height: 4px;
  background: #2a3867;
  margin: 20px auto;
}

.table-price {
  background-color: white;
  margin-bottom: 50px;
}
.table-price__row {
  display: flex;
  align-items: center;
  border-bottom: 3px solid #23ccc6;
  margin: 0px 0px;
  margin-top: 0;
  padding: 15px 0;
}
.table-price__col {
  width: 25%;
  text-align: center;
}
.table-price__col h4 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  color: #2a3867;
}
.table-price__title {
  text-align: left;
  font-size: 20px;
  color: black;
  margin: 0;
  font-weight: bold;
}
.table-price__text {
  text-align: center;
  font-size: 16px;
  color: #2a3867;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 1000px) {
  .table-price__col h4,
  .table-price__title,
  .table-price__text {
    font-size: 12px;
  }
  .custom-flex {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .custom-flex__box {
    width: 120px;
    text-align: center;
  }
}
.accordion-btn {
  display: block !important;
  width: 100%;
  text-align: left;
  font-size: 20px;
  color: #2a3867;
  margin: 0;
  font-weight: bold;
}
.icon-blue {
  color: #2a3867;
  width: 100%;
}
.custom-flex_icon:hover .icon-blue {
  color: white;
  fill: white;
}
.accordion .rotate-icon {
  margin-right: 15px;
}
.accordion .card-header {
  padding: 0;
}
.accordion .card-header:first-child {
  border-radius: none;
}
.accordion .card-header {
  padding: 0;
  margin-bottom: 0;
  background-color: white;
  border: none;
}
.accordion {
  margin-bottom: 50px;
}
.accordion .card {
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #2a3867 !important;
}


/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{ color: #2a3867; font-weight: 600; transition: cubic-bezier(0.075, 0.82, 0.165, 1);  }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}
/* ============ desktop view .end// ============ */
.dropdown:hover .dropdown-menu{
  display: block;
}
.dropdown-menu {
  padding: 10px;
}
@media(max-width: 767px){
  .dropdown-menu {
    display: block !important;
    margin-left: 5px;
    background-color: transparent !important;
    border: none !important;
  }
  .dropdown-menu a{
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 8px;
    display: block;
  }
}