:root {
    --Black: #000;
    --White: #fff;
    --bg: #2d394b;
    --bg1: #000644;
    --bg-2: #9cc9f5;
    --color-1: #0058ad;
    --color-2: #d02ef0;/*do burgera*/
    --color-3: #b3d3f3; 
    --color-4: #0d6efd;
    --color-5: #adb5cf;/*koloro do p*/
    --color-6: #1289e3;
    --color-7: #535578;
   

    --font-1: 'Figtree', sans-serif;
    --font-2: 'Figtree', sans-serif;

    --font-size-1: 14px;
    --font-size-2: 17px;
    --font-size-3: 18px;
    --font-size-4: 20px;
    --font-size-5: 22px;
    --font-size-6: 24px;
    --font-size-7: 30px;
    --font-size-8: 36px;
    --font-size-9: 24px;
    --font-size-10: 60px;  

    
    --linear1: linear-gradient(to left, #d02ef0, #09cfff);
    --linear2: linear-gradient(to left, #09cfff, #d02ef0 );
}
*::selection {
    background: var(--color-2);
    color: var(--color-White); /*co to jest?*/
}

body {
    background-color: var(--Black);
    font-family: var(--font-1);
    position: relative; 
}
.img100 {
    width: 100%;
    height: auto;
}
section {
    background: var(--Black);
}
.container {
    max-width: 1420px;
}
body {
    font-family: var(--font-1);
    list-style: none;
    overflow-x: hidden; /* jak cos jest poza to ucina*/
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-1);
}
a {
    text-decoration: none;
    display: inline-block;
    transition: all 0.6s;
    font-family: var(--font-5);
}

.menu {
    width: 500px;
    height: 100vh;
    top: 0px;
    left: -500px;
    padding: 20px 30px;
    transition: all 2s;
    color: var(--White);
    position: fixed;
    z-index: 99999990;
    background: var(--Black);
}

.menu.active {
    left: 0px;
    top: 0px;
    transition: all 2s;
}
.menu .img100 {
    max-width: 340px;
    position: relative;
    left: 11%;
}
.menu h3 {
    font-size: 28px;
    font-weight: 600;
    padding: 50px 0px;
    text-align: center;
}
.menu svg {
    height: 48px;
    width: 48px;
    fill: var(--White);
}
.menu .contact {
    padding: 30px;
    background: var(--linear2);
    border-radius: 10px;
    width: 25%; 
    display: flex;
    margin-left: auto;
    margin-right: auto;
}
.menu .boczne a {
    font-size: 20px;
    color: var(--White);
    padding: 10px 0px 20px 0px;
    text-align: center;
    display: block;
    width: 100%;
}
.menu a:hover {
    color: var(--White);
}
.menu .social svg {
    fill: linear-gradient(to left, #d02ef0 0%, #09cfff 100%);
    height: 35px;
    width: 35px;
}
.menu .social-icon a {
    margin-right: 11px!important;
    margin-top: 20px;
    border: 1px solid var(--color-2);
    padding: 10px;
}
.navbar {
    background: transparent;
    position: sticky!important;
    top: 0;
    width: 100%;
    z-index: 9999999999;
    padding: 20px 0px;
} 
.navbar-toggler svg {
    width: 40px;
    height: 40px;
    fill: #fff;
    cursor: pointer;
}

.navbar.active {
    width: 100%;
    transition: all 0.6s;
    background: var(--Black);
}
.navbar-brand img {
    max-height: 59px;
    height: auto;
    width: 100%;
}
nav ul {
    margin-left: auto;
    margin-right: auto;
}
nav ul li a {
    font-weight: 600;
    line-height: 1.5;
    color: var(--White);
    padding-right: 30px;
    font-size: var(--font-size-2);
    letter-spacing: 1px;
    opacity: 1;
    position: relative;
}
nav ul li a:hover {
    background: -webkit-linear-gradient(#09cfff, #d02ef0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
nav ul li a::before {
    content: "";
    width: 100%;
    height: 1px;
    background: var(--linear1);
    transform: scaleX(0); 
    transform-origin: right;
    position: absolute;
    left: 0px;
    bottom: 0px;
    transition: transform 0.6s;
    display: inline-block;
}
nav ul li a:hover::before {
    background: var(--linear1);
    transform: scaleX(1);
    transform-origin: left;
}
nav .btn svg {
    fill: var(--White);
    position: relative;
    left: -7px;
    width: 30px;
    height: 30px;
}
nav .btn {
    color: var(--White);
    position: relative;
    border-radius: 5px;
    background: var(--linear1);
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.4px;
    padding: 10px 30px;
    display:inline-block;
    transition: all 1s;
    z-index: 10;
    position: relative;
}
nav .btn:hover {
    background: var(--linear2);
    transition: all 1s;
    color: var(--White);
}
header {
    background: var(--Black);
    background-color: transparent;
    padding: 50px 0px;
    min-height: 100vh;
    position: relative;
}
.header h1 {
    font-size: 35px;
    font-weight: 300;
    padding-bottom: 30px;
    color: var(--White);
}
header .col-lg-5 {
    z-index: 1; 
}

.header .img100 kobieta {
	height: 830px;
	width: auto;
}
header .chmury {
    position: absolute;
    z-index: -3;
    top: 0%;
    right: 0%;
    animation: chmury;
    animation-duration: 12s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes chmury {
     0% {    
        transform: translateX(-400px);  
    }
    100% {
        transform: translateX(120px);
    }
}
header .rotate {
    position: absolute;
    top: 0%;
    left: 0%;
    z-index: -4;
    width: 100%;
    height: auto;
    max-width: 1900px;
    max-height: 1400px;
}
header .globus {
    animation: spin 45s linear infinite;
    animation-duration: 13s;
    animation-iteration-count: infinite; 
    animation-timing-function: linear;
    position: relative;
    top: 2%;
    left: -14%;
    max-width: 400px;
    max-height: 400px;
}
header .kobieta {
    position: absolute;
    bottom: 0px;
    right: -2%; 
    z-index: 0;
}
header h2 {
    
    display: block;
    font-size: 40px;
    margin-bottom: 10px;
    font-weight: 700;
    color: var(--White);
}
header p {
	color: #ACACAC;
    
    display: block;
    font-size: 20px;   
}
@keyframes spin {
   0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
 .btn1 {
    color: var(--White);
    border-radius: 5px;
    background: var(--linear1);
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.4px;
    padding: 10px 30px;
    transition: all 1s;
    z-index: 9;
    position: relative;
}
.btn1:hover {
    background: var(--linear2);
    transition: all 1s;
    color: var(--White);
}
.section1 {
    background: var(--Black);
    padding: 100px 0px;
    color: var(--White);
    position: relative; 
}
.section1 .motyl {
    max-width: 400px;
    max-height: 400px;
}

.section1 h2 {
	margin-top: 40px;
	margin-bottom: 40px;
}
.section1 .cont-box {
    width: 150px;
    position: relative;
}
.section1 p, .section2 p {
	color: #ACACAC;
    font-size: 16px;
	padding-top: 8px;
	padding-left: 5px;
	
}

.section1 h3, .section2 h3 {
    font-size: 32px;
 
	padding-bottom: 15px;
	padding-top: 15px;
}
.section1 svg, .section2 svg {
    fill: var(--White);
    height: 40px;
    width: 40px;
}
.section1 .system {
    background: linear-gradient(to right, #09cfff, #d02ef0);
    padding: 20px 30px;
    transition: all 1s;
    border-radius: 5%;
    display: flex;
    justify-content: center;
    align-items: start;
}
.section1 .system:hover {
    background: linear-gradient(to right, #d02ef0, #09cfff);
    transition: all 1s;  
}
.section1 .text {
    border: 1px solid rgb(255 255 255 / 12%);
    width: 70%;
    padding-left: 2%;
    padding-right: 10px;
	margin-bottom: 15px;
}
.section1 h4 {
	padding-top: 9px;
	padding-left: 5px;
}

 .btn2 {
    color: var(--White);
    border-radius: 5px;
    background: var(--linear1);
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.4px;
    padding: 20px 50px;
    transition: all 1s;
    z-index: 9;
    position: relative;
    bottom: 0px;
     margin-top: 1%;
}
.btn2:hover {
    background: var(--linear2);
    transition: all 1s;
    color: var(--White);
}
.section2 {
    background: var(--Black);
    color: var(--White);
    position: relative; 
    background: transparent;
}
.btn3 {
    color: var(--White);
    border-radius: 5px;
    background: var(--linear1);
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.4px;
    padding: 20px 90px;
    transition: all 1s;
    margin-top: 2%;
	text-align: center;
}
.btn3:hover {
    background: var(--linear2);
    transition: all 1s;
    color: var(--White);
}
.section2 .nft {
    background: linear-gradient(to right, #09cfff, #d02ef0);
    padding: 11px 51px;
    transition: all 1s;
    border-radius: 5%;
    display: flex;
    justify-content: center;
}
.section2 .nft:hover {
    background: linear-gradient(to left, #09cfff, #d02ef0);
    transition: all 1s;  
}
.section2 .dane {
    border: 1px solid rgb(255 255 255 / 12%);
    width: 70%;
    padding-left: 2%;
}
.wiadomosc {
text-align: center;
}
.section2 .container {
	margin-top: 40px;
	padding-bottom: 80px;
}
.section2 .cont-box1 {
    position: relative;
}
.section2 .d-flex {
    margin-bottom: 2%;
}
.section2 span {
    padding-bottom: 2%;
     font-family: Outfit;
    font-size: 24px;
    font-weight: 400;
}
.section2 h4 {
    font-family: Outfit;
    font-size: 25px;
    font-weight: 600;
    padding-top: 10px;
}
.section2 .gwiazdozbior1 {
    max-width: 400px;
    max-height: 400px;
    position: absolute;
    top: 17%;
    right: 37%;
    z-index: -1;
}
.section2 .kometa{
    max-width: 400px;
    max-height: 400px;
    position: relative;
    top: 0%;
    right: 0%;
}
.section3 {
    background: var(--Black);
    padding: 100px 0px;
    color: var(--White);
    position: relative;    
}
.section3 h2, .section4 h2 {
    text-align: center;
    font-size: 32px;
	padding-bottom: 20px;

}

.section3 h3 {
	font-size: 26px;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
	background: linear-gradient(to left, #d02ef0, #09cfff);
	padding: 6px;
	border-radius: 5px;
	transition: 0.6s;


}
.section3 p, .section4 p {
    text-align: center;
	color: #ACACAC;
}

.section4 p {
	text-align: center;
	padding-bottom: 20px;
}
.section3 .box {
    border: 1px solid rgb(255 255 255 / 12%);
    padding: 15px;
    border-radius: 1%;
    border-radius: 1%;
    position: relative;
    z-index: 1;
    width: 100%;
    margin-bottom: 3%;
}
.section3 .box::before {
    content: "";
    background: linear-gradient(to left, #09cfff, #d02ef0);
    top: 0;
    right: 0;
    height: 100%;
    width: 0%;;
    position: absolute;
    transition: 0.6s;
    z-index: 0;
    border-radius: 3%; 
}
.section3 .box:hover::before {
    background: linear-gradient(to right, #09cfff, #d02ef0);
    left: 0%;
    width: 100%;
    transition: all 0.5s ease-in-out;
}
.section3 svg {
    height: 60px;
    width: 60px;
    fill: var(--White);
    z-index: 10;
    position: relative;
    text-align: center;
}
 .btn4 {
    color: var(--White);
    border-radius: 5px;
    background: var(--linear1);
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.4px;
    padding: 20px 20px;
    transition: all 1s;
    margin-top: 2%;
    z-index: 10;
    position: relative;
    left: calc(50% - 83px);
}
.btn4:hover {
    background: var(--linear2);
    transition: all 1s;
    color: var(--White);
}
.section3 .ikona {
    align-content: center;
    display: flex;
    justify-content: center;
    text-align: center;
	padding-top: 20px;
	padding-bottom: 30px;
}
.section3 .box p {
    z-index: 10;
    position: relative;
    text-align: center;
}
.section3 .box h4 {
    z-index: 10;  
    position: relative;
    text-align: center;
    align-content: center;
    display: flex;
    justify-content: center;
    font-size: 22px;
	padding-bottom: 3px;
}
.section4 {
    background: var(--Black);
    padding: 50px 0px;
    color: var(--White);
    background: transparent;
    position: relative;
    justify-content: center;
}

.section4 h4 {
	font-size: 21px;
}
.section4 .kolo {
    position: absolute;
    justify-content: center;
    max-height: 500px;
    max-width: 500px;
    top: 0%;
    top: 0%;
    left: calc(50% - 250px);
    
    width: 100%;
    height: auto;  
}
.section4 .cont-box {
    margin-right: 2%;
    border-radius: 5px;
    position: relative;
	margin-top: 30px;
}


 .section4 .btn5 {
    color: var(--White);
    border-radius: 5px;
    
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.4px;
    padding: 10px;
    transition: all 1s;
    
    text-align: center;
}
.section4 .btn5:hover {
    
    transition: all 1s;
    color: var(--White);
    position: relative; 
}
.section4 .bar {
    color: var(--White);
    position: absolute;
    bottom: 0%;
    background: linear-gradient(to right, #09cfff, #d02ef0);
    width:100%;
    text-align: center;
    transition: all 0.6s;
    border-radius:5px;

    padding-top: 8%
}
.section4 .bottom {
    color: var(--White);
    position: absolute;
    display: none;
    background: linear-gradient(to right, #09cfff, #d02ef0);
    width: 100%;
    transition: all 0.6s;
    border-radius: 0px 0px 5px 5px;
    height: 12%;
}
.section4 .cont-box:hover > .bottom {
    display: inline-block;
    transition: all 0.6s;
}
.section4 .cont-box:hover > .bar {
    bottom: 0px;
    transition: all 0.6s;
    bottom: 0px;
    border-radius: 0px;
}
.section4 .foto {
    z-index: 0;
    position: relative;
}
.section4 img {
    border-radius: 10px;
}
.bar::after {
    position: absolute;
    content: "";
    height: 23%;
    width: 93%;
    bottom: 98%;
    background-image: linear-gradient(to right, #d02ef06d, #09cfff6d);
    transition: all .9s ease-in-out;
    z-index: -4;
    right: 4%;
    border-radius: 5px 5px 0px 0px;
}
.section5, .section6 {
    background: var(--Black);
    padding: 50px 0px;
    color: var(--White);
    background: transparent;
    position: relative;
}
.section5 h3, .section6 h3 {
    font-size: 32px;
    color: var (--White);
    padding-bottom: 30px;
}
.section5 p {
	color: #ACACAC;
	font-size: 16px;
}

.section6 p {
    font-size: 16px;
    color: var (--White);
}

.section6 .container p {
		color: #ACACAC;
        padding: 0px;
    }

.section6 .box1 p {
color: white;
}

.section5 input {
   border-radius: 5px;
    border: 1px solid #ffffff;
    color: var(--White);
    background: none;
    font-size: 18px;
    width: 100%;
    display: block;
    margin: 5% 0%;
    padding: 20px 10px;
    text-align: center;
}
.section5 .btn7 {
    width: 100%;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    background: none;
    font-size: 18px;
    width: 100%;
    display: block;
    border-radius: 5px;
    border: 1px solid var(--White);
    font-weight: 500;
    padding: 0 50px;
    position: relative;
    font-size: 18px;
    margin-top: 2%;
    color: var(--White);
}
.section5 textarea {
    padding: 50px 0px;
    border-radius: 5px;
    border: 1px solid var(--White);
    color: var(--White);
    background: none;
    font-size: 18px;
    width: 100%;
    display: block;
}
.section5 .okej {
    fill: var(--White);
    width: 60px;
    height: 60px;
    padding-top: 50px;
    left: calc(50% - 30px);
}
.section6 .container {
	margin-top: 40px;
}

.section6 .box1 {
    padding: 30px 20px;
    background: linear-gradient(to right, #09cfff, #d02ef0);
    border-radius: 16px;
    position: relative;
    z-index: 1;
    transition: all 0.8s;
} 
.section6 .box1:hover {
    transition: all 0.8s;
    background: linear-gradient(to left, #09cfff, #d02ef0);
}
.section6 .quote svg {
    fill: var(--White);
    opacity: 0.4;
    transform: rotate(10deg) translate(-10px, -40px);
    height: 90px;
    width: 90px;
    z-index: 2;
    position: absolute;
    top: 41%;
    left: 41%;
}
.section6 img {
    border-radius: 50%;
    max-height: 80px;
    max-width: 80px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}
.section6 span {
    color: var (--White);
    padding: 10px 0px;
    display: flex;
    justify-content: center;
}
.section6 p {
    z-index: 4;
    position: relative;
    line-height: 24px;
	padding-bottom: 40px;
    text-align: center;
}
 .section6 h3{
    font-size: 32px;
    color: var (--White);
    padding: 10px 0px;
    text-align: center;
}
.section7 {
    padding 200px 0px;
}


.section7 h3 {
    font-size: 32px;
    color: var(--White);
    padding: 10px;
    text-align: center;
}
.section7 p {
	color: #ACACAC;
    text-align: center;
    padding-bottom: 20px;
}
.section7 .img100 {
    width: 100%;
    max-width: 190px;
    height: auto;
    position: relative;
    margin-right: 15px;
    transition: all 0.6s;
    bottom: 0px;
    filter: grayscale(1);
}
.section7 .img100:hover {
    position: relative;
    bottom: 8px;
    transition: all 1s;
    filter: grayscale(0);
}
.swiper-slide {
	position: relative;
}
footer {
    background: var(--Black);
    padding: 50px 0px;
    color: var(--White);
    position: relative; 
}
footer img {
    display: flex;
    margin-left: auto;
    margin-right: auto; 
    max-height: 49px;
    height: auto;
}
footer ul {
    padding-top: 30px;
    text-decoration: none;
    list-style: none;
    position: relative;
    display: flex;
    justify-content: center
}
footer ul::before {
    content: "";
    width: 18%;
    height: 1px;
    background-color: var(--White);
    background-image: linear-gradient(-234deg, rgba(255, 255, 255, 0.855) 0%, rgba(255, 255, 255, 0.796) 100%);
    box-shadow: 0 0 51px rgba(255, 255, 255, 0.635);
    position: relative;
    bottom: -15px;
    margin-right: 24px;
}
footer ul::after {
    content: "";
    width: 18%;
    height: 1px;
    background-color: var(--White);
    background-image: linear-gradient(-234deg, rgba(255, 255, 255, 0.855) 0%, rgba(255, 255, 255, 0.796) 100%);
    box-shadow: 0 0 51px rgba(255, 255, 255, 0.635);
    position: relative;
    bottom: -15px;
    margin-left: 24px;
}
footer ul li a {
    font-weight: 400;
    color: var(--White);
    padding-right: 30px;
    font-size: var(--font-size-2);
    letter-spacing: 1px;
    
}
footer ul li a:hover {
     background: -webkit-linear-gradient(#d02ef0, #09cfff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    transition: all 1s;
}
footer .social svg {
    fill: var(--White);
    height: 35px;
    width: 35px;
}
footer .social-icon a {
    margin-right: 11px!important;
    
    background: linear-gradient(to right, #09cfff, #d02ef0);
    padding: 10px;
    transition: all 0.8s;
    border-radius: 5%;
	flex-wrap: wrap;
}
footer .social-icon a:hover {
    background: linear-gradient(to left, #09cfff, #d02ef0);
    transition: all 0.8s;
}

.contact-item {
  display: flex;
  align-items: center;
	margin-top: 20px;
}

.contact-item p {
  margin: 0;
}

.social svg {
  width: 22px;
  height: 22px;
}

.header1 {
    background: var(--Black);
    padding: 100px 0px;
    color: var(--White);
    border-right: solid 1px var(--White);
}
.header1 h2 {
    text-align: center;
    font-size: 32px;
}
.header1 svg {
    width: 80px;
    height: 80px;
    fill: var(--White);
}
.header1 h3 {
    font-size: 24px;
    font-family: Outfit; 
    padding: 10px 0px;
}
.header1 p {
    font-size: 16px;
    font-family: Outfit;   
}
.header img {
    max-width: 600px;
    max-height: 700px;
}
.header .btn1 {
margin-top: 20px;
}
.header1 div {
    margin-top: 35px;
    padding-bottom: 20px;
}
.section8 {
    background: var(--Black);
    padding: 100px 0px;
    color: var(--White);
}
.section8 h3 {
    font-size: 32px;
    text-align: center;
    padding: 20px 0px;
}

.section8 h4 {
	font-size: 23px;
	text-align: center;
    padding: 20px 0px;
}

.section8 p {
    font-size:16px;
    text-align: center;
	padding-bottom: 20px;
	color: #ACACAC;
}
.section8 span {
    font-size :18px;
    text-align: center;
    padding: 10px;
    display: block;
}
.section8 .box2 {
    border: solid 1px var(--White);
    border-radius: 10px;
    padding: 30px;
    margin-right: 15px;
}
.section8 img {
    margin-left: auto;
    margin-right: auto;
    display: flex;
}
.animacja {
    position: relative;
    bottom: -200px;
    opacity: 0;
    transition: all 1s;
}
.animacja.active {
    bottom: 0px;
    opacity: 1;
    transition: all 1s;
}

.subpage {
    background: var(--Black);
    padding: 100px 0px;
    color: var(--White);
    position: relative; 
}
.subpage .motyl {
    max-width: 400px;
    max-height: 400px;
}

.subpage h1 {
	font-size: 40px;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 40px;
	color: white;
	display: inline-block;
  background-image: linear-gradient(to right, #09cfff, #d02ef0);
  background-repeat: no-repeat;
  background-size: 25% 1px;
  background-position: center bottom;
  padding-bottom: 20px;
}


.subpage .cont-box {
    width: 150px;
    position: relative;
}
.subpage p {
	color: #ACACAC;
    font-size: 16px;
	padding-top: 8px;
	padding-left: 5px;
}

.subpage h3 {
	margin-top: 40px;
	margin-bottom: 20px;
}

.subpage {
    font-size: 32px;
	padding-bottom: 15px;
	padding-top: 15px;
}
.subpage svg {
    fill: var(--White);
    height: 60px;
    width: 60px;
}
.subpage .system {
    background: linear-gradient(to right, #09cfff, #d02ef0);
    padding: 20px 30px;
    transition: all 1s;
    border-radius: 5%;
    display: flex;
    justify-content: center;
    align-items: start;
}
.subpage .system:hover {
    background: linear-gradient(to right, #d02ef0, #09cfff);
    transition: all 1s;  
}
.subpage .text {
    border: 1px solid rgb(255 255 255 / 12%);
    width: 70%;
    padding-left: 2%;
    padding-right: 10px;
	margin-bottom: 15px;
}
.subpage h4 {
	padding-top: 9px;
	padding-left: 5px;
}
.subpage .section3 {
	padding-top: 40px;
}

.subpage .mockup{
width: 400px;
height: auto;
}


@media (max-width: 991.98px) {
    .menu h3 {
        padding-top: 120px;
    }
	
	.navbar-brand {
		width: auto;
	}
    header {
        padding-top: 0px;
    }
    header .kobieta {
        display: none;
    }
	header .col-lg-5 {
		margin-left: 80px;
	}
    header h2 {    
        font-size: 30;
        margin-top: -54px;
    }
    section .container {
        padding: 0px 40px;
    }
    .section2 .col-lg-4 {
        display: none;
    }
    .section4 .cont-box {
        margin-bottom: 2%;
    }
    .section4 .bottom {
        height: 59px;
        z-index: 1;
    }
    .section5 input {
        margin: 1%;
    }
    .section5 .okej {
        left: calc(50% - 30px);
        position: relative;
    }
    .section6 .box1 {
        margin-bottom: 15px;
		margin-top: 20px;
    }
    .section6 .container p {
		color: #ACACAC;
        padding: 0px;
    }
	
	.section6 .box1 p {
color: white;
}
	
    .section6 img {
        margin-top: 81px;
    }
    .section7 .d-flex {
        flex-wrap: wrap;
        text-align: center;
        align-content: center; /*gora dol*/
        justify-content: center;/*lewa-prawa */
        width: 100%;
        flex-direction: column!important;
    }
	


    footer .container {
        padding: 0px 50px;
    }
    footer ul li a {
        font-size: 14px;
        padding-right: 10px;
    }
    footer ul::after, footer ul::before {
        width: 10%;
    }
    footer ul::before {
        left: 2%;
        top: 89%;
    }
    footer ul::after {
        margin-left: 0px;
    }
	
    nav .btn {
        display: none;
    } /*przycisk zadzwoń w menu */
	
	.navbar-toggler {
    background-color: transparent;  /* Brak tła, żeby nie było białego kwadratu */
    border: none;  /* Usuwamy obramowanie przycisku */
}

/* Kolor ikony hamburgera */
.navbar-toggler-icon {
    background-color: #fff;  /* Biała ikona */
    width: 30px;  /* Dostosowanie szerokości */
    height: 3px;  /* Dostosowanie wysokości */
}

/* Zmiana na "X" po kliknięciu */
.navbar-toggler.collapsed .navbar-toggler-icon {
    background-color: transparent;
}

.navbar-toggler.collapsed .navbar-toggler-icon::before,
.navbar-toggler.collapsed .navbar-toggler-icon::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #fff;
    transition: 0.3s ease;
}

.navbar-toggler-icon::before {
    top: -10px;
}

.navbar-toggler-icon::after {
    top: 10px;
}

.navbar-toggler.collapsed .navbar-toggler-icon::before {
    top: 0;
    transform: rotate(45deg);
}

.navbar-toggler.collapsed .navbar-toggler-icon::after {
    top: 0;
    transform: rotate(-45deg);
}

	.navbar .container {
		display: flex;
	}

	
/*mobile*/

@media (max-width: 767.98px) {
    .navbar-brand img {
    max-height: 63px;
    height: auto;
    width: 55%;
}
	footer ul {
        display: block!important;
        text-align: center;
        padding: 10px 0px;
        
        margin:  20px 0px;
    }
    footer ul::before, footer ul::after  {
    display: none;
    }
    footer ul{
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }
}
@media (max-width: 450px) {
	.navbar-brand img {
    max-width: 350px;
}
	.navbar-toggler {
		width: 30px;
		height: 30px;
		
	}
	
	.navbar {
		font-size: 35px;
	}
	
	
	.header h2 {
		font-size: 30px;
	}
}

@media (max-width: 768px) {
  .navbar-brand img {
    max-height: 63px;
    height: auto;
    width: 55%;
}
	.social-icon {
    flex-direction: column;   /* kolumna zamiast rzędu */
    align-items: center;      /* cała grupa na środku */
  }

  .contact-item {
    width: 100%;
    max-width: 300px;         
    justify-content: flex-start; 
  }
	
	.img100 globus {
		top: 2%;
    left: -14%;
    max-width: 450px;
    max-height: 450px;
	}
	
	.header h2 {
		font-size: 30px;
	}
}
	