/*
Theme Name: Syganatriusze
Theme URI: https://example.com
Author: Zuzanna
Description: motyw
Version: 1.0
*/

body {
    margin: 0;
}

* {
    box-sizing: border-box;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
a,
li,
div,
span {
    font-family: "Roboto", sans-serif;
    margin: 0;
    padding: 0;
}

.main-nav {
    background-color: #363F3E;
    padding: 28px 16px;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.hamburger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    display: none;
}

.hamburger-line {
    width: 100%;
    height: 3px;
    background-color: white;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.hamburger.active .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active .hamburger-line:nth-child(2) {
    opacity: 0;
}

.hamburger.active .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(8px, -6px);
}

.main-nav {
width: 100%;
	position:fixed;
	z-index: 2;
	position: fixed;
	top: 0;
	left: 0;
	height: 85px;
}

.main-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    max-width: 1024px;
    margin: auto;
}

.main-nav ul li a {
    text-decoration: none;
    color: #ffffff;
    font-size: 20px;
}

.main-nav ul li.active a {
    font-weight: bold;
    font-size: 24px;
}

.bg{
    position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	
}

.section-1 {
    /* background-color: #363F3E; */
/*     background: url("img/bg.jpg"); */
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

.section-1 .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #00000088;
    top: 0;
    left: 0;
	padding-top: 85px
}

.section-1 .section-box {
    max-width: 1024px;
    margin: auto;
    padding: 200px 16px 200px 16px;
    position: relative;
    /* padding: 16px; */
}

.section-2 a{
	text-decoration: none;
    color: inherit; 
	width: 100%
}

.section-1 .section-box .title {
    font-size: 32px;
    font-weight: 500;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    padding-bottom: 64px;
}

.section-1 .section-box .text {
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    line-height: 32px;
    color: #ffffff;
}

.section-2 {
    padding: 72px 0;
}

.section-2 .section-box {
    padding: 16px;
    margin: auto;
    max-width: 1024px;
}

.section-2 .section-box .text {
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    padding-bottom: 40px;
}

.section-2 .section-box .text a {
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    color: #000000;
}

.section-2 .section-box .list-wrapper {
    padding: 8px;
    gap: 16px;
    display: flex;
    flex-direction: column;
}

.section-2 .section-box .list-wrapper .list {
    display: flex;
    align-items: center;
}

.section-2 .section-box .list-wrapper .list .number {
    color: #2E3633;
    font-weight: 400;
    padding: 0 32px 0 10px;
    font-size: 32px;
}

.section-2 .section-box .list-wrapper .list .tex {
    background-color: #CFE1FF;
    font-weight: 500;
    padding: 16px;
    font-size: 16px;
    flex: 1;
    border-radius: 8px;
}

.section-2 .section-box .list-wrapper>.list:nth-child(odd) {
    padding-right: 10px;
}

.section-2 .section-box .list-wrapper>.list:nth-child(even) {
    background-color: #CFE1FF;
}

.section-3 {
    padding-bottom: 24px;
}

.section-3 .section-box {
    padding: 16px;
    max-width: 1024px;
    margin: auto;
}

.section-3 .section-box .header {
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    padding-bottom: 16px;
}

.section-3 .section-box .content {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding-top: 24px;
}

.section-3 .section-box .logo-wrapper {
    padding-top: 24px;
}

.section-3 .section-box .logo-wrapper .logo-title {
    padding: 16px 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
}

.section-3 .section-box .logo-box {	
	display: flex;
	flex-wrap:wrap;
	width:100%;
    justify-content: space-between;
    gap: 16px;   
}

