@import url("/css/smallerImageSlider.css");
@import url("/css/responsiveNav.css");

* {
  font-family: "Poppins", sans-serif;
  scroll-behavior: smooth;
}

body {
  padding: 0;
  margin: 0;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

#responsiveNav {
  display: none;
}

.container {
  width: 90%;
  margin: auto;
}

.containerSmaller {
  max-width: 70%;
  margin: auto;
}

.nav-position {
  position: relative !important;
}

.nav-position-sticky {
  position: sticky !important;
  top: 0;
}

/* Dropdown Button */
.jezikDropbtn {
  background-color: #1c1c1c;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 1em;
}

/* The container <div> - needed to position the dropdown content */
.jezikDropdown {
  position: relative;
  display: inline-block;
  background-color: #fff;
}

/* Dropdown Content (Hidden by Default) */
.jezikDropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 9999;
}

/* Links inside the dropdown */
.jezikDropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.jezikDropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.jezikDropdown:hover .jezikDropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
/*
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}
*/

nav {
  z-index: 99999;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

/* Dropdown Button */
.dropbtn {
  background-color: #fff;
  border: none;
  font-size: 1em;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
  background-color: #fff;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 9999;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
/*
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}
*/

.navtop {
  background-color: #1c1c1c;
  color: #ffffff;
}

.navTop .navTopContent {
  width: 80%;
  margin: auto;
}

.navTop .navTopContent {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navTop .navTopContent ul:nth-child(1) li a {
  color: #fff;
}

.navTop .navTopContent ul:nth-child(2) {
  display: flex;
  justify-content: right;
}

.navtop > a {
  color: #ffffff;
  padding: 0px 10px;
}

.navBottom > img {
  padding: 20px 0px;
}

.navtop ul {
  width: 30%;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

.navtop li {
  padding: 15px 0px;
}

.navBottom {
  margin-top: 0;
}

.navBottom img {
  width: 10%;
}

.navBottom .navBottomContent {
  width: 80%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navBottom .navBottomContent ul {
  width: 50%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 1em;
}

.navBottom .navBottomContenta {
  color: #000;
}

.navTopContentFlags {
  width: 10% !important;
  display: flex;
  justify-content: right;
}

.navTopContentFlags a {
  flex: 1;
}

.navTopContentFlags a img {
  width: 90%;
}

.smallFontTitle {
  color: #5c5c5c;
  font-family: "Roboto", Sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.bigFontTitle {
  color: #444444;
  font-family: "Roboto", Sans-serif;
  font-size: 55px;
  font-weight: normal;
  line-height: 1.2em;
  letter-spacing: 1px;
  margin: 0;
}

.moreInfoButton {
  font-family: "Roboto", Sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1em;
  letter-spacing: 2px;
  fill: #ffffff;
  color: #ffffff;
  background-color: #b94545;
  border-radius: 0px 0px 0px 0px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 18px 30px 15px 30px;
  text-decoration: none;
}

#reserveASuite,
#checkThePromotions,
#cards,
#relaxationWellness .relaxationWellnessContainer {
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero {
  display: flex;
}

#hero img {
  width: 80%;
  height: 80%;
  margin: auto;
}

#reserveASuite .div1 .parallelParagraph {
  display: flex;
  color: #5c5c5c;
  font-family: "Roboto", Sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 2em;
  letter-spacing: 1px;
  margin-bottom: 5%;
}

#reserveASuite .bigDiv:nth-child(1) {
  width: 70%;
}

#reserveASuite .bigDiv:nth-child(2) {
  width: 30%;
}

#reserveASuite .div1 {
  margin-bottom: 5%;
}

#reserveASuite .div3 img {
  width: 100%;
}

#reserveASuite .div2 img {
  width: 20%;
}

#checkThePromotions .bigDiv:nth-child(1) {
  width: 35%;
}

#checkThePromotions .bigDiv:nth-child(2) {
  width: 30%;
}

#checkThePromotions .bigDiv:nth-child(2) img {
  width: 100%;
}

#checkThePromotions .bigDiv:nth-child(3) {
  width: 35%;
}

#checkThePromotions .bigDiv:nth-child(3) ul li {
  width: 100%;
}

