body {
  background-color: #EDEEF7;
    color: #161616;
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    font-style: normal;
    line-height: 1.8;
  }
  h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #303030;
    font-weight: 600;
    margin-bottom: 30px;
  }
  h4 {
    font-size: 19px;
    line-height: 1.375em;
    color: #303030;
    font-weight: 400;
    margin-bottom: 30px;
  }  

  .jumbotron {
    background-color: #f4511e;
    color: #fff;
    padding: 100px 25px;
    font-family: Montserrat, sans-serif;
  }
  .container-fluid {
    padding: 60px 50px;
  }
  .bg-grey {
    background-color: #EDEEF7;
  }
  .logo-small {
    color: #f4511e;
    font-size: 50px;
  }
  .logo {
    color: #f4511e;
    font-size: 200px;
  }
  .thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
  }
  .thumbnail img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
  }
  .carousel-control.right, .carousel-control.left {
    background-image: none;
    color: #f4511e;
  }
  .carousel-indicators li {
    border-color: #f4511e;
  }
  .carousel-indicators li.active {
    background-color: #ffffffcc;
  }
  .item h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
  }
  .item span {
    font-style: normal;
  }
  .panel {
    border: 1px solid #f4511e;
    border-radius:0 !important;
    transition: box-shadow 0.5s;
  }
  .panel:hover {
    box-shadow: 5px 0px 40px rgba(0,0,0, .2);
  }
  .panel-footer .btn:hover {
    border: 1px solid #f4511e;
    background-color: #fff !important;
    color: #f4511e;
  }
  .panel-heading {
    color: #fff !important;
    background-color: #f4511e !important;
    padding: 25px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .panel-footer {
    background-color: white !important;
  }
  .panel-footer h3 {
    font-size: 32px;
  }
  .panel-footer h4 {
    color: #fcfcfc;
    font-size: 14px;
  }
  .panel-footer .btn {
    margin: 15px 0;
    background-color: #f4511e;
    color: #fff;
  }




 /*
ul.nav a:active { color: #ce3333 !important; }


  ul.nav .active { 
    color: #15b545 !important;
    background: none; 
  }


  ul.nav a:hover { 
    color: #ce3333 !important;
    background: none; 
  }

*/

.navbar .navbar-nav > .active > a{
  color: #37154e(9, 202, 241);
  
  background: none !important;
  
}

ul.nav a:hover { 
    color: #37154e !important;
    background: none !important;
  }

  ul.nav .active { 
    color: #37154e;
    background: none !important; 
  }


/*
.navbar .navbar-nav > :hover > a{
  color: orange;
  background: none;
  
}
.navbar .navbar-nav > :link > a{
  color: orange;
  background: none;
  
}
*/


 
 .navbar {
    margin-bottom: 0;
    z-index: 9999;
    border: 0;
    font-size: 12px !important;
    line-height: 1.42857143 !important;
    letter-spacing: 2px;
    border-radius: 0;
    font-family: Montserrat;
    font-weight: bold;
    margin-top: -30px;
  }  
  .navbar li a, .navbar .navbar-brands {
    color: #ffffff !important;
    font-family: Montserrat;
     font-weight: bold;
  }
  .navbar-nav li a:hover, .navbar-nav li.active a {
    color: #37154e !important;
    font-family: Montserrat;
     font-weight: bold;
   
  }
  .navbar-default .navbar-togglennowe {
    border-color: transparent;
    color: #000000 !important;
  }
 




/*
 .navbar-nav.active {
    background-color: rgb(41, 16, 84);
    border-radius: 5px;
    border-color: transparent;
    border-width: 0;
    
}
.navbar.active.link {
  font-weight: bold;
  background-color: rgb(41, 16, 84);
}
  */


  .navbar {
    font-family: Montserrat;
    font-weight: bold;
    padding: 1.8rem;
    border-width: 0;
    background:transparent !important;
    transition:1s ease;
    color: #fff;

    
    /*
    background-color: #1C2331;
    */
}
.navbar.scrolled {
    padding: 0.8rem;
    background:#000 !important;
    /*
    background-color: #1C2331;
    */
}


.navbar-nav li {
    padding-right: 50px;
    background: none;

    
}
.nav-link {
    font-size: 8.6em;
    font-weight: bold;
    background: none;

    
}


.bg-danger {
background-color: var(--blue)!important;
}
 
 
  footer .glyphicon {
    font-size: 20px;
    margin-bottom: 20px;
    color: #f4511e;
  }
  .slideanim {visibility:hidden;}
  .slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
  }
  @keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    }
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }
  @media screen and (max-width: 768px) {
    .col-sm-4 {
      text-align: center;
      margin: 25px 0;
    }
    .btn-lg {
      width: 100%;
      margin-bottom: 35px;
    }
  }
  @media screen and (max-width: 480px) {
    .logo {
      font-size: 150px;
    }
  }


  video::-webkit-media-controls {
  display: none;
}


