@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=MedievalSharp');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    border: none;
    outline: none;
    scroll-behavior: smooth;
    font-family: 'MedievalSharp';
}
:root {
    --main-color-dark: #193849;
    /* --main-color: #264f66; */
    --main-color: #365564;
    --bg-color: #729fb6;
    --second-bg-color: #B3D0DE;
    --text-color:#E5D283;
}


body {
    background-color: var(--bg-color);
  }



header {
    display: flex;
    position: fixed;
    width: 100vw;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background: #1a2133;
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    height: 10vh;
    z-index: 150;
    -webkit-box-shadow: 0px 14px 100px 0px rgba(20, 21, 39, 1);
    -moz-box-shadow: 0px 14px 100px 0px rgba(20, 21, 39, 1);
    box-shadow: 0px 14px 100px 0px rgba(20, 21, 39, 1);
}
.blank_up_line {
  height: 10vh;
}
.logo {
    margin-left: 6vw;
    width: 8vh;
    height: 8vh;
    border-radius: 50%;
    color: var(--text-color);
    font-weight: 800;
    transition: .5s;
    font-family: MedievalSharp;
    background-image: url(logo2.png);
    background-size: cover;
}

.logo:hover {
    color: var(--second-bg-color);
}




.menu {
    color: var(--text-color);
    display: flex;
    align-items: center;    
    flex-direction: row;
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-right: 50px;
}

.menu a {
    font-size: 1.4rem;
    color: var(--text-color);
    font-weight: 500;
    margin-left: 25px;
    margin-right: 45px;
    transition: 1s;
}
.menu a:hover,
.menu a.active {
    color: var(--second-bg-color);
    text-decoration: underline var(--second-bg-color) 3px;
    text-underline-offset: 10px;
}


.menu > a {
  margin: 0 1rem;
  /* overflow: hidden; */
}

.menu-button-container {
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 6vw;
}

#menu-toggle {
  display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: var(--text-color);
  position: absolute;
  height: 4px;
  width: 30px;
  transition: 0.3s;
  border-radius: 2px;
}

.menu-button::before {
  content: '';
  margin-top: -8px;
}

.menu-button::after {
  content: '';
  margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(480deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
  background: var(--main-color);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-480deg);
}

@media (max-width: 1250px) {
  .menu-button-container {
    display: flex;
  }
  .menu {
    visibility: hidden;
    position: absolute;
    top: 0;
    margin-top: 10vh;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  #menu-toggle:checked ~ .menu{
    visibility: visible;
  }

  #menu-toggle ~ .menu {
    left: -100%;
    transition: 1s;
  }

  #menu-toggle ~ .menu a {
    height: 2.5em;
    margin: 0;
    padding: 0;
    border: 0;
    background-color: #1a2133;
    color: transparent;
    text-decoration: transparent;
    transition: 1s, color 0.3s, text-decoration 0.3s;
  }

  #menu-toggle:checked ~ .menu {
    left: 0;
    transition: 1s;
  }
  #menu-toggle:checked ~ .menu a {
    border: 1px solid #1a2133;
    height: 2.5em;
    padding: 0.5em;
    transition: 1s;
    color: var(--text-color);
    background-color: #384964;
  }

  #menu-toggle:checked ~ .menu a.active {
    color: var(--second-bg-color);
    text-decoration: underline var(--second-bg-color) 3px;
    text-underline-offset: 10px;
  }

  .menu > a {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    color: var(--text-color);
    background: var(--main-color);
}
  .menu > a:not(:last-child) {
    border-bottom: 1px solid #444;
  }
}




/* DODANE */

.container{
  max-width: 1170px;
  margin:auto;
}
.row{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
ul{
  list-style: none;
}
.footer{
  background-color: #141527;
  padding: 25px 0;
}
.footer-col{
   width: 25%;
   padding: 0 15px;
   text-align: center;
}
.footer-footer{
  font-size: 10px;
  color: var(--text-color);
  margin-top: 2%;
  width: 100%;
  padding: 0 15px;
  text-align: center;
}
.footer-col h4{
  font-size: 22px;
  color: var(--text-color);
  text-transform: capitalize;
  margin-bottom: 35px;
  font-weight: 500;
  position: relative;
  text-align: center;
}
.footer-col h4::before{
  content: '';
  position: absolute;
  left:5%;
  bottom: -10px;
  background-color: var(--bg-color);
  height: 2px;
  box-sizing: border-box;
  width: 90%;
  
}
.footer-col ul li:not(:last-child){
  margin-bottom: 10px;
}
.footer-col ul li a{
  font-size: 16px;
  text-transform: capitalize;
  color: #ffffff;
  text-decoration: none;
  font-weight: 300;
  color: #bbbbbb;
  display: block;
  transition: all 0.3s ease;
}
.footer-col ul li a:hover{
  text-decoration: underline var(--text-color) 3px;
  text-underline-offset: 10px;
  color: #ffffff;
  padding-left: 8px;
}
.footer-col .social-links a{
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: rgba(255,255,255,0.2);
  margin:0 10px 10px 0;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #ffffff;
  transition: all 0.5s ease;
}
.footer-col .social-links a:hover{
  color: #24262b;
  background-color: #ffffff;
}

/*responsive*/
@media(max-width: 767px){
  .footer-col{
    width: 50%;
    margin-bottom: 30px;
}
}
@media(max-width: 574px){
  .footer-col{
    width: 100%;
}
}