#checkThePromotions .bigDiv:nth-child(3) ul li img {
  width: 100px;
  height: 100px;
}

#checkThePromotions .bigDiv:nth-child(3) ul li {
  display: flex;
  margin-bottom: 5%;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #f1f1f1;
}

#checkThePromotions .bigDiv:nth-child(3) ul li .secondDivBigDiv {
  margin-left: 5%;
}

#checkThePromotions .bigDiv:nth-child(3) ul li .secondDivBigDiv p {
  margin-bottom: 20px;
  color: #5c5c5c;
  font-family: "Roboto", Sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1em;
}

#checkThePromotions .bigDiv:nth-child(3) ul li .secondDivBigDiv h2 {
  color: #444444;
  font-family: "Roboto", Sans-serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 1em;
  letter-spacing: 1px;
}

#checkThePromotions .bigDiv:nth-child(1) p {
  color: #5c5c5c;
  font-family: "Roboto", Sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 2em;
  letter-spacing: 1px;
}

#cards {
  justify-content: space-around;
}

#cards div {
  width: 40%;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

#cards div h4 {
  margin-bottom: 18px;
  color: #444444;
  font-family: "Roboto", Sans-serif;
  font-size: 25px;
  font-weight: normal;
  line-height: 1.2em;
}

#cards div p {
  color: #5c5c5c;
  font-family: "Roboto", Sans-serif;
  font-weight: 300;
  line-height: 2em;
}

#cards p:nth-child(1) {
  margin-bottom: 18px;
  color: #444444;
  font-family: "Roboto", Sans-serif;
  font-size: 25px;
  font-weight: normal;
  line-height: 1.2em;
}

#cards p:nth-child(2) {
  color: #5c5c5c;
  font-family: "Roboto", Sans-serif;
  font-weight: 300;
  line-height: 2em;
}

#relaxationWellness {
  margin-bottom: 5%;
}

#relaxationWellness div:nth-child(2) {
  display: flex;
  align-items: center;
}

#relaxationWellness .div1 p {
  color: #5c5c5c;
  font-family: "Roboto", Sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 2em;
  letter-spacing: 1px;
}

#relaxationWellness .div1 {
  width: 40%;
}

#relaxationWellness .relaxationWellnessContainer {
  display: flex;
  justify-content: space-between;
}

#relaxationWellness .div2 {
  width: 55%;
}

#relaxationWellness .div1 a {
  background-color: #1c1c1c;
}

#relaxationWellness .div2 img {
  width: 100%;
}

#relaxationWellness .relaxationWelnessCards {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 5%;
}

#relaxationWellness .relaxationWelnessCards div {
  width: 90%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#relaxationWellness .relaxationWelnessCards div ion-icon {
  font-size: 4em;
  color: #5c5c5c;
  font-size: 40px;
  line-height: 27px;
}

#relaxationWellness .relaxationWelnessCards div div {
  flex-direction: column;
}

#relaxationWellness .relaxationWelnessCards div div p {
  width: 80%;
  margin: auto;
}

#relaxationWellness .relaxationWelnessCards div div p:nth-child(1) {
  color: #444444;
  font-family: "Roboto", Sans-serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.2em;
  letter-spacing: 1px;
}

#relaxationWellness .relaxationWelnessCards div div p:nth-child(2) {
  color: #5c5c5c;
  font-family: "Roboto", Sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 2em;
  letter-spacing: 1px;
}

footer {
  width: 100%;
  color: #fff;
  background-color: #1c1c1c;
}

#footerTop {
  display: flex;
  justify-content: space-between;
  padding: 4% 0px;
}

#footerTop h2 {
  color: #ffffff;
  font-family: "Roboto", Sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.2em;
  letter-spacing: 1px;
}

#footerTop p {
  color: #a3a3a3;
  font-family: "Roboto", Sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 2em;
  letter-spacing: 2px;
}

#footerTop h3 {
  color: #ffffff;
  font-family: "Roboto", Sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1em;
  letter-spacing: 1px;
}

#footerTop a {
  color: #a3a3a3;
  font-family: "Roboto", Sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 2em;
  letter-spacing: 2px;
}

#footerTop a:hover {
  color: #fff;
}

#copyright {
  background-color: #000;
  text-align: center;
  padding: 20px 0px;
  color: #a3a3a3;
  font-family: "Roboto", Sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 2em;
  letter-spacing: 2px;
}

