* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Georgia,Times,Times New Roman,serif;
    scroll-behavior: smooth;
}

/*--------------------------HEADER------------------------------------*/

#header {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #00539C;
    position: sticky;
    top: 0;
    z-index: 1;
}

.header-list{
    display: inline-block;
    list-style: none;
}

#header-email-icon, #header-email, #header-phone-icon, #header-phone {
    color: white;
    font-weight: bold;
    vertical-align: middle;
    margin-top: 0.4em;
    margin-bottom: 0.4em;
    font-size: 0.8em;
    text-decoration: none;
}

#header-email:hover, #header-phone:hover {
    text-decoration: underline;
    color: white;
}

#header-jezici {
    margin-left: 0.4em;
    vertical-align: middle;
    margin-top: 0.4em;
    margin-bottom: 0.4em;
    margin-left: 0.8em;
    list-style: none;
    display: flex;
}

li img {
    min-width: none;
    width: 1.2em;
    height: 1.2em;
    vertical-align: middle;
}

#header-phone {
    margin-right: 0.8em;
}

/*---------------------------------NAV----------------------------------------------*/

#nav {
    width: 100%;
    height: 100px;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #EEA47F;
    position: sticky;
    top: 0;
    z-index: 1;
}

#div-left {
    text-align: center;
    margin-top: 0.4em;
    margin-bottom: 0.4em;
    margin-left: 2em;
}

#nav-ime {
    color: black;
    font-weight: bold;
    font-size: 4em;
    font-family: 'Qwitcher Grypen', cursive;
}

#nav-lokacija {
    color: black;
    font-weight: normal;
    font-size: 1em;
    position: relative;
    bottom: 0.5em;
    right: 0.8em;
}

.nav-list{
    display: inline-block;
    list-style: none;
    font-size: 1.2em;
    padding: 0.5em;
    vertical-align: middle;
}

.nav-a {
    text-decoration: none;
    color: black;
    font-size: 1em;
    font-weight: normal;
}

.nav-a:hover {
    text-decoration: underline;
    color: black;
}

.nav-a:visited {
    text-decoration: none;
    color: black;
}

#kontakt {
    margin-right: 1em;
}

/*---------------------------SMJESTAJ----------------------------------*/

#smjestaj {
    padding: 2em 4em;
}

/*------------------------NASLOV-------------------------------------*/

#naslov-div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#naslov-ime {
    text-align: left;
    font-size: 2.5em;
    text-transform: uppercase;
    font-weight: normal;
    color: black;
    margin-bottom: 0.2em;
}

#naslov-lokacija {
    text-align: left;
    font-size: 1.2em;
    font-weight: normal;
    color: #7e807c;
    margin-bottom: 4em;
}

/*-----------------------BUTTONS------------------------------------------*/

#buttons-div {
    display: flex;
    justify-content: flex-start;
    gap: 1em;
}

.smjestaj-button {
    padding: 1em;
    font-size: 1em;
    font-weight: normal;
    background: none;
    border: 0.1em solid black;
}

.smjestaj-button:hover {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.1);
}

/*--------------------------REZERVACIJA-------------------------------*/

#rezervacija {
    margin-top: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fdf2ed;
    gap: 3em;
    border: 0.1em solid black;
    margin-bottom: 2em;
    padding: 1em;
}

#form {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3em;
}

#rezervacija-button {
    width: 12em;
    color: #EEA47F;
    background-color: #151515;
    font-size: 1em;
    font-weight: bold;
    border: 0.1em solid #EEA47F;
    padding: 1em;
}

#rezervacija-button:hover {
    cursor: pointer;
    background-color: #343434;
}

::-webkit-calendar-picker-indicator {
    background-color: transparent;
    cursor: pointer;
    border-radius: 0.1em;
}

/*----------------------DOLAZAK---------------------------------------*/

#dolazak-div {
    display: flex;
    align-items: center;
    margin-top: 3em;
    margin-bottom: 3em;
}

#dolazak-label {
    font-size: 1em;
    font-weight: normal;
    color: black;
}

#dolazak-input {
    background-color: white;
    padding: 1em;
    color: black;
    font-size: 1em;
    border: 0.1em solid black;
    outline: none;
    border-radius: 0;
    text-align: center;
    margin-left: 1em;
}

/*--------------------------------ODLAZAK--------------------------*/

#odlazak-div {
    display: flex;
    align-items: center;
    margin-top: 3em;
    margin-bottom: 3em;
}

#odlazak-label {
    font-size: 1em;
    font-weight: normal;
    color: black;
}

