@import url('https://fonts.googleapis.com/css2?family=Poppins');
@import url('https://fonts.googleapis.com/css2?family=Xanh+Mono:ital@1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marck+Script&display=swap');

body, html {
  overflow-x: hidden;
  font-family: 'Poppins';
  font-display: swap;
  /*font-size: 22px;*/
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins';
  font-display: swap;
  /*font-size: 14px;*/
}

header {
  margin-top: 74px;
}


.header-content {
  margin-bottom: 150px;
  color: black;
  text-align: center;

}

.header-content h2 {
  font-size: 4vmin;
}

.header-content h1 {
  font-size: 7vmin;
  margin-top: 50px;
  margin-bottom: 30px;
}

.ctn {
  padding: 8px 15px;
  background: #1c2659;
  border-radius: 30px;
  color: whitesmoke;
}

.menu-btn {
  position: absolute;
  top: 30px;
  right: 15px;
  width: 40px;
  cursor: pointer;
  display: none !important;
  font-size: 20px;
  color: #1c2659;
  text-align: center;
  z-index: 100000;

}

.line {
  width: 150px;
  height: 4px;
  background: #1c2659;
  margin: 10px auto;
  border-radius: 5px;
}

.long_line {
  width: 150px;
  height: 4px;
  background: #1c2659;
  margin-top: 20px !important;
  margin-bottom: 20px !important;;
  border-radius: 5px;
}

/*.contact {*/
/*  margin-top: 170px;*/

/*}*/

