@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.container{
    width:  1800px;
    height: 900px;
    margin: auto;
    position:relative;
    overflow:hidden ;
    display: flex;
}

*{
    font-family:'Roboto', sans-serif;
    font-size: 22px;    
}

/* prawa strona  */
#mapa{ 
    border-right: solid lightgray 2px;
    width: 65% !important;
 }
#controlki{
    width: 400px;
    display: flex;
    flex-direction: column;
    position: absolute;
    top:0px;
    left: 0px;
    z-index: 20;
}
.title{
    text-align: center;
    background-color: #E2E88A;
    padding: 15px;
}
.control{
    background-color: transparent;
    border: none;
    text-align: left;
    margin-bottom: 10px;
    cursor: pointer;
    
}
.control:hover{
    font-weight: 600;
}
.mapki{
    width: 100%;
    height: 1200px;
    position: absolute;
    position: relative;
    z-index: 1;
    top:-190px;
    left: 250px;

    background-repeat: no-repeat;
    background-size: 65%
}

#fullscreen{
    position: absolute;
    top:850px;
    z-index: 3;
    left: 800px;
}
.mapka{
    border:solid transparent 2px; 
    width: 82%;
    height: 75%;
    position: absolute;
    top:252px;
    left: 14px;
    background-size: 100%;
    background-repeat: no-repeat;
}
#m0{
    background-image: url('./assety/dzialki.png');
}
#m1{
    background-image: url('./assety/budynki.png');
}
#m2{
    background-image: url('./assety/konturyklasyfikacyjne.png');
}
#m3{
    background-image: url('./assety/konturyuzytkow.png');
}
#mtlo{
    background-image: url('./assety/tlo.jpg');
    width: 110%;
    height: 110%;
    top:90px;
    left: -134px;
}
/* lewa strona  */
#text {
    padding-left: 25px;
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    z-index: 5;
    width: 35%;
}
.textcontrol{
    background-color: transparent;
    border: none;
    text-align: left;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 18px;   
    width:350px;
}
.textcontrol:hover{
    background-color: lightgray;
}
#DIF{
    display: none;
   flex-direction: column;
   align-items: center;
   overflow:auto;
   height: 900px;
}
#Ititle{
    font-size: 32px;
}
#InfoAudio{
    margin-bottom: 20px;
}
#btnBack{
    background-color: transparent;
    border: none;
    position: relative;
    left:-240px;
    cursor: pointer;
    border-radius: 12px;
}
#btnBack:hover{
    background-color: lightcoral;
    font-weight: 600;
}
#infoImg{
    width:600px!important;
    height:450px!important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
hr{
    opacity: 0;
}
.DC{
    display: flex;
    flex-direction: column;
    border-bottom: solid 2px lightgray;
    margin-bottom: 15px;
}