/*
Theme Name: Freeda
Theme URI: https://websitesworkshop.com
Author: Sloba i FS5 ekipa
Author URI: https://websitesworkshop.com
Description: Intermediate klot WP tema
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #444645;
}

h1, h2, h3, h4 {
  font-family: "Amatic SC", sans-serif;
}

h1 {
  font-size: 64px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 54px;
  }
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 27px;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  transition: 0.3s linear;
}

img {
  width: 100%;
  display: block;
}

.container {
  max-width: 1140px;
  width: 100%;
  margin: auto;
}
@media (max-width: 767px) {
  .container {
    padding: 20px;
    width: 95%;
  }
}

.btn {
  padding: 10px 40px;
  display: inline-block;
  border-radius: 10px;
}

.btn-yellow {
  background: #FACB36;
  color: #444645;
}

.btn-yellow-outline {
  background: transparent;
  border: 2px solid #FACB36;
  color: #FACB36;
}
.btn-yellow-outline:hover {
  background: #FACB36;
  color: black;
}

.py {
  padding: 80px 0;
}

.pb-50 {
  padding-bottom: 50px;
}

.text-center {
  text-align: center;
}

nav {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  z-index: 100;
}
@media (max-width: 767px) {
  nav {
    padding: 10px 0;
  }
}
nav .container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  nav .container {
    flex-direction: column;
  }
}
nav .container ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
nav .container ul a {
  color: #FACB36;
  margin-left: 50px;
}
@media (max-width: 767px) {
  nav .container ul a {
    margin: 5px;
  }
}
nav .container ul a:hover {
  color: white;
}

footer {
  background: #444645;
}
footer img {
  width: 500px;
  margin: auto;
}
@media (max-width: 767px) {
  footer img {
    width: 100%;
  }
}
footer p {
  color: white;
  padding: 25px 0 35px 0;
}
footer form {
  max-width: 800px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
footer form input {
  flex: 0 0 49%;
  padding: 13px;
}
@media (max-width: 767px) {
  footer form input {
    flex: 0 0 100%;
  }
}
footer form a {
  flex: 0 0 49%;
  padding: 13px 0;
  background: black;
  font-size: 17px;
  font-weight: bold;
  color: #FACB36;
}
@media (max-width: 767px) {
  footer form a {
    flex: 0 0 100%;
    margin-top: 20px;
  }
}

.bottom-bar {
  padding: 25px 0;
  background: #FACB36;
}
.bottom-bar a {
  color: black;
}
.bottom-bar a:hover {
  color: #4d4d4d;
}

.headers {
  position: relative;
}
.headers img {
  filter: brightness(0.5);
  height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .headers img {
    height: 500px;
  }
}
.headers h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FACB36;
}

.featured-image img {
  width: 100%;
  height: auto;
}

.textwidget .custom-html-widget li {
  display: block !important;
}

.mainHeader {
  color: white;
  position: relative;
}
.mainHeader img {
  height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .mainHeader img {
    height: 700px;
  }
}
.mainHeader hgroup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mainHeader hgroup p {
  padding: 20px 0 40px 0;
}

.ponuda h2 {
  color: #FACB36;
}
.ponuda h2 + p {
  padding: 25px 0 76px 0;
}
.ponuda article {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.ponuda article div {
  flex: 0 0 32%;
}
@media (max-width: 767px) {
  .ponuda article div {
    flex: 0 0 100%;
    margin-bottom: 30px;
  }
}
.ponuda article div img {
  border: 5px solid #FACB36;
  border-radius: 100%;
}
.ponuda article div h3 {
  margin: 45px 0 10px 0;
  font-size: 24px;
}

.meni {
  background: black;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.meni div h2 {
  color: #FACB36;
}
.meni div:first-child {
  flex: 0 0 60%;
}
@media (max-width: 767px) {
  .meni div:first-child {
    flex: 0 0 100%;
  }
}
.meni div:first-child .row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .meni div:first-child .row {
    padding: 20px;
  }
}
.meni div:first-child .row .menu-item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex: 0 0 50%;
  margin-bottom: 40px;
  padding: 100px;
}
@media (max-width: 767px) {
  .meni div:first-child .row .menu-item {
    padding: 20px;
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
}
.meni div:first-child .row .menu-item .img {
  flex: 0 0 40%;
}
.meni div:first-child .row .menu-item .img img {
  width: 100px;
  border-radius: 100%;
}
.meni div:first-child .row .menu-item .text {
  flex: 0 0 60%;
}
.meni div:first-child .row .menu-item .text h3 {
  color: #FACB36;
}
.meni div:first-child .row .menu-item .text p {
  color: white;
  padding: 10px 0;
}
.meni div:first-child .row .menu-item .text span {
  color: #FACB36;
  font-weight: bold;
}
.meni div:last-child {
  flex: 0 0 40%;
}
@media (max-width: 767px) {
  .meni div:last-child {
    flex: 0 0 100%;
  }
}

.usluge h2 {
  color: #FACB36;
}
.usluge h2 + p {
  padding: 25px 0 76px 50px;
}
.usluge article {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
.usluge article div {
  flex: 0 0 50%;
}
@media (max-width: 767px) {
  .usluge article div {
    flex: 0 0 100%;
  }
}
.usluge article div:last-child {
  background: #FCF4EA;
  padding: 100px 50px 50px 50px;
}
@media (max-width: 767px) {
  .usluge article div:last-child {
    padding: 30px;
  }
}
.usluge article div:last-child h3 {
  color: #FACB36;
  margin-bottom: 10px;
}
.usluge article img {
  width: 100%;
  height: auto;
}
.usluge article:nth-child(even) {
  flex-direction: row-reverse;
}

.poruci {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(252, 244, 234, 0.99)), url(img/coffee\ 5.jpg);
  background-position: center;
  background-size: cover;
  padding: 150px 0;
}
@media (max-width: 767px) {
  .poruci {
    padding: 100px 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(img/coffee\ 5.jpg);
  }
}
.poruci h2 {
  color: #FACB36;
}
.poruci p {
  color: white;
  padding: 20px 0 25px 0;
}

.kontakt h2 {
  margin-bottom: 25px;
}
.kontakt .kontant-info {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.kontakt .kontant-info ul {
  flex: 0 0 30%;
  line-height: 36px;
}
@media (max-width: 767px) {
  .kontakt .kontant-info ul {
    flex: 0 0 100%;
  }
}
.kontakt .kontant-info ul li {
  font-size: 18px;
  display: block Im !important;
}
.kontakt .kontant-info ul li i {
  color: #FACB36;
  font-size: 1.2rem;
  margin-right: 20px;
}
.kontakt .kontant-info .form {
  flex: 0 0 70%;
}

.dogadjaji {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.dogadjaji .event {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 20px;
  flex: 0 0 32%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .dogadjaji .event {
    flex: 0 0 100%;
    margin-bottom: 30px;
  }
  .dogadjaji .event:last-child {
    margin-bottom: 0;
  }
}
.dogadjaji .event img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .dogadjaji .event {
    flex: 0 0 100%;
  }
}
.dogadjaji .event .text {
  padding: 30px;
}
.dogadjaji .event .text h3 {
  margin: 13px 0;
}
.dogadjaji .event .text span {
  color: #FACB36;
  display: inline-block;
  margin-bottom: 20px;
}

.featured-image img {
  width: 100%;
  height: auto;
  margin: 60px 0 20px 0;
}/*# sourceMappingURL=style.css.map */