.container {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1170px;
  width: 100%; }

.row {
  display: flex;
  position: relative;
  margin-left: -15px;
  margin-right: -15px; }

.col-6 {
  padding-left: 15px;
  padding-right: 15px;
  width: 50%; }

.col-4 {
  padding-left: 15px;
  padding-right: 15px;
  width: 33.333%; }

.col-3 {
  padding-left: 15px;
  padding-right: 15px;
  width: 25%; }

.col-2 {
  padding-left: 15px;
  padding-right: 15px;
  width: 16.666%; }

h1 {
  font-size: 25px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 3px;
  margin: 0 0 20px 0; }

.header {
  height: 70px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  transition: all 800ms ease; }
  .header_menu {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .header_menu .fa-bars {
      font-size: 30px;
      color: #cec5c5;
      display: none;
      cursor: pointer;
      transition: all 0.2s; }
      .header_menu .fa-bars:hover {
        transform: scale(1.1);
        color: #42c406; }
  .header_logo a {
    display: inline-block;
    font-family: "Crimson Pro", serif;
    font-size: 45px;
    text-decoration: none;
    text-transform: uppercase;
    color: #cec5c5;
    cursor: pointer;
    transition: all 0.2s; }
    .header_logo a:hover {
      transform: scale(1.03);
      color: #42c406; }
  .header_links {
    display: flex;
    align-items: center; }
    .header_links .btn_reserve {
      background: #42c406;
      color: black;
      border: none;
      border-radius: 25px;
      font-size: 18px;
      font-weight: bold;
      width: 140px;
      height: 40px;
      text-transform: uppercase;
      font-family: "Blinker", sans-serif;
      cursor: pointer;
      margin-left: 20px;
      transition: all 0.4s ease 0s; }
      .header_links .btn_reserve:hover {
        letter-spacing: 1px;
        -webkit-box-shadow: 5px 10px 20px 5px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 5px 10px 20px 5px rgba(0, 0, 0, 0.4);
        box-shadow: 5px 10px 20px 5px rgba(0, 0, 0, 0.4);
        transition: all 0.4s ease 0s; }
    .header_links a {
      margin-right: 40px;
      text-decoration: none;
      color: #cec5c5;
      font-size: 18px;
      font-family: "Blinker", sans-serif;
      text-transform: uppercase; }
      .header_links a:hover, .header_links a:active {
        color: #42c406; }
    .header_links i {
      font-size: 25px; }
    .header_links .header_icon {
      margin-left: 20px;
      margin-right: 0; }
  @media (max-width: 1199px) {
    .header_logo a {
      font-size: 40px; }
    .header_links a {
      font-size: 17px;
      margin-right: 35px; }
    .header_links .btn_reserve {
      margin-left: 10px; } }
  @media (max-width: 991px) {
    .header_logo a {
      font-size: 28px; }
    .header_links a {
      margin-right: 18px;
      font-size: 15px; }
    .header_links .btn_reserve {
      margin-left: 5px;
      font-size: 15px;
      width: 110px;
      height: 38px; }
    .header_links .header_icon {
      margin-left: 15px; } }
  @media (max-width: 767px) {
    .header {
      height: 65px;
      border-bottom: solid;
      border-bottom-width: 1px;
      border-bottom-color: #42c406; }
      .header_menu .fa-bars {
        display: block; }
      .header_links {
        display: none; } }
  @media (max-width: 575px) {
    .header_logo a {
      font-size: 30px; }
    .header_menu .fa-bars {
      font-size: 27px; } }
  @media (max-width: 375px) {
    .header_logo a {
      font-size: 27px; }
    .header_menu .fa-bars {
      font-size: 23px; } }

.responsive_menu {
  position: fixed;
  width: 100vw;
  background: linear-gradient(to bottom, #1a161f 0, #1a161f 100%);
  z-index: 1000;
  text-align: center;
  padding: 20px 0;
  display: block;
  top: -100vh;
  opacity: 0; }
  .responsive_menu a {
    display: block;
    padding-top: 30px;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color: #42c406; }
  .responsive_menu .btn_reserve {
    background: #42c406;
    color: black;
    border: none;
    border-radius: 25px;
    font-size: 18px;
    font-weight: bold;
    width: 140px;
    height: 40px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-box-shadow: 4px 3px 8px 2px rgba(66, 196, 6, 0.5);
    -moz-box-shadow: 4px 3px 8px 2px rgba(66, 196, 6, 0.5);
    box-shadow: 4px 3px 8px 2px rgba(66, 196, 6, 0.5); }
  .responsive_menu .fab {
    font-size: 30px; }
  .responsive_menu .responsive_social {
    display: flex;
    justify-content: space-around; }
  @media (max-width: 575px) {
    .responsive_menu .fa-times {
      font-size: 27px; }
    .responsive_menu a {
      font-size: 18px; }
    .responsive_menu .btn_reserve {
      font-size: 16px;
      width: 130px;
      height: 38px; }
    .responsive_menu .fab {
      font-size: 27px; } }
  @media (max-width: 375px) {
    .responsive_menu .fa-times {
      font-size: 25px; }
    .responsive_menu a {
      font-size: 17px; }
    .responsive_menu .btn_reserve {
      font-size: 15px;
      width: 124px;
      height: 35px; }
    .responsive_menu .fab {
      font-size: 25px; } }

.sticky {
  height: 65px;
  background: #42c406;
  position: fixed;
  top: 0;
  width: 100%; }
  .sticky .header_logo a {
    color: white; }
  .sticky .header_links a {
    color: white;
    transition: all 0.2s; }
    .sticky .header_links a:hover {
      transform: scale(1.1); }
  .sticky .header_links .btn_reserve {
    color: #42c406;
    background: black; }
    .sticky .header_links .btn_reserve:hover {
      letter-spacing: 1px;
      -webkit-box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.3);
      box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.3);
      transition: all 0.4s ease 0s; }
  .sticky .fa-bars {
    color: white;
    transition: all 0.2s; }
    .sticky .fa-bars:hover {
      transform: scale(1.03);
      color: white; }

.displayed {
  display: block;
  top: 65px;
  opacity: 1; }

.landpage {
  position: relative;
  height: 100vh;
  background: linear-gradient(to bottom, rgba(26, 22, 31, 0.5) 0, rgba(26, 22, 31, 0.5) 100%), url(../images/pozadi.jpeg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100%;
  padding-top: 70px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .landpage_title {
    text-align: center; }
    .landpage_title h1 {
      color: #42c406;
      font-size: 70px;
      letter-spacing: 13px;
      font-weight: bold; }
    .landpage_title p {
      color: #cec5c5;
      font-size: 15px;
      text-transform: uppercase;
      letter-spacing: 11px; }
  .landpage .scroll-downs {
    position: absolute;
    right: 0;
    bottom: 30px;
    left: 0;
    margin: auto;
    width: 35px;
    height: 55px; }
  .landpage .mouse {
    width: 7px;
    padding: 8px 12px;
    height: 35px;
    border: 3px solid #42c406;
    border-radius: 25px;
    opacity: 0.8;
    box-sizing: content-box; }
  .landpage .scroller {
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background-color: #42c406;
    animation-name: scroll;
    animation-duration: 1.5s;
    animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
    animation-iteration-count: infinite; }
@keyframes scroll {
  0% {
    opacity: 0; }
  10% {
    transform: translateY(0);
    opacity: 1; }
  100% {
    transform: translateY(30px);
    opacity: 0; } }
  @media (max-width: 1199px) {
    .landpage {
      background-attachment: scroll; } }
  @media (max-width: 991px) {
    .landpage_title h1 {
      font-size: 60px;
      letter-spacing: 12px; }
    .landpage_title p {
      letter-spacing: 9px; } }
  @media (max-width: 767px) {
    .landpage_title h1 {
      font-size: 47px;
      letter-spacing: 11px; }
    .landpage_title p {
      letter-spacing: 5px; }
    .landpage .mouse {
      width: 5px;
      padding: 7px 10px;
      height: 30px; }
    .landpage .scroller {
      width: 5px;
      height: 5px; } }
  @media (max-width: 575px) {
    .landpage_title h1 {
      font-size: 38px;
      letter-spacing: 3px; }
    .landpage_title p {
      letter-spacing: 7px; } }
  @media (max-width: 375px) {
    .landpage_title h1 {
      font-size: 33px;
      letter-spacing: 2px; }
    .landpage_title p {
      font-size: 14px;
      letter-spacing: 5px; } }

.about {
  padding: 100px 0;
  background: #dcdcdc1f; }
  .about_title {
    text-align: center;
    padding-bottom: 20px; }
  .about_info {
    text-align: justify; }
    .about_info hr {
      border-color: #42c406;
      border-width: 1px;
      max-width: 25%;
      margin: 0; }
    .about_info img {
      height: 100%;
      width: 100%;
      object-fit: contain; }
    .about_info ul {
      list-style: none;
      padding: 0; }
    .about_info li {
      padding: 5px 0 0 10px; }
    .about_info li:before {
      content: "\f054";
      font-family: "FontAwesome";
      width: 10px;
      height: 10px;
      margin-right: 10px;
      color: #42c406; }
  @media (max-width: 1199px) {
    .about_info p {
      font-size: 15px; }
    .about_info strong {
      font-size: 15px; }
    .about_info li {
      font-size: 15px; }
    .about_info h4 {
      font-size: 15px; } }
  @media (max-width: 991px) {
    .about_info hr {
      max-width: 30%; } }
  @media (max-width: 767px) {
    .about_title h1 {
      font-size: 22px; }
    .about_info .rowFlex {
      flex-flow: row wrap; }
    .about_info .col-6 {
      width: 100%; }
    .about_info p {
      font-size: 14px; }
    .about_info strong {
      font-size: 14px; }
    .about_info h4 {
      font-size: 14px; }
    .about_info li {
      font-size: 14px; } }
  @media (max-width: 575px) {
    .about_title h1 {
      font-size: 20px; }
    .about_info p {
      font-size: 13px; }
    .about_info strong {
      font-size: 13px; }
    .about_info li {
      font-size: 13px; }
    .about_info hr {
      max-width: 50%; } }
  @media (max-width: 375px) {
    .about_title h1 {
      font-size: 18px; }
    .about_info h4 {
      font-size: 13px; } }

.pages {
  margin: 70px 0; }
  .pages_link {
    margin-top: 20px;
    height: 250px;
    border: 1px solid #42c406;
    overflow: hidden;
    position: relative; }
    .pages_link img {
      height: 100%;
      width: 100%;
      object-fit: cover;
      transform-origin: 50% 65%;
      transition: transform 0.4s, filter 0.4s ease-in-out; }
    .pages_link:hover img {
      transform: scale(1.1); }
    .pages_link:hover .pages_link_desc {
      transform: translate(0, 0); }
    .pages_link_desc {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: rgba(26, 22, 31, 0.8);
      transition: 0.4s;
      color: #42c406;
      padding: 10px;
      font-size: 15px;
      font-weight: bold;
      letter-spacing: 1px;
      text-align: center;
      line-height: 20px;
      pointer-events: none;
      transform: translate(0, 100%); }
  @media (max-width: 1199px) {
    .pages_link_desc {
      transform: translate(0); } }
  @media (max-width: 991px) {
    .pages .rowFlex {
      flex-flow: row wrap; }
    .pages .col-3 {
      width: 50%;
      padding-left: 25px;
      padding-right: 25px; }
    .pages_link_desc {
      transform: translate(0); } }
  @media (max-width: 767px) {
    .pages .col-3 {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 575px) {
    .pages .col-3 {
      width: 100%;
      padding-left: 15px;
      padding-right: 15px; } }
  @media (max-width: 375px) {
    .pages_link {
      height: 200px; }
      .pages_link_desc {
        font-size: 13px; } }

.pricelist {
  padding: 100px 0; }
  .pricelist_title {
    text-align: center;
    padding-bottom: 20px; }
  .pricelist table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 30px; }
  .pricelist th,
  .pricelist td {
    text-align: left;
    padding: 8px; }
  .pricelist tr:nth-child(even) {
    background-color: #cec5c5; }
  .pricelist th {
    background-color: #42c406;
    color: white;
    font-size: 15px; }
  .pricelist td {
    font-size: 14px; }
  .pricelist_special {
    padding: 10px 0 20px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-around; }
    .pricelist_special p {
      font-size: 15px; }
    .pricelist_special img {
      max-height: 100px;
      height: 80px; }
  .pricelist_reserve {
    text-align: center;
    padding: 20px 15px 0 15px;
    width: 50%;
    margin: auto; }
    .pricelist_reserve a {
      text-decoration: none;
      color: black; }
    .pricelist_reserve_email:hover, .pricelist_reserve_email:active {
      text-decoration-line: underline; }
    .pricelist_reserve_bigger {
      font-size: 30px; }
      .pricelist_reserve_bigger .fas {
        font-size: 30px; }
    .pricelist_reserve i {
      font-size: 20px;
      margin-right: 15px; }
    .pricelist_reserve .btn_reserve {
      display: none;
      margin-bottom: 20px;
      background: #42c406;
      color: black;
      border: none;
      border-radius: 25px;
      font-size: 18px;
      font-weight: bold;
      width: 155px;
      height: 46px;
      text-transform: uppercase;
      cursor: pointer;
      -webkit-box-shadow: 5px 3px 8px 3px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 5px 3px 8px 3px rgba(0, 0, 0, 0.3);
      box-shadow: 5px 3px 8px 3px rgba(0, 0, 0, 0.3); }
  .pricelist_pic {
    padding: 20px 15px 0 15px;
    width: 50%; }
    .pricelist_pic img {
      height: 100%;
      width: 100%;
      object-fit: contain; }
  @media (max-width: 991px) {
    .pricelist th {
      font-size: 14px; }
    .pricelist td {
      font-size: 13px; }
    .pricelist_special {
      justify-content: space-between; }
      .pricelist_special p {
        font-size: 13px; }
      .pricelist_special img {
        height: 70px; }
    .pricelist_reserve h2 {
      font-size: 22px; }
    .pricelist_reserve p {
      font-size: 14px; }
    .pricelist_reserve i {
      font-size: 18px; }
    .pricelist_reserve_bigger p,
    .pricelist_reserve_bigger .fas {
      font-size: 22px; } }
  @media (max-width: 767px) {
    .pricelist .rowFlex {
      flex-flow: row wrap; }
    .pricelist_title h1 {
      font-size: 22px; }
    .pricelist_special {
      display: block;
      text-align: center; }
      .pricelist_special p {
        font-size: 14px; }
      .pricelist_special img {
        height: 90px;
        margin: 20px; }
    .pricelist_reserve {
      width: 100%; }
      .pricelist_reserve .btn_reserve {
        display: inherit; }
    .pricelist_pic {
      width: 100%; } }
  @media (max-width: 575px) {
    .pricelist_title h1 {
      font-size: 20px; }
    .pricelist_special p {
      font-size: 13px; }
    .pricelist_special img {
      height: 80px;
      margin: 10px; }
    .pricelist_reserve h2 {
      font-size: 20px; }
    .pricelist_reserve p {
      font-size: 13px; }
    .pricelist_reserve i {
      font-size: 16px; }
    .pricelist_reserve_bigger p,
    .pricelist_reserve_bigger .fas {
      font-size: 18px; }
    .pricelist_reserve .btn_reserve {
      font-size: 15px;
      width: 130px;
      height: 41px; } }
  @media (max-width: 375px) {
    .pricelist_title h1 {
      font-size: 18px; }
    .pricelist_special p {
      font-size: 12px; }
    .pricelist_special img {
      height: 75px;
      margin: 5px; }
    .pricelist_reserve h2 {
      font-size: 18px; }
    .pricelist_reserve .btn_reserve {
      font-size: 14px;
      width: 125px;
      height: 39px; } }

.contact {
  padding: 80px 0 30px 0;
  background: #2c2c2c; }
  .contact_map {
    text-align: center;
    color: white;
    width: 90%; }
    .contact_map p {
      font-size: 15px;
      padding-bottom: 16px; }
    .contact_map h3 {
      padding-bottom: 20px; }
    .contact_map iframe {
      padding-top: 20px; }
  .contact_info {
    text-align: center;
    color: white; }
    .contact_info p {
      font-size: 15px; }
    .contact_info h3 {
      padding-bottom: 20px; }
    .contact_info img {
      width: 70%; }
    .contact_info hr {
      border-color: white;
      border-width: 1px;
      max-width: 25%; }
    .contact_info_email {
      text-decoration: none;
      color: inherit; }
      .contact_info_email:hover, .contact_info_email:active {
        text-decoration-line: underline; }
    .contact_info_bigger p {
      font-size: 23px; }
    .contact_info_bigger .fas {
      font-size: 23px; }
    .contact_info_bigger a {
      text-decoration: none;
      color: inherit; }
    .contact_info i {
      font-size: 18px;
      margin-right: 15px; }
  .contact_copyright {
    margin-top: 50px;
    text-align: center;
    font-size: 14px;
    color: white; }
    .contact_copyright a {
      text-decoration: none;
      color: white; }
  @media (max-width: 1199px) {
    .contact_info img {
      width: 85%; }
    .contact_map p {
      padding-bottom: 12px; } }
  @media (max-width: 991px) {
    .contact_info img {
      width: 100%;
      padding: 8px 0; }
    .contact_info h3 {
      font-size: 17px; }
    .contact_info p {
      font-size: 14px;
      padding-bottom: 1px; }
    .contact_info_bigger p {
      font-size: 20px; }
    .contact_info_bigger .fas {
      font-size: 20px; }
    .contact_map_info h3 {
      font-size: 17px; }
    .contact_map_info p {
      font-size: 14px;
      padding-bottom: 8px; }
    .contact_copyright {
      font-size: 13px; } }
  @media (max-width: 767px) {
    .contact .rowFlex {
      flex-flow: row wrap; }
    .contact .col-6 {
      width: 100%; }
    .contact_info p {
      padding-bottom: 5px; }
    .contact_map {
      width: 100%; } }
  @media (max-width: 575px) {
    .contact .rowFlex {
      flex-flow: row wrap; }
    .contact .col-6 {
      width: 100%; }
    .contact_info p {
      padding-bottom: 0; }
    .contact_map {
      width: 100%; }
    .contact_copyright {
      font-size: 12px; } }
  @media (max-width: 375px) {
    .contact_info h3 {
      font-size: 16px; }
    .contact_info p {
      font-size: 13px; }
    .contact_info_bigger p {
      font-size: 17px; }
    .contact_info_bigger .fas {
      font-size: 17px; }
    .contact_map_info h3 {
      font-size: 16px; }
    .contact_map_info p {
      font-size: 13px; }
    .contact_copyright {
      font-size: 11px; } }

.landpage_masaze {
  position: relative;
  height: 100vh;
  background: linear-gradient(to bottom, rgba(26, 22, 31, 0.5) 0, rgba(26, 22, 31, 0.5) 100%), url(../images/solarium.jpeg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100%;
  padding-top: 70px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .landpage_masaze_title {
    text-align: center; }
    .landpage_masaze_title h1 {
      color: #42c406;
      font-size: 70px;
      letter-spacing: 13px;
      font-weight: bold; }
    .landpage_masaze_title p {
      color: #cec5c5;
      font-size: 15px;
      text-transform: uppercase;
      letter-spacing: 11px; }
  .landpage_masaze .scroll-downs {
    position: absolute;
    right: 0;
    bottom: 30px;
    left: 0;
    margin: auto;
    width: 35px;
    height: 55px; }
  .landpage_masaze .mouse {
    width: 7px;
    padding: 8px 12px;
    height: 35px;
    border: 3px solid #42c406;
    border-radius: 25px;
    opacity: 0.8;
    box-sizing: content-box; }
  .landpage_masaze .scroller {
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background-color: #42c406;
    animation-name: scroll;
    animation-duration: 1.5s;
    animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
    animation-iteration-count: infinite; }
@keyframes scroll {
  0% {
    opacity: 0; }
  10% {
    transform: translateY(0);
    opacity: 1; }
  100% {
    transform: translateY(30px);
    opacity: 0; } }
  @media (max-width: 1199px) {
    .landpage_masaze {
      background-attachment: scroll; } }

.about_masaze {
  padding: 100px 0 50px;
  background: #dcdcdc1f; }
  .about_masaze_title {
    text-align: center;
    padding-bottom: 70px; }
  .about_masaze_info {
    text-align: justify; }
    .about_masaze_info_pic img {
      height: 100%;
      width: 100%;
      object-fit: contain;
      -webkit-box-shadow: 0px 0px 25px 0px rgba(26, 22, 31, 0.7);
      -moz-box-shadow: 0px 0px 25px 0px rgba(26, 22, 31, 0.7);
      box-shadow: 0px 0px 25px 0px rgba(26, 22, 31, 0.7); }
    .about_masaze_info h4 {
      padding-top: 50px; }
    .about_masaze_info ul {
      list-style: none;
      padding: 0; }
    .about_masaze_info li {
      padding: 5px 0 0 10px; }
    .about_masaze_info li:before {
      content: "\f054";
      font-family: "FontAwesome";
      width: 10px;
      height: 10px;
      margin-right: 10px;
      color: #42c406; }
  .about_masaze_work_pic img {
    height: auto;
    width: 100%;
    padding-top: 50px; }
  @media (max-width: 1199px) {
    .about_masaze_info_text p {
      font-size: 15px; }
    .about_masaze_info_text strong {
      font-size: 15px; }
    .about_masaze_info h4 {
      font-size: 15px; }
    .about_masaze_info ul li {
      font-size: 15px; }
    .about_masaze_info ul p {
      font-size: 15px; } }
  @media (max-width: 991px) {
    .about_masaze_info_text p {
      font-size: 14px; }
    .about_masaze_info_text strong {
      font-size: 14px; }
    .about_masaze_info h4 {
      font-size: 14px; }
    .about_masaze_info li {
      font-size: 14px; } }
  @media (max-width: 767px) {
    .about_masaze_title h1 {
      font-size: 22px; }
    .about_masaze_info .rowFlex {
      flex-flow: row wrap; }
    .about_masaze_info .col-6 {
      width: 100%; }
    .about_masaze_info_text {
      padding-top: 50px; }
    .about_masaze_info .col-4 {
      width: 50%; } }
  @media (max-width: 575px) {
    .about_masaze_title h1 {
      font-size: 20px; }
    .about_masaze_info_text p {
      font-size: 13px; }
    .about_masaze_info_text strong {
      font-size: 13px; }
    .about_masaze_info .col-4 {
      width: 100%; }
    .about_masaze_work .rowFlex {
      flex-flow: row wrap; }
    .about_masaze_work .col-6 {
      width: 100%; } }
  @media (max-width: 375px) {
    .about_masaze_title h1 {
      font-size: 18px; }
    .about_masaze_info h4 {
      font-size: 13px; }
    .about_masaze_info li {
      font-size: 13px; } }

.landpage_infra {
  position: relative;
  height: 100vh;
  background: linear-gradient(to bottom, rgba(26, 22, 31, 0.6) 0, rgba(26, 22, 31, 0.6) 100%), url(../images/infrasauna.jpeg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100%;
  padding-top: 70px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .landpage_infra_title {
    text-align: center; }
    .landpage_infra_title h1 {
      color: #42c406;
      font-size: 70px;
      letter-spacing: 13px;
      font-weight: bold; }
    .landpage_infra_title p {
      color: #cec5c5;
      font-size: 15px;
      text-transform: uppercase;
      letter-spacing: 11px; }
  .landpage_infra .scroll-downs {
    position: absolute;
    right: 0;
    bottom: 30px;
    left: 0;
    margin: auto;
    width: 35px;
    height: 55px; }
  .landpage_infra .mouse {
    width: 7px;
    padding: 8px 12px;
    height: 35px;
    border: 3px solid #42c406;
    border-radius: 25px;
    opacity: 0.8;
    box-sizing: content-box; }
  .landpage_infra .scroller {
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background-color: #42c406;
    animation-name: scroll;
    animation-duration: 1.5s;
    animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
    animation-iteration-count: infinite; }
@keyframes scroll {
  0% {
    opacity: 0; }
  10% {
    transform: translateY(0);
    opacity: 1; }
  100% {
    transform: translateY(30px);
    opacity: 0; } }
  @media (max-width: 1199px) {
    .landpage_infra {
      background-attachment: scroll; } }

.about_infra {
  padding: 100px 0 50px;
  background: #dcdcdc1f;
  text-align: justify; }
  .about_infra hr {
    border-color: #42c406;
    border-width: 1px;
    max-width: 25%;
    margin: 0; }
  .about_infra ul {
    list-style: none;
    padding: 0; }
  .about_infra li {
    padding: 5px 0 0 10px; }
  .about_infra li:before {
    content: "\f054";
    font-family: "FontAwesome";
    width: 10px;
    height: 10px;
    margin-right: 10px;
    color: #42c406; }
  .about_infra_title {
    text-align: center;
    padding-bottom: 70px; }
  .about_infra_info_pic img {
    height: 100%;
    width: 100%;
    object-fit: contain; }
  @media (max-width: 1199px) {
    .about_infra_info_text p {
      font-size: 15px; }
    .about_infra_info_text strong {
      font-size: 15px; }
    .about_infra h4 {
      font-size: 15px; }
    .about_infra .text li {
      font-size: 15px; }
    .about_infra .text p {
      font-size: 15px; } }
  @media (max-width: 991px) {
    .about_infra_info_text p {
      font-size: 14px; }
    .about_infra_info_text strong {
      font-size: 14px; }
    .about_infra h4 {
      font-size: 14px; }
    .about_infra .text li {
      font-size: 14px; }
    .about_infra .text p {
      font-size: 14px; } }
  @media (max-width: 767px) {
    .about_infra_title h1 {
      font-size: 22px; }
    .about_infra .rowFlex {
      flex-flow: row wrap; }
    .about_infra .col-6 {
      width: 100%; } }
  @media (max-width: 575px) {
    .about_infra_title h1 {
      font-size: 20px; }
    .about_infra_info_text p {
      font-size: 13px; }
    .about_infra_info_text strong {
      font-size: 13px; }
    .about_infra h4 {
      font-size: 13px; }
    .about_infra .text li {
      font-size: 13px; }
    .about_infra .text p {
      font-size: 13px; } }
  @media (max-width: 375px) {
    .about_infra_title h1 {
      font-size: 18px; } }

* {
  box-sizing: border-box; }

body {
  margin: auto 0;
  font-family: "Roboto", sans-serif; }

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