/* Obecne */
@import url('https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=League+Gothic&family=Merriweather:wght@700&family=Poppins:wght@100;500&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}






/* Sekce Úvod */
header {
    width: 100%;
    height: 100vh;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.uvod {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 55%;
    padding: 2%;
}

.text-uvod {
    max-width: 50%;
}

.text-uvod h1 {
    font-size: 105px;
    color: #FF8C00;
}

.text-uvod p {
    font-size: 1.40rem;
    line-height: 1.8;
    color: #3f3f3f;
}

.image-section img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}






/* Sekce Proč morče? */
.proc-morce {
    background-color: rgb(248, 248, 248);
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 60px;
    
}

.proc-morce .container {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}


.proc-morce .image-section img {
    max-width: 500px;
    height: auto;
    border-radius: 10px;
}

.proc-morce .text-section {
    max-width: 50%;
    padding-left: 40px;
}

.proc-morce h2 {
    white-space: nowrap;
    font-size: 70px;
    color: #FF8C00;
    margin-bottom: 15px;
}

.proc-morce ul {
    list-style-type: circle;
}

.proc-morce ul li {
    font-size: 25px;
    line-height: 2;
    margin-bottom: 10px;
    color: #3f3f3f;
}









/* Sekce Jak se starat o morče? */
.jak-se-starat {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 50px;
    margin-top: 60px;
}

.jak-se-starat .container {
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    align-items: center;
}

.jak-se-starat .text-section {
    max-width: 55%;
}

.jak-se-starat .image-section img {
    max-width: 500px;
    height: auto;
    border-radius: 10px;
}

.jak-se-starat h2 {
    font-size: 50px;
    color: #FF8C00;
    margin-bottom: 20px
}

.jak-se-starat ul {
    list-style-type: disc;
}

.jak-se-starat ul li {
    font-size: 23px;
    line-height: 2;
    margin-bottom: 10px;
    color: #3f3f3f;
}










/* Sekce Plemena morčat */
.plemena-morcata {
    padding: 60px 40px;
    margin-top: 50px;
    text-align: center;
    width: 100%;
}

.plemena-morcata h2 {
    font-size: 55px;
    color: #333;
    margin-bottom: 60px;
}

.plemena-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
    gap: 10px;
}

.plemeno-item {
    margin-bottom: 20px;
    max-width: 500px;
}

.plemeno-item img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.plemeno-item p {
    margin-top: 10px;
    font-size: 25px;
    color: #333;
}






/* Sekce Chcete si pořídit morče */
.chcete-morce {
    background-color: rgb(248, 248, 248);
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 160px 60px;
    margin: 0 auto;
}

.chcete-morce .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 70%;
    margin: 0 auto;
}

.chcete-morce .text-section {
    max-width: 60%;
    margin-right: 5%;
}

.chcete-morce .text-section h2 {
    font-size: 45px;
    color: #FF8C00;
    margin-bottom: 25px;
}

.chcete-morce .text-section p {
    font-size: 25px;
    color: #333;
    line-height: 1.75;
}

.chcete-morce .image-section img {
    max-width: 675px;
    height: auto;
    border-radius: 10px;
}




/* Sekce footer */    

footer {
    background-color: rgb(31, 31, 31);
    color: rgb(245, 245, 245);
    text-align: center;
    padding: 40px;
    position: relative;
    bottom: 0;
    width: 100%;
    font-size: 18px;
}






/* Šipečka směřující dolů a nahoru*/
.scroll-down {
    position: relative;
    left: 0%;
    transform: translateX(-50%);
    font-size: 50px;
    bottom: 120px;
    animation: bounce 2s infinite;
    color: #FF8C00;
}

.scroll-down2 {
    position: relative;
    left: 0%;
    transform: translateX(-50%);
    font-size: 50px;
    top: 30px;
    animation: bounce 2s infinite;
    color: #FF8C00;
}

.scroll-down3 {
    position: relative;
    left: 0%;
    transform: translateX(-50%);
    font-size: 50px;
    animation: bounce 2s infinite;
    color: #FF8C00;
}

.scroll-down a {
    text-decoration: none;
    color: inherit;
}