.h-100 {
  height: 100% !important;
}

@media (max-width: 768px){
  #tabmiddle{
    height: 100vh !important;
  }
}
:root {
  --gray-300: rgb(255, 255, 255);
  --grey-700: rgb(255, 255, 255);
  --gray-900: rgb(26, 26, 26);
}

:focus {
  outline: 0;
}



body {
  font-family: "Montserrat";
}


.content-wrapper {
  padding: 1rem;
}

p {
  max-width: 100%;;
  line-height: 1.5;
}


details > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 2.125rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.897);
  padding: 0.5rem 0 0.5rem 1rem;
  cursor: pointer;
  list-style: none;
}

details > summary::-webkit-details-marker {
  display: none;
}

.bg-body-tertiary {
    color: rgb(0, 0, 0);
}

.text-left {
     margin-top: 30px;
     font-family: "Montserrat";
     background-size: 300px;
     font-size: 12px;
}

.text-left2 {
     margin-top: 40px;
     font-family: "Montserrat";
     background-size: 300px;
     font-size: 12px;
     text-align: left;
}

.text-body {
     margin-top: 20px;
     font-family: "Montserrat";
     background-size: 300px;
     font-size: 12px;
     text-align: right;
}

.text-uppercase2 {
     font-family: "Montserrat";
     font-size: 12px;
     margin-bottom: 20px;
}

.text-uppercase3 {
     font-family: "Montserrat";
     font-size: 12px;
     margin-bottom: 20px;
     text-align: right;
     line-height: 1.8
}
.content-wrapper {
     margin-top: 20px;
     font-family: "Montserrat";
     background-size: 1100px;
     font-size: 12px;
     text-align: center;
}

.textdetails {
  font-size: 21px;
       margin-top: 20px;
     font-family: "Montserrat";
}

.nowanav {
  font-size: 21px;
       margin-top: 20px;
     font-family: "Montserrat";
}

#dynamicImage {
  transition: opacity 0.3s ease;
}

#imageLeft {
  transition: opacity 0.3s ease;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: .25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #EDEEF7;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    background-color: #EDEEF7;
    
    
}

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

  #dynamicImage {
  transition: opacity 0.4s ease;
  opacity: 1;
  max-width: 100%;
  border-radius: 0.5rem;
  margin-top: 1rem;
}


.container {
  margin-top: 3rem;
}


.card {
  border-radius: 0.5rem;
  overflow: hidden;
  margin-bottom: 1rem;
  background-color: #EDEEF7;
  
}


.card-header button {
  font-weight: bold;
  font-size: 1.1rem;
  color: #007bff;
  text-decoration: none;
  background-color: #EDEEF7;
}


 .btn .icon {
 font-weight: bold;
 font-size: 20px;
 transition: transform 0.3s ease;
 font-family: 'Montserrat', sans-serif;
 
}


#myAccordion .btn-link {
  background-color: #EDEEF7;
  color: #EDEEF7;
  cursor: pointer;
  text-align: left;
  border: none;
  outline: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center; 
  padding: 0 18px 0px 0px;
  width: 100%;
}


#myAccordion .btn-link:hover,
#myAccordion .btn-link.collapsed:not(.active) {
  background-color: #EDEEF7;
  
}


#myAccordion .btn-link .icon {
  font-weight: bold;
  font-size: 16px;
  transition: transform 0.3s ease;
}


