@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
    /* font-family: "Readex Pro", sans-serif; */
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;
    overflow-y: scroll;
    overflow-x: hidden;
    box-sizing: border-box;
    --scroll-size: 10px;
    --scroll-radius: 10px;
    --scroll-track: rgb(0 0 0 / 40%);
    --scroll-thumb-color: #dfdfdf;
}

/* Scrollbar styles */
::-webkit-scrollbar {
    width: var(--scroll-size);
    height: var(--scroll-size);
    /* border-radius: var(--scroll-radius); */
}

::-webkit-scrollbar-thumb {
    background-color: var(--scroll-thumb-color);
    /* border-radius: var(--scroll-radius); */
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

::-webkit-scrollbar-track {
    background-color: var(--scroll-track);
    /* border-radius: var(--scroll-radius); */
}

body {
    position: relative;
    height: 100vh;
    width: 100%;
    min-width: 450px; /* max for mobile */
    margin: 0;
    background-color: white;
    flex-shrink: 0;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    z-index: 99;
}

header .header_box_container {
    padding: 40px 100px;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    width: 100%;
    transition: 0.6s;
    z-index: 99;
    background-color: #525866;
}

header .sticky {
    padding: 10px 100px;
    background-color: #fff;
}

.header_box_container.sticky .logo,
.header_box_container.sticky .grid-header {
    color: #525866;
    font-size: 2em;
}

header .header_box_container .logo {
    position: relative;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    font-size: 2.5em;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: 0.6s;
    font-family: 'Poppins', sans-serif;
}

header .header_box_container .grid-header {
    position: relative;
    font-size: 2.5em;
    transition: 0.6s;
    color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
}

@media only screen and (max-width: 550px) {
    body main {
        padding-top: 150px;
    }
}

main {
    padding-top: 123px;
    background-color: #525866;
    height: auto;
}

.title {
    height: 80vh;
    padding:  40px 100px 50px 100px;
    display: grid;
    grid-template-columns: repeat(2, 500px);
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

h2 {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    line-height: 100%;
    unicode-bidi: isolate;
}

.title h2 {
    font-size: 50px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.title h2 span {
    display: flex;
    font-size: 18px;
    font-weight: 400;
    width: 300px;
    padding-top: 15px;
    color: #ffffff9f;
}

.for_photo {
    height: 20vh;
    padding:  40px 100px 0 100px;
    display: grid;
    justify-content: space-around;
    text-align: center;
    align-items: center;
    color: black;
}

.for_photo span {
    display: flex;
    font-size: 18px;
    font-weight: 400;
    width: 700px;
    padding-top: 30px;
    line-height: 120%;
    color: rgba(0, 0, 0, 0.600);
}

.for_photo h2 {
    font-size: 50px;
    font-weight: 700;
    margin: 0 0 20px 0;
}
.text_for_photo_slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 20px;
}

.text_for_photo_slide span {
    display: flex;
    font-size: 18px;
    font-weight: 400;
    max-width: 700px;
    line-height: 120%;
    color: rgba(0, 0, 0, 0.600);
    text-align: center;
}

.text_for_photo_slide h2 {
    max-width: 450px;
    font-size: 50px;
    font-weight: 700;
    margin: 0 0 20px 0;
} 

.wellcome_page_text {
    height: 80vh;
    padding:  40px 100px 50px 100px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    color: white;
    transform: translateY(-50px);
}

.wellcome_page_text  h2 {
    font-size: 50px;
    font-weight: 700;
    margin: 0 0 20px 0;
    max-width: 400px;
    word-break: break-word;
}

.wellcome_page_text span {
    display: flex;
    font-size: 18px;
    font-weight: 400;
    padding: 15px 0;
    color: #ffffff9f;
}

.container_box {
    display: flex;
    padding-bottom: 30px;
    justify-content: center;
    background-color: #eef2f5;
    position: relative;
}

.box {
    width: 80%;
    display: flex;
    flex-direction: column;
    padding: 0 40px;
    opacity: 1;
}

.glide__slide img {
    height: 600px;
    width: 100%;
    border-radius: 10px;
    box-shadow: 1px 2px 13px 2px rgba(0, 0, 0, 0.6);
}

.glide__slide {
    position: relative;
    padding: 20px 15px;
    /* transition: 0.4s; */
}

.glide__arrows .glide__arrow--right {
    right: -0.5em;
}

.glide__arrows .glide__arrow--left {
    left: -0.5em;
}

.glide__bullets {
    top: 41em;
}

.glide__arrows .glide__arrow {
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    background-color: #fff;
    color: rgb(82, 88, 102);
    font-size: 26px;
    padding: 0;
    align-items: center;
    border-radius: 50%;
    border-color: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-box-shadow: 0px 0px 40px -21px rgba(66, 68, 90, 1);
    -moz-box-shadow: 0px 0px 40px -21px rgba(66, 68, 90, 1);
    box-shadow: 0px 0px 40px -21px rgba(66, 68, 90, 1);
}

.glide__slide--active {
    transform: scale(1.02);
    transition: 0.4s;
}

.glide__arrows .glide__arrow:hover {
    border-color: rgba(0, 0, 0, 0.295);
}

.container {
    min-height: 350px;
    flex-wrap: wrap;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.container .photo_container img {
    width: 100%;
    height: auto;
    border-radius: 4px;
} 

.container .photo_container {
    padding: 0 20px;
}

.container .text_container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 50px;
    padding: 0 20px 50px 20px;
}

.text_container h2 {
    max-width: 450px;
    font-size: 50px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.text_container span {
    display: flex;
    font-size: 18px;
    font-weight: 400;
    max-width: 450px;
    padding-top: 30px;
    line-height: 120%;
    color: rgba(0, 0, 0, 0.600);
}

.container_white {
    padding-top: 30px;
    background-color: #eef2f5;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.btn-show {
    justify-self: end;
    padding: 14px 45px;
    cursor: pointer;
    border: 1px solid #eef2f5;
    background-color: #eef2f5;
    color: #525866;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    margin-top: 50px;
}

.another {
    background-color: #ffffff;
    padding: 80px 0;
}

.pallet {
    min-height: 400px;
    flex-wrap: wrap;
    width: 75%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-start;
}

.cell {
    width: 300px;
    min-width: 300px;
    max-width: 500px;
    margin: 15px;
    height: 400px;
    position: relative;
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    transition: all 1s;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 21px -7px rgba(66, 68, 90, 0.80);
    -moz-box-shadow: 0px 0px 21px -7px rgba(66, 68, 90, 0.80);
    box-shadow: 0px 0px 21px -7px rgba(66, 68, 90, 0.80);
}   

.photo {
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
}

.celltextupper {
    height: 30px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    padding: 10px 0 10px 0;
    text-align: center;
}

.celltextlower {
    display: flex;
    font-size: 18px;
    font-weight: 400;
    width: fit-content;
    text-align: center;
    line-height: 120%;
    color: rgba(0, 0, 0, 0.600);
    height: 150px;
    padding: 10px 10px 0 10px;
}


.container_gray {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #eef2f5;
    padding-bottom: 100px;
}

hr {
    width: 80%;
}

footer {
    width: 100%;
    height: auto;
    background-color: #3e454f;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

footer .contact {
    color: #fff;
    font-size: 25px;
    margin: 40px 0 10px 0;
}

.dane {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 75%;
    justify-content: space-evenly;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.up, .middle, .down{
    height: 80px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 45px;
    justify-content: space-evenly;
    border-radius: 50px;
    margin-bottom: 40px;
    cursor: pointer;
}

.up i, .middle i, .down i{
    padding: 0 20px;
    font-size: 25px;
    height: 90px;
    width: 50px;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    background-color: white;
}

.up i::before, .middle i::before, .down i::before{
    font-size: 25px;
    color: #3e454f;
}

.middle h2 {
    right: 100px;
}

.social {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 95%;
    justify-content: space-between;
    align-items: center;
    margin: 25px 0 15px 0 ;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.600);
}

.social .dot {
    color: white;
    font-size: 30px;
    border-radius: 50px;
    position: relative;
    left: -50px;
}

.social .home {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    width: 65px;
    left: 20px;
    position: relative;
}

.blank {
    width: 65px;
}

.social button {
    justify-self: end;
    padding: 14px 45px;
    cursor: pointer;
    border: 1px solid #3e454f;
    background-color: #3e454f;
    color: #eef2f5;
    border-radius: 35px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    font-size: 30px;
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    line-height: 100%;
    unicode-bidi: isolate;
}

@keyframes move-animate-true {
    0% { width: 0; }
    100% { width: 250px; }
}
@keyframes move-animate-false {
    0% { width: 250px; }
    20% { width: 265px; }
    100% { width: 0; }
}

@keyframes text-animate-true {
    0% { opacity: 0; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes text-animate-false {
    0% { opacity: 1; }
    100% { opacity: 0; }
}

.move.animate-false {
    overflow: hidden;
    width: 0;
    animation-name: move-animate-false;
    animation-duration: 2s;
}

.move.animate-true {
    overflow: hidden;
    width: 250px;
    animation-name: move-animate-true;
    animation-duration: 2s;
}


.move.animate-true .text {
    opacity: 1;
    animation-name: text-animate-true;
    animation-duration: 2.8s;
}

.move.animate-false .text {
    opacity: 0;
    animation-name: text-animate-false;
    animation-duration: 0.5s;
}

.move {
    display: flex;
    flex-direction: row;
    justify-content: start;
    background-color: transparent;
    position: relative;
    z-index: 1;
    width: 0;
    height: 89px;
    padding: 0 45px;
    border-radius: 50px;
    margin-bottom: 40px;
    cursor: pointer;
    transition: 1s all;
    overflow: hidden;
    background-color: #31373F;
}

.text {
    margin-left: 60px;
    color: rgba(255, 255, 255, 0.700);
    font-size: 1.2em;
    letter-spacing: 2px;
    font-weight: 600;
}

.dot_move {
    width: 0;
    height: 90px;
    border-radius: 50%;
    transition: 1s all;
    background-color: #31373F;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
}

@keyframes rotate-true {
    0% {transform: rotate(0);}
    100% {transform: rotate(360deg);}
}

@keyframes rotate-flase {
    100% {transform: rotate(0);}
    0% {transform: rotate(360deg);}
}

@keyframes headerbox-true {
    0% {height: 0;}
    100% {height: 200px;}
}

@keyframes headerbox-false {
    100% {height: 0;}
    0% {height: 200px;}
}

@keyframes headeritem-true {
    0% {opacity: 0;}
    50% {opacity: 0;}
    100% {opacity: 1;}
}

@keyframes headeritem-false {
    100% {opacity: 0;}
    80% {opacity: 0;}
    0% {opacity: 1;}
}

.lista {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: absolute;
    width: 200px;
    right: 80px;
    top: 100%;
    list-style: none;
    height: 0;
    justify-content: space-evenly;
    padding: 0;
    margin: 0;
    transition: 0.6s;
}

.active {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16.5px;
}

.item {
    color: rgba(255, 255, 255, 0.6);
    opacity: 0;
    padding-right: 10px;
    letter-spacing: 1px;
    font-size: 15px;
    display: flex;
    font-weight: 400;
    cursor: default;
    transition: 0.2s;
}

.rotate-true {
    transform: rotate(360deg);
    animation-name: rotate-true;
    animation-duration: 1.5s;
}

.rotate-false {
    transform: rotate(0);
    animation-name: rotate-flase;
    animation-duration: 1s;
}

.box-header-true {
    background-color: #31373F;
    height: 200px;
    animation-name: headerbox-true;
    animation-duration: 1s;
}

.box-header-false {
    background-color: #31373F;
    height: 0;
    animation-name: headerbox-false;
    animation-duration: 1s;
}

.box-header-text-true {
    cursor: pointer;
    opacity: 1;
    animation-name: headeritem-true;
    animation-duration: 1s;
}

.box-header-text-false {
    cursor: default;
    opacity: 0;
    animation-name: headeritem-false;
    animation-duration: 0.5s;
}