@import url("https://use.typekit.net/lno1lbr.css");

@font-face {
  font-family: CaviarDreams;
  src: url(../assets/fonts/CaviarDreams/CaviarDreams.ttf) format("opentype");
}

p, h5, h4, h3, h2, h1, .noto-sans {
  font-family: noto-sans, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.display-4, display-3, display-2, display-1, .caviar {
  font-family: CaviarDreams, sans-serif !important;
  font-weight: 500;
  font-style: normal;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #FFFFFF;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.navbar {
  background: rgba(8, 74, 55, 0.7) 0% 0% no-repeat padding-box;
}

.navbar-nav li {
  padding-right: 20px;
}

.h100vh {
  height: 100vh;
}

.oranger {
  color: #FF9F1C;
}

.orange {
  color: #FF9F1C;
}

.orange:hover, .orange:focus {
  color: #b06600;
  text-decoration: none;
}

.orange-bg {
  background-color: #FF9F1C;
}

.stopka-bg {
  background-color: #084A37;
}

.skoring-btn {
  background: #FF9F1C 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: #ffffff;
  font-size: 16px;
  padding: 15px 89px;
  border-radius: 4px;
  text-transform: uppercase;
}

.green-gradient-bg {
  background: transparent linear-gradient(107deg, #0E7B5C 0%, #084A37 100%) 0% 0% no-repeat padding-box;
}

/*Homepage*/
.homepage-banner-bg {
  background-image: url(../assets/images/homepage_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 30vh;
}

.section3-bg {
  background-image: url(../assets/images/homepage_bg3.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.section5-bg {
  background-image: url(../assets/images/homepage_bg5.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.homepage-skoring-text {
  background: rgba(14, 123, 92, 0.64) 0% 0% no-repeat padding-box;
  color: #FF9F1C;
  margin-bottom: 15vh;
}

.homepage-second-text {
  background: rgba(255, 234, 205, 0.64) 0% 0% no-repeat padding-box;
  color: #084A37;
}

.mb--30 {
  margin-bottom: -30px;
}

@media (min-width: 992px) {
  .docraptor {
    margin-top: -40px;
  }

  .kredytozaur-bg {
    background-color: #FF8811;
    height: 300px;
  }

  .docraptor-bg {
    background-color: #F79E23;
    height: 300px;
  }

  .admilodon-bg {
    background-color: #0E7B5C;
    height: 300px;
  }
}

@media (max-width: 991px) {
  .docraptor {
    margin-bottom: -30px;
  }

  .kredytozaur-bg {
    background-color: #FF8811;
  }

  .docraptor-bg {
    background-color: #F79E23;
  }

  .admilodon-bg {
    background-color: #0E7B5C;
  }
}

.bgOrange-alfa-30 {
  background: rgba(153, 96, 17, 0.3);
}

.z-index1 {
  z-index: 1;
}

.transform-up50 {
  transform: translateY(-50%);
}

.transform-down50 {
  transform: translateY(50%);
}

/* Blog / Article */

.blogBanner {
  background-image: url(../assets/images/blog_bg1.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 510px;
}

.blog-btn {
  background-color: #FF9F1C;
  color: #FFFFFF;
}

.blog-btn:hover {
  background-color: #cc7f16;
  color: #EEEEEE;
}

@media (min-width: 900px) {
  .contactSection {
    background: url(../assets/images/background_contact_section.svg) no-repeat center center;
    background-size: contain;
  }
}



.brown {
  color: #996011;
}

.arrow-r {
  height: 50px;
  width: 300px;
  clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
  background-color: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
  transform: translateX(100%);
  padding: 17px 0 17px 34px;
}

.grey-bg {
  background-color: #F9F9F9;
}

.green-bg {
  background-color: #0E7B5C;
}

/* Contact */

.contactBanner {
  background-image: url(../assets/images/contactBanner.webp);
}

.border-radius-0 {
  border-radius: 0;
}

.contact-section3-bg {
  background: url(../assets/images/contact_bg3.webp) no-repeat center center;
  background-size: cover;
}

/* About */
.pageBanner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding-top: 300px;
  padding-bottom: 100px;
  color: #ffffff;
}

.aboutBanner {
  background-image: url(../assets/images/aboutBanner.webp);
}

/* Offer */

.offerBanner {
  background-image: url(../assets/images/offerBanner.webp);
}

.border-offer {
  border: 1px solid #FF9F1C;
}

/* Materials */

.materialsBanner {
  background-image: url(../assets/images/materialsBanner.webp);
}

/* Projects */

.projectsBanner {
  background-image: url(../assets/images/projectsBanner.webp);
}

.projects-img-settings{
  margin-top: -50px;
  margin-bottom: 50px;
}


/* Style the Image Used to Trigger the Modal */
.preview {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.preview:hover {
  filter: drop-shadow(10px 4px 6px #00000042);
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}