@font-face {
    font-family: normal_font;
    src: url(../fonts/Nunito/static/Nunito-Regular.ttf);
}

@keyframes menu_show {
    from{top: -185px;}
    to{top: 80px;}
}

@keyframes menu_hide {
    from{top: 80px;}
    to{top: -185px;}
}

@keyframes opacity_on {
    from{opacity: 1;}
    to{opacity: 0.5;}
}

@keyframes opacity_off {
    from{opacity: 0.5;}
    to{opacity: 1;}
}

@keyframes slide {
    0% {
        background-image: url(../images/mieszkanie/Balkon2.webp);
    }

    15% {
        background-image: url(../images/mieszkanie/Balkon2.webp);
    }

    30% {
        background-image: url(../images/mieszkanie/salon3.webp);
    }

    45% {
        background-image: url(../images/mieszkanie/salon3.webp);
    }

    60% {
        background-image: url(../images/mieszkanie/Pokoj_dwuosobowy1.webp);
    }

    85% {
        background-image: url(../images/mieszkanie/Pokoj_dwuosobowy1.webp);
    }

    100% {
        background-image: url(../images/mieszkanie/Balkon2.webp);
    }
}

@keyframes link_change_text {
    0% {
        color: black;
        top: 0px;
    }

    33% {
        top: -5px;
    }

    66% {
        top: 5px;
    }

    100% {
        color: #618a50;
        top: 0px;
    }
}

@keyframes link_change_text_back {
    from {
        color: #618a50;
    }

    to {
        color: black;
    }
}

@keyframes link_change_text_on {
    0% {
        color: #a8d793;
        top: 0px;
    }

    33% {
        top: -5px;
    }

    66% {
        top: 5px;
    }

    100% {
        color: #618a50;
        top: 0px;
    }
}

@keyframes link_change_text_back_on {
    from {
        color: #618a50;
    }

    to {
        color: #a8d793;
    }
}

@keyframes button_resize {
    0% {
        scale: 100%;
    }

    50% {
        scale: 110%;
    }

    100% {
        scale: 100%;
    }
}

body {
    margin: 0;
    padding: 0;
    background-color: black;
}

#all{
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
    padding: 0;
    animation-name: none;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

#all_mobile{
    display: none;
}

/* pasek menu */

#menu {
    width: 100%;
    height: 100px;
    top: -100px;
    background-color: white;
    display: flex;
    flex-direction: row;
    position: fixed;
    font-family: normal_font;
    color: black;
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.75);
    z-index: 2;
}

#menu2 {
    width: 100%;
    height: 70px;
    top: 0;
    background-color: white;
    display: flex;
    flex-direction: row;
    position: relative;
    font-family: normal_font;
    color: black;
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.75);
    z-index: 1;
}

#menu3 {
    width: 100%;
    height: 70px;
    top: 0;
    background-color: white;
    display: flex;
    flex-direction: row;
    position: absolute;
    font-family: normal_font;
    color: black;
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.75);
    z-index: 1;
}

#menu a {
    text-decoration: none;
}

#menu2 a {
    text-decoration: none;
}

#menu3 a {
    text-decoration: none;
}

#menu_left {
    width: 20%;
    text-align: left;
    align-content: center;
}

#menu_left2{
    width: 20%;
    text-align: left;
    align-content: center;
    height: 300% !important;
}

#menu_right {
    width: 80%;
    text-align: right;
    align-content: center;
}

#menu_right a {
    margin: 0px;
    font-size: larger;
    color: black;
    padding: 15px;
    letter-spacing: 3px;
    position: relative;
    top: 0px;
    animation-name: link_change_text_back;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

#menu_right a:hover {
    animation-name: link_change_text;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

.on_link {
    margin: 0 10px;
    font-size: larger;
    color: #a8d793 !important;
    padding: 20px;
    letter-spacing: 3px;
    position: relative;
    top: 0px;
    animation-name: link_change_text_back_on !important;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

.on_link:hover {
    animation-name: link_change_text_on !important;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

#menu_img {
    height: 80%;
    margin-left: 8%;
}

#menu_mobile_content{
    display: none;
}