#myAccordion .btn-link[aria-expanded="true"] .icon {
  transform: rotate(180deg);
}


#myAccordion .collapse {
  background-color: #EDEEF7;
  color: #131313;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}

.fade-img {
  transition: opacity 0.4s ease;
  opacity: 1;
  max-width: 100%;
  border-radius: 0.5rem;
  margin-top: 1rem;
}

.fade-img.hidden {
  opacity: 0;
}

.accordion-right {
  margin-bottom: 2rem;
}

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

#accordionRight .btn-link {
  background-color: #EDEEF7;
  color: #EDEEF7;
  cursor: pointer;
  text-align: left;
  border: none;
  outline: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center; 
  padding: 0 18px 0px 0px;
  width: 100%;
}


#accordionRight .btn-link:hover,
#accordionRight .btn-link.collapsed:not(.active) {
  background-color: #EDEEF7;
  
}


#accordionRight .btn-link .icon {
  font-weight: bold;
  font-size: 16px;
  transition: transform 0.3s ease;
}


#accordionRight .btn-link[aria-expanded="true"] .icon {
  transform: rotate(180deg);
}


#accordionRight .collapse {
  background-color: #EDEEF7;
  color: #131313;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}

.img-fade {
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
}

.img-fade.fade-out {
  opacity: 0;
}

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

html, body {
	width: 100%;
	height: 100%;
}

.containerscrool {
	width: 100%;
	height: 100%;
  display: grid;
	align-items: center;
  align-items: end;
  padding-bottom: 60px;
	justify-content: center;
  
}


.containerscrool2 {
	width: 100%;
	height: 100%;
  display: grid;
	align-items: center;
  align-items: end;
	justify-content: center;
}

.field {
	display: flex;
	align-items: center;
	justify-content: space-around;
	width: 300px;
  
}



.mouse {
	width: 25px;
	height: 45px;
	border: 2px solid #ffffff;
	border-radius: 60px;
	position: relative;
	&::before {
		content: '';
		width: 8px;
		height: 8px;
		position: absolute;
		top: 8px;
		left: 50%;
		transform: translateX(-50%);
		background-color: #ffffff;
		border-radius: 50%;
		opacity: 1;
		animation: wheel 2s infinite;
		-webkit-animation: wheel 2s infinite;
	}
}

@keyframes wheel {
	to {
		opacity: 0;
		top: 35px;
	}
}

@-webkit-keyframes wheel {
	to {
		opacity: 0;
		top: 60px;
	}
}

#h7 {
  color: #ffffffec;
  font-size: 10px; 
  font-family: Montserrat; 
  text-align: center; 
  padding-top: 20px;
  padding-right: 20px
}
/* RESPONSYWNOŚĆ - TABLET (768px - 1024px) */
@media (max-width: 1024px) {
  .container {
    padding: 0 15px;
  }
  
  nav ul {
    gap: 15px;
  }
  
  header, section {
    padding: 30px 0;
  }
  
  h1 {
    font-size: 2rem;
  }
  
  h2 {
    font-size: 1.7rem;
  }
}


@media (max-width: 767px) {
  html {
    font-size: 14px;
  }
  .card-body {
    font-size: 1rem;
  }
  .container {
    padding: 0 10px;
  }
  
  nav ul {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
  
  nav ul li {
    width: 100%;
    text-align: center;
  }
  
  nav ul li a {
    display: block;
    padding: 12px;
  }
  
  header, section {
    padding: 25px 0;
  }
  
  h1 {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  
  h2 {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
  
  
  .row {
    flex-direction: column;
  }
  
  .col {
    width: 100% !important;
    margin-bottom: 20px;
  }
  
 
  .btn {
    display: block;
    width: 100%;
    padding: 12px;
  }
  
  
  
}
.text-uppercase3 {
  text-align: left;
}

img {
  max-width: 100%;
  height: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  flex-direction  : row;
}

.col {
  padding: 0 15px;
  margin-bottom: 20px;
}

.col-50 {
  width: 50%;
}

.btn {
  display: inline-block;
  background: #e74c3c;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 4px;
  text-align: center;
  transition: background 0.3s;
}

.btn:hover {
  background: #c0392b;
}