@import url('https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&family=Comic+Neue:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Quicksand:wght@300..700&display=swap');
*{
    box-sizing: border-box;
}
body {
    font-family: "Nunito", sans-serif;
    margin: 0;
    padding: 0;
    height: 100vh;
}
/*------------------- HEADER -------------------*/
header {
  border-bottom: 1px solid #ccc;
  background-color: white;
  border-bottom: red 1px solid;
  margin: center;
}
.logo{
    -outline: red dotted 2px;
    width: 120px;
    height: 60px;
    margin-left: 10px;
    margin-top: 5px;
    background-image: url('../img/mima-logo.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    object-fit: fill;
}
.nav-link, .dropdown-item{
    color: red;
    background-color: white;
}
.dropdown-item:active{
    background-color: red;
}

/*------------------- MAIN CONTAINER -------------------*/

.container1{
    -outline: dotted rgb(139, 0, 118) 2px;
    -background-color: #B17457;
    margin: 0;
    max-height: 700px;
    padding-bottom: 50px;
    padding-top: 20px;
    width: 100%;
    color: #3D3D3D;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-bottom: red solid 1px;
}
.flex-con1{
    display: flex;
    -outline: #ae1414 dotted 2px;
    justify-content: space-evenly;

}
.flex-con1 > .item2 {
    -outline: #ffffff dotted 2px;
    width: 33%;
    margin: 10px;
    text-align: center;
    font-size: 30px;
}
.item1{
    -outline: #933131 dotted 2px;
    background-image: url('../img/radiona.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height:400px ;
    width: 33%;
    margin: 10px;
    text-align: center;
    font-size: 30px;
    -background-color: rgb(93, 0, 255);

}
.item2{
    text-align: justify;
    padding: 10px;
    padding-top: 70px;
    -outline: #14ae17 dotted 2px;
    -background-color: aqua;

}
.item2 p{
    font-weight: 400;
    font-size: 22px;
    text-align: justify;
}
.item2 h2{
    font-weight: 400;
    font-size: larger;
    text-align: justify;
}

.item3{
    -outline: #933131 dotted 2px;
    background-image: url('../img/Kuhinje/Kuhinje/8dac6cba-498b-4d3f-85ab-456ab7b5da92.JPG');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    object-fit: cover;
    height:400px ;
    width: 33%;
    margin: 10px;
    text-align: center;
    font-size: 30px;
    -background-color: rgb(93, 0, 255);

}
.item4{
    -outline: #933131 dotted 2px;
    background-image: url('../img/Ormari/dbc4c7dc-c185-422f-9704-d5fb194811f3.JPG');
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
    object-fit: contain;
    height:400px ;
    width: 33%;
    margin: 10px;
    text-align: center;
    font-size: 30px;
    -background-color: rgb(93, 0, 255);

}
.item5{
    -outline: #933131 dotted 2px;
    background-image: url('../img/Kupatila/5d3c91f6-aae3-4ed5-b73d-c48b22c62748.JPG');
    background-repeat: no-repeat;
    background-size:cover;
    background-position: bottom;
    object-fit: contain;
    height:400px ;
    width: 33%;
    margin: 10px;
    text-align: center;
    font-size: 30px;
    -background-color: rgb(93, 0, 255);
}

/*-------------- ANIMACIJE -----------*/
.slide-in-left {
  opacity: 0;
  transform: translateX(-100px);
  transition: all 0.8s ease-out;
}

.slide-in-right {
  opacity: 0;
  transform: translateX(100px);
  transition: all 0.8s ease-out;
}

.slide-in-left.show,
.slide-in-right.show {
  opacity: 1;
  transform: translateX(0);
}





/*------------------- FOOTER ------------------- */
.footer {
  background: red;
  margin-top: 40px;
  padding: 2rem 1rem;
  color: white;
}

.footer h6 {
  font-weight: bold;
  margin-bottom: 10px;
}

.footer ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.footer ul li a{
    text-decoration: none;
    color: white;
}
.footer .row > div {
  margin-bottom: 1.5rem;
}

.footer .text-center {
  margin-top: 1rem;
  font-size: 0.875rem;
}
.footer .col-md-3 ul{
    border-left: white 1px solid;
    padding-left: 10px;
    height: 120px;
}


/*------------------- MOBILNA VERZIJA -------------------*/
@media (max-width: 768px) {
  .logo{
    -outline: red dotted 2px;
    padding: 30px;
    width: 100px;
    background-image: url('../img/mima-logo.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .container1{
    -outline: red dotted 2px;
    width: 100%;
  }
  .flex-con1{
    display: flex;
    flex-wrap: wrap;
  }
  .item1, .item2, .item3, .item4, .item5{
    flex: 100%;
  }
  .item1, .item3, .item4, .item5{
    height: 300px;
    width: 50%;
  }
  .item2 p{
    font-size: large;
    padding-top: 0px;
    padding: none;
  }

  .footer .row {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    justify-content: center;
    align-items: center;
  }
  .footer .col-md-3{
    width: 50%;
  }
}