/* intro */

#intro {
    width: 100%;
    height: 700px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    animation-name: slide;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    font-family: normal_font;
}

#intro_other {
    width: 100%;
    height: 600px;
    display: flex;
    flex-direction: row-reverse;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: normal_font;
}

#intro_other2 {
    width: 100%;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
    gap: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/mieszkanie/salon3.webp);
    font-family: normal_font;
}

#intro_other3 {
    width: 100%;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/okolica/IMG_0855.JPEG);
    font-family: normal_font;
}

.rezerwacje_intro{
    background-image: url(../images/okolica/IMG_0359.JPEG) !important;
}

#intro_other3 div{
    height: 80%;
}

#intro_other3 div img{
    height: 100%;
}

#intro_other2 h1{
    background-color: rgba(255, 255, 255, 0.878);
    padding: 30px 100px;
    border-radius: 30px 0px 0px 30px;
    color: #618a50;
}

#intro_other3 h1{
    margin-right: 10%;
    background-color: white;
    padding: 10px;
    border-radius: 10px;
    color: black;
}

#intro_other2 h3{
    margin-right: 10%;
    background-color: white;
    padding: 10px;
    border-radius: 10px;
    color: black;
}

#intro_other3 h3{
    padding: 10px;
    font-style: italic;
    font-size: 1.3em;
    border-radius: 10px;
    letter-spacing: 0.3em;
    padding-left: 20px !important;
    padding-right: 20px !important;
    color: #618a50;
    background-color: white;
}

#intro_text{
    position: relative;
    background-color: white;
    border-radius: 20px;
    width: 50%;
    height: 60%;
    align-self: center;
    right: 10%;
    padding: 10px;
    box-shadow: 0px 0px 7px 0px black;
    text-align: center;
}

#intro_main {
    font-size: 4em;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.75);
    color: white;
    width: 100%;
    margin: 0;
    align-self: center;
}

#intro_second {
    font-size: 2em;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 10px;
    color: white;
    width: fit-content;
    margin: 0;
    align-self: center;
    margin-bottom: 10px;
}

#intro a {
    width: fit-content;
    align-self: center;
    width: 20%;
}

#intro_button {
    font-family: normal_font;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #a8d793;
    border: 5px solid #618a50;
    border-radius: 30px;
    font-size: 1.3em;
    transition: background-color 0.2s, color 0.2s, border 0.2s;
    animation-name: button_resize;
    animation-duration: 0.7s;
    animation-iteration-count: infinite;
    font-weight: bold;
}

#intro_button:hover {
    background-color: #618a50;
    border: 5px solid #a8d793;
    color: white;
    cursor: pointer;
}

#intro_div {
    width: 100%;
    margin-top: 20px;
    height: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

/* main */

main {
    height: fit-content;
    width: 100%;
}

.info_main1 {
    width: 100%;
    height: 600px;
    background-color: white;
}

.info_main2 {
    width: 100%;
    height: 600px;
    background-color: #a8d793;
}

.info_main3 {
    width: 100%;
    height: 900px;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.info_main4 {
    width: 100%;
    height: 900px;
    background-color: #a8d793;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
}

.info_main5 {
    width: 100%;
    height: fit-content;
    background-color: #a8d793;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

/* footer */

footer {
    background-color: #618a50;
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    font-family: normal_font;
}

footer p{
    color: white;
}

#menu_mobile{
    display: none;
}

.content_hr{
    width: 100%;
    height: 1px;
    background-color: #618a50;
    border: none;
    margin: 0;
}

.main_images{
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
}

.main_images a{
    margin: 70px;
    text-decoration: none;
    color: black;
    font-family: normal_font;
}

.images_link{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    border-radius: 10px;
    scale: 100%;
    transition: scale 0.2s;
}

.images_link:hover{
    scale: 110%;
}

.back_filt{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    border-radius: 10px;
    backdrop-filter: blur(0px);
    transition: backdrop-filter 0.2s;
}

.back_filt:hover{
    backdrop-filter: blur(5px);
}

.images_text{
    width: 50%;
    position: relative;
    background-color: white;
    border-radius: 10px;
    height: fit-content;
    text-align: center;
    margin-bottom: 10%;
    padding: 10px 0;
}

.images_text h2{
    margin: 0;
}

#cennik_rezer{
    width: 100%;
    height: fit-content;
    font-family: normal_font;
}

