body {
    background-color: #ffffff;
    font-family: 'Arial', sans-serif;
    height: 100%;
}

@media (max-width: 767px) {
    /* Wstep */
    .title_div {
        margin-top: -250px !important;
    }
    
    .title h1 {
        font-size: max(40px, 8vw);
    }
    
    .title p {
        font-size: 17px !important;
        line-height: 25px !important;
        margin: 0px 10px !important;
    }
    
    .scroll-button {
        transform: translate(-50%, -220px) !important;
    }    
    
    .arrow {
        margin-top: -160px;
    }
    
    /* Box */
    .main_box {
        margin-bottom: 100px !important;    
    }
    
    .center_box {
        width: 90vw !important;
    }
    
    /* Przyszlosc jest teraz */
    .future_box {
        display: grid !important; 
        justify-content: left !important;
    }
    
    .brain_img {
        height: auto !important;
        width: 100% !important;
        border-radius: 40px;
        margin: auto !important;
    }
    
    .future_div {
        width: 100% !important;
        margin: 30px auto auto auto !important;
        padding: 0px !important;
    }
    
    .future_div h1 {
        color: black !important;
        font-size: 6vw !important;
    }
    
    .future_div p {
        margin-top: 30px;
        font-size: 17px !important;
        line-height: 25px !important;
    }
    
    .line {
        display: block !important;
        width: 80vw;
        height: 2px;
        background-color: #64A40F;
        margin: 20px 0;
    }
    
    /* Zastosowania AI */
    .examples {
        display: grid !important;
        width: 90vw !important;
    }
    
    .ai_title_div {
        display: none;
    }
    
    .title_ai_2 {
        display: block !important;
    }
    
    .ai_text {
        width: 100% !important;
        height: auto !important;
        padding: 0px 0px 40px 0px !important;
    }
    
    .ai_text img {
        height: 120px !important;
    }

    .ai_text i {
        font-size: 120px !important;
    }

    .fa-php {
        font-size: 104px !important;
    }
    
    .ai_text h4 {
        font-size: 25px !important;
        padding: 30px 0px !important;
    }
    
    .ai_text p {
        font-size: 17px !important;
        line-height: 25px !important;
    }
    
    /* Etapy realizacji */
    .etap_phon {
        display: block !important;
    }
    
    .container_e {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    /* Wstep */
    .title h1 {
        font-size: min(8vw, 60px);
    }
    
    .scroll-button {
        transform: translate(-50%, -220px) !important;
    }    
    
    .arrow {
        margin-top: -160px;
    }
    
    /* Box */
    .center_box {
        width: 90vw !important;
    }
    
    /* Przyszlosc jest teraz */
    .future_div {
        margin: 270px 0px auto -650px  !important;
        padding: 15px 40px  !important;
    }
    
    .brain_img {
        margin-left: -90px;
    }
    
    /* Zastosowania AI */
    .examples {
        display: grid !important;
        width: 100% !important;
    }
    
    .ai_text {
        width: 100% !important;
        height: auto !important;
        padding: 0px 0px 40px 0px !important;
    }
    
    .ai_text img {
        height: 120px !important;
    }

    .ai_text i {
        font-size: 120px !important;
    }

    .fa-php {
        font-size: 104px !important;
    }
}

@media (min-width: 1024px) and (max-width: 1300px) {
    /* Wstep */
    .title h1 {
        font-size: min(6vw, 100px);
    }
    
    .arrow {
        margin-top: -40px;
    }
    
    /* Box */
    .center_box {
        width: min(90vw, 1200px) !important;
    }
    
    /* Przyszlosc jest teraz */
    .future_div {
        margin: auto 0px auto -420px !important;
    }
    
    .brain_img {
        margin-left: -90px;
    }
    
    /* Zastosowania AI */
    .ai_text {
        width: 40vw !important;
    }
}

@media (min-width: 1300px) and (max-width: 1600px) {
    /* Wstep */
    .title h1 {
        font-size: min(6vw, 100px);
    }
    
    .arrow {
        margin-top: -40px;
    }
    
    /* Przyszlosc jest teraz */
    .brain_img {
        height: 400px !important;
    }
    
    .future_div p {
        font-size: 18px !important;
        line-height: 30px !important;
    }
    
    /* Zastosowania AI */
    .ai_text {
        width: 40vw !important;
    }
}

@media (min-width: 1600px) {
    /* Wstep */
    .title h1 {
        font-size: min(6vw, 100px);
    }
    
    .arrow {
        margin-top: -40px;
    }
}

@media (max-height: 600px) {
    /* Wstep */
    .scroll-button {
        display: none;
    }
    
    .title_div {
        margin-top: calc(1vh - 150px) !important;
    }
}

/* Wstep */
#animation_vectors {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.animation_div {
    position: relative;
}