#heroGradient {
  position: absolute;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: linear-gradient(180deg, #1d1d1d 0%, #1d1d1d7a 100%);
  opacity: 0.45;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

#onamaHero,
#kontaktHero {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("/assets/reserveBig.jpg");
  width: 100%;
  height: 60vh;
  background-size: cover;
}

#onamaHero {
  margin-bottom: 5%;
}

#onamaHero h1,
#kontaktHero h1 {
  z-index: 999;
  color: #ffffff;
  font-family: "Roboto", Sans-serif;
  font-size: 60px;
  font-weight: normal;
  line-height: 1em;
  letter-spacing: 1px;
}

#kontaktBoxes {
  margin-top: 5%;
  margin-bottom: 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#kontaktBoxes div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 45%;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.kontaktBoxesBox {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #f1f1f1;
}

#kontaktBoxes div > div:nth-child(1) {
  width: 15%;
}

#kontaktBoxes div > div {
  width: 85%;
  display: flex;
  flex-direction: column;
}

#kontaktBoxes div img {
  width: 100px;
  height: 100px;
  border-radius: 60%;
  margin-right: 90%;
}

#kontaktBoxes div h2 {
  margin-bottom: 18px;
  color: #444444;
  font-family: "Roboto", Sans-serif;
  font-size: 25px;
  font-weight: normal;
  line-height: 1.2em;
  letter-spacing: 1px;
}

#kontaktBoxes div p {
  color: #5c5c5c;
  font-family: "Roboto", Sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 2em;
  letter-spacing: 1px;
}

#kontaktGetInTouch {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5%;
}

#kontaktGetInTouch div {
  width: 45%;
}

#kontaktGetInTouch div:nth-child(1) p {
  color: #5c5c5c;
  font-family: "Roboto", Sans-serif;
  font-weight: 300;
  line-height: 2em;
}

#kontaktGetInTouch div:nth-child(2) {
  background-color: red;
}

#kontaktGetInTouch div:nth-child(2) ul {
  width: 80%;
  color: #fff;
  margin: 0;
  padding: 0;
  margin: auto;
  padding-bottom: 5%;
}

#kontaktGetInTouch div:nth-child(2) ul li {
  display: flex;
  align-items: center;
}

#kontaktGetInTouch div:nth-child(2) ion-icon {
  font-size: 2em;
  margin-right: 5%;
}

#kontaktGetInTouch div:nth-child(2) ul li:nth-child(1) {
  font-size: 25px;
  font-weight: normal;
  line-height: 1em;
  letter-spacing: 1px;
}

#kontaktMap,
#kontaktMap iframe {
  width: 100%;
  filter: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="g"><feColorMatrix type="matrix" values="0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0 0 0 1 0"/></filter></svg>#g');
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1);
}

#onamaAllInclusive {
  display: flex;
  justify-content: space-between;
}

#onamaAllInclusive div {
  width: 45%;
}

#onamaAllInclusive div img {
  width: 100%;
}

#onamaAllInclusive .parallelParagraph {
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #5c5c5c;
  font-family: "Roboto", Sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 2em;
  letter-spacing: 1px;
  margin-bottom: 5%;
}

#onamaRelaxOnVacation .onamaRelaxOnVacationBoxes {
  display: flex;
  justify-content: space-between;
}

#onamaRelaxOnVacation .onamaRelaxOnVacationBoxes div {
  width: 23%;
}

#onamaRelaxOnVacation .onamaRelaxOnVacationBoxes p:nth-child(1) {
  color: #b94545;
  font-size: 70px;
  font-weight: normal;
  line-height: 1em;
  letter-spacing: 1px;
  margin: 10% 0;
}

#onamaRelaxOnVacation .onamaRelaxOnVacationBoxes p:nth-child(2) {
  color: #444444;
  font-family: "Roboto", Sans-serif;
  font-size: 25px;
  font-weight: normal;
  line-height: 1.2em;
  letter-spacing: 2px;
}

#onamaRelaxOnVacation .onamaRelaxOnVacationBoxes p:nth-child(3) {
  color: #5c5c5c;
  font-family: "Roboto", Sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 2em;
  letter-spacing: 1px;
}