#cennik_rezer h1{
    text-align: center;
    margin-top: 0;
    font-size: 3em;
}

#cennik_rezer h3{
    text-align: center;
    font-size: 1.5em;
    margin-top: 25px;
}

#cennik_rezer a{
    color: #a8d793;
    width: fit-content;
    display: block;
    margin: auto;
    transition: color 0.2s;
}

#cennik_rezer a:hover{
    color: #618a50;
}

#h1_cen{
    padding-top: 15px;
}

#cennik_zdj{
    width: 50%;
    height: fit-content;
    margin: auto;
    padding-bottom: 20px !important;
}

#cennik_zdj img{
    width: 100%;
}

#kontakt_info{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 20px;
}

.image_info{
    width: 50%;
    margin: auto;
}

.image_info img{
    width: 100%;
}

#kontakt_info p{
    font-size: 1.2em;
}

.special_info_kontakt{
    font-size: 1em !important;
    color: #a8d793;
}

.intro_text_kontakt{
    width: 60% !important;
    height: fit-content !important;
}

#info_intro_onas, #info_intro_onas2{
    height: 200px !important;
}

#info_intro_onas{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

#info_intro_onas2{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#info_intro_onas3{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 300px;
}

#info_intro_galeria_mieszkanie{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 120px !important;
}

#info_intro_galeria_mieszkanie div{
    width: 10%;
    height: 80%;
}

#info_intro_galeria_mieszkanie img{
    height: 100%;
}

#info_intro_onas div{
    width: 15%;
    height: 80%;
}

#info_intro_onas img{
    height: 100%;
}

#info_onas_start{
    width: 70% !important;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#onas_start{
    margin: 0 auto;
    padding: 20px;
    font-family: normal_font;
    color: #a8d793;
    text-align: center;
    font-size: 1.5em;
    position: relative;
    top: -30px;
}

.onas_main{
    height: 40%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.onas_main_div{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 50%;
}

.onas_div_img{
    width: auto;
    height: 100%;
    margin: auto;
}

.onas_div_img img{
    height: 100%;
    border-radius: 10px;
    border: 5px solid #618a50;
}

.onas_main_div ul{
    margin: 40px;
}

.onas_main_div ul li{
    font-size: 1.3em;
    font-family: normal_font;
}

#info_onas_start h2{
    font-family: normal_font;
    font-weight: bold;
}

#main_text{
    font-size: 2em;
    border-radius: 10px;
    padding: 5px;
    width: fit-content;
    margin: auto;
    color: black;
}

#next_text{
    font-size: 2em;
    font-style: italic;
    color: #618a50;
    letter-spacing: 10px;
}

#info_intro_onas2 p{
    padding: 0;
    margin: 0 auto;
    font-family: normal_font;
    font-size: 1.5em;
    width: 80%;
    text-align: center;
}

#info_intro_onas3 p{
    padding: 0;
    margin: 0 auto;
    font-family: normal_font;
    font-size: 1.5em;
    width: 80%;
    text-align: center;
}

#onas_end_p{
    font-family: normal_font;
    font-size: 1.5em;
    text-align: center;
    margin-top: 0;
    width: 80%;
}

#onas_end_buttons{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#end_button{
    font-family: normal_font;
    width: fit-content;
    padding: 10px 50px;
    background-color: #a8d793;
    border: 5px solid white;
    border-radius: 30px;
    font-size: 1.3em;
    transition: background-color 0.2s, color 0.2s, border 0.2s;
    font-weight: bold;
}

#end_button:hover {
    background-color: #618a50;
    border: 5px solid #a8d793;
    color: white;
    cursor: pointer;
}

#onas_end_buttons div{
    width: 10%;
}

#onas_end_buttons img{
    width: 100%;
}

