@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    
}



body{
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    background-color: #000;
}

/*
.navbar{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 3rem;
    position: fixed;
    top: 0;
    width: 100vw;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    z-index: 1000;
}

.navbar span{
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 50px;
    background: linear-gradient(90deg , transparent , #fff);
    animation: animate 5s infinite linear;
}


@keyframes animate {
    0%{
        left: 0;
        transform: translate(-100%);
    }
    100%{
        left: 100%;
        transform: translate(0%);
    }
}

.logo{
    text-transform: capitalize;
    font-size: 30px;
    cursor: pointer;
    font-family: w;
}

li{
    list-style: none;
}

*/

a{
    color: #d1bfa7;
    text-decoration: none;
}

/*
.menu{
    display: flex;
    gap: 5rem;
    text-transform: uppercase;
    font-weight: 100;
}

*/
.btn{
    font-weight: 500;
    text-transform: uppercase;
}



.wrapper{
    display: block;
}

section{
    width: 100vw;
    height: fit-content;
    flex-shrink: 0;
    overflow: hidden;
}

.video-section video{
    height: 100vh;
    width: 100vw;
    top: 0vh;
    object-fit: cover;
    z-index: -2;
    position: relative;
}

.imglogonew{
    position: absolute;
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.imglogonew img{
    width: 8.5vw;
    height: auto;
}



.img-container{
    position: absolute;
    top:0;
    height: 100vh;
    width: 100vw;
}


.img{
    object-fit: cover;
    height: 100%;
    width: 100%;

}



.section{
    background-color: #f6f5f3;
    padding: 7rem 0rem;
    color: #3d3d3f;
}

.boxes-container{
    display: flex;
    flex-direction: column;
    gap: 8rem;
}

.columns{
    display: flex;
    column-gap: 2rem;
    position: relative;
}

.col img{
    object-fit: cover;
}


.col-1{
    display: flex;
    gap: 2.5rem;
    flex: 5;
    padding-left: 7rem;
}
.box1 .col-1 img:first-child{
    width: 10vw;
    height: 23vh;
    transform: translateY(-30px);
}

.box1 .col-1 img:nth-child(2){
    width: 19vw;
    height: 35vh;
}

.col-3{
    display: flex;
    justify-content: flex-end;
    gap: 2.5rem;
    flex-wrap: nowrap;
    flex: 6;
    align-content: flex-end;
    align-items: flex-end;
    padding-left: 0vw;
}

.box1 .col-3 img:first-child{
    width: 30vw;
    height: 200px;
    display: none;
    

}

.box1 .col-3 img:nth-child(2){
    width: 12vw;
    height: 13rem;
    
}
.box1 .col-3 img:nth-child(3){
    width: 15vw;
    height: 27rem;
    object-fit: cover;
  
}

.col-2{
    margin-top: 7rem;
    flex: 2.5;
    text-align: center;
    padding-right: 0rem;
}


.col-2 h2{
    font-size: 54px;
    text-transform:uppercase;
    position: absolute;
    top: 50px;
    left: 46%;
    z-index: 100;
    font-weight: 500;
    letter-spacing: 3px;
    
}

.box1 .col-2 h2{
    top: 2rem;
    
}


.col-2 span{
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing:3px;
    opacity: .7;
    text-align: left;
    text-decoration: underline;
    color:#d1bfa7 ;
    padding-bottom: 5rem;
    text-underline-offset: 0.5rem;
    padding-left: 11rem;
    font-weight: 600;
}


.col-2 a{
    font-weight: 600;
    transition: .5s;

}


.col-2 a:hover{
    font-size: large;
    color: #000;
    transition: .5s;
}





.text-box{
    width: 25vw;
    padding-left: 4vw;
    text-align: left;
    margin-top: 5rem;
}

.text-box p{
    font-size: 1rem;
    line-height: 1.5;
    padding-bottom: 1rem;
    opacity: .7;
    text-align: left;
    padding-right: 3vw;
    letter-spacing: 2px;
    
}

.box2 .col-1 img:first-child{
    width: 200px;
    height: 250px;
    transform: translateY(200px);
}


.box2 .col-1 img:nth-child(2){
    height: 380px;
    width: 300px;
}
.box2 .col-3 img:nth-child(1){
    height: 300px;
    width: 220px;
}

.box2 .col-3 img:nth-child(2){
    width: 180px;
    height: 200px;
    align-self: flex-end;
}
.box2 .col-3 img:nth-child(3){
    width: 380px;
    height: 200px;
    transform: translateX(80px);
}


.box3 .col-1{
    display: flex;
    flex-wrap: wrap;
}

.box3 .col-1 img:nth-child(1){
    width: 200px;
    height: 280px;
    transform: translateX(30px);
    
    
}
.box3 .col-1 img:nth-child(2){
    width: 180px;
    height: 200px;
    margin-left: 80px;
    align-self: center;
    
}
.box3 .col-1 img:nth-child(3){
    width: 280px;
    height: 180px;
    
}
.box3 .col-1 img:nth-child(4){
    width: 250px;
    height: 180px;
    transform: translateY(-30px);
}

.box3 .col-3 img{
    width: 400px;
    height: auto;
}

/*
footer{
    background-color: #141414;
    display: flex;
    justify-content: space-between;
    padding: 1.5rem 3rem;
    border-top: 1px solid rgba(255, 255, 255, .1);
}
*/

.text-content{
    position: absolute;
    top: 0;
    height: 100vh;
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.title{
   
    
    position: relative;
    
    overflow: hidden;
}


.studio-naslov{
    position: absolute;
    top: 5%;
    left: 3%;
}

.studio-naslov h1{
    text-transform: uppercase;
    font-size: .6vw;
    font-weight: bolder;
}

.bg{
    font-size: 2vw;
    text-transform: none;
    letter-spacing: 0px;
    font-weight: bold;
    text-transform: normal;
    text-align: right;
    line-height: 2vh;
}

.bg b{
    font-weight: 600;
    color:#616161;
}

.bg mark{
    font-weight: 300;
    text-decoration: none;
    background-color: transparent;
    color: #7d7d7d;
    
}

.sm{
    font-size: 35px;
    height: 40px;
}

.left{
    left: -73%;
    width: 74%;
    height: 8vh;
}

.left h2{
    font-size: 1.2vw;
}

#tacka{
    color: #FFD700;
    font-size: 3.2vw;
}

.right{
    top: 50px;
    left: 75%;
    width: 100%;
}

.title span{
    position: normal;
}

.n{
    z-index: -1;
    
}

.text-content p{
    transform: translateY(150px);
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 12px;
    font-weight: 300;
}

.v_container{
    position: absolute;
    top: 0;
    height: 100vh;
    width: 100vw;
    display: grid;
    grid-template-columns: 2fr 1fr;
    /* opacity: 0; */
}


.left-side{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 4rem;
    gap: 5rem;
}

.tv{
    
    display: flex;
    text-transform: uppercase;
}

.bottom{
    transform: translateY(70px);
}



.text-container{
    max-width: 20vw;
    text-align: left;
    overflow-wrap:break-word;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 1.2rem;
    color: #fff;
}

.text-container p{
    padding-bottom: 1rem;
    line-height: 1.4;
    opacity: .8;

}

.belo{
    color: #fff;
    opacity: 1!important;
    font-weight: bold;
}

.text-container p mark{
    color: #FFD700;
    background-color: transparent;
    font-size: 1.3rem;
}


.right-side{
    /* background-color: blue; */
    margin: auto;
    width: 150px;
    height: 150px;
    border-top: 2px solid;
    border-bottom: 2px solid;
    border-color: #2f2f2f;
    border-radius: 50%;
    position: relative;
    opacity: 1;
}

.right-side p{
    position: absolute;
    top: 45%;
    left: -15%;
    text-transform: uppercase;
    font-size: 14px;
    color:#fff;
    font-weight: bold;
}

.fa-arrow-right-long{
    transform: translateX(20px);
}


.pin{
    height: 100px;
    width: 100px;
    background-color: aqua;
    z-index: 9999;
    position: absolute;
    top: 10%;
    opacity: 0;
}


.vidi-vise{
    display: none;
}

@media only screen and (max-width: 600px) {
    .pin{
        height: 100px;
        width: 100px;
        background-color: aqua;
        z-index: 9999;
        position: absolute;
        top: 50%;
        opacity: 0;
}

.imglogonew{
    position: absolute;
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.imglogonew img{
    width: 20vw;
    height: fit-content;
}

.bg b{
    color:#fff;
}

.bg mark{
     color: #fff;
    
}
}

@media only screen and (max-width: 1200px) {
    .pin{
        height: 100px;
        width: 100px;
        background-color: aqua;
        z-index: 9999;
        position: absolute;
        top: 50%;
        opacity: 0;
}

.imglogonew{
    position: absolute;
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.imglogonew img{
    width: 25vw;
    height: auto;
}

.bg b{
    color:#fff;
}

.bg mark{
     color: #fff;
    
}
}