* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  scroll-behavior: unset;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  background-color: #fff;
}

.mainBackground {
  margin-top: 5px;
}

.teamAbout {
  margin-top: 30px;
  font-size: 32px;
}

.folusz {
  padding-left: 60px;
  font-size: 22px;
}

.boxDetalis {
  min-height: 230px;
  min-width: 200px;
}

.logoHome {
  padding-bottom: 1.2em;
  min-width: 250px;
  width: 85%;
}

.hide {
  display: none;
}

.registrationParagraph {
  margin-top: 30px;
  margin-bottom: 15px;
  display: inline-block;
  color: #256e7d;
}

.navHeader {
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  background-color: #fff;
  justify-content: end;
  padding-right: 25%;
}

.hightZIndex {
  z-index: 99;
}

.logodDiv {
  position: absolute;
  top: -45px;
  left: 15px;
  display: flex;
  display: inline-block;
  width: 450px;
  margin-right: 30px;
}

.registrationContainer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  right: 10px;
}

.registrationImage {
  width: 80px;
  display: flex;
  align-items: center;
}

.linkDivContainer {
  background-color: #fff;
  z-index: -2;
}

.navigationShapes {
  position: fixed;
  padding-left: 30px;
  margin-top: 40px;
  color: #fff;
  background-color: #256e7d;
  min-height: 30px;
  height: auto;
  z-index: 2;
}

.navLinkColor {
  color: #fff;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.nav-link {
  text-transform: uppercase;
  font-size: 1.8rem;
}

.navbar-toggler {
  background-color: #fff;
  padding: 1em 2em;
}

.welcomeFirst {
  font-size: 2em;
  color: black;
}

.welcomeSecond {
  font-size: 4.4em;
  text-transform: uppercase;
  color: #256e7d;
}

.welcomeThird {
  align-items: center;
  font-size: 1.8em;
  background-color: #256e7d;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.6em 0.5em;
  text-align: center;
}

.home {
  position: relative;
  display: flex;
  z-index: 0;
  margin-bottom: 0;
}

.homeContainer {
  width: 100%;
  min-width: 430px;
}

.mainParagraph {
  margin-left: 8%;
  flex: 4;
}

.separator {
  background-color: #256e7d;
  display: inline-block;
  width: 100%;
  height: 100px;
}

.mapForPhone {
  display: none;
}

.mainColor {
  color: #256e7d !important;
}

.cardDetailsMargin {
  width: 90%;
}

.mainBackgroundColor {
  background-color: #256e7d !important;
  color: white !important;
  font-size: 16px;
  font-weight: bold;
}

.fenix-section {
  background-color: #f8f9fa;
  padding: 4rem 0;
}

.fenix-content {
  max-width: 800px;
  margin: 0 auto;
}

.fenix-logo-container {
  margin-top: 2rem;
}

.fenix-logo {
  max-width: 300px;
  height: auto;
}

@media (max-width: 1440px) {
  .logodDiv {
    position: absolute;
    top: -25px;
    left: 15px;
    display: flex;
    display: inline-block;
    width: 300px;
    margin-right: 30px;
  }
  .mainBackground {
    margin-top: 25px;
  }
  .navigationShapes {
    position: fixed;
    padding-left: 30px;
    margin-top: 40px;
    top: 5px;
    color: #fff;
    background-color: #256e7d;
    min-height: 30px;
    height: auto;
    z-index: 2;
  }
  .registrationContainer {
    display: none;
  }
}

/* css for smaller viev*/
@media (max-width: 1040px) {
  * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }

  html {
    font-size: 62.5%;
    scroll-behavior: smooth;
  }

  body {
    font-family: "Roboto", sans-serif;
    background-color: #fff;
  }

  .teamAbout {
    margin-top: 30px;
    font-size: 20px;
  }

  .homeContainer {
    width: 100%;
  }

  .registrationParagraph {
    display: block;
    color: #256e7d;
    font-size: 10px;
  }

  .navHeader {
    display: block;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    background-color: #fff;
    justify-content: end;
    padding-right: 25%;
  }

  .hightZIndex {
    z-index: 99;
  }

  .registrationContainer {
    display: none;
  }

  .registrationContainerAddress {
    display: none;
  }

  .registrationImage {
    height: 100%;

    align-items: flex-start;
    text-align: center;
  }

  .linkDivContainer {
    background-color: #fff;
    z-index: -2;
  }

  .navLinkColor {
    color: #fff;
  }

  .nav-link {
    text-transform: uppercase;
    font-size: 1.8rem;
  }

  .navbar-toggler {
    background-color: #fff;
    padding: 1em 2em;
  }

  .welcomeFirst {
    font-size: 2em;
    color: black;
  }

  .welcomeSecond {
    font-size: 4.4em;
    text-transform: uppercase;
    color: #256e7d;
  }

  .welcomeThird {
    font-size: 1.8em;
    background-color: #256e7d;
    color: #fff;
    text-decoration: none;
    padding-left: 0.5em;
    padding-right: 0.5em;
    text-align: center;
    padding-top: 20px;
  }

  .mainParagraph {
    margin-left: 8%;
    flex: 4;
  }

  .separator {
    margin-top: 30px;
    background-color: #256e7d;
    display: inline-block;
    width: 100%;
    height: 100px;
  }

  .hide {
    display: none;
  }

  .mapForPhone {
    display: block;
  }

  .mapForPC {
    display: none;
  }
}

@media (max-width: 991px) {
  .logodDiv {
    display: block;
    top: -40px;
    left: 40px;
    width: 300px;
  }

  .hideOnLowWidth {
    display: none !important;
  }

  .registrationContainer {
    display: none;
    width: 100px;
  }

  .registrationContainerAddress {
    display: none;
  }

  .registrationParagraph {
    margin-top: 1px;
    margin-bottom: 15px;
    display: inline-block;
    color: #256e7d;
  }

  .mainBackground {
    display: none;
  }

  .navigationShapesPhone {
    position: absolute;
    top: 15px;
    left: 60%;
    margin-top: 0px;
    padding-top: 0;
  }

  .homeContainer {
    display: block;
    align-content: center;
    justify-content: center;
    margin-top: 75px;
    margin-left: auto;
    top: 200px;
  }

  .mainBackground {
    width: 0px;
  }

  .separatorFolusz {
    margin-top: 30px;
  }

  @media (max-width: 791px) {
    .logodDiv {
      display: block;
      top: -30px;
      left: 40px;
      width: 250px;
    }
  }
}

@media (max-width: 768px) {
  .fenix-logo {
    max-width: 200px;
  }
}