#main_opis{
    height: 90%;
    width: 100%;
    display: flex;
    flex-direction: row;
}

.main_opis_divs{
    width: 50%;
    position: relative;
    display: flex;
    align-items: center;
}

.main_opis_divs p{
    font-family: normal_font;
    font-size: 1.4em;
    width: 80%;
    margin: auto;
    line-height: 1.5em
}

.main_opis_divs div{
    width: 45%;
    position: relative;
}

.main_opis_divs img{
    width: 100%;
    border-radius: 20px;
}

#narty{
    top: 50px;
    left: -20px;
}

#gory{
    top: -50px;
    left: 20px;
    z-index: 1;
}

#main_kontakt{
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-family: normal_font;
    font-size: 1.7em;
}

#main_kontakt div{
    width: 50%;
    padding: 20px;
}

#main_kontakt h2{
    font-family: normal_font;
    width: fit-content;
}

.main_kontakt_h2{
    font-family: normal_font;
    font-size: 1.7em;
    color: white;
}

.main_kontakt_h2 h2{
    margin: 0;
    padding-top: 20px;
    font-style: italic;
}

#main_kontakt a{
    text-decoration: none;
    color: black;
    font-style: italic;
}

#map{
    width: 90%;
    height: 300px;
}

#map_box{
    display: flex;
    flex-direction: row;
    align-items: center;
}

#map_box iframe{
    border-radius: 10px;
}

.icons_a{
    width: 7%;
    display: block;
    text-decoration: none;
}

.icons_div{
    width: 100% !important;
    height: auto;
    margin: 0;
    padding: 0 !important;
}

.icons_div img{
    width: 100%;
}

.name_image{
    position: relative;
    margin-bottom: 20px !important;
}

.room_start{
    position: relative;
    width: 50%;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
    background-color: #a8d793;
    color: white;
    font-family: normal_font;
    top: 30px;
    text-align: center;
    letter-spacing: 0.5em;
    font-size: 1.5em;
}

.room_start2{
    position: relative;
    width: 50%;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
    background-color: white;
    color: #a8d793;
    font-family: normal_font;
    top: 30px;
    text-align: center;
    letter-spacing: 0.5em;
    font-size: 1.5em;
}

.miesz_images{
    height: fit-content;
    padding-bottom: 20px;
}

.miesz_images a{
    text-decoration: none;
}

.pion_img{
    width: 100%;
    scale: 100%;
    border-radius: 0px;
    transition: scale 0.3s, border-radius 0.3s;
}

.pion_img:hover{
    scale: 105%;
    border-radius: 10px;
}

.pion_a{
    width: 30%;
}

.pion_img img{
    width: 100%;
    height: auto;
    border-radius: 10px;
    border: 5px solid #618a50;
}

.poz_img{
    width: 100%;
    margin: auto;
    scale: 100%;
    border-radius: 0px;
    transition: scale 0.3s, border-radius 0.3s;
}

.poz_img:hover{
    scale: 105%;
    border-radius: 10px;
}

.poz_a{
    width: 50%;
    display: block;
    margin: auto;
}

.poz_img img{
    width: 100%;
    height: auto;
    border-radius: 10px;
    border: 5px solid #618a50;
}

#start_box{
    text-align: center;
    width: 100%;
    color: white;
    background-color: rgba(0, 0, 0, 0.75);
    margin: 0 auto;
    margin-bottom: 10px !important;
    padding-bottom: 10px;
    font-family: normal_font;
    letter-spacing: 0.7em;
    font-style: italic;
}

#start_box_div{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.breaker{
    width: 100%;
    height: 4px;
    border: #a8d793;
    background-color: #a8d793;
    margin: 0;
}

#oferta_text{
    position: relative;
    background-color: #a8d793;
    border-radius: 20px;
    width: 50%;
    height: fit-content;
    align-self: center;
    right: 10%;
    padding: 10px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    box-shadow: 0px 0px 7px 0px black;
    text-align: center;
}