.section-3 .section-box .logo {
    padding: 16px;
    width: fit-content;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.section-3 .section-box .logo img {
    width: 140px;
    max-height: 180px;
    object-fit: contain;
}



.section-3 .declaration-point-wrapper{
	display: flex;
	flex-direction: column;
	gap: 24px;
	padding-top: 32px;
}

.section-3 .declaration-point-wrapper .declaration-point-content{
	display: flex;
	flex-direction: column;
	gap: 16px;
	line-height: 24px
}

.section-3 .declaration-point-wrapper .declaration-point-content .title{
font-weight: 500;
	cursor: pointer;
}

.section-3 .declaration-point-wrapper .declaration-point-content .point-description{
padding-left: 16px;
}

.section-3 .declaration-point-wrapper .declaration-point-content .point-description{
padding-left: 16px;
}

.section-3 .declaration-point-wrapper .declaration-point-content .dec{
	 max-height: 0;
    overflow: hidden;
	transition: all 0.5s ease-in-out 
}


.section-3 .declaration-point-wrapper .declaration-point-content .dec.open{
max-height: 500px;
}

.section-3 .section-box .logo-name {
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    padding-bottom: 16px;
    text-align: center;
}

.section-4 {
    margin-top: 72px;
    background-color: #363F3E;
}

.section-4 .section-box {
    max-width: 1024px;
    margin: auto;
    padding: 56px 16px;
}

.section-4 .section-box .title {
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    color: #EAEAEA;
    padding-bottom: 48px;
}


.section-4 .section-box .form-row {
    display: flex;
    gap: 24px;
    padding-bottom: 24px;
    align-items: center;
}

.section-4 .section-box .form-row input {
    flex: 1;
    padding-top: 14px;
    padding-right: 16px;
    padding-bottom: 14px;
    padding-left: 16px;
    border-radius: 8px;
    background: #565F5E;
    box-shadow: 0px 4px 4px 0px #00000040;
    border: none;
}

.section-4 .section-box .form-row input:focus {
    border: 1px solid #5387DA;
    outline: none;
}

.section-4 .section-box .form-row label {
    font-weight: 400;
    font-size: 16px;
    color: #EAEAEA;
}

.section-4 .section-box .form-row input {
    font-weight: 400;
    font-size: 16px;
    color: #EAEAEA;
}

.section-4 .section-box .form-row input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 25px;
    height: 25px;
    margin: 0;
    cursor: pointer;
    border-radius: 8px;
    background: #565F5E;
    box-shadow: 0px 4px 4px 0px #00000040;
    position: relative;
    transition: 0.2s;
    flex: none;
}

