@font-face {
  font-family: InterBold;
  src: url(font\Inter\static\Inter-Bold.ttf);
}
strong {
  font-weight: 500;
}
body {
  font-family: Inter;
  color: black;
  font-weight: 400;
  margin: 0%;
}
h1 {
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 120.023%;
  color: #220876;
}
h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 120.023%;
  color: #220876;
}
h3 {
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #220876;
}
h4 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #374153;
}
h5 {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150.023%;
  margin: 0%;
}
p {
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 150.023%;
}
ul {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150.023%;
  margin-bottom: 0px;
  margin-top: 0px;
  color: #374153;
}
a {
  color: #000;
  font-size: 20px;
  text-decoration: none;
  font-style: normal;
  line-height: normal;
}
section {
  /*margin-left: 32px;
  margin-right: 32px;*/
  display: flex;
  justify-content: center;
}
header {
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  justify-content: center;
  background: #fff;
  box-shadow: 0px 4px 8px 0px rgba(7, 40, 115, 0.1);
  position: relative;
  z-index: 1;
}
.header {
display: flex;
justify-content: space-between;
align-items: center;
max-width: 1180px;
  width: 100%;
  box-sizing: border-box;
}
.navbar {
color: #072873;
text-decoration: none;
display: flex;
gap: 20px;
align-items: center;
}
footer {
  display: flex;
  justify-content: center;
}
.qa-footer {
  display: flex;
padding: 32px;
flex-direction: column;
align-items: flex-start;
gap: 32px;
border-radius: 16px;
background: #F4F7FE;
}
.footer_botom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
}
.footer_bg {
  background-image: url("img/index/footer_bg.webp");
  background-repeat: no-repeat;
  background-position: bottom;
}
.privacy-div {
  margin-top: 32px;
  margin-bottom: 64px;
  gap: 20px;
  display: flex;
}
.ul-none {
  list-style-type: none;
}
.tiles {
  display: flex;
  border-radius: 16px;
  background: #F4F7FE;
  gap: 20px;
}
.tile-cennik {
  display: inline-flex;
  padding: 32px;
  border-radius: 16px;
  background: #F4F7FE;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  max-width: 380px;
  height: fit-content;
  scroll-snap-align: center;
  border: 1px solid #F4F7FE;
  transition: all 0.3s ease-in-out;
}
.tile-cennik:hover {
    transform: scale(105%);
    border: 1px solid #1046c3;
}
.cennik-div {
  display: flex;
  gap: 20px;
  scroll-snap-type: x mandatory;
}
.p2 {
  color: #374153;
  font-size: 16px;
  font-weight: 400;
  margin: 0%;
}
.subheading {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150.023%;
  text-align: center;
}
.subheading-bg {
  display: flex;
  padding: 4px 8px;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: #567ace;
  width: fit-content;
}
.text-align-center {
  text-align: center;
}
.text-align-right {
  text-align: right;
}
.text-align-left {
  text-align: left;
}
.flex-column-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.headline-highligh {
  color: #00b6b6;
  background-image: url("img/index/highlight-left.svg"),
    url("img/index/highlight-right.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: left center, right center;
  background-size: auto, auto;
  padding: 0 20px;
}
.button {
  display: flex;
  padding: -9px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.btn1 div {
  background: #1046c3;
  color: #fff;
  padding: 10px 40px;
  box-shadow: 2px 4px 8px 0px rgba(7, 40, 115, 0.1);
}
.btn1:hover div {
  background: #325fc6;
  color: #fff;
}
.btn1:active div {
  background: #567ace;
  color: #fff;
}
.btn2 div {
  background: #fff;
  color: #006767;
  padding: 10px 40px;
  box-shadow: 2px 4px 8px 0px rgba(7, 40, 115, 0.1);
}
.btn2:hover div {
  background: #fff;
  color: #008484;
}
.btn_form {
  padding: 0;
  border-width: 0;
  background: none;
  position: relative;
  left: -32px;
  margin-top: 16px;
}
.btn2:active div {
  background: #fff;
  color: #00b6b6;
}
.s1_div_btns {
  display: flex;
  margin-left: -32px;
  flex-wrap: wrap;
}
.s2_div_btns {
  display: flex;
  justify-content: right;
  margin-right: -32px;
  flex-wrap: wrap;
}
.btn_left_trans {
  transform: translate(20px, 0px);
  transition: 0.3s ease-in-out;
}
.button:hover .btn_left_trans {
  transform: translate(30px, 0px);
}
/*    animation: bounce 0.5s forwards;
  }
  @keyframes bounce {
    0%, {
      transform: translateX(20px);
    }
    
    60% {
      transform: translateX(35px);
    }
    
    100% {
      transform: translateX(30px); 
    } */
.btn_right_trans {
  transform: translate(-20px, 0px);
  transition: 0.3s ease-in-out;
}
.button:hover .btn_right_trans {
  transform: translate(-30px, 0px);
}
.btn_width {
  width: 94px;
  text-align: center;
}
.btn_width-other {
  width: auto;
  text-align: center;
}
.input_style {
  font-size: 16px;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid #567ACE;
}
.form {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.form_horizontal {
  display: flex;
  gap: 20px;
}
.home_h1 {
  width: 70%;
  margin-bottom: 0px;
  margin-top: 0px;
}
.home_h2 {
  max-width: 674px;
  margin-bottom: 32px;
  margin-top: 0px;
}
.s1_home_p-btn {
  width: 50%;
  /*background: linear-gradient(90deg, #fff 72.92%, rgba(255, 255, 255, 0) 100%);*/
}
.pd-tb64 {
  padding-top: 64px;
  padding-bottom: 64px;
}
.pd-lr32 {
  padding-left: 32px;
  padding-right: 32px;
}
.pd-s1 {
  margin-bottom: 223px;
  padding-bottom: 0px;
}
.margin-right-32 {
  margin-right: -32px;
}
.mg-lr32 {
  margin-left: 32px;
  margin-right: 32px;
}
.mg-tb32 {
  margin-top: 32px;
  margin-bottom: 32px;
}
.mg-top64 {
  margin-top: 64px;
  margin-bottom: 0px;
}
.mg-top32 {
  margin-top: 32px;
  margin-bottom: 0px;
}
.mg-top16 {
  margin-top: 16px;
  margin-bottom: 0px;
}
.max_width_1180 {
  max-width: 1180px;
}
.pd-S-tile {
  padding: 16px;
}
.pd-left24 {
  padding-left: 24px;
}
.pd-left32 {
  padding-left: 32px;
}
.pd-right32 {
  padding-right: 32px;
}
.mg-pd0 {
  margin: 0;
}
.gap16 {
  gap: 16px;
  display: flex;
  flex-direction: column;
}
.width50 {
  width: 50%;
}
.w-100 {
  width: 100%;
}
.to-the-right {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap-reverse;
}
.home_s1_bg {
  background-image: url("img/index/home_s1.webp");
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: bottom;
}
.home_s2_bg {
  background-image: url("img/index/home_s2.webp");
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: center;
  background-size: 48%;
  display: flex;
  flex-direction: column;
  align-items: end;
}
.mobile {
  display: none;
}
.pc {
  display: block!important;
}
.div_icons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 75%;
  background: #F4F7FE;
  border-radius: 16px;
}
.div_2-icons {
  display: flex;
  gap: 20px;
  margin-top: 10px;
  width: 50%;
}
.icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.icons svg{
  width: 80%;
}
.section_icons {
  display: flex;
  justify-content: center;
  gap: 20px;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 10px;
}
.property-image {
  border-radius: 16px;
  transform: translate(0px, -16px);
  width: 100%;
  height: 100%;
  box-shadow: 2px 4px 8px 0px rgba(7, 40, 115, 0.1);
}
.width48 {
  width: 46%;
}
.width100 {
  width: 100%;
}
.width70 {
  width: 70%;
}
.just-c-end {
  justify-content: end;
}
.align-items-end {
  align-items: end;
}
.qa {
  display: flex;
  align-items: baseline;
  gap: 16px;
  cursor: pointer;
}
.qa-div {
  height: 10px;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}
.qa-div.active {
  height: auto;
}
.rotate {
}
.rotate.active {
  transform: rotate(-180deg);
}
.white {
  color: white;
}
.fade-color {
  color: #49388F;
}
.div_footer_menu ul{
  display: flex;
  gap: 32px;

}
.input_long{
  width: 100%;
}
form {
  width: 100%;
}
.tel{
  display: none;
}
/*PROJEKTY*/
.text-center{
  text-align: center;
}
.div_projekty{
  display: flex;

  align-items: center;

  margin: 0 auto;
text-align: center;

}
.div_projekty svg{
width: 100%;
}
.projekt_div{
  border-radius: 16px;
background: #F4F7FE;
display: flex;
padding: 32px;
gap: 16px;
}
.projekt_div p{
font-size: 16px;
text-align: center;

}
.projekt_div h2{
  font-size: 36px;
  text-align: center;
  
}
.btn_projekty{
justify-content: center;

}
.btn_projekty .btn_width{
  width: fit-content;
  font-size: 14px;
}
.w-40{
  width: 40%;
}
.w-60{
  width: 60%;
}
.img_projekty {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

/* Parzyste: normalny kierunek, nieparzyste: reverse */
.projekt_div:nth-child(odd) {
  flex-direction: row-reverse;
}
.projekt_div:nth-child(even) {
  flex-direction: row;
}


.img_projekty_img{
  width: 100% ;
  border-radius: 16px;
}
.company_logo_div{
    display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
}
.company_logo_div img{

  width: 50%;
}
.technology_logo_div{
  display: flex;
      justify-content: flex-end;
 width: 70%;
 gap: 16px;
}
.technology_logo_div img{
width: 50px;
height: 50xp;
}
.mt-16{
  margin-top: 16px;
}
.mt-64{
  margin-top: 64px;
}
.mt-32{
  margin-top: 32px;
}
.d-flex{
  display: flex;
}
.w-100{
  width: 100%!important;
}
@media screen and (max-width: 1244px) {
  .section_icons {
    flex-direction: column;
  }
  .div_2-icons {
    justify-content: space-around;
    width: 100%;
  }
}
@media screen and (max-width: 780px) {
  .tel{
    display: block;
  }
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 32px;
  }
  h4 {
    font-size: 24px;
  }
h5 {
font-size: 20px;
}
  p {
    font-size: 18px;
  }
  ul {
    font-size: 14px;
  }
  .p2 {
    font-size: 14px;
  }
  .text-align-right {
    text-align: left;
  }
  .home_h2 {
    max-width: 500px;
    font-size: 34px;
  }
  .pd-L-tile {
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .pd-tb64 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .pd-lf32 {
    padding-left: 32px;
    padding-right: 32px;
  }
  .pd-right32 {
    padding-left: 16px;
    padding-right: 0px;
  }
  .pd-s1 {
    margin-top: 223px;
    padding-bottom: 0px;
    margin-bottom: 64px;
  }
  .pd-left32 {
    padding-left: 16px;
  }
  .mg-lr32 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .max_width_1180 {
    max-width: 1180px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .cennik-div {
    overflow: auto;
  }
  .width_logo {
    width: 164px;
  }
  .home_h1{
            font-size: 36px;
        text-align: center;
  }
  .home_h1,
  .s1_home_p-btn {
    width: 100%;
  }
  section {
    margin-left: 16px;
    margin-right: 16px;
  }
  .home_s1_bg {
    background-image: url("img/index/mobile/home_s1_m.webp");
    background-repeat: no-repeat;
    background-position: top;
  }
  .home_s2_bg {
    background-image: url("img/index/home_s2.webp");
    background-repeat: no-repeat;
    background-position: top;
    background-size: 90%;
    padding-top: 90%;
  }
  .tiles_photo {
    width: 580px;
    height: 304px;
    border-radius: 16px;
    background: linear-gradient(180deg, #c7c0c0 0%, #a7a7a7 100%);

    /* Drop Shadow */
    box-shadow: 2px 4px 8px 0px rgba(7, 40, 115, 0.1);
  }
  .tile-cennik {
    padding: 16px;
    gap: 8px;
    width: 254px;
  }
  #reverse {
    flex-direction: column-reverse;
  }
  .s1_div_btns {
    display: flex;
    justify-content: center;
    margin-left: 0px;
  }
  .s2_div_btns {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: 0px;
  }
  .btn_width {
    width: 96px;
  }
  .section_icons {
    margin-top: 20px;
  }
  .div_2-icons {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
  .tiles {
    flex-direction: column;
  }
  .width48 {
    width: 100%;
  }
  .property-image {
    transform: translate(0px, 16px);
  }
  .qa-div {
    height: auto;
  }
  .rotate {
    display: none;
  }
  .header .logo{
    display: none;
  }
  .header .navbar .button.btn1{
   display: none;
  }
  .header{
   background-color: white;
    position: fixed;
    bottom : 0;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 10px;
  }
  .navbar{
    display: flex;
    justify-content: space-around;
    width: 100%;
  }
  .navbar a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 14px;
  }
  .navbar a img{
    width: 35px;
  }
  .input_long{
    width: auto;
  }
  .form_horizontal .width70{
    width: 100%;
  }
  .projekt_div{
    flex-direction: column! important;
  }
  .w-40,.w-60{
    width: 100%;
  }
}


/*FOOTER*/
@media screen and (max-width: 780px) {
.footer_botom, .form_horizontal{
  flex-direction: column;
}
.div_footer_menu{
margin-top: 20px;
}
.div_footer_menu ul{
  display: flex;
  justify-content: space-between;
  padding: 0px;
  gap: 20px;
  }
  .privacy-div{
    gap: 0px;
    justify-content: space-around;
  }

}