.room_start_mobile{
        position: relative;
        width: 60%;
        margin: auto;
        padding-top: 10px;
        padding-bottom: 10px;
        border-radius: 10px;
        background-color: #a8d793;
        color: white;
        font-family: normal_font;
        top: 30px;
        text-align: center;
        letter-spacing: 0.3em;
        font-size: 1em;
        text-align: center;
    }

#oferta1{
    width: 90%;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: baseline;
}

#oferta1 h1{
    margin: 0;
    letter-spacing: 0.4em;
    color: #618a50;
}

#oferta2{
    height: 80%;
    width: 100%;
    background-color: white;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#oferta2_lista{
    width: 40%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

#oferta2_lista ul{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

#oferta2_lista ul li{
    font-size: 1.2em;
    width: fit-content;
}

#oferta2_info{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#oferta2_info p{
    margin-top: 10px;
    margin-bottom: 10px;
}

.oferta2_info_div{
    width: 95%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: justify;
    align-items: center;
}

.oferta2_info_div div{
    width: 10%;
    display: inline-block;
    height: auto;
}

.oferta2_info_div p{
    width: 90%;
    margin: 0;
}

.oferta2_info_div div img{
    width: 100%;
    rotate: 90deg;
}

#oferta3{
    text-align: start;
}

.cennik_prize{
    color: #618a50;
    font-weight: bold;
}

#main_text_rezerwacje{
    color: #618a50;
    letter-spacing: 0.2em;
    font-style: italic;
    font-weight: bold;
}

#next_text_rezerwacje{
    color: #618a50;
    letter-spacing: 0.2em;
    font-style: italic;
    font-weight: bold;
}

#rezerwacje_all{
    width: 90%;
    padding: 20px;
    height: fit-content;
    background-color: white;
    margin: auto;
    border-radius: 20px;
    font-family: normal_font;
    color: black;
}

#rezerwacje_all h3{
    font-size: 1.5em;
}

#end_rezerwacje{
    margin: 70px auto;
    text-align: center;
}

#rezerwacje_all ol li{
    font-size: 1.3em;
    margin: 10px auto;
}

#rezerwacje_all ol li::marker{
    font-weight: bold;
}

#rezerwacje_all_mobile ol li::marker{
    font-weight: bold;
}

.lista_rezerwacje li{
    font-size: 1em !important;
}

.lista_rezerwacje{
    list-style: disc;
}

.lista_rezerwacje li::marker{
    color: #a8d793;
}

.regulamin_hr{
    width: 80%;
    height: 3px;
    background-color: #a8d793;
    border: #a8d793 1px solid;
    border-radius: 10px;
}

#rezerwacje{
    
}

#rezerwacje_mobile{

}

#rezerwacje_stopka{

}

