li {
    list-style: none;
}

.hero-center-wrap .text-muted {
    color: rgb(255 255 255 / 75%) !important;
}

.link-primary {
    background: #ea7600 !important;
    color: white;
}

.bg-primary {
    color: #ea7600 !important;
}

.btn-primary {
    background: #ea7600 !important;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background: #ea7600 !important;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.booking-element {
    background-color: white;
    border: 1px solid #ccc;
    padding: 15px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.booking-element-2 {
    background-color: white;
    padding-top: 10px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 1250px) {
    .booking-element {
        flex-direction: column;
        align-items: center;
    }

    .t-datepicker {
        max-width: 100% !important;
    }
}

.location,
.dates,
.guests {
    /* display: flex; */
    margin-bottom: 15px;
}

.location label,
.dates label,
.guests label {
    display: flex;
    margin-bottom: 5px;
}

.location input,
.dates input,
.guests button {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.dates {
    display: flex;
}

.dates .check-in,
.dates .check-out {
    flex: 1;
    margin-right: 10px;
}

.guests .count {
    margin: 0 10px;
    font-size: 16px;
}

.guests-count .minus,
.guests-count .plus {
    font-size: 14px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    padding: 5px 10px;
}


.ui-datepicker {
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px;
}

.buttons {
    display: flex;
    flex-direction: column;
}

.count {
    margin: 0;
    padding: 0 10px;
}

.guests-input {
    display: flex;
    border: 1px solid #ededed;
    border-radius: 4px;
    align-items: center;
    padding: 5px;
    justify-content: space-between;
    width: 100%;
    height: 38px;
}

.counters {
    display: flex;
    justify-content: center;
    align-items: center;
}

.counter {
    opacity: 0;
    transform: translateY(60px);
    text-align: center;
    color: #a594eb;
    transition: opacity 3s, transform 3s;
    margin-bottom: 20px;
}

.percentage {
    position: absolute;
    font-size: 0.7em;
    top: -0.2em;
    left: 0.3em;
}

.video-container {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 500px;
    overflow: hidden;
    object-fit: cover;
}

#videoPlayer {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.secound-section .link-primary:focus,
.secound-section .link-primary:hover {
    color: #ea7600 !important;
}

.entry-element {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.5s, transform 0.5s;
    will-change: opacity, transform;
}

.entry-element.visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes fade-in {
    from {
        opacity: 0;
        transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fade-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(50px);
    }
}

.entry-element.in-viewport {
    animation: fade-in 0.5s ease-out forwards;
}

.entry-element.out-of-viewport {
    animation: fade-out 0.5s ease-out forwards;
}

@media screen and (max-width:450px) {
    .entry-text {
        font-size: 40px !important;
    }
}

.img-container {
    overflow: hidden;
}

.img-container {
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.img-container.in-view {
    opacity: 1;
}

.img-container img {
    position: relative;
    left: 100%;
    transition: left 1s ease-in-out, opacity 0.5s ease-in-out;
    /* Dodajte efekat "fade" u tranziciju */
}

.img-container.in-view img {
    left: 0;
}

@media screen and (max-width:768px) {
    .footer-text {
        text-align: center !important;
    }
}

/*** btn ***/
.btn-square {
    width: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.ui-autocomplete {
    border: solid 2px #ea7600;
    position: absolute;
    background-color: white;
    border-radius: 5px;
}

.ui-menu-item {
    padding: 5px;
    cursor: pointer;
}

.ui-state-active {
    background-color: #ea7600;
    color: white;
}

.ui-autocomplete .ui-icon {
    margin-left: 0px;
}

.main-heading:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: auto;
    bottom: 0;
    right: auto;
    width: 100%;
    height: 2px;
    z-index: 0;
    background-color: #1ca2e6;
}

.main-heading {
    font-weight: 700;
    font-size: 24px;
    line-height: 20px;
    color: #fff;
    font-weight: 700;
    padding: 0 0 14px;
    position: relative;
}

.faq-section .accordion {
    --bs-accordion-color: white !important;
    --bs-accordion-bg: transparent !important;
}

.faq-section .accordion-item h2,
.faq-section .accordion-item button {
    color: white !important;
}

.faq-section .accordion-button:not(.collapsed) {
    background-color: #ea7600 !important;
}

.contact-section .form-control
{
    background-color: rgba(255, 255, 255, 0.8) !important;
}

.contact-section .form-control:active,
.contact-section .form-control:focus {
    background-color: rgba(234, 118, 0, 0.6) !important;
}

.contact-section label {
    color: white;
    font-style: italic;

}

@media screen and (min-width:1200px) {
    .hero-section-padding {
        padding-top: 103px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hero-section-padding {
        padding-top: 126px;
    }
}

@media screen and (max-width:991px) {
    .hero-section-padding {
        padding-top: 0px;
    }
}

@media screen and (min-width:992px) {
    .main-search {
        padding-top: 120px;
    }
}

@media screen and (max-width: 992px) {
    .lang-menu-drop {
        display: none;
    }

    .navbar-mobile {
        justify-content: space-between !important;
    }
}

.top-nav {
    height: 38px !important;
    border-bottom: 1px solid rgba(48, 71, 156, .07);
}

.fade-in {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
    opacity: 0;
}
