*{
    box-sizing: border-box;
}
body{
    margin: 0;
    padding: 0;
    background-color: #30333C;
    font-family: Calibri;
    display: flex;
    flex-direction: column;
}
.section-container{
    display: flex;
    width: 100%;
    min-height: 100vh;
    z-index: 0;
}
#third-section{
    min-height: 100vh !important;
}
footer{
    width: 100%;
    position: relative;
    text-align: center;
    color: white;
    padding: 10px 0;
}
.section-content{
    display: flex;
    position: relative;
    align-items: center;
    flex-direction: column;
    /* overflow: hidden; */
}
.sc2{
    height: auto;
    min-height: 100vh !important;
}
.header-image{
    background: url('../images/slajd3.jpg');
    filter: brightness(40%);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.header-text{
    position: absolute;
    top: 0;
    color: white;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}
.color{
    color: #1796CD;
}
.section-text{
    width: 100%;
    display: flex;
    z-index: 3;
}
.section-text>span{
    width: 100%;
}
.nav-brand{
    color: #1796CD;
    font-weight: bold;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 20px 0;
    cursor: pointer;
    position: relative;
    z-index: 1;
}
.list>button:focus{
    outline: 0;
}
.bottom-section-text{
    z-index: 999;
    font-size: 1.2em !important;
    position: absolute;
    bottom: 0;
    padding: 0 50px;
}
.small-d-n{
    position: absolute;
    bottom: 0;
    font-weight: bold;
    text-shadow: 0px 0px 10px black; 
    color: #e1bf92;
    padding: 20px 0;
}
.red{
    color: #ff4f4f !important;
}
.fw-text{
    padding: 10px;
}
.bg{
    position: absolute;
    left:0;
    top:0;
    right: 0;
    bottom: 0;
    filter: brightness(10%);
    background-position: center !important;
    transition: .5s ease-in-out;
}
.bg2{
    background: url("../images/slajd9.png");
    background-size: cover;
}
.bg1{
    background: url("../images/slajd1.jpg");
    background-size: cover;
    filter: brightness(10%) saturate(0.5);
}
.bg3{
    background: url("../images/rect5083.png");
    background-size: cover;
    display: block !important;
}
.s1{
    padding: .5px;
    filter: brightness(10%);
}
.s2{
    filter: brightness(10%);
}
.sx{
    filter: brightness(10%) saturate(10%);
}
.offer-header{
    z-index:998;
    color: white;
}
.menu-button{
    position: absolute;
    width: 50px;
    height: 50px;
    color: white;
    right: 0;
    z-index: 9999;
    display: none;
}
.short-brand{
    display: none;
}

.mini{
    color: green;
    flex-grow: 1;
    width: 100%;
    filter: grayscale(100%) brightness(20%);
    padding-bottom: 50px;
    opacity: 0;
}
.mini:hover{
    filter: grayscale(100%) brightness(100%);
    transition: all .5s ease-in-out;
}
.mini-row{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}
#audio{
    padding: 0 10px;
    text-shadow: 0px 0px 10px black;
    color: green;
}
.light{
    display: block;
    position: absolute;
    right: 50px;
    top: 50px;
    z-index: 999;
    color: white;
    font-size: 2em;
    cursor: pointer;
}
@media only screen and (min-width:1300px){
    .navbar{
        position: fixed;
        left:0;
        top: 0;
        bottom: 0;
        display: flex;
        flex-direction: column;
        width: 100px;
        font-size: 24px;
        justify-content: space-evenly;
        z-index: 2;
        background-color: #30333C;
        border-right: 3px solid white;
    }
    .list>button{
        width: 20px;
        height: 20px;
        margin: 10px 0;
        background: none;
        border: 3px solid white;
        border-radius: 20px;
        position: relative;
        cursor: pointer
    }
    .bg{
        display: none;
    }
    .info{
        display: none;
        white-space: nowrap;
        font-size: 1.2em;
        z-index: 999;
        position: absolute;
        top: -10px;
        left: 200%;
        background: #333;
        border-radius: 5px;
        padding:10px;
        border: 1px solid white;
        color: white;
    }
    .list>button:hover>.info{
        display: flex;
    }
    
    .nav-brand{
        writing-mode: vertical-lr;
    }
    .list{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .section-container{
        padding: 100px;
        padding-left: 250px;
        z-index: 0;
        position: relative;
    }
    .section-content{
        width: 100%;
        position: relative;
        display: flex;
    }
    .section-img{
        position: absolute;
        width: 50%;
        transition: .5s ease-in-out;
    }
    .section-img:nth-child(2){
        left: 0;
    }
    .section-img:nth-child(3){
        right: 0;
    }
    .section-img2{
        width: 50%;
        position: absolute;
        left: 50% !important;
        transform: translate(-50%);
        filter: brightness(10%);
    }
    .section-text{
        width: 100%;
        display: flex;
        text-shadow: 0px 0px 3px black;
        position: relative;
    }
    .section-text2{
        width: 100%;
        display: flex;
        text-shadow: 0px 0px 3px black;
        justify-content: center;
        font-size: 1.2em;
    }
    .section-text2>span{
        width : 50%;
        color: white;
        z-index: 999;
    }
    .bottom-section-text{
        color: white;
        font-size: 1em;
    }
    .section-text>span{
        color: white;
        width: 50%;
        padding: 20px;
        font-size: 1.2em;
    }
    .header-text{
        width: 40%;
        z-index: 222;
    }
    .header-text>span,.header-text>p{
        font-size: 1.5em;
    }
    .header-img1{
        position: absolute;
        width: 350px;
        top: -50px;
        left:-50px;
        filter:grayscale(100%);
        box-shadow: 2px 2px 5px black;
    }
    .header-img2{
        position: absolute;
        width: 350px;
        top: -50px;
        right: -50px;
        filter: grayscale(100%);
        box-shadow: -2px 2px 5px black;
    }
    .header-img3{
        position: absolute;
        width: 350px;
        left: -50px;
        bottom: -50px;
        filter:grayscale(100%);
        box-shadow: 2px -2px 5px black;
    }
    .header-img4{
        position: absolute;
        width: 350px;
        bottom: -50px;
        right: -50px;
        filter:grayscale(100%);
        box-shadow: -2px -2px 5px black;
    }
    .small-d-n{
        z-index: 999;
    }
    #audio{
        cursor: pointer;
    }
}
@media only screen and (max-width: 1300px){
    .navbar{
        top: 0;
        left: 0;
        right: 0;
        position: fixed;
        background-color: #30333C;
        z-index: 9999;
        display: flex;
        padding: 0 50px;
    }
    .offer-header{
        transform: translate(0, 80px);
    }
    .section-container{
        border-width: 3px 0;
        border-color: #333;
        border-style: solid;
        position: relative;
    }
    .nav-brand{
        font-size:32px;
    }
    .header-img1,.header-img2,.header-img3,.header-img4{
        display: none;
    }
    .section-text{
        padding: 100px 0;
        color: white;
        text-shadow: 2px 2px 5px black;
    }
    .section-text>span{
        padding: 0px 15px;
    }
    .section-content{
        width: 100%;
        padding: 0;
    }
    .section-img,.section-img2{
        display: none;
    }
    .section-img:nth-child(1){
        left: 0;
        right: 0;
    }
    .section-img:nth-child(2){
        display: none;
    }
    .section-img2{
        width: 100%;
        position: absolute;
        filter: brightness(30%)
    }
    .section-text2{
        padding: 50px;
        font-size: 1.2em;
        display: flex;
    }
    .fw-text{
        position: relative;
        color: white;
        text-shadow: 2px 2px 5px black;
        width: 100%;
    }
    .section-text{
        display: flex;
        padding: 100px 50px;
    }
    .bottom-section-text{
        color: white;
        font-size: 1em;
        position: relative;
        bottom: 0;
    }
    .list{
        display: flex;
        align-items: center;
        color: gray
    }
    .list>button{
        margin: 5px;
        white-space: nowrap;
        padding: 5px;
        border: 2px solid white;
        border-radius: 5px;
        background: none;
        color: white;
    }
    .light{
        right: 20px;
        top: 20px;
    }
}
@media only screen and (max-width: 950px){
    .navbar{
        flex-direction: column;
        padding: 0;
    }
    .nav-brand{
        width: 100%;
        justify-content: center;
        text-align: center;
        padding-right: 60px;
    }
    .list{
        flex-direction: column;
    }
    .list>button{
        width: 100%;
        margin: 0;
        padding: 20px 0;
        border: none;
    }
    .offer-header{
        transform: translate(0, 0px);
    }
    .section-container,.section-text{
        height: 200vh;
    }
    .section-text{
        flex-direction: column;
        width: 100%;
        padding :0;
    }
    .setion-text>span{
        width: 100%;
    }
    .menu-button{
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 10px;
    }
    .list{
        display: none;
    }
    /* .small-d-n{
        position: relative;
    } */
    .section-container,.section-text{
        height: auto;
    }
    .section-text2,.fw-text{
        height: auto;
        padding: 0 !important;
    }
    .short-brand{
        display: flex;
        padding: 20px;
        justify-content: center;
        color: white;
        font-size: 32px;
        color: #1796CD;
        align-items: center;
    }
    .nav-brand{
        display: none;
    }
    .fw-text{
        margin: 20px;
    }
    .header-text{
        padding: 0 20px;
    }
}
@media only screen and (max-height: 520px){
    
}
@media only screen and (max-height: 820px){
    .bottom-section-text{
        position: relative;
    }
}