.form-row input[type="checkbox"]::after {
    content: "";
    position: absolute;
    display: none;
    left: 13px;
    top: 4px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.form-row input[type="checkbox"]:checked::after {
    display: block;
}

.section-4 .section-box button {
    padding: 10px;
    border-radius: 8px;
    max-width: 666px;
    width: 100%;
    padding: 14px 0;
    box-shadow: 0px 4px 4px 0px #00000040;
    background: #4B76BC;
    font-weight: 700;
    font-size: 16px;
    border: none;
    display: block;
    margin: auto;
    color: #FFFFFF;
    cursor: pointer;
}

.section-5 {
    padding-bottom: 72px;
	padding-top: 72px;
}

.section-5 .section-box {
    max-width: 1024px;
    padding: 16px;
    margin: auto;
}

.section-5 .section-box .title {
    font-weight: 600;
    font-size: 24px;
}

.section-5 .section-box .news {
    padding-top: 48px;
}

.section-5 .section-box .news .title {
    font-weight: 500;
    font-size: 20px;
    text-decoration: underline;
    padding-bottom: 16px;
    color: #000000;
    display: block;
}

.section-5 .section-box .news .text {
    font-weight: 400;
    font-size: 16px;
}

.section-6 {
    padding-bottom: 64px;
}

.section-6 .section-box {
    max-width: 1024px;
    padding: 16px;
    margin: auto;
}

.section-6 .section-box .title {
    font-weight: 600;
    font-size: 24px;
}

.section-6 .section-box .swiper-wrapper {
    padding-top: 48px;
}

.section-6 .section-box .swiper-wrapper .swiper-slide {
    padding: 32px;
    font-weight: 500;
    font-size: 16px;
	line-height: 24px;
    text-align: center;
    color: #004E99;
}

.section-6 .section-box .swiper-wrapper .swiper-slide::before {
    content: '“';
    font-weight: 500;
    font-size: 85px;
    display: block;
    font-family: "Roboto", sans-serif;
    text-align: left;
    line-height: 1;
    height: 60px;
}

.slick-dots {
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.slick-dots li button {
    color: transparent;
    display: block;
    width: 36px;
    height: 8px;
    border-radius: 12px;
    background-color: #D9D9D9;
    transition: all 0.3s ease-in-out;
    border: none;
    outline: none;
    cursor: pointer;
}

.slick-dots li.slick-active button {
    background-color: #CFE1FF;
}

footer {
    background-color: #363F3E;
    padding: 64px 0;
}

.footer-box {
    max-width: 1024px;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.social-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    flex-direction: column;
}

.social-wrapper .title {
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    padding-bottom: 34px;
}

.social-wrapper .person-wrapper {
    padding-bottom: 24px;
}

.social-wrapper .person-wrapper .person {
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    padding-bottom: 8px;
}

.socials {
    display: flex;
    gap: 24px;
}


.footer-links {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    gap: 8px;
    flex-direction: column;
}

.footer-links a {
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    text-decoration: none;
}

.popup-wrapper {
    position: absolute;
    top: 96px;
    left: 50%;
    box-shadow: 0px 4px 4px 0px #00000040;
    background-color: #ffffff;
    padding: 32px;
    padding-top: 48px;
    border-radius: 8px;
    width: fit-content;
    position: fixed;
    transform: translate(-50%, -120%);
    transition: transform 0.3s ease-in-out;
    max-width: 400px;
}

.popup-wrapper.active {
    transform: translate(-50%);
}


.popup-wrapper .close {
    position: absolute;
    top: 8px;
    right: 16px;
    cursor: pointer;
}

.popup-wrapper .sign-wrapper {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #ADE5B9;
    position: relative;
    margin: auto;
    margin-bottom: 32px;
}

.popup-wrapper .sign-wrapper .check,
.popup-wrapper .sign-wrapper .x {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.popup-wrapper .sign-wrapper .x {
    display: none;
}

.popup-wrapper .text-good,
.popup-wrapper .text-wrong {
    font-weight: 400;
    font-size: 20px;
    text-align: center;
}

.popup-wrapper .text-wrong {
    display: none;
}

.popup-wrapper.wrong {
    display: block;
}

.popup-wrapper.wrong .sign-wrapper {
    background-color: #E5ADAD;
}

.popup-wrapper.wrong .text-wrong {
    display: block;
}

.popup-wrapper.wrong .text-good {
    display: none;
}

.popup-wrapper.wrong .x {
    display: block;
}

.popup-wrapper.wrong .check {
    display: none;
}

@media screen and (max-width: 600px) {
    .section-2 .section-box .list-wrapper .list .tex {
        text-align: center;
    }

    .main-nav ul {
        flex-direction: column;
        padding: 0 16px;
        position: absolute;
        bottom: 0;
        transform: translateY(100%);
        z-index: 100;
        background-color: #565C5B;
        max-height: 0;
        overflow: hidden;
        transition: all 0.3s;
        left: 0;
		width: 100%
    }

    .main-nav ul.active {
        max-height: 350px;
    }

    .main-nav ul li:last-child {
        padding-bottom: 16px;
    }

    .hamburger {
        display: flex;
    }

    .section-3 .section-box .logo-box {
        grid-template-columns: repeat(2, 1fr);
    }

    .section-4 .section-box .form-row:first-child {
        flex-direction: column;
    }

    .section-4 .section-box .form-row input {
        width: 100%;
    }

    .footer-box {
        flex-direction: column-reverse;
        gap: 48px;
    }

    .section-1 .section-box {
        padding: 128px 16px 72px 16px;
    }
}


html {
    scroll-behavior: smooth;
}