.portrait {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.phone-href {
  color: black;
}

.info {
  margin-bottom: 60px;
}

.info-header {
  margin-top: 20px !important;
}

.sent-button {
  background-color: #1c2659 !important;
  margin-top: 30px;
}

.contact-row {
  margin-bottom: 60px;
}


ul {
  list-style: none;
}

.my-navbar {
  justify-content: center;
  align-items: center;
  align-content: center;
  display: flex;
  position: fixed;
  background-color: white;
  width: 100%;
  padding: 12px;
  color: black;
  box-shadow: 1px -9px 39px #555555;
  height: 74px;
  z-index: 3;
}

.nav-links {
  display: flex;
  align-items: center;
  margin: 0;
}

.nav-links li {
  margin: 0 25px;
  font-size: 20px;
}

li a:hover {
  color: #808080;
}

.active {
  color: #1c2659;
  font-weight: bold;
  text-decoration: none;
}

.active:hover {
  color: #1c2659;
}

.about-us-details {
  margin-bottom: 40px;
  overflow: hidden;
  border-radius: 8px;
  text-align: justify;
  box-shadow: 1px 7px 37px #a9a9a3;
}

.video-wrapper1,
.video-wrapper {
  position: relative;
  width: 100%; /* Cała szerokość ekranu */
  aspect-ratio: 9 / 16; /* Pionowy film */
  overflow: hidden;
  background: #000;
  max-width: 650px; /* Opcjonalnie maksymalna szerokość */
  margin: 0 auto;
}

.video-wrapper {
  aspect-ratio: 18 / 9; /* Klasyczny film poziomy */
}

.video-wrapper iframe,
.video-wrapper1 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.img-fluid-2 {
  max-width: 75%;
}

.fb {
  font-size: 20px;
}

.reset-margin {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0 !important;
}

.about-us-details-img {
  width: 100%;
  object-fit: contain;
  border-radius: 16px;
  padding: 20px;

}

.created-by {
  margin-top: 20px;
  font-size: 12px;
}

.about-us-details-paragraph {
  padding: 35px;
}


.facebook {
  color: white;
}

.facebook:hover {
  color: #e6e9ea;
}

section {
  margin: 40px auto;
  width: 80%;
}

.therapy-href {
  text-decoration: none;
  color: black;
}

.therapy-href:hover {
  color: black;
}

.list li {
  margin-bottom: 5px;
}

.bold {
  margin-top: 25px;
  font-weight: bold;
  margin-bottom: 5px;
}

.index-list {
  margin-bottom: 15px !important;
}

.list li i {
  color: #57987f;
}

.ul li {
  margin-bottom: 0 !important;
}

.fa-circle {
  font-size: 15px;
}

.box {
  background-color: #f8f8f8;
  box-shadow: 2px 2px 14px #5c6e74;;
  border-radius: 8px;
  padding: 20px;
  font-size: 16px;
  height: auto;
  transition: all 200ms ease-in-out;
  margin-top: 20px;
  margin-bottom: 10px;
}

.box:hover {
  box-shadow: 2px 2px 14px #3f4b4f;;
  cursor: pointer;
}

.box h5, h6 {
  text-align: center;
}

.box h5 {
  color: black;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}

.title {
  margin-bottom: 20px;
  text-align: center;
  font-size: 3vmin;
  color: #1c2659;
}

.my-col {
  padding: 0;
  margin-bottom: 10px;
}

.man {
  object-fit: contain;
  width: 100%;
  transform: scale(1);
  transition: transform 500ms ease-in;
  height: 530px;
}

.about-us {
  margin-top: 20px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  color: #1c2659;
}

.about-us-description {
  text-align: justify;
  margin-bottom: 30px;

}

.show-more {
  position: absolute;
  top: 20px;
  right: 15px;
  background-color: #1c2659 !important;
}

.alert {
  font-size: 20px;
  padding-bottom: 25px !important;
  padding-top: 25px !important;
}

.category {
  background-color: #c2e3ee;;
  border-radius: 8px;
  padding-left: 20px;
  padding-right: 20px;
}

.together-img {
  margin-bottom: 50px;
  margin-top: 20px;
  width: 100%;
}

h4 {
  font-size: 3vmin;
  color: #1c2659;
  margin: 20px auto;
}

p {
  color: #7c7c7c;
  padding: 0px 40px;
}

footer {
  background-color: #1c2659;
  color: white;
  padding: 30px 30px;
  margin-top: 20px;

}

.footer-left {
  max-width: 480px;
  display: inline-block;
}

.footer-right {
  float: right;
  display: inline-block;
  margin-right: 0;
}

.contact-icon {
  font-size: 20px;
  color: #1c2659;
}

.copyright {
  margin-top: 20px;
  text-align: center;
}

.info-header {
  margin-bottom: 20px;
}

.content {
  background-color: white;
}

.explore {
  width: 100%;
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}

.explore-content {
  width: 60%;
  padding: 50px;
  color: black;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.explore-content h1 {
  font-size: 7vmin;
  margin: 50px;
}

.explore-content p {
  color: white;
}

.explore-content .ctn {
  margin-top: 40px;
}

.contact-details {
  padding-left: 80px;
}

.contact-name {
  font-weight: bold;
  padding-left: 15px;
}

.logo {
  margin-left: 100px;
  display: flex;
  align-items: center;
}

.map-responsive {
  overflow: hidden;
  margin-bottom: 50px;
}

.map-responsive iframe {
  width: 100%;
  height: 500px;
}

.header-statute-one {
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  max-width: 400px;
  text-align: center;
  font-weight: bold;

}

.header-therapy {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin: 50px auto 30px;
}

.header-statute-two {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  font-weight: bold;
  text-align: center;
}

.about-me-ul {
  padding-left: 0 !important;
}

.about-me-ul li {
  margin-top: 10px;
}

.fa-circle:before {
  margin-right: 7px;
}

.form-control {
  margin-bottom: 20px;
}

.header-name {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 18px;
}

.my-image {
  margin-bottom: 10px !important;
  margin-top: 10px !important;
}

.ul {
  padding-left: 0 !important;
}

.content-statue-header {
  font-weight: bold;
  margin-top: 50px;
}

.href {
  text-decoration: none;
  color: black;
}

.footer p {
  padding: 20px;
  margin-bottom: 0;

}

table tr td:last-child {
  font-weight: 800;
}

/*.fluid-img{*/
/*  margin-bottom: 20px!important;*/
/*}*/

@media only screen and (max-width: 1250px) {

  .nav-links li {
    margin: 0px 15px;
  }

}

@media only screen and (max-width: 575px) {
  .actual {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 450px) {

  section {
    margin: 80px auto;
  }

  table {
    font-size: 14px;

  }

  .man {
    height: 350px;
  }

  .nav-links {
    flex-direction: column;
    width: 100%;
    height: 80vh;
    justify-content: center;
    background-color: #cae3e7;
    margin-top: -900px;
    transition: all 0.5s ease;
    padding-left: 0;
  }

}

@media only screen and (max-width: 1500px) {
  .show-more {
    position: initial;
    display: block !important;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 1140px) {


  .footer-left {
    max-width: 280px;
    display: block;
  }

  .footer-right {
    display: block;
    float: none;
    margin: 0 0 40px;

  }

  .category {
    padding-right: 0;
    padding-left: 0;
  }

  section {
    width: 95%;
  }

  .menu-btn {
    display: block !important;
  }

  .about-us {
    font-size: 14px;
  }

  .my-navbar {
    box-shadow: 1px 1px 30px #555555;
    padding: 0;
  }

  .logo {
    position: absolute;
    top: 18px;
    margin-left: 110px;

  }

  .nav-links {
    flex-direction: column;
    width: 100%;
    height: 60vh;
    justify-content: center;
    background-color: #1c2659;
    margin-top: -900px;
    transition: all 0.5s ease;
    padding-left: 0;
  }

  .nav-links a {
    color: white;
  }

  .nav-links li {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 90px;
  }

  .mobile-menu {
    margin-top: 280px;
    /*border-bottom-right-radius: 30%;*/
    border-bottom-right-radius: 2%;
    border-bottom-left-radius: 2%;
  }
}