@media screen and (orientation: portrait) {
    #all{
        display: none;
    }

    #all_mobile{
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        animation-name: none;
        animation-duration: 0.5s;
        animation-fill-mode: forwards;
        font-family: normal_font;
        display: block;
    }

    #menu{
        display: none;
    }

    #menu2{
        display: none;
    }

    #menu3{
        display: none;
    }

    #menu_mobile {
        width: 100%;
        height: 80px;
        background-color: white;
        display: flex;
        flex-direction: row;
        position: fixed;
        font-family: normal_font;
        color: black;
        box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.75);
        z-index: 3;
    }

    #menu_mobile_content{
        width: 100%;
        display: none;
        flex-direction: column;
        justify-content: center;
        background-color: white;
        position: fixed;
        top: -100px;
        animation-name: none;
        animation-duration: 0.5s;
        animation-fill-mode: forwards;
        z-index: 2; 
    }

    #menu_mobile_content a{
        text-decoration: none;
        color: black;
        font-family: normal_font;
        padding: 10px 0;
        text-align: center;
    }

    #menu_mobile a {
        text-decoration: none;
    }

    #menu_left_mobile {
        width: 30%;
        text-align: left;
        align-content: center;
    }

    #menu_left_mobile a{
        width: fit-content;
        height: fit-content;
    }

    #menu_right_mobile {
        width: 70%;
        text-align: right;
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
    }

    #menu_right_mobile a {
        margin: 0 40px;
        font-size: larger;
        color: black;
        padding: 20px;
        letter-spacing: 3px;
        position: relative;
        top: 0px;
        animation-name: link_change_text_back;
        animation-duration: 0.5s;
        animation-fill-mode: forwards;
    }

    #menu_right_mobile a:hover {
        animation-name: link_change_text;
        animation-duration: 0.5s;
        animation-fill-mode: forwards;
    }

    #menu_img_mobile {
        height: 80%;
        margin-left: 3%;
    }

    #menu_button{
        width: 40px;
        height: 40px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        margin-right: 10%;
    }
    
    .button_line{
        width: 100%;
        margin: 0;
        padding: 0;
        background-color: #a8d793;
        border-radius: 10px;
        border: 1px solid #a8d793;
    }

    #intro_main{
        font-size: 5vw;
    }

    #intro_second{
        font-size: 4vw;
    }

    #intro_button{
        width: fit-content;
        padding-left: 20px;
        padding-right: 20px;
    }

    #intro_div a{
        width: 100%;
        display: flex;
        text-decoration: none;
        justify-content: center;
    }

    #intro_mobile{
        width: 100%;
        height: fit-content;
        background-image: url(../images/mieszkanie/salon4.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        font-family: normal_font;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #intro_mobile2{
        width: 100%;
        height: fit-content;
        background-image: url(../images/mieszkanie/salon4.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        font-family: normal_font;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: end;
    }

    #intro_main_mobile{
        width: 100%;
        font-size: 1.5em;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: rgba(0, 0, 0, 0.75);
        text-align: center;
        color: white;
        margin-bottom: 0;
    }

    #start_box_mobile{
        background-color: rgba(0, 0, 0, 0.75);
        color: white;
        width: 100%;
        font-size: 0.7em;
        text-align: center;
        letter-spacing: 0.2em;
        padding-top: 5px;
        margin-top: 0;
        padding-bottom: 5px;
        font-style: italic;
    }

    #intro_div_mobile{

    }

    #intro_button_mobile{
        font-family: normal_font;
        width: fit-content;
        padding: 5px;
        background-color: #a8d793;
        border: 5px solid #618a50;
        border-radius: 30px;
        font-size: 1em;
        animation-name: button_resize;
        animation-duration: 0.7s;
        animation-iteration-count: infinite;
        font-weight: bold;
    }

    .info_main1_mobile{
        width: 100%;
        background-color: white;
        padding-top: 20px;
        padding-bottom: 20px;
        height: fit-content;
    }

    .info_main2_mobile{
        width: 100%;
        background-color: #a8d793;
        padding-top: 20px;
        padding-bottom: 20px;
        height: fit-content;
    }

    #info_intro_mobile{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #info_intro_mobile p{
        margin: 0;
        margin-bottom: 20px !important;
        width: 80%;
        line-height: 2em;
    }

    #end_button_mobile{
        font-family: normal_font;
        width: fit-content;
        padding: 5px;
        background-color: #a8d793;
        border: 5px solid #618a50;
        border-radius: 30px;
        font-size: 1em;
        font-weight: bold;
    }

    #end_button_mobile2{
        font-family: normal_font;
        width: fit-content;
        padding: 5px;
        padding-left: 20px;
        padding-right: 20px;
        background-color: #a8d793;
        border: 5px solid #618a50;
        border-radius: 30px;
        font-size: 1em;
        font-weight: bold;
    }

    #main_opis_mobile{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .main_opis_divs_mobile{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .main_opis_divs_mobile p{
        width: 90%;
        line-height: 2em;
    }

    #gory_mobile{
        width: 60%;
        z-index: 1;
        position: relative;
        top: 20px;
        left: -50px;
    }

    #narty_mobile{
        width: 60%;
        position: relative;
        top: -20px;
        right: -50px;
    }

    #gory_mobile img{
        width: 100%;
        border-radius: 20px;
    }

    #narty_mobile img{
        width: 100%;
        border-radius: 20px;
    }

    .main_kontakt_h2_mobile{
        width: 100%;
    }

    .main_kontakt_h2_mobile h2{
        color: white;
        font-style: italic;
        font-size: 2em !important;
        margin-bottom: 10px;
    }

    #main_kontakt_mobile{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #main_kontakt_mobile div{
        width: 90%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .icons_a_mobile{
        width: 15%;
        display: block;
        text-decoration: none;
    }

    .icons_div_mobile{
        width: 100% !important;
        height: auto;
        margin: 0;
        padding: 0 !important;
    }

    .icons_div_mobile img{
        width: 100%;
    }

    #map_mobile{
        width: 90%;
        height: 300px;
    }

    #map_box_mobile{
        margin-top: 20px;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    #map_box_mobile iframe{
        border-radius: 10px;
    }

    #mobile_foot{
        text-align: center;
        font-size: 0.8em;
    }

    #apartament_h1{
        color: white;
        background-color: rgba(0, 0, 0, 0.75);
        padding: 15px;
        border-radius: 10px;
    }

    #apartament_h3{
        color: white;
        max-width: 90%;
        width: fit-content;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.75);
        padding: 15px;
        border-radius: 10px;
    }

    #info_onas_start_mobile{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #main_text_mobile{
        text-align: center;
    }

    #next_text_mobile{
        text-align: center;
        color: #a8d793;
        letter-spacing: 0.3em;
        font-style: italic;
    }

    #apartament_opis{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #apartament_opis_p{
        width: 80%;
        line-height: 2em;
    }

    #onas_start_mobile{
        text-align: center;
        color: #618a50;
    }

    .onas_main_mobile{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .onas_main_div_mobile{
        width: 85%;
    }

    .onas_div_img_mobile{
        width: 100%;
    }

    .onas_div_img_mobile img{
        width: 100%;
        border-radius: 10px;
        border: 5px solid #618a50;
    }

    #onas_end_p_mobile{
        width: 80%;
        line-height: 2em;
    }

    #all_h1_mobile{
        background-color: rgba(255, 255, 255, 0.878);
        padding: 30px 70px;
        border-radius: 30px 0px 0px 30px;
        color: #618a50;
    }

    .main_images_mobile{
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px;
    }

    .main_images_mobile a{
        width: 80%;
        text-decoration: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: black;
        font-family: normal_font;
    }

    .images_link_mobile{
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 190px;
        border-radius: 10px;
    }

    .back_filt_mobile{
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        border-radius: 10px;
    }

    .images_text_mobile{
        width: 50%;
        position: relative;
        background-color: white;
        border-radius: 10px;
        height: fit-content;
        text-align: center;
        margin-bottom: 5%;
        padding: 10px 0;
    }

    .images_text_mobile h2{
        margin: 0;
    }

    #oferta_text_mobile{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 90%;
        margin: auto;
        background-color: white;
        border-radius: 10px;
        padding: 5px;
    }
    #info_onas_start_mobile{
        color: #618a50;
        text-align: center;
    }

    #main_text_rezerwacje_mobile{
        font-size: 1.3em;
    }

    #next_text_rezerwacje_mobile{
        font-size: 1.2em;
        width: 90%;
    }

    .info_main5_mobile{
        width: 100%;
        background-color: #a8d793;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    #rezerwacje_all_mobile{
        width: 90%;
        padding: 5px;
        margin: auto;
        background-color: white;
        border-radius: 10px;
    }

    .intro_text_kontakt_mobile{
        width: 100%;
        background-color: #a8d793 !important;
        text-align: center !important;
    }

    #kontakt_info_mobile{
        background-color: white;
        width: 90%;
        margin: auto;
        padding: 5px;
        padding-top: 15px !important;
        border-radius: 10px;
    }

    #main_text_mieszkanie_mobile{
        color: #618a50 !important;
        text-align: center;
        width: 100%;
    }

    .room_start_mobile{
        position: relative;
        width: 60%;
        margin: auto;
        padding-top: 10px;
        padding-bottom: 10px;
        border-radius: 10px;
        background-color: #a8d793;
        color: white;
        font-family: normal_font;
        top: 30px;
        text-align: center;
        letter-spacing: 0.3em;
        font-size: 1em;
        text-align: center;
    }
}