#onamaRelaxOnVacation .onamaRelaxOnVacationBoxes p:nth-child(4),
#onamaRelaxOnVacation .onamaRelaxOnVacationBoxes p:nth-child(5) {
  color: #5c5c5c;
  font-family: "Roboto", Sans-serif;
  font-size: 14px;
  line-height: 2em;
  letter-spacing: 1px;
  font-weight: bold;
}

#onamaContactUs {
  position: relative;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-items: center;
  background: url("/assets/slika.jpg");
  width: 100%;
  height: 60vh;
  background-size: cover;
}

#onamaContactUs h2 {
  z-index: 999;
  color: #ffffff;
  font-family: "Roboto", Sans-serif;
  font-size: 55px;
  font-weight: normal;
  line-height: 1.2em;
  letter-spacing: 1px;
  margin-bottom: 0%;
}

#onamaContactUs p {
  z-index: 999;
  color: #ffffff;
  font-family: "Roboto", Sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 2em;
  letter-spacing: 1px;
  width: 40%;
}

#onamaContactUs a {
  z-index: 999;
  text-transform: uppercase;
}

#galerijaHero {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("/assets/reserveBig.jpg");
  width: 100%;
  height: 60vh;
  background-size: cover;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 5%;
}

#galerijaHero p {
  z-index: 999;
  color: #ffffff;
  font-size: 60px;
  font-weight: normal;
  line-height: 1em;
  letter-spacing: 1px;
}

#galerijaLine {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("/assets/slika.jpg");
  width: 100%;
  height: 60vh;
  background-size: cover;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

#galerijaLine div {
  z-index: 999;
  display: flex;
  flex-direction: row;
}

#galerijaLine div p {
  display: flex;
  align-items: center;
}

#galerijaLine div p:nth-child(2) {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}

#galerijaLine div p:nth-child(1) {
  color: #ffffff;
  font-family: "Roboto", Sans-serif;
  font-size: 55px;
  font-weight: normal;
  line-height: 1.2em;
  letter-spacing: 1px;
}

#galerijaLine div p span:nth-child(1) {
  color: #ffffff;
  font-family: "Roboto", Sans-serif;
  font-size: 25px;
  font-weight: normal;
  line-height: 1em;
  letter-spacing: 1px;
}

#galerijaLine div p span:nth-child(2) {
  color: #ffffff;
  font-family: "Roboto", Sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1em;
  letter-spacing: 1px;
}

#galerijaGrid {
  margin-bottom: 5%;
}

.galerijaGridRow {
  width: 90%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.galerijaGridColumn {
  flex: 30%;
  max-width: 30%;
  padding: 0 4px;
}

.galerijaGridColumn img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

#room .h1Sobe {
  font-weight: normal;
  margin: 0;
  padding: 0;
  color: #444444;
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  line-height: 45px;
  margin-top: 5%;
}

#room .nazivSobe {
  text-transform: uppercase;
  margin-right: 10px;
  color: #5c5c5c;
  font-family: "Roboto", sans-serif;
  letter-spacing: 2px;
  font-size: 14px;
  line-height: 27px;
}

.roomTextInfo {
  color: #5c5c5c;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 27px;
  margin: 0px;
  padding: 0px;
  overflow-wrap: break-word;
}

.roomRoomServices h2,
.roomAroundTheHotel h2 {
  color: #444444;
  font-family: "Roboto", sans-serif;
  word-wrap: break-word;
  font-weight: normal;
  font-size: 25px;
  line-height: 25px;
  margin: 0px;
  padding: 0px;
  margin-top: 5%;
}

#room .roomShortInfo ul {
  display: flex;
  padding: 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

#room .roomShortInfo ul li,
#room .roomShortInfo ul a {
  flex: 1;
  text-align: center;
}
#room .roomShortInfo ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #5c5c5c;
}

#room .roomShortInfo ul li ion-icon {
  color: #5c5c5c;
  font-size: 40px;
  line-height: 27px;
}

#room .roomRoomServices ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #5c5c5c;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 27px;
}

#room .roomRoomServices ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
}

#room .roomRoomServices ul li ion-icon {
  font-size: 40px;
}

#roomLeftSide {
  width: 100%;
}

#roomRightSide {
  width: 40%;
}

#room #roomImageSlider img {
  width: 100%;
  margin: auto;
}

#room .roomAroundTheHotel {
  margin-bottom: 5%;
}

#room .roomAroundTheHotel h2 {
  margin-bottom: 5%;
}

#room .roomAroundTheHotelImages {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#room .roomAroundTheHotelImages img {
  width: 100%;
  height: 300px;
}

#room .roomAroundTheHotelImagesBox {
  width: 30%;
  position: relative;
}

#room .roomAroundTheHotelImagesBox span {
  position: absolute;
  bottom: 5%;
  left: 5%;
  font-weight: bold;
  color: #fff;
  z-index: 999;
}

#room .roomAroundTheHotelImagesFilter {
  position: absolute;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: linear-gradient(180deg, #1d1d1d 0%, #1d1d1d7a 100%);
  opacity: 0.45;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

#kucniRed {
  width: 90%;
  margin: auto;
}

#threePageSection {
  width: 90%;
  margin: auto;
}

#threePageSection .threePagesBoxes {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#threePageSection .threePagesBox {
  flex-basis: 45%;
}

#threePageSection .threePagesBox img {
  width: 100%;
}

@media only screen and (max-width: 600px) {
  body {
    width: 100%;
  }

  nav {
    display: none;
  }

  #responsiveNav {
    display: flex;
    justify-content: center;
  }

  #reserveASuite,
  #checkThePromotions,
  #cards,
  #relaxationWellness .relaxationWellnessContainer {
    display: flex;
    flex-direction: column !important;
  }

  #hero img {
    width: 100%;
    height: 100%;
  }

  #reserveASuite .div1 .parallelParagraph {
    display: flex;
    flex-direction: column;
    color: #5c5c5c;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 2em;
    letter-spacing: 1px;
    margin-bottom: 5%;
  }

  #reserveASuite .bigDiv:nth-child(1) {
    width: 100%;
  }

  #reserveASuite .bigDiv:nth-child(2) {
    width: 100%;
  }

  #reserveASuite .div1 {
    margin-bottom: 5%;
  }

  #reserveASuite .div3 img {
    width: 100%;
  }

  #reserveASuite .div2 img {
    width: 23%;
  }

  #checkThePromotions .bigDiv:nth-child(1) {
    width: 100%;
  }

  #checkThePromotions .bigDiv:nth-child(2) {
    width: 100%;
  }

  #checkThePromotions .bigDiv:nth-child(2) img {
    width: 100%;
  }

  #checkThePromotions .bigDiv:nth-child(3) {
    width: 100%;
  }

  #checkThePromotions .bigDiv:nth-child(3) ul {
    width: 100%;
    padding: 0;
  }

  #checkThePromotions .bigDiv:nth-child(3) ul li img {
    width: 100px;
    height: 100px;
  }

  #checkThePromotions .bigDiv:nth-child(3) ul li {
    display: flex;
    margin-bottom: 5%;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #f1f1f1;
  }

  #checkThePromotions .bigDiv:nth-child(3) ul li .secondDivBigDiv {
    margin-left: 5%;
  }

  #checkThePromotions .bigDiv:nth-child(3) ul li .secondDivBigDiv p {
    margin-bottom: 20px;
    color: #5c5c5c;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1em;
  }

  #checkThePromotions .bigDiv:nth-child(3) ul li .secondDivBigDiv h2 {
    color: #444444;
    font-family: "Roboto", Sans-serif;
    font-size: 22px;
    font-weight: normal;
    line-height: 1em;
    letter-spacing: 1px;
  }

  #checkThePromotions .bigDiv:nth-child(1) p {
    color: #5c5c5c;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 2em;
    letter-spacing: 1px;
  }

  #cards {
    justify-content: space-around;
  }

  #cards div {
    width: 40%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    transition: background 0.3s, border 0.3s, border-radius 0.3s,
      box-shadow 0.3s;
  }

  #cards div h4 {
    margin-bottom: 18px;
    color: #444444;
    font-family: "Roboto", Sans-serif;
    font-size: 25px;
    font-weight: normal;
    line-height: 1.2em;
  }

  #cards div p {
    color: #5c5c5c;
    font-family: "Roboto", Sans-serif;
    font-weight: 300;
    line-height: 2em;
  }

  #cards p:nth-child(1) {
    margin-bottom: 18px;
    color: #444444;
    font-family: "Roboto", Sans-serif;
    font-size: 25px;
    font-weight: normal;
    line-height: 1.2em;
  }

  #cards p:nth-child(2) {
    color: #5c5c5c;
    font-family: "Roboto", Sans-serif;
    font-weight: 300;
    line-height: 2em;
  }

  #relaxationWellness {
    margin-bottom: 5%;
  }

  #relaxationWellness div:nth-child(2) {
    display: flex;
    align-items: center;
  }

  #relaxationWellness .div1 p {
    color: #5c5c5c;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 2em;
    letter-spacing: 1px;
  }

  #relaxationWellness .div1 {
    width: 100%;
  }

  #relaxationWellness .relaxationWellnessContainer {
    display: flex;
    justify-content: space-between;
  }

  #relaxationWellness .div2 {
    width: 55%;
  }

  #relaxationWellness .div1 a {
    background-color: #1c1c1c;
  }

  #relaxationWellness .div2 img {
    width: 100%;
  }

  #relaxationWellness .relaxationWelnessCards {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
    margin-top: 5%;
  }

  #relaxationWellness .relaxationWelnessCards {
    width: 90%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  #relaxationWellness .relaxationWelnessCards div ion-icon {
    font-size: 4em;
    color: #5c5c5c;
    font-size: 40px;
    line-height: 27px;
  }

  #relaxationWellness .relaxationWelnessCards div div {
    flex-direction: column;
  }

  #relaxationWellness .relaxationWelnessCards div div p {
    width: 80%;
    margin: auto;
  }

  #relaxationWellness .relaxationWelnessCards div div p:nth-child(1) {
    color: #444444;
    font-family: "Roboto", Sans-serif;
    font-size: 22px;
    font-weight: normal;
    line-height: 1.2em;
    letter-spacing: 1px;
  }

  #relaxationWellness .relaxationWelnessCards div div p:nth-child(2) {
    color: #5c5c5c;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 2em;
    letter-spacing: 1px;
  }

  footer {
    width: 100%;
    color: #fff;
    background-color: #1c1c1c;
  }

  #footerTop {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 4% 0px;
  }

  #footerTop h2 {
    color: #ffffff;
    font-family: "Roboto", Sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.2em;
    letter-spacing: 1px;
  }

  #footerTop p {
    color: #a3a3a3;
    font-family: "Roboto", Sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 2em;
    letter-spacing: 2px;
  }

  #footerTop h3 {
    color: #ffffff;
    font-family: "Roboto", Sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 1em;
    letter-spacing: 1px;
  }

  #footerTop a {
    color: #a3a3a3;
    font-family: "Roboto", Sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 2em;
    letter-spacing: 2px;
  }

  #footerTop a:hover {
    color: #fff;
  }

  #copyright {
    background-color: #000;
    text-align: center;
    padding: 20px 0px;
    color: #a3a3a3;
    font-family: "Roboto", Sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 2em;
    letter-spacing: 2px;
  }

  #heroGradient {
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: linear-gradient(180deg, #1d1d1d 0%, #1d1d1d7a 100%);
    opacity: 0.45;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  }

  #onamaHero,
  #kontaktHero {
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("/assets/reserveBig.jpg");
    width: 100%;
    height: 60vh;
    background-size: cover;
  }

  #onamaHero {
    margin-bottom: 5%;
  }

  #onamaHero h1,
  #kontaktHero h1 {
    z-index: 999;
    color: #ffffff;
    font-family: "Roboto", Sans-serif;
    font-size: 60px;
    font-weight: normal;
    line-height: 1em;
    letter-spacing: 1px;
  }

  #kontaktBoxes {
    margin-top: 5%;
    margin-bottom: 5%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  #kontaktBoxes div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: left;
    width: 90%;
    transition: background 0.3s, border 0.3s, border-radius 0.3s,
      box-shadow 0.3s;
  }

  .kontaktBoxesBox {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #f1f1f1;
  }

  #kontaktBoxes div > div:nth-child(1) {
    width: 15%;
  }

  #kontaktBoxes div > div {
    width: 85%;
    display: flex;
    flex-direction: column;
  }

  #kontaktBoxes div img {
    display: none;
  }

  #kontaktBoxes div h2 {
    text-align: left;
    margin-bottom: 18px;
    color: #444444;
    font-family: "Roboto", Sans-serif;
    font-size: 25px;
    font-weight: normal;
    line-height: 1.2em;
    letter-spacing: 1px;
  }

  #kontaktBoxes div p {
    color: #5c5c5c;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 2em;
    letter-spacing: 1px;
  }

  #kontaktGetInTouch {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5%;
    flex-direction: column;
  }

  #kontaktGetInTouch div {
    width: 100%;
  }

  #kontaktGetInTouch div:nth-child(1) p {
    color: #5c5c5c;
    font-family: "Roboto", Sans-serif;
    font-weight: 300;
    line-height: 2em;
  }

  #kontaktGetInTouch div:nth-child(2) {
    background-color: red;
  }

  #kontaktGetInTouch div:nth-child(2) ul {
    width: 80%;
    color: #fff;
    margin: 0;
    padding: 0;
    margin: auto;
    padding-bottom: 5%;
  }

  #kontaktGetInTouch div:nth-child(2) ul li {
    display: flex;
    align-items: center;
  }

  #kontaktGetInTouch div:nth-child(2) ion-icon {
    font-size: 2em;
    margin-right: 5%;
  }

  #kontaktGetInTouch div:nth-child(2) ul li:nth-child(1) {
    font-size: 25px;
    font-weight: normal;
    line-height: 1em;
    letter-spacing: 1px;
  }

  #kontaktMap,
  #kontaktMap iframe {
    width: 100%;
    filter: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="g"><feColorMatrix type="matrix" values="0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0 0 0 1 0"/></filter></svg>#g');
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1);
  }

  #onamaAllInclusive {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  #onamaAllInclusive div {
    width: 100%;
  }

  #onamaAllInclusive div img {
    width: 100%;
  }

  #onamaAllInclusive .parallelParagraph {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #5c5c5c;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 2em;
    letter-spacing: 1px;
    margin-bottom: 5%;
  }

  #onamaRelaxOnVacation .onamaRelaxOnVacationBoxes {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  #onamaRelaxOnVacation .onamaRelaxOnVacationBoxes div {
    width: 100%;
  }

  #onamaRelaxOnVacation .onamaRelaxOnVacationBoxes p:nth-child(1) {
    color: #b94545;
    font-size: 70px;
    font-weight: normal;
    line-height: 1em;
    letter-spacing: 1px;
    margin: 10% 0;
  }

  #onamaRelaxOnVacation .onamaRelaxOnVacationBoxes p:nth-child(2) {
    color: #444444;
    font-family: "Roboto", Sans-serif;
    font-size: 25px;
    font-weight: normal;
    line-height: 1.2em;
    letter-spacing: 2px;
  }

  #onamaRelaxOnVacation .onamaRelaxOnVacationBoxes p:nth-child(3) {
    color: #5c5c5c;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 2em;
    letter-spacing: 1px;
  }

  #onamaRelaxOnVacation .onamaRelaxOnVacationBoxes p:nth-child(4),
  #onamaRelaxOnVacation .onamaRelaxOnVacationBoxes p:nth-child(5) {
    color: #5c5c5c;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    line-height: 2em;
    letter-spacing: 1px;
    font-weight: bold;
  }

  #onamaContactUs {
    position: relative;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-items: center;
    background: url("/assets/slika.jpg");
    width: 100%;
    height: 100%;
    background-size: cover;
  }

  #onamaContactUs h2 {
    z-index: 999;
    color: #ffffff;
    font-family: "Roboto", Sans-serif;
    font-size: 55px;
    font-weight: normal;
    line-height: 1.2em;
    letter-spacing: 1px;
    margin-bottom: 0%;
  }

  #onamaContactUs p {
    z-index: 999;
    color: #ffffff;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 2em;
    letter-spacing: 1px;
    width: 40%;
  }

  #onamaContactUs a {
    z-index: 999;
    text-transform: uppercase;
  }

  #galerijaHero {
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("/assets/reserveBig.jpg");
    width: 100%;
    height: 60vh;
    background-size: cover;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 5%;
  }

  #galerijaHero p {
    z-index: 999;
    color: #ffffff;
    font-size: 60px;
    font-weight: normal;
    line-height: 1em;
    letter-spacing: 1px;
  }

  #galerijaLine {
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: url("/assets/slika.jpg");
    width: 100%;
    height: 100%;
    background-size: cover;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  #galerijaLine div {
    z-index: 999;
    display: flex;
    flex-direction: row;
  }

  #galerijaLine div p {
    display: flex;
    align-items: center;
  }

  #galerijaLine div p:nth-child(2) {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
  }

  #galerijaLine div p:nth-child(1) {
    color: #ffffff;
    font-family: "Roboto", Sans-serif;
    font-size: 55px;
    font-weight: normal;
    line-height: 1.2em;
    letter-spacing: 1px;
  }

  #galerijaLine div p span:nth-child(1) {
    color: #ffffff;
    font-family: "Roboto", Sans-serif;
    font-size: 25px;
    font-weight: normal;
    line-height: 1em;
    letter-spacing: 1px;
  }

  #galerijaLine div p span:nth-child(2) {
    color: #ffffff;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1em;
    letter-spacing: 1px;
  }

  #galerijaGrid {
    margin-bottom: 5%;
  }

  .galerijaGridRow {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 4px;
  }

  /* Create four equal columns that sits next to each other */
  .galerijaGridColumn {
    max-width: 90%;
    margin: auto;
  }

  .galerijaGridColumn img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
  }

  #room {
    max-width: 90%;
  }

  #room .h1Sobe {
    font-weight: normal;
    margin: 0;
    padding: 0;
    color: #444444;
    font-family: "Roboto", sans-serif;
    font-size: 40px;
    line-height: 45px;
    margin-top: 5%;
  }

  #room .nazivSobe {
    text-transform: uppercase;
    margin-right: 10px;
    color: #5c5c5c;
    font-family: "Roboto", sans-serif;
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 27px;
  }

  .roomTextInfo {
    color: #5c5c5c;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 27px;
    margin: 0px;
    padding: 0px;
    overflow-wrap: break-word;
  }

  .roomRoomServices h2,
  .roomAroundTheHotel h2 {
    color: #444444;
    font-family: "Roboto", sans-serif;
    word-wrap: break-word;
    font-weight: normal;
    font-size: 25px;
    line-height: 25px;
    margin: 0px;
    padding: 0px;
    margin-top: 5%;
  }

  #room .roomShortInfo ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  #room .roomShortInfo ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #5c5c5c;
  }

  #room .roomShortInfo ul li ion-icon {
    color: #5c5c5c;
    font-size: 40px;
    line-height: 27px;
  }

  #room .roomRoomServices ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #5c5c5c;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 27px;
  }

  #room .roomRoomServices ul li {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  #room .roomRoomServices ul li ion-icon {
    font-size: 40px;
  }

  #roomLeftSide {
    width: 100%;
  }

  #roomRightSide {
    width: 40%;
  }

  #room #roomImageSlider img {
    width: 100%;
  }

  #room .roomAroundTheHotel {
    margin-bottom: 5%;
  }

  #room .roomAroundTheHotel h2 {
    margin-bottom: 5%;
  }

  #room .roomAroundTheHotelImages {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  #room .roomAroundTheHotelImages img {
    width: 100%;
    height: 300px;
  }

  #room .roomAroundTheHotelImagesBox {
    width: 30%;
    position: relative;
  }

  #room .roomAroundTheHotelImagesBox span {
    position: absolute;
    bottom: 5%;
    left: 5%;
    font-weight: bold;
    color: #fff;
    z-index: 999;
  }

  #room .roomAroundTheHotelImagesFilter {
    position: absolute;
    z-index: 99;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: linear-gradient(180deg, #1d1d1d 0%, #1d1d1d7a 100%);
    opacity: 0.45;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  }

  #kucniRed {
    width: 90%;
    margin: auto;
  }

  #threePageSection {
    width: 90%;
    margin: auto;
  }

  #threePageSection .threePagesBoxes {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #threePageSection .threePagesBox {
    flex-basis: 45%;
  }

  #threePageSection .threePagesBox img {
    width: 100%;
  }
}

/* @import url('/css/responsiveness.css'); */
