*{
    margin: 0;
}
.bros {
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: /* #1e1f26; */ rgb(172, 172, 172);
  }
  .container_brosura {
    width: 90%;
    max-width: 1000px;
    margin: 50px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: aqua; */
  }
  .left_br {
    width: 50%;
    height: 600px;
    background: url(https://images.unsplash.com/photo-1542662565-7e4b66bae529?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=564&q=80)
      no-repeat center / cover;
    border-radius: 8px;
  }
  .right_br {
    width: 50%;
    min-height: 400px;
    background-color: #303137;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    border-radius: 8px;
    color: white;
    margin-left: -150px;
  }
  .right_br h1 {
    font-size: 40px;
    font-weight: lighter;
  }
  .right_br p {
    margin: 20px 0;
    font-weight: 500;
    line-height: 25px;
  }
  .right_br a {
    text-decoration: none;
    text-transform: uppercase;
    background-color: white;
    color: black;
    padding: 20px 30px;
    display: inline-block;
    letter-spacing: 2px;
  }
  
  @media only screen and (max-width: 768px) {
    .container_brosura {
      flex-direction: column;
      width: 100%;
      margin: 0 20px;
    }
    .left_br {
      width: 100%;
      height: 400px;
    }
    .right_br {
      width: 90%;
      margin: 0;
      margin-top: -100px;
    }
  }









/*-----------------Video sekcija----------------*/
.container_video{
    display: flex;
    background: #ccc;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.videoo{
    width: 100%;
}
.c-video{
    width: 100%;
    max-width: 800px;
}









.footer__container{
    row-gap: 5rem;
    padding: 50px;
    
}
.footer__content{
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    row-gap: 2rem;
}
.footer__title,
.footer__subtitle{
    font-size: var(--h3-font-size);
}
.footer__title{
    margin-bottom: var(--mb-0-5);
}
.footer__description{
    margin-bottom: var(--mb-2);
}

.footer__social{
    font-size: 1.25rem;
    color: var(--title-color);
    margin-right: var(--mb-1-25);
}

.footer__subtitle{
    margin-bottom: var(--mb-1);
}

.footer__item{
    margin-bottom: var(--mb-0-75);
}

.footer__link{
    color: var(--text-color);
}
.footer__link:hover{
    color: var(--title-color);
}

.footer__rights{
    padding-top: 2rem;
    display: flex;
    flex-direction: column;
    row-gap: 1.5rem;
    text-align: center;
}
.grid{
    display: grid;
    gap: 1.5rem;
}
.footer__data li{
    list-style: none;
}
ul{
    font-weight: 100;
}
.footer__description{
    font-weight: 100;
}
.footer__title {
    font-size: 1.3em;
    padding-bottom: 5px;
}
.footer__subtitle {
    font-size: 1.3em;
    padding-bottom: 5px;
}
.footer__data{
    padding-bottom: 40px;
}

.padd{
  display: block;
}