.title {
    position: relative;
    height: calc(100vh);
    z-index: 1;
    display: grid;
    justify-content: center;
    align-content: center;
}

.title_div {
    margin-top: -200px;
    text-align: center;
}

.title h1 {
    text-align: center;
    color: #64A40F;
}

.title p {
    font-size: 20px;
    line-height: 32px;
    margin: 0px 45px;
}

.scroll-button {
    position: absolute;
    z-index: 2;
    width: 60px;
    height: 110px;
    left: 50%;
    transform: translate(-50%, -185px);
    cursor: pointer;
}

.arrow {
    margin-left: -8px;
    animation: bounce 1s infinite alternate;
}

.arrow:nth-child(2) {
    animation-delay: 0.5s;
}

@keyframes bounce {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(10px);
    }
}

/* Box */
.main_box {
    margin-bottom: 200px;
}

.center_box {
    width: min(90vw, 1400px);
    margin: auto;
}


/* Przyszlosc jest teraz */
.future_box {
    display: flex;
    justify-content: center;
}

.future_div {
    width: 700px;
    height: 100%;
    margin: auto 0px auto -250px;
    background: #FFFFFF;
    padding: 10px 80px;
}

.future_div h2 {
    color: #64A40F;
}

.future_div p {
    font-size: 20px;
    line-height: 32px;
}

.brain_img {
    height: 500px;
    width: auto;
    margin-right: 30px;
    display: block;
}

.line {
    display: none
}

/* Zastosowania AI */
.examples {
    display: flex;
    width: min(90vw, 1400px);
    margin: auto;
}

.title_ai {
    border-bottom: 1px solid #64A40F;/*pozioma linia do która znajdzie się pod tekstem nagłówka*/
    color: #000;
    font-size: 50px;
    margin: 65px 6vw;
    position: relative;
    text-align: center;
}
.title_ai span {
    background: #FFF;/*tło dla naszego napisu w nagłówku, który przykryje poziomą linię*/
    padding: 0 15px;
    position: relative;
    top: 29px;
}

.title_ai_2 {
    display: none;
}

.ai_text {
    display: grid;
    width: min(33vw, 700px);
    font-weight: 400;
    color: #000;
    margin: 30px auto;
    background-color: #fff;
    border: none;
    border-radius: 45px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
}

.ai_text img {
    height: 150px;
    width: auto;
    margin: 40px auto -10px auto;
}

.ai_text i {
    font-size: 150px;
    margin: 40px auto -10px auto;
}

.fa-php {
    font-size: 134px !important;
}


.ai_text:hover {
  background-color: #FAFAFA;
  box-shadow: 0px 15px 20px #64A40F;
  color: #000;
  transform: translateY(-7px);
}

.ai_text h4 {
    text-align: center;
    padding: 50px 0px;
    font-size: 30px;
}

.ai_text p {
    text-align: left;
    padding: 0px 25px 30px 25px;
    font-size: 20px;
    line-height: 32px;
}

/* Pytania */
.button_contact {
    width: 134px;
    padding: 8px 16px;
    margin: 30px auto;
    background: #64A40F;
    color: white;
    font-size: 16px;
    border-radius: 10px;
}