@font-face {
    font-family: 'DosisExtraLight'; 
    src: url('/assets/fonts/static/Dosis-ExtraLight.ttf') format('opentype'); 
    font-weight: normal; 
    font-style: normal;
}

body, html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    background-color: #2b2b2b;
    font-family: 'DosisExtraLight', sans-serif;
    scroll-behavior: smooth;
}

.btn {
    position: relative;
    background: none;
    border: 2px solid white;
    color: white;
    font-size: 1.2rem;
    padding: 1rem 2rem;
    border-radius: 0.5rem;
    transition: all 0.3s;
  }
  .btn::before {
    content: "";
    height: 0%;
    width: 0%;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    z-index: -1;
    position: absolute;
    background-color: #007db8;
    transition: all 0.3s;
  }
  .btn:hover {
    border: 2px solid #00aeff;
    color: white;
    cursor: pointer;
    scale: 1.2;
  }
  .btn:hover::before {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 0.3rem;
  }



.vilin-lounge{
    height: 50vh; /* Sekcija zauzima 50% visine ekrana */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #2b2b2b;
    padding: 0 5%;
}

.vilin-lounge1{
    margin: 100px auto 0px auto !important;
}

.vilin-lounge-container{
    display: flex;
    width: 100%;
    height: 100%;
}

.half-photo{
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.half-photo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.half-description{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
    background: #242424;
    text-align: left;
}

.half-description button{
    width: 50%;
    margin: 20px auto 0 auto;
}

.half-description h3{
    font-size: 2rem;
    color: #ffffff;
    margin-bottom: 20px;
}

.half-description p{
    font-size: 1.1rem;
    color: #d3d3d3;
    line-height: 1.6;
}

@media (max-width: 600px) {
    /*Vilin Lounge*/

    .vilin-lounge{
        height: auto; /* Sekcija zauzima 50% visine ekrana */
        width: 95%;
        margin: 0 auto 20px auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #2b2b2b;
        padding: 0;
    }

    .vilin-lounge1{
        margin: 100px auto 20px auto !important;
    }
    
    .vilin-lounge-container{
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        width: 100%;
        height: 100%;
    }
    
    .half-photo{
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    
    .half-photo img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .half-description{
        width: 95%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 10px;
        background: #242424;
        text-align: left;
        margin: 0 auto;
    }
    
    .half-description button{
        width: 50%;
        margin: 20px auto 0 auto;
    }
    
    .half-description h3{
        font-size: 1.5rem;
        color: #ffffff;
        margin: 0px;
    }
    
    .half-description p{
        font-size: 1.1rem;
        color: #d3d3d3;
        line-height: 1.6;
        margin: 5px 0;
    }

    .vilin-lounge .btn{
        width: 80%;
        margin-bottom: 20px;
        font-size: 16px;
    }

    /*Vilin Lounge*/

}

@media (min-width: 601px) and (max-width: 1000px) {
    /*Vilin Lounge*/

    .vilin-lounge{
        height: auto; /* Sekcija zauzima 50% visine ekrana */
        width: 70%;
        margin: 0 auto 20px auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #2b2b2b;
        padding: 0;
    }

    .vilin-lounge1{
        margin: 100px auto 20px auto !important;
    }
    
    .vilin-lounge-container{
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        width: 100%;
        height: 100%;
    }
    
    .half-photo{
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    
    .half-photo img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .half-description{
        width: 95%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 10px;
        background: #242424;
        text-align: left;
        margin: 0 auto;
    }
    
    .half-description button{
        width: 50%;
        margin: 20px auto 0 auto;
    }
    
    .half-description h3{
        font-size: 1.5rem;
        color: #ffffff;
        margin: 0px;
    }
    
    .half-description p{
        font-size: 1.1rem;
        color: #d3d3d3;
        line-height: 1.6;
        margin: 5px 0;
    }

    .vilin-lounge .btn{
        width: 80%;
        margin-bottom: 20px;
        font-size: 16px;
    }

    /*Vilin Lounge*/

}

@media (min-width: 1001px) and (max-width: 1500px) {
    
    /*Vilin Lounge*/

    .vilin-lounge1{
        margin: 100px auto 0px auto !important;
    }

    .half-description{
        padding: 0 15px;
    }

    .half-description h3{
        font-size: 1.7rem;
    }

    .half-description .btn{
        width: 60%;
        font-size: 16px;
        margin-top: 0;
    }

    /*Vilin Lounge*/

}