.scroll-down2 a {
    text-decoration: none;
    color: inherit;
}

.scroll-down3 a {
    text-decoration: none;
    color: inherit;
}

.sipkadole{
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: rgb(248, 248, 248);
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}






/* Responzivita*/


@media (max-width: 1600px)
{
 .uvod{
    max-width: 80%;
 }

 .chcete-morce .container {
    flex-direction: column;
    text-align: center;
}
.chcete-morce .fotkadole{
    margin-top: 30px;
}

}

@media (max-width: 1400px)
{
.text-uvod h1{
    font-size: 90px;
}
} 

@media (max-width: 1320px) 
{
    .uvod {
        max-width: 75%;
        padding: 2%;
    }

    .uvod .image-section img{
        max-width: 90%;
    }

    .proc-morce .container, 
    .jak-se-starat .container, 
    .chcete-morce .container {
        max-width: 90%;
    }

    .plemena-morcata h2 {
        font-size: 45px;
    }

    .text-section ul li{
        font-size: 25px;
        list-style: none;
    }
    .proc-morce h2 {
        font-size: 80px;
        white-space: wrap;
    }

    .chcete-morce .fotkadole{
        margin-top: 25px;
    }
}

@media (max-width: 950px) {
    .uvod {
        flex-direction: column;
        text-align: center;
    }

    .image-section{
        margin-top: 25px;
    }
    .uvod .text-uvod, .uvod .image-section {
        max-width: 100%;
    }

    .text-uvod h1 {
        font-size: 90px;
    }

    .proc-morce .container {
        flex-direction: column;
    }

    .proc-morce .text-section {
        max-width: 100%;
        padding-left: 0;
        text-align: center;
        margin-top: 30px;
    }

    .proc-morce h2 {
        font-size: 70px;
    }

    .proc-morce ul li {
        font-size: 25px;
    }

    .jak-se-starat .container {
        flex-direction: column;
    }

    .jak-se-starat .text-section {
        max-width: 100%;
        text-align: center;
    }

    .jak-se-starat h2 {
        font-size: 60px;
    }

    .jak-se-starat ul li {
        font-size: 25px;
    }

    .plemena-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .chcete-morce .container {
        flex-direction: column;
    }

    .chcete-morce .text-section {
        max-width: 100%;
        margin-right: 0;
        text-align: center;
    }

    .chcete-morce h2 {
        font-size: 50px;
    }

    .chcete-morce .text-section p {
        font-size: 24px;
    }
}

@media (max-width: 700px) {
    .text-uvod h1 {
        font-size: 70px;
    }

    .text-uvod p {
        font-size: 1.4rem;
    }

    .proc-morce h2 {
        font-size: 50px;
    }

    .proc-morce ul li {
        font-size: 22px;
    }

    .jak-se-starat h2 {
        font-size: 45px;
    }

    .jak-se-starat ul li {
        font-size: 22px;
    }

    .plemena-container {
        grid-template-columns: 1fr;
    }

    .plemeno-item p {
        font-size: 22px;
    }

    .chcete-morce h2 {
        font-size: 40px;
    }

    .chcete-morce .text-section p {
        font-size: 22px;
    }

    .chcete-morce .fotkadole {
        display: flex;
        justify-content: center;
    }
    .chcete-morce .fotkadole img{
        max-width: 100%;
    }

    .jak-se-starat .image-section{
        max-width: 75%;
    }

    .jak-se-starat .image-section img{
        max-width: 100%;
        height: auto;
    }

    .proc-morce .image-section{
        max-width: 95%;
    }

    .proc-morce .image-section img{
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 500px) {
    .text-uvod h1 {
        font-size: 50px;
    }

    .text-uvod p {
        font-size: 1.2rem;
    }

    .proc-morce h2 {
        font-size: 40px;
    }

    .proc-morce ul li {
        font-size: 18px;
    }

    .jak-se-starat .text-section h2 {
        font-size: 35px;
    }

    .jak-se-starat ul li {
        font-size: 18px;
    }

    .plemeno-item p {
        font-size: 20px;
    }

    .chcete-morce .text-section h2 {
        font-size: 45px;
    }

    .chcete-morce .text-section p {
        font-size: 20px;
    }
}
