.kvi{
    display: flex;
    flex-direction: row;
    max-width: 1400px;
    padding: 60px 60px;
    margin: auto;
    align-items: center;
    justify-content: center;
    gap: 80px;
}
.left img{
    width: 100%;
    height: 315px;
    border: none;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
    object-fit: cover;
}
.right{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.right h1{
    font-size: 32px;
    color: #0A0A0A;
    font-weight: bold;
    margin: 0px;
}
.right span{
    font-size: 20px;
    color: black;
}
.btn{
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.windows{
    width: 70px;
    height: 70px;
    font-size: 30px;
    color: black;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}
.windows:hover{
   color: white;
    background-color:#0a0a0a;
}
.windows.active{
   color: white;
    background-color:#0a0a0a; 
}
.btn1{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.vlc{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.vlc p{
    font-size: 22px;
    font-weight: bold;
    
}
.vlc button{
    padding: 12px 16px;
    border: none;
    border-radius: 10px;
    font-size: 20px;
    height: 60px;
    width: 350px;
    border: 3px solid #0a0a0a;
    background-color: white;  
    color: #0a0a0a;
    cursor: pointer;
}
.vlc button:hover{
    background-color: #0a0a0a;
    color: white;
    border: none;
}
.vlc-apple{
     display: flex;
    flex-direction: column;
    gap: 10px;
}
.vlc-apple p{
    font-size: 22px;
    font-weight: bold;
    
}
.vlc-apple button{
    padding: 12px 16px;
    border: none;
    border-radius: 10px;
    font-size: 20px;
    height: 60px;
    width: 350px;
    border: 3px solid #0a0a0a;
    background-color: white;  
    color: #0a0a0a;
    cursor: pointer;
}
.vlc-apple button:hover{
    background-color: #0a0a0a;
    color: white;
    border: none;
}

.mobile{
    display: flex;
    flex-direction: row;
    gap: 20px;
    width: 60%;
    align-items: center;
    justify-content: center;
    padding: 20px 20px;
    justify-content: space-between;
    margin: 200px auto 0px auto;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.mobile p{
    font-size: 18px;
    width: 100%;
    line-height: 1.5;
}
.button{
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.google a{
    display: flex;
    flex-direction: row;
    gap:20px;
    padding: 12px 16px;
    border: none;
    border-radius: 10px;
    width: 250px;
    height: 40px;
    background-color: black;
    align-items: center;
    justify-content: center;
}
.google a{
    text-decoration: none;
    font-size: 25px;
    color: white;
}
.google span{
    font-size: 18px;
    color: white;
}
.appstore{
    display: none;
    flex-direction: row;
    gap:20px;
    padding: 12px 16px;
    border: none;
    border-radius: 10px;
    width: 180px;
    height: 40px;
    background-color: black;
    align-items: center;
    justify-content: center;
}
.appstore a{
    text-decoration: none;
    font-size: 25px;
    color: white;
    width: 40%;
}
.appstore span{
    font-size: 18px;
    color: white;
}