@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
@import url("../fonts/css/all.min.css");

:root{
    --theme-color:#e2502f;
    --main-color:var(--theme-color);
    --alt-color:#2f423b;
    --headline-color: #022731;
    --background-color: #f6f6f6;
    --dark-color: #333333;
    --paragraph-color: #4a4a4a;
    --base-font: "Catamaran", sans-serif;
    --secondary-font: 'Montserrat', sans-serif;
    --paragraph-font-size: 17px;
    --theme-transition: .2s cubic-bezier(.4,0,.2,1);
    --theme-radius: 8px;
    --theme-radius-short: 4px;
}


.theme-color {color:var(--theme-color);}
.alt-color {color:var(--alt-color);}
.theme-bg {background: var(--theme-color);}
.alt-bg {background: var(--alt-color);}
.theme-radius {border-radius: var(--theme-radius);}
.theme-radius-short {border-radius: var(--theme-radius-short);}
.theme-button {display: inline-block; background-color: var(--theme-color); color: #fff; padding: 9px 20px; font-size: 15px; text-transform: none; border-radius: var(--theme-radius); font-weight: 500; white-space: nowrap; transition: var(--theme-transition);}
.theme-button:hover {background-color: var(--alt-color); color: #fff;}
.theme-alt-button {background-color: var(--alt-color);}
.theme-alt-button:hover {background-color: var(--theme-color);}
.z-1 {z-index: 1;}
.z-2 {z-index: 2;}
.overlay:before, .overlay-after:after {content: ''; position: absolute; height: 100%; width: 100%; top: 0; left: 0; z-index: -1; pointer-events: none;}
.bg-wrapper {background: var(--background-color);}


.theme-list li {display: flex; line-height: 1; padding: 8px 0;}
.theme-list li:before {content: ''; width: 14px; height: 14px; min-width: 14px; margin-right: 8px; display: inline-block; background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 742.9 717.9' style='enable-background:new 0 0 742.9 717.9;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23E2502F;%7D%0A%3C/style%3E%3Cpath class='st0' d='M0,351.3c111.5,120.6,219.6,229.2,323.5,366.6c113-224.7,228.6-450.2,419.4-694.3L691.5,0 c-161.1,170.8-286.3,332.6-395,524.8C220.8,456.6,98.6,360.2,24,310.7L0,351.3z'/%3E%3C/svg%3E"); background-repeat: no-repeat background-position: center;}
.theme-list-alt li:before {background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 742.9 717.9' style='enable-background:new 0 0 742.9 717.9;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%232f423b;%7D%0A%3C/style%3E%3Cpath class='st0' d='M0,351.3c111.5,120.6,219.6,229.2,323.5,366.6c113-224.7,228.6-450.2,419.4-694.3L691.5,0 c-161.1,170.8-286.3,332.6-395,524.8C220.8,456.6,98.6,360.2,24,310.7L0,351.3z'/%3E%3C/svg%3E");}

body {font-family: var(--base-font);}
a, button {color: var(--theme-color); transition: var(--theme-transition);}


.top-header {background: transparent; height: 36px; clear: both; z-index: 2; position: absolute; width: 100%; left: 0; top: 0; padding: 0; width: 100%; transition: 0.6s ease-in; color: #fff !important;}
.top-header .top-contact {list-style: none;}
.top-header .top-contact li.email, li.phone {display: inline-block;}
.main-nav {top: 37px;}

ul.top-contact li {font-size: 14px; margin-bottom: 0px; font-family: var(--base-font);}
ul.top-contact li a {color: #fff; text-decoration: none; transition: 0.3s;}
ul.top-contact li a:hover {color: var(--secondary-color); text-decoration: none;}
.top-social {padding-top: 5px; text-align: right;}
.social-list {list-style: none;}
.social-list li {display: inline-block; margin-left: 15px;}
.social-list li a {color: #fff; transition: 0.4s;}
.social-list li a:hover {color: var(--secondary-color);}
li.email::before {font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f0e0"; margin-right: 7px;}
li.phone::before {font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f879"; margin-right: 5px !important;}
hr.top-line{margin-top: 15px;}
header .nav-logo > img {width: 170px;}
header .nav-menu .nav-menu-tel {display: none;}
header .nav-menu > li > a {font-size: 16px;}

header{position: relative; height: 100%; z-index: 100;}

/* navigation-fixed */
header .navigation-fixed-wrapper.fixed .nav-menu-tel {display: block;}
header .navigation-fixed-wrapper.fixed .nav-menu-tel a {color: var(--theme-color); font-weight: 500;}


.page-intro {height: 86px; background: var(--alt-color);}

.row>* {
    padding-right: calc(var(--bs-gutter-x) * 1);
    padding-left: calc(var(--bs-gutter-x) * 1);
}


/* ===================================== 4. FOOTER. ======================================== */
footer{background: var(--alt-color); height: 100%; padding: 10px 0px 60px 0px; clear: both; margin-top: 200px;}
.footer-shape {position: absolute; width: 100%; bottom: 100%; transform: rotate(180deg); z-index: 2; overflow-x: hidden;}
.footer-shape svg {width: calc(144% + 1.3px); height: 125px; display: block; left: 50%; position: relative; transform: translateX(-50%);}
.footer-shape svg .footer-shape-fill {fill: var(--alt-color);}

footer h5{font-size: 18px; font-weight: 600; color: #fff;}
footer p, footer li, footer a {display: block; color: #e6e6e6;} 
.top-footer h3{color: #fff; margin-bottom: 0px;}
footer a:hover {color: var(--theme-color);}
.top-footer p{color: #fff; font-size: var(--paragraph-font-size);}
.footer-btn{padding: 20px 0px;}
.footer-btn .btn-default-white{margin-right: 15px;}
hr.footer-line{margin: 30px 0px 60px;}
.center-footer{margin: 50px 0px;}
.footer-left-col{padding-right: 50px;}
.site-footer-logo{width: 130px; margin-bottom: 25px;}
.footer-btn{display: -ms-flexbox !important; display: flex !important; -ms-flex-pack: end !important; justify-content: flex-end !important;} 
ul.footer-social{margin-top: 25px;}
ul.footer-social li{display: inline-block; margin-right: 20px;}
ul.footer-social li .fab{font-size: 18px;}
ul.quick-links{margin-top: 30px;}
ul.quick-links li{line-height: 2.3; font-size: 14px;}
li.phone::before {font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f879"; margin-right: 13px;}
.footer-contact{margin-top: 30px;}
.footer-contact li {font-size: 14px; margin-bottom: 15px; display: flex; align-items-center;}
.footer-contact li a {font-size: 14px;}
.footer-contact li.email::before {font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f0e0"; margin-right: 11px;}
.footer-col .media{margin-top: 20px;} .footer-col .media p{font-size: 14px; margin-top: -5px;}
.footer-col .media .fas{font-size: 17px; margin-right: 15px;}
.footer-terms{display: -ms-flexbox !important; display: flex !important; -ms-flex-pack: end !important; justify-content: flex-end !important;}
.footer-terms li{display: inline-block; margin-left: 20px; text-align: right;}
.footer-copyright p, .footer-copyright li a{color: #fff; font-size: 14px;}



@media screen and (min-width:768px){
    .top-header {padding: 15px; height: 60px;}
    .top-header .top-contact {padding-top: 10px;}
    .main-nav {top: 70px;}
    
    .page-intro {height: 146px;}
    
    .nav-menus-wrapper .nav-menus-logo, .nav-menu-contact {display: none;}
    
    .about-left{padding: 20px 30px 0px 0px;}
    
    footer p, footer li, footer a {display: inline-block;} 

}

@media screen and (max-width:767px){
    hr.top-line {margin: 0;}
    ul.top-contact li a {display: inline-flex; padding: 5px 0;}
    .navigation-portrait .nav-menus-wrapper {display: flex; flex-direction: column;}
    .nav-menus-wrapper .nav-menus-logo {width: 60%; padding: 16px;}
    .nav-menu > li > a {color: var(--headline-color);}
    .nav-menu-contact a {color: var(--headline-color);}
    .nav-menu-contact li:before {color: var(--main-color);}
    .nav-menu-contact .nav-menu-inst {border-bottom: solid 1px #f0f0f0;}
    .nav-menu-contact .nav-menu-inst i {font-size: 36px;}
    .nav-menus-wrapper-close-button {position: absolute; right: 0;}
}

#loader-wrapper { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 1031; background-color: #fff; z-index: 999999; }
#loader-wrapper .loader { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 48px; height: 48px; animation: spin .6s linear infinite reverse; }
.loader-38 { width: 48px; height: 48px; display: inline-block; position: relative; color: #fff; -webkit-animation: rotation 1s linear infinite; animation: rotation 1s linear infinite; }
.loader-38:after, .loader-38:before { content: ""; position: absolute; width: 34px; height: 34px; top: 50%; left: 50%; transform: scale(0.5) translate(0, 0); background-color: #fff; border-radius: 50%; -webkit-animation: animloader38 1s infinite ease-in-out; animation: animloader38 1s infinite ease-in-out; }
.loader-38:before { background-color: var(--main-color); transform: scale(0.5) translate(-48px, -48px); } @-webkit-keyframes rotation { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
@keyframes rotation { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }




h5.overheadline{ font-size: 30px; font-weight: 400; letter-spacing: 2px; text-transform: none; color: var(--main-color); font-family: 'Great Vibes', cursive; }
.about-left p {margin: 25px 0px 30px;}

.destinations-carousel {position: relative;}
.destinations-carousel .owl-theme .custom-nav {}
.destinations-carousel .owl-carousel .item{margin: 10px;}
.destinations-carousel .owl-dots {text-align: center; margin-top: 25px;}
.destinations-carousel .owl-dots button.owl-dot { width: 12px; height: 12px; border-radius: 50%; display: inline-block; background: #ccc; margin: 0 3px; box-shadow: none; border: none; }
.destinations-carousel .owl-dots button.owl-dot.active { background-color: var(--main-color); width: 20px; border-radius: 25px; }
.destinations-carousel .owl-dots button.owl-dot:focus { outline: none; }
.destinations-carousel .owl-controls {top: 50%; z-index: 1; transform: translateY(-50%);}
.destinations-carousel .owl-nav button {border: none; background: #fff; border-radius: 50%; aspect-ratio: 1; display: inline-flex; width: 42px; justify-content: center; align-items: center; color: var(--theme-color); box-shadow: 0 0 9px -5px #000;}
.destinations-carousel .owl-nav button:hover {background: var(--theme-color); color: #fff;}


.hotel-card{ -webkit-box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14); -moz-box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14); box-shadow: 0 0 11px 0 rgba(6, 22, 58, .14); border-radius: 10px; }
.hotel-card-thumb{position: relative;}
.thumb-caption-left{position: absolute; top: 25px; left: 15px;}
.thumb-caption-left h5{color: #fff; font-size: 14px; text-transform: uppercase; font-weight: 500;}
.thumb-caption-right{position: absolute; top: 15px; right: 15px; background-color: rgba(255, 255, 255, 0.8); border-radius: 50%; padding: 10px;}
.thumb-caption-right svg {width: 30px; height: 30px; fill: #fff;}
.brvnara-bor .thumb-caption-right {background-color: var(--theme-color);}
.brvnara-jela .thumb-caption-right {background-color: var(--alt-color);}

.thumb-caption-right h5{ font-size: 18px; margin-bottom: 0px; }
.hotel-card-thumb img{ border-top-left-radius: 10px; border-top-right-radius: 10px; }
.hotel-card-caption{ background-color: #fff; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; padding: 30px 20px; }
.hotel-card-caption h6.price{color: var(--main-color); margin-bottom: 5px; font-weight: 600;}
.hotel-card-caption h3.destination{ color: var(--headline-color); font-size: 20px; margin-bottom: 0px; } 
.hotel-card-caption h3.destination a{ color: var(--headline-color); }
.hotel-card-caption p{ font-size: 14px; color: #bfbfbf; margin-bottom: 0px; }
.hotel-card-caption .tp-btn-primary{ padding: 5px 20px; font-size: 13px; text-transform: none; border-radius: var(--theme-radius); text-align: right; }
.destinations-carousel .image-hover figure { padding: 0; background: #fff; overflow: hidden; cursor: pointer; }
.destinations-carousel .image-hover figure:hover+span { bottom: -36px; opacity: 1; }

  
  /* Zoom In #1 */
  .destinations-carousel .zoom-in img {-webkit-transform: scale(1); transform: scale(1); -webkit-transition: .4s ease-in-out; transition: .4s ease-in-out; height: 300px; object-fit: cover;}
  
  .destinations-carousel .zoom-in:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }


/* ========== #### ========== */
.base-carousel {
    position: relative;
}

.base-carousel .owl-theme .custom-nav {
    display: none;
}
.base-carousel .owl-carousel .item{
    margin: 10px;
}

.base-carousel .owl-dots {
    text-align: center;
    margin-top: 25px;
}

.base-carousel .owl-dots button.owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    background: var(--owl-dots);
    margin: 0 3px;
    box-shadow: none;
    border: none;
}

.base-carousel .owl-dots button.owl-dot.active {
    background-color: var(--main-color);
    width: 20px;
    border-radius: 25px;
}

.base-carousel .owl-dots button.owl-dot:focus {
    outline: none;
}

/* ========== #### ========== */
.fc-left{
    background-color: #000000;
    height: 450px;
    position: relative;
}

.fc-left h2{
    color: #fff;
}

.fc-left p{
    color: #fff;
}

.fc-right{
    height: 450px;
    margin-top: 70px;
}

.middle { 
    margin: 0px; 
    position: absolute; 
    top: 50%; 
    -ms-transform: translateY(-50%); 
    transform: translateY(-50%); 
    text-align: left; 
    padding: 0px 50px;
  }

/* ========== #### ========== */
.newsletter-banner{
    background-color: var(--main-color);
    text-align: center;
    padding: 50px 20px;
}

.newsletter-content{
    max-width: 600px;
    margin: auto;
}

.newsletter-content h2{
    color: #fff;
}

.newsletter-content p{
    color: #fff;
    margin-bottom: 0px;
}

.newsletter-content .tp-btn-primary{
    background-color: #000000;
    padding: 15px 30px;
}

.newsletter-content .form-layer{
    max-width: 500px;
    margin: auto;
    font-size: 14px;
}

.newsletter-content .form-layer .form-control {
    display: block;
    padding: 5px 20px;
    font-family: var(--base-font);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }

  .newsletter-content .form-layer .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  }

  /* ========== #### ========== */

.parallax-label {
    background-color: #fff;
    border-left: solid 5px #3AB3DF;
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 600px;
    padding: 2rem;
    box-shadow: 0 0 10px rgb(204 204 204 / 60%);
    -moz-box-shadow: 0 0 10px rgba(204,204,204,0.6);
    -webkit-box-shadow: 0 0 10px rgb(204 204 204 / 60%);
    -o-box-shadow: 0 0 10px rgba(204,204,204,0.6);
}






.cd-top {background: var(--main-color); color: #fff; text-indent: 0;}




@media (max-width:1200px) {

    .top-footer h3,
    .top-footer p {
        text-align: center;
   }

    .footer-btn {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
   }
}

@media (max-width:991px) {
    .col-footer {
        margin: 1rem 0rem;
   }
    .footer-col {
        margin-top: 50px;
   }

    ul.quick-links,
    .footer-contact {
        margin-top: 10px;
   }

    .center-footer {
        margin: 0px 0px 40px;
   }

    hr.footer-line {
        margin: 15px 0px 15px;
   }

    .bottom-footer {
        margin-top: 40px;
   }

    .footer-copyright p {
        text-align: center;
   }

    .footer-terms {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
   }

    .footer-col .media {
        margin-top: 5px;
   }

    ul.footer-contact {
        line-height: 2.3;
   }

    .top-footer {
        margin-bottom: 30px;
   }

    .footer-copyright p {
        margin-bottom: 5px;
   }

    .small-page-hero {
        height: 150px !important;
   }

    .top-footer h3{
        margin-bottom: 10px;
     }
      

}

@media (max-width:767px) {
    .pages-hero {
        height: 400px;
   }

    .pages-title-center {
        top: 50%;
   }

    .small-page-hero {
        height: 90px !important;
   }
}

@media (max-width:576px) {
    .footer-btn {
        display: block !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        text-align: center;
   }

    .footer-btn .tp-btn-primary {
        display: block;
   }

    .footer-btn .btn-default-white {
        margin: 0 0 15px;
   }

    .pages-title-center {
        position: absolute;
        top: 40%;
        left: 0%;
        right: 0%;
        transform: translate(0%, 0%);
        text-align: center;
        color: #fff;
        padding: 0px 40px;
   }

    .pages-title-center h1 {
        font-size: 35px;

   }

    .pages-title-center {
        top: 40%;
   }

    .left-page-nav {
        bottom: 20px;
   }

    .top-footer{
        padding: 0px 5%;
   }

    .footer-contact li p {line-height: 26px;}

    .site-footer-logo{
        width: 100px;
     }

}

@media (max-width:480px) {
    .pages-hero {
        height: 350px;
   }

    .pages-title-center {
        top: 35%;
   }

    .left-page-nav .breadcrumb li {
        font-size: 14px;
   }

    .left-page-nav .breadcrumb li a {
        font-size: 14px;
   }

    .left-page-nav .breadcrumb li::after {
        font-size: 12px;
   }

    .left-page-nav {
        bottom: 10px;
   }

    .top-footer{
        padding: 0px 3%;
   }

}

@media (max-width:380px) {
    .left-page-nav {
        display: none;
   }

    .top-footer{
        padding: 0px;
   }
}


.lightbox-wrapper .galleryItem img{width:100%}.lightbox-wrapper{width:100%;text-align:center}
.lightbox-wrapper .galleryItem{padding:10px;}
.caption{position:relative;display:inline-block;z-index:2}
.lightbox-wrapper .lightbox{display:none;position:fixed;width:100%;height:100%;text-align:center;top:0;left:0;background:rgba(0,0,0,.85);z-index:101}
.lightbox-wrapper .lightbox a{color:#fff;text-decoration:none}
.lightbox-wrapper .lightbox img{max-height:85%;max-width:85%}
.lightbox-wrapper .lightbox:target{display:table}
.lightbox-wrapper .lightbox .img-prev{display:table-cell;vertical-align:middle;position:relative;z-index:1001}
.lightbox-wrapper .lightbox .img-prev img{-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,.25);box-shadow:0 0 5px 0 rgba(0,0,0,.25);width:auto; max-height: 90vh;}
.lightbox-wrapper .close,.lightbox-wrapper .next,.lightbox-wrapper .prev{display:block;position:fixed}
.lightbox-wrapper .close{width:5000px;height:5000px;overflow:hidden;top:0;left:0;z-index:5;cursor:default}
.lightbox-wrapper .next,.lightbox-wrapper .prev{width:100px;height:25px;top:50%;z-index:10;opacity:.7;font-size:2em;line-height:25px;text-shadow:0 0 15px #000}
.lightbox-wrapper .prev{left:10px;text-align:left}.lightbox-wrapper .next::before,.lightbox-wrapper .prev::after{font-family:"Font Awesome 5 Free";font-weight:700;content:"\f053"}
.lightbox-wrapper .next{right:10px;text-align:right}.lightbox-wrapper .next::before{content:"\f054"}













