* {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", "Roboto", "Open Sans", sans-serif;
  font-kerning: none;
  font-size: 15.625px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0px;
}

a {
  color: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  line-height: inherit;
  font-size: inherit;
  font-weight: inherit;
  margin: 0px;
}

img {
  display: block;
  user-select: none;
}

strong {
  font-weight: 600;
}

.bg-img-center {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-img-clients-1 {
  background-image: url("../assets/images/clients-1-360.jpg");
}

.bg-img-clients-2 {
  background-image: url("../assets/images/clients-2-360.jpg");
}

.bg-black {
  background-color: black;
}

.bg-dark {
  background-color: #031c20;
}

.bg-dark-alpha {
  background-color: rgba(0, 0, 0, 0.75);
}

.bg-light {
  background-color: #fdfdfd;
}

.bg-orange {
  background-color: orange;
}

.bg-red {
  background-color: #e61127 !important;
}

.bg-red-darker-hover:hover {
  background-color: #D9041A !important;
}

.bg-teal {
  background-color: #0D6E7F;
}

.bg-teal-lighter {
  background-color: #1A7B8C !important;
}

.bg-teal-darker {
  background-color: #006172 !important;
}

.bg-white {
  background-color: white;
}

.bg-dark-hover:hover {
  background-color: #004759;
}

.bg-white-hover:hover {
  background-color: white;
}

.bg-img-cover {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.border {
  border: 3.125px solid #232B2B;
}

.border-dark {
  border-color: #232B2B;
}

.border-darkred {
  border-color: darkred;
}

.border-light {
  border-color: #fdfdfd;
}

.border-radius {
  border-radius: 25px;
}

.border-teal-light {
  border-color: #0D6E7F;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  height: 50px;
  max-height: 50px;
  padding-left: 25px;
  padding-right: 25px;
  text-decoration: none;
}

.btn:hover {
  cursor: pointer;
}

.container-square {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
}

.container-square-content {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
}

.cover {
  height: 100vh;
  width: 100%;
}

.d-none {
  display: none;
}

.Feature-description {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: white;
  height: 100%;
  width: 100%;
  padding: 50px;
}

.Feature-description-header {
  display: inline-flex;
  flex-direction: column;
  font-size: 150%;
  font-weight: 700;
  margin-bottom: 15.75px;
  text-align: center;
  text-transform: uppercase;
}

.Feature-description-header-underline {
  display: inline-flex;
  background-color: #e61127;
  height: 6.25px;
  width: 50%;
  margin: auto;
  margin-top: 12.5px;
}

.Feature-description-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  text-align: center;
  text-transform: uppercase;
}

.Feature-description-list li {
  margin-bottom: 12.5px;
}

.Feature-description-list li:last-child {
  margin: 0px;
}

.left {
  left: 0px;
}

.top {
  top: 0px;
}

.list-style-none {
  list-style: none;
}

.p-absolute {
  position: absolute;
}

.p-relative {
  position: relative;
}

.selection-transparent::selection {
  background: transparent;
}

.shadow {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shape-underline {
  display: inline-flex;
  align-self: center;
  background-color: #e61127;
  clip-path: polygon(3.125px 0, calc(100% - 3.125px) 0%, 100% 100%, 0% 100%);
  height: 6.25px;
  width: 50%;
}

.text-center {
  text-align: center;
}

.text-dark {
  color: #031c20;
}

.text-dark-hover:hover {
  color: black;
}

.text-decoration-none {
  text-decoration: none;
}

.text-justify {
  text-align: justify;
}

.text-light {
  color: #fdfdfd;
}

.text-light-hover:hover {
  color: #fdfdfd;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-smaller {
  font-size: 15.625px;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-white {
  color: white;
}

.text-white-hover:hover {
  color: white !important;
}

.z-index-1 {
  z-index: 1;
}

.w-50 {
  width: 50%;
}

.w-100 {
  width: 100%;
}

@media (min-width: 640px) {
  .bg-img-clients-1 {
    background-image: url("../assets/images/clients-1-768.jpg");
  }

  .bg-img-clients-2 {
    background-image: url("../assets/images/clients-2-768.jpg");
  }
}
@media (min-width: 992px) {
  .d-md-flex {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .Feature-description-header {
    font-size: 150%;
  }
}
@media (min-width: 1600px) {
  body {
    line-height: 1.5;
  }

  .container {
    padding: 0px;
    max-width: 66%;
  }

  .Feature-description-header {
    font-size: 200%;
  }
}
.About-paragraph {
  line-height: 1.75;
  margin: 0px;
  padding: 15px;
}

.About-paragraph:first-child {
  padding-top: 0px;
}

.About-paragraph:last-child {
  padding-bottom: 0px;
  text-align: center;
}

@media (min-width: 1280px) {
  .About-paragraph {
    padding: 0px;
    text-align: justify;
  }
}
.Contact-email {
  background-image: url("../assets/images/email.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  width: 200px;
}

.Contact-feature-content {
  font-size: 150%;
  margin: 0px;
}

.Contact-feature-header {
  display: inline-flex;
  flex-direction: column;
  font-size: 150%;
  font-weight: 600;
  text-transform: uppercase;
}

[class*=flex-] {
  display: flex;
}

.flex-center {
  align-items: center;
  justify-content: center;
}

.flex-col {
  flex-direction: column !important;
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-align-center {
  align-items: center;
}

.flex-align-self-center {
  align-self: center;
}

.flex-align-self-end {
  align-self: flex-end;
}

.flex-align-self-start {
  align-self: flex-start;
}

.flex-justify-between {
  justify-content: space-between;
}

.flex-justify-center {
  justify-content: center;
}

.flex-justify-end {
  justify-content: flex-end;
}

.flex-justify-start {
  justify-content: flex-start;
}

.Footer-email {
  display: inline-flex;
  background-image: url("../assets/images/email.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 25px;
  width: 135px;
}

.Footer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 75px;
  width: 75px;
}

.Form-input {
  display: flex;
  border: 3.125px solid #1A7B8C;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  margin: 0px;
  padding: 12.5px;
}

.Form-input:focus {
  border-color: #268798;
}

.Form-label {
  display: flex;
  margin-bottom: 3.125px;
  margin-top: 15px;
}

.Form-label:first-child {
  margin-top: 0px;
}

.Front {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 60px;
  min-height: 66vh;
  overflow: hidden;
  padding-bottom: 15px;
  padding-top: 15px;
}

.Front-promo {
  height: calc(100vh - 60px);
}

.Front-promo-header {
  margin-bottom: 110px;
}

@keyframes Front-header-anim {
  from {
    background-color: transparent;
  }
  to {
    background-color: #031c20;
  }
}
.Front-header {
  animation-name: Front-header-anim;
  animation-duration: 1.25s;
  animation-fill-mode: both;
  display: flex;
  flex-direction: column;
  margin-left: 15px;
  margin-right: 15px;
  padding: 15px;
  z-index: 1;
}

.Front-header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  background-color: #e61127;
  color: white;
  height: 50px;
  padding-left: 25px;
  padding-right: 25px;
}

.Front-header-cta:hover {
  cursor: pointer;
}

.Front-header-cta-text {
  text-transform: uppercase;
}

.Front-header-cta-text::selection {
  background: transparent;
}

.Front-header-h1 {
  display: inline-flex;
  flex-direction: column;
  align-self: flex-start;
  margin: 0px;
  margin-bottom: 12.5px;
  width: auto;
}

.Front-header-h1-title {
  display: inline-flex;
  font-size: 300%;
  line-height: 1;
  margin-bottom: 10px;
  white-space: nowrap;
}

.Front-header-h1-subtitle {
  display: inline-flex;
  line-height: 1.25;
  text-transform: uppercase;
}

@keyframes Front-image-container-anim {
  0% {
    opacity: 0;
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.Front-image-container {
  animation-name: Front-image-container-anim;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
  position: absolute;
  left: 0px;
  top: 0px;
  background-image: url("../assets/images/clean-sky-prace-alpinistyczne-0-640.jpg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}

@media (min-width: 640px) {
  .Front-header {
    margin-left: 15px;
    margin-right: 15px;
    padding: 30px;
    padding-top: 25px;
  }

  .Front-header-h1-title {
    font-size: 500%;
    text-indent: -0.05em;
  }

  .Front-image-container {
    background-image: url("../assets/images/clean-sky-prace-alpinistyczne-0-1024.jpg");
  }
}
@media (min-width: 768px) {
  .Front-header {
    width: 530px;
  }
}
@media (min-width: 1024px) {
  .Front-header {
    margin-left: 50px;
  }

  .Front-header-h1-subtitle {
    font-size: 200%;
  }
}
@media (min-width: 1280px) {
  .Front-image-container {
    background-image: url("../assets/images/clean-sky-prace-alpinistyczne-0-1920.jpg");
  }
}
@media (min-width: 1600px) {
  .Front {
    margin-top: 75px;
  }

  .Front-header {
    margin-left: 100px;
    padding: 50px;
    padding-top: 35px;
    width: 660px;
  }

  .Front-header-h1-title {
    font-size: 600%;
  }
}
.Navbar {
  position: absolute;
  right: 0px;
  top: 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  width: 100%;
  z-index: 10;
}

.Navbar-brand {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 60px;
  padding-left: 15px;
  text-decoration: none;
  z-index: 1;
}

.Navbar-brand:hover {
  cursor: pointer;
}

.Navbar-brand-logo {
  display: flex;
  flex-shrink: 0;
  flex-grow: 1;
  background-color: white;
  background-image: url("../assets/images/clean-sky-prace-alpinistyczne-logo-128.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  z-index: 1;
}

.Navbar-brand-text {
  margin-left: 12.5px;
}

.Navbar-icon {
  position: relative;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  line-height: 0px;
}

.Navbar-icon::selection {
  background: transparent;
}

.Navbar-icon:hover {
  cursor: pointer;
}

.Navbar-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fdfdfd;
  height: 60px;
  line-height: 1;
  padding-left: 25px;
  padding-right: 25px;
  text-decoration: none;
  text-transform: uppercase;
}

.Navbar-link:hover {
  background-color: rgba(0, 0, 0, 0.25);
  color: white;
  cursor: pointer;
}

.Navbar-link-text::selection {
  background: transparent;
}

.Navbar-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #fdfdfd;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.Navbar-modal {
  position: fixed;
  left: 0px;
  top: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fdfdfd;
  min-height: 100vh;
  opacity: 0.5;
  transition-duration: 30ms;
  transition-timing-function: ease-out;
  transform: translateX(100%);
  width: 100%;
  z-index: 20;
}

.Navbar-modal-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  font-weight: bold;
  height: 50px;
  padding-left: 25px;
  padding-right: 25px;
  text-decoration: none;
  text-transform: uppercase;
}

.Navbar-modal-link:hover {
  cursor: pointer;
}

.Navbar-modal-link::selection {
  background: transparent;
}

.Navbar-modal-list {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
}

.Navbar-modal-close,
.Navbar-modal-open {
  position: fixed;
  right: 0px;
  top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
  font-size: 25px;
  line-height: 1;
  padding-left: 25px;
  padding-right: 25px;
}

.Navbar-modal-close:hover,
.Navbar-modal-open:hover {
  cursor: pointer;
}

.Navbar-modal-close::selection,
.Navbar-modal-open::selection {
  background: transparent;
}

.Navbar-modal-open {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fdfdfd;
}

.Navbar-modal-close::selection,
.Navbar-modal-open::selection {
  background: transparent;
}

.Navbar-modal-icon::selection {
  background: transparent;
}

#navbar-modal-toggle {
  position: fixed;
  right: 12.5px;
  top: 12.5px;
  height: 50px;
  width: 50px;
  opacity: 0;
  z-index: -1;
}

#navbar-modal-toggle:checked + .Navbar-modal {
  opacity: 1;
  transform: translateX(0px);
}

@media (max-width: 1023px) {
  .Navbar-list {
    display: none;
  }
}
@media (min-width: 1024px) {
  .Navbar {
    padding-left: 25px;
    padding-right: 25px;
  }

  .Navbar-brand {
    padding-left: 25px;
  }

  .Navbar-modal {
    display: none;
  }

  .Navbar-modal-open {
    display: none;
  }

  #navbar-modal-toggle {
    display: none;
  }
}
@media (min-width: 1600px) {
  .Navbar {
    height: 75px;
  }
}
.Section {
  position: relative;
  padding-bottom: 50px;
  padding-top: 50px;
}

.Section-header {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 200%;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
  text-transform: uppercase;
}

/*# sourceMappingURL=style.css.map */