#odlazak-input {
    background-color: white;
    padding: 1em;
    color: black;
    font-size: 1em;
    border: 0.1em solid black;
    outline: none;
    border-radius: 0;
    text-align: center;
    margin-left: 1em;
}

#odlazak-input:focus {
    outline: none;
    cursor: default;
}

#odlazak-input:hover {
    cursor: default;
}


/*---------------------------ZNACAJKE----------------------------*/

#znacajke-ikone-div {
    display: flex;
    gap: 2em;
    flex-wrap: wrap;
    padding-left: 1em;
    padding-right: 1em;
}

.znacajke-ikone-box {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
}

.znacajke-ikone {
    text-align: center;
    font-size: 4em !important;
    color: #7e807c;
    padding: 0.1em;
    opacity: 0.8;
}

.znacajke-tekst {
    font-size: 1em;
    color: #7e807c;
    text-align: center;
    opacity: 0.8;
}

/*-------------------------CHECKIN-CHECKOUT-------------------------------*/

.naziv {
    font-size: 1em;
    font-weight: normal;
    color: #7e807c;
    opacity: 0.8;
    text-align: right;
    text-transform: uppercase;
    padding: 1em;
    border-right: 0.1em solid #7e807c80;
    width: 15%;
}

#checkin-checkout {
    display: flex;
    margin-top: 2em;
}

#checkin-checkout h2 {
    font-size: 0.9em;
    font-weight: normal;
    color: black;
    padding: 1em;
    text-align: center;
}

/*----------------------------BOX-------------------------*/

.box {
    display: flex;
    align-items: center;
    gap: 0.2em;
}

.ikone {
    font-size: 0.9em;
    font-weight: normal;
    color: black;
    text-align: center;
    color: black;
}

.opis {
    font-size: 0.9em;
    font-weight: normal;
    color: black;
    padding: 1em 0;
    text-align: center;
}

/*-----------------------------SADRZAJ--------------------------------*/

#sadrzaj {
    display: flex;
    margin-top: 2em;
    gap: 1em;
}

#sadrzaj-div {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 4em;
}

/*-------------------DETALJI I OPREMLJENOST------------------------------*/

#detalji {
    display: flex;
    margin-top: 2em;
    gap: 1em;
}

#opremljenost {
    display: flex;
    margin-top: 2em;
    gap: 1em;
    margin-bottom: 2em;
}

.naziv-odjeljka {
    font-size: 1em;
    font-weight: normal;
    color: #7e807c;
    opacity: 0.8;
    text-align: center;
    text-transform: uppercase;
    padding: 1em 1em 1em 0;
}

.odjeljci {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
}

/*--------------------------CIJENA-----------------------------------------*/

#cijena {
    margin-bottom: 2em;
    display: flex;
    justify-content: center;
}

#cijena-table {
    border: 0.1em solid #7e807c;
    padding: 1em;
    border-collapse: collapse;
}

#cijena-table th, td {
    padding: 1em;
    border: 0.1em solid #7e807c;
    text-align: center;
    font-size: 1.1em;
}

#euri {
    font-weight: bold;
}


/*--------------------------KARTA--------------------------------------*/

#karta {
    width: 100%;
    height: 100%;
}

/*--------------------------FOOTER------------------------------*/

#footer {
    padding: 3em;
    background-color: #2e3231;
    display: flex;
    align-content: flex-start;
    gap: 2em;
}

#footer-div-left {
    display: inline-block;
    border-right: 0.05em solid white;
    text-align: center;
    padding: 1em;
}

#footer-ime {
    font-size: 2em;
    font-weight: normal;
    color: white;
    text-transform: uppercase;
    margin-bottom: 1em;
}

#footer-adresa {
    font-size: 1em;
    font-weight: normal;
    color: white;
    margin-bottom: 1em;
}

#footer-phone {
    font-size: 1em;
    font-weight: normal;
    color: white;
    margin-bottom: 1em;
    display: block;
    text-decoration: none;
}

#footer-email {
    font-size: 1em;
    font-weight: normal;
    color: white;
    text-decoration: none;
}

#footer-email:hover, #footer-phone:hover {
    color: white;
    text-decoration: underline;
}

#footer-div-right {
    padding: 1em;
}

.footer-list{
    display: inline-block;
    list-style: none;
    font-size: 1em;
    font-weight: normal;
    color: white;
    padding: 0.5em;
    vertical-align: middle;
    text-transform: uppercase;
}

.footer-a {
    text-decoration: none;
    color: white;
}

.footer-a:hover {
    text-decoration: underline;
    color: white;
}

.footer-a:visited {
    text-decoration: none;
    color: white;
}