@charset "UTF-8";
* {
  scroll-behavior: smooth;
}
:root{
  --rachubait-text-color: #00abe2;
  --rachubait-icon-color: #51e0f0;
  --sticky-backround: #000000;
  --fb-icon-top-size: 30px;
  --green-color: #008776;
  
}
html, body {
  height: 100%;
  width: 100%;
  background-color: #000000;
  color: var(--rachubait-text-color);
  
}


/* top menu */
.top-menu {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  padding-top: 5px;
  display: flex;
  flex-direction: column;
  /* background: var(--sticky-backround); */
  opacity: 0.9;
  /* -webkit-box-shadow: 0px 6px 17px 1px #42445a;
  -moz-box-shadow: 0px 6px 17px 1px #42445a;
  box-shadow: 0px 6px 17px 1px rgba(66, 68, 90, 0.6); */
 
}

.menu-picture {
  max-width: 80px;
  max-height: 80px;
  min-width: 60px;
  min-height: 60px;
}

.company-name {
  color: var(--rachubait-text-color);
}

.menu-link:hover {
  color: var(--rachubait-text-color) !important;
}
.top-menu-contact{
  background-color: transparent;
  padding: 10px 25px;
  border-radius: 25px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 1rem;
}
.top-menu-contact:hover{
  cursor: pointer;
  color: #00abe2;
  border: 1px solid #00abe2;
  transition: 0.2s;
}
.fb-place{
  width: var(--fb-icon-top-size);
  height: var(--fb-icon-top-size);
  background-color: #fff;
  border-radius: 50px;
}
.fb-place img{
  width: var(--fb-icon-top-size);
  height: var(--fb-icon-top-size);
}
.fb-place:hover{
  cursor: pointer;
  background-color: #00abe2;
  transition: 0.2s;
}
.progress-scale {
  width: 100%;
  height: 4px;
}

.progress-bar {
  --progress: 0;
  height: 4px;
  width: var(--progress);
  background-image: linear-gradient(to right, #00abe2, #a8eedec6);
}

.sticky {
  box-sizing: border-box;
  position: fixed !important;
  height: auto;
  padding-top: 0px;
  background: var(--sticky-backround);
  opacity: 0.9;
  -webkit-box-shadow: 0px 6px 17px 1px #42445a;
  -moz-box-shadow: 0px 6px 17px 1px #42445a;
  box-shadow: 0px 6px 17px 1px rgba(66, 68, 90, 0.6);
}

.sticky .menu-picture {
  max-width: 60px;
  max-height: 60px;
  min-width: 60px;
  min-height: 60px;
}

.sticky .company-name {
  font-size: 2rem;
}

.sticky .menu-link {
  font-size: 1.5rem;
}

.top-menu,
.menu-picture,
.company-name,
.menu-link,
.sticky,
.sticky .menu-picture,
.sticky .company-name,
.sticky .menu-link {
  transition: 1s, color 0.15s;
}

.navbar-toggler:visited {
  background-color: #000;
}
.dropdown-menu{
  background-color: rgba(0, 0, 0, 0.9);
}
.sticky-dropdown-menu{
  background-color: #000000;
 
}
.sticky-dropdown-menu a{
  font-size: 1.25rem !important;
}
.rzetelna-firma-logo-white{
  max-width: 120px;
  max-height: 120px;
  min-width: 60px;
  min-height: 60px;
}
.rzetelna-firma-logo-white:hover{
  filter: invert(55%) sepia(85%) saturate(2030%) hue-rotate(156deg) brightness(90%) contrast(101%);
}
@media  (max-width: 768px){
  .contact-to-us{
    display: none !important;
  } 
}
@media  (max-width: 500px){
.company-name{
  font-size: 1.6rem;
}  
.contact-to-us{
  display: none;
}
}
@media  (max-width: 350px){
.company-name{
  display: none;
}  
}

/* top page */
#carouselExampleCaptions img{
  height: 88vh;
  width: 100vw;
  filter: brightness(80%);
}
.carousel-caption{
  /* bottom: 40%; */
}



/* about-page */
.about-page-img-section{
  height: 50vh;
}
.about-page p{
  color: #fff;
}
.about-img{
  width: 100%;
  height: 100%;
}
.about-right-top{
  height: 40px;
}
.circle{
  max-width: 26px;
  max-height: 26px;
  min-height: 20px;
  min-width: 20px;
  border-radius: 25px; 
  border: 1px solid var(--green-color);
  display: flex;
  justify-content: center;
  align-items: center;
}
.circle > div{
  max-width: 20px;
  max-height: 20px;
  min-height: 14px;
  min-width: 14px;
  border-radius: 25px; 
  background-color: var(--green-color);
}
.about-right-top  p{
  color: var(--green-color);
  font-size: 20px;
}

@media  (max-width: 768px){
  .about-page-img-section{
    display: none;
  }
  }

/* Offer page */
.offer-page-title{
  /* height: calc(1.375rem + 1.5vw); */
}
.offer-page-card{
  width: 99%;
  height: 300px; 
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  color: #fff;
  opacity: 0.9;
  
}
.offer-page-card:hover{
  opacity: 1;
}
.offer-page-card-1{
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)), url("https://rachubait.pl/wp-content/uploads/2024/06/website.jpg") no-repeat;
}
.offer-page-card-2{
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)), url("https://rachubait.pl/wp-content/uploads/2024/06/shop-online.jpg") no-repeat;
}
.offer-page-card-3{
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)), url("https://rachubait.pl/wp-content/uploads/2024/06/programing.jpg") no-repeat;
}
.offer-page-card-4{
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)), url("https://rachubait.pl/wp-content/uploads/2024/06/seo.jpg") no-repeat;
}
.offer-page-card-5{
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)), url("https://rachubait.pl/wp-content/uploads/2024/06/it-support.jpg") no-repeat;
}
.offer-page-card-6{
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)), url("https://rachubait.pl/wp-content/uploads/2024/06/analist.jpg") no-repeat;
 
}
.offer-page-card{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: scroll;
}
.offer-page-card a{
  text-decoration: none;
  border-radius: 0;
}
.offer-page-card a::after{
  content: "\2197"; 
}
.offer-page-card a:hover::after{
  content: "\2192"; 
}

/* Separator */
.separator{
  height: 2px;
  background-color: var(--green-color);
}

/* baner-section */
.baner-section{
  height: 50vh;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)), url("https://rachubait.pl/wp-content/uploads/2024/06/baner-section.webp") no-repeat;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: scroll;
}


/* Why us */
.why-us-section{
  height: 55vh;
}
.carousel-control-my-class{
  position: relative;
  
}
.why-us-card{
  height: 100%; 
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.why-us-card > div{
  width: 80%;
  height: 50%;  
  display: flex;
  justify-content: center;
  align-items: center;
}
.why-us-card > div > div{
  width: 80%;
  height: 60%;
}
.why-us-title::before{
  content: "1.";
  padding-right: 5px;
  color: var(--green-color);
  font-size: 2.4rem;
}
.why-us-title-2::before{
  content: "2.";
}
.why-us-title-3::before{
  content: "3.";
}
.why-us-title-4::before{
  content: "4.";
}

@media  (max-width: 768px){
  .carousel-control-my-class{
    position: absolute;
    
  }
  .why-us-left-section{
    text-align: center;
  }
 
 
  .why-us-title::before{
    position: absolute;
    left: 0;
  } 
 
  
}
@media  (max-width: 988px){
  .why-us-section{
    height: auto;
    padding-top: 2rem;
  }
  .why-us-card > div,
  .why-us-card > div > div{
  height: 100%;
  }
}
@media  (min-width: 988px){
  .corner-border{
    position: relative;
  }
  .corner-border::before {
    top: 0;
    left: 0;
    border-right: none;
    border-bottom: none;
  }
  
  .corner-border::after {
    bottom: 0;
    right: 0;
    border-left: none;
    border-top: none;
  }
  
  .corner-border .corner-top-right::before,
  .corner-border .corner-top-right::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border: 3px solid #fff;
  }
  
  .corner-border .corner-top-right::before {
    top: 0;
    right: 0;
    border-left: none;
    border-bottom: none;
  }
  
  .corner-border .corner-top-right::after {
    bottom: 0;
    left: 0;
    border-right: none;
    border-top: none;
  }
}

/* Fotter section */
.foter-logo-icon{
  min-width: 80px;
  min-height: 80px;
  max-width: 150px;
  max-height: 150px;
  
}
.footer-title{
  color: var(--rachubait-text-color) ;
}
.footer-page-about{
  font-size: 0.8rem;
  text-align: justify;
}
.fotter-page a{
  text-decoration: none;
  color: #fff;
}
.footer-contact-section span{
  font-size: 30px;
}
.footer-contact-section span > img{
  width: 35px;
  height: 35px;
}
.fotter-page a:hover{
  color: var(--rachubait-text-color);
  cursor: pointer; 
  transition: 0.2s;

}


.fotter-link{
  text-decoration: none;
  color: #fff;
  opacity: 0.9;
  display: inline;

}

.fotter-link:hover{
  opacity: 1;
  color: var(--dok-color);
  text-decoration: none;

}
.fotter-link-li{
  display: inline;
}




/* 






.social-icon{
  color: #212529;
}
.social-icon img{
  width: 34px;
  height: 34px;
  opacity: 0.9;
  cursor: pointer;
}

.social-icon:hover,
.social-icon:hover img{
  color: #212529;
  opacity: 1;
  animation: pulse 2s infinite alternate;
}
.footer-copywrite{
  padding: 0.6% 0 0.3% 0;
  color: var(--rachubait-text-color);
} */



/* Strony internetowe */
.offer-img-submit{
  height: 60vh;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)), url("https://rachubait.pl/wp-content/uploads/2024/07/offer-img-submit.webp") no-repeat;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: scroll;
}