/*
 Theme Name:   Understrap Child
 Theme URI:    https://understrap.com
 Description:  Understrap Child Theme
 Author:       the Understrap Contributors
 Author URI:   https://github.com/understrap/understrap-child/graphs/contributors
 Template:     understrap
 Version:      1.2.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  understrap-child
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
 GitHub Theme URI: understrap/understrap-child
*/
/* general */
@font-face {
    font-family: Poppins;
    src: url(fonts/Poppins-Regular.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Poppins;
    src: url(fonts/Poppins-Medium.ttf) format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Poppins;
    src: url(fonts/Poppins-SemiBold.ttf) format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Poppins;
    src: url(fonts/Poppins-Bold.ttf) format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Six Caps";
    src: url(fonts/SixCaps-Regular.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html {
    scroll-behavior: smooth;
}

body {
overflow-y: scroll; /* Allow body to scroll */
/* Removed overflow: hidden from body */
}
a,
a:hover,
a:active {
    color: inherit !important;
    font-size: inherit !important;
    text-decoration: underline !important;
}

/* navbar */
.navbar {
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.navbar-brand img{max-height: 80px;}
nav.navbar.fixed-active{
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 9999;

}
.navbar ul.navbar-nav {
    margin-left: auto;
    margin-right: auto;
    gap: 24px;
}

.navbar ul.navbar-nav li, .navbar ul.navbar-nav li a.nav-link {
   color: #000;
    font-family: Poppins;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.navbar ul.navbar-nav a,
.navbar ul.navbar-nav a:hover,
.navbar ul.navbar-nav a:active {

    text-decoration: none !important;
}

/* hero-section */
.hero-section {
    position: relative;
    padding-top: 370px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.50) 75%), url(images/hero-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.hero-section h1 {
    color: #FFF;
    font-family: "Six Caps";
    font-size: 600px;
    font-style: normal;
    font-weight: 400;
    line-height: 0.89;
    text-align: center;
    margin-bottom: unset;
}
p.description {
    color: #000;
    text-align: justify;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    position: relative;
}
.pattern-bg{
    background: url(images/pattern-bg.png);
    background-size: contain;
    background-position: center;
}
/* quiz-section */

.quiz-section h2{
   color: #FFF;
text-align: center;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.56);
-webkit-text-stroke-width: 2px;
-webkit-text-stroke-color: #0584A4;
font-family: Poppins;
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: normal;

}

.quiz-section h2 strong{
    font-size: 46px;
-webkit-text-stroke-width: 2.5px;

}

.quiz-section .awards{
   color: #0584A4;
text-align: left;
/* text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.56);
-webkit-text-stroke-width: 2px;
-webkit-text-stroke-color: #0584A4; */
font-family: Poppins;
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: normal;
    position: absolute;
    left: 30px;
    width: 450px;
    margin-top: auto;
    margin-bottom: auto;
    top: 0;
    bottom: 0;
    height: max-content;

}

.quiz-section .awards strong{
    font-size: 46px;
/* -webkit-text-stroke-width: 2.5px; */

}

.quiz-section .awards li, .quiz-section .awards li a{font-size: 20px !important; text-decoration: none !important;}
.quiz-section .form-wrapper{position: relative;}
.quiz-section .form-wrapper::before{
    content: '';
    background: #0584A4;
box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.69);
height: 65px;
width: 100%;
position: absolute;
bottom: -55px;
z-index: 1;

}
.quiz-section .form-wrapper:after{
    content: '';
    background: url(images/stylish-woman.png) no-repeat;
    background-position: bottom center;
    background-size: contain;
    height: 400px;
    width: 200px;
    position: absolute;
    right: 100px;
    bottom: 0;


}
.quiz-content{
    padding-bottom: 150px;
}

.cst-container{
    padding-left: 20%;
    padding-right: 20%;
}

.quiz-section .description{
    color: #0584A4;
text-align: center;
font-family: Poppins;
font-size: 30px;
font-style: normal;
font-weight: 500;
line-height: normal;
z-index: 1;
}
.quiz-section .description:before{
    content: '';
    background: url(images/fish.png) no-repeat;
    background-size: contain;
    background-position: left center;
    position: absolute;
    left: -50px;
    top: 0px;
    height: 170px;
    width: 250px;

}
.quiz-section .description:after{
    content: '';
    background: url(images/plates.png) no-repeat;
    background-size: contain;
    background-position: right center;
    position: absolute;
    right: -50px;
    top: 0px;
    height: 126px;
    width: 188px;

}
.box-container{
    height: 200px;
    margin-top: 30px;
    border: 1px solid #0584A4;
    border-top-color: transparent;
    margin-left: calc(20% - 31px);
    margin-right: calc(20% - 31px);
    position: relative;
}
.carousel-indicators {
bottom: 64px !important;}
.first-box .box-container{
    height: 110px;
}
.sec-box{
    position: relative;
}

.sec-box:after{
    content: '';
    background: url(images/bread-butter.png) no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 32px;
    right: 0;
    margin: auto;
    width: 200px;
    height: 130px;

}

    .box-container:before{
    top: unset !important;
    bottom: 0px;
    left: 0px !important;
    border-left: unset !important;
    border-bottom: unset !important;
}
 
.box-container:after{
    top: unset !important;
    right: 0px !important;
    bottom: 0px;
    border-right: unset !important;
    border-bottom: unset !important;
    left:unset !important;
}

.quiz-wrapper{
    position: relative;
}

.quiz-wrapper::before{
    content: '';
    background: #0584A4;
    height: 1px;
    width: 100%;
    position: absolute;
    top: -31px;
    left: 0px;
}

/* fluent form */
/* .quiz-questions{padding-left: 20%;
padding-right: 20%;} */
.frm-fluent-form {
    border: 1px solid #0584A4;
    position: relative;
}
.fluentform.ff-default.ffs_default_wrap{
    position: relative;
}
select.ff-el-form-control:not([size]):not([multiple]) {
    height: 47px !important;
}
.fluentform.ff-default.ffs_default_wrap::before{
    content: '';
    background: #FFF;
    height: 1px;
    width: calc(100% + 62px);
    position: absolute;
    top: -31px;
    left: -31px;
}
.ff-step-container{position: relative;
display: contents;}
.frm-fluent-form:before, .frm-fluent-form:after, .ff-step-container:before, .ff-step-container:after, 
.box-container:before, 
.box-container:after{
    content: '';
    background: #FFF;
    border: 1px solid #0584A4;
    width: 32px;
    height: 32px;
    position: absolute;
    top: -32px;
    left: -32px;

}
.frm-fluent-form:after, .ff-step-container:after{
    left: unset;
    right: -32px;}
    .ff-step-container:before, .ff-step-container:after{
        top: unset;
        bottom: -32px;
    }
    
.ff-step-body {
    left: unset !important;
    width: 100% !important;
}
.fluentform-step.active {
    width: 100% !important;
}
.fluentform-step.active{
    padding: 10px 20px;}
    .fluentform-step:not(.fluentform-step.active) {
    height: 0px;
    display: none;
}
.fluentform .ff-step-titles{display: flex;
justify-content: space-between;
position: relative;}

ul.ff-step-titles{
    border-bottom: 1px solid #0584A4;}
    .fluentform .ff-step-titles li{padding: unset !important;}
.fluentform .ff-step-titles li:before, .fluentform .ff-step-titles li:after{content: unset !important;}
.fluentform .ff-step-titles li span{
    color: #000 !important;
    font-family: Poppins !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 12px 40px;
    display: inline-block;
    width: 100%;
}
.fluentform .ff-step-titles li.ff_active span{
    color: #FFF !important;
    background: #0584A4;
}
.ff-el-group.select-menu{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.ff-el-group.select-menu .ff-el-input--content{
    margin-left: auto;
}

.ff-el-group.radio-group{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.ff-el-group.radio-group .ff-el-input--content{    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;}
.ff-default .ff-el-input--label label{
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: left;
}
.ff-default .ff-el-form-control:focus {
    border-color: #0584a4 !important;}
.ff-message-success{
    box-shadow: unset !important;
    border: unset !important;
}
select.ff-el-form-control{
    background: #D9D9D9;
    border-radius: unset !important;
    width: 300px !important;
}
 .ff-el-form-control{
    background: #D9D9D9;
    border-radius: unset !important;}

select.ff-el-form-control:active{
    border-color: unset !important;
}

.step-nav {
    display: flex;
    gap: 50px;
    align-items: center;
    justify-content: flex-end;
}

button.ff-btn, .fluentform form.ff-form-has-steps .ff-btn-submit{
    color: #000 !important;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
background-color: transparent !important;
    padding: 8px 40px;
    border-color: unset !important;
     box-shadow: none !important; /* Removes regular shadow */
  border: none !important;     /* Removes border */
}
.step-nav button.ff-btn-next, .fluentform form.ff-form-has-steps .ff-btn-submit{
    color: #FFF !important;
    background: #0584A4  !important;
    border-color: #0584A4  !important;
    border-radius: unset;
}

.pravila-link {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    padding-top: 10px;
    color: #000;
}

.ff-el-form-check.ff-el-form-check- label input {
    display: none;
}
label.ff-el-form-check-label:before {
  content: '';
  background: #FFF;
  border-radius: 50%;
  display: block;
  margin-top: 8px;
    width: 10px;
    height: 10px;
  position: absolute;
  left: 3px;
  
border: 1px solid #000;
}

.checkbox label.ff-el-form-check-label:before {
  border-radius: unset;
}

.ff_item_selected label.ff-el-form-check-label:before {
background: #0584A4;
}
.ff-el-input--label label{
    color: #000;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.ff-el-form-check.ff-el-form-check- label {
    color: #000;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: normal;
    position: relative;
    padding-left: 20px;
}
/* virtual-trip-section */
.virtual-trip-section{
    padding-top: 90px;
}

.virtual-trip-section h2{
    color: #000;
text-align: center;
font-family: Poppins;
font-size: 46px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.trip-menu{
    padding-top: 30px;
    padding-bottom: 100px;
    padding-left: unset;
    row-gap: 20px;
}
.trip-menu .trip-menu-item{
    position: relative;
text-decoration: none !important;
}
.trip-menu .trip-menu-item .label{
    color: #000 !important;
text-align: center;
font-family: "Six Caps";
font-size: 74px !important;
font-style: normal;
font-weight: 400;
line-height: 1;
text-transform: lowercase;
margin-bottom: unset;
position: relative;
}

.trip-menu .trip-menu-item .label:after{
    content: '';
    background: url(images/blue-arrow.png) no-repeat;
    background-position: center;
    background-size: contain;
    width: 70px;
    height: 70px;
    position: absolute;
    right: -70px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    opacity: 0;
    transition: opacity 0.1s ease-in-out;

}


.trip-menu .trip-menu-item:hover  .label:after{
    opacity: 1;}
.trip-menu .trip-menu-item img{
    opacity: 0;
    transition: opacity 0.1s ease-in-out;
}

.trip-menu .trip-menu-item:hover img{
    opacity: 1;
    object-fit: contain;
}
.trip-menu .trip-menu-item:hover .label{
    
    color: #0584A4 !important;
    text-decoration: none;
}
.trip-menu .trip-menu-item .count{
    color: #0584A4;
text-align: center;
font-family: "Six Caps";
font-size: 32px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: lowercase;
margin-top: auto;
padding-right: 14px;
}

.trip-menu-item::before, .trip-menu-item::after{
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    position: absolute;
    top: 0;
}
.trip-menu-item:nth-child(1):before{
    background-image: url(images/trip-menu-first-before.png);
    left: calc(-123px - 220px);
    width: 187.605px;
    height: 142.728px;
}

.trip-menu-item:nth-child(1):after{
    background-image: url(images/trip-menu-first-after.png);
    right: calc(-120px - 260px);
    width: 226.43px;
    height: 139.472px;
}

.trip-menu-item:nth-child(4):before{
    background-image: url(images/bowl.png);
    left: -220px;
    width: 111.985px;
    height: 120px;
    top: -20px;
}

.trip-menu-item:nth-child(4):after{
    background-image: url(images/plates.png);
    right: -260px;
    width: 183.202px;
    height: 119.55px;
}

.trip-menu-item:nth-child(6):before{
    background-image: url(images/bread-butter.png);
    left: calc(-123px - 220px);
    width: 202.836px;
   height: 100.028px;
}

.trip-menu-item:nth-child(6):after{
    background-image: url(images/fish.png);
    right: calc(-120px - 260px);
    width: 199.234px;
    height: 118.739px;
    bottom: -20px;
}




        .slider-container .carousel-inner{
            height: 100vh; /* Make the container equal to screen height */
            overflow-y: scroll; /* Enable vertical scrolling */
            scroll-snap-type: y mandatory; /* Crucial for snapping to slides */
            -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
            scrollbar-width: none; /* For Firefox */
            -ms-overflow-style: none; /* For Internet Explorer and Edge */
        }

        #slider-container .carousel-inner{
            height: 100vh; /* Make the container equal to screen height */}
            li.trip-menu-item {
    list-style: none;
}
.trip-menu-item a{text-decoration: none !important;}
        /* Hide scrollbar for Chrome, Safari, Opera */
        .slider-container::-webkit-scrollbar {
            display: none;
        }

        .slide {
            height: 100vh; /* Each slide takes full viewport height */
            scroll-snap-align: start; /* Snap to the top of each slide */
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            text-align: center;
            font-size: 2rem;
            color: white;
            transition: background-color 0.5s ease; /* Smooth background transition */
        }

        .slide-desc img{ padding-bottom: 20px;}
.slide-item, .slide-img-wrapper{width: 100%; height: 100%;}
#sliderContainer .slide{
    position: relative;
}

#sliderContainer .slide:before{
    content: '';
    background: url(images/Medimurje_food.png) no-repeat;
    background-size: contain;
    position:absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 250px;
    z-index: 3;
}
#sliderContainer .slide:after{
    content: '';
    background: url(images/Medimurje_map.png) no-repeat;
    background-size: contain;
    position:absolute;
    right: 250px;
    background-position: right;
    top: 15px;
    width: 220px;
    height: 220px;
    z-index: 3;
}
#sliderContainer .slide.zagorje-slide:before{
    background-image: url(images/zagorje-food.png);
}
#sliderContainer .slide.zagorje-slide:after{
    background-image: url(images/zagorje-map.png);
}

#sliderContainer .slide.slavonija-slide:before{
    background-image: url(images/slavonija-food.png);
}
#sliderContainer .slide.slavonija-slide:after{
    background-image: url(images/slavonija-map.png);
}

#sliderContainer .slide.gorski-slide:before{
    background-image: url(images/gorski-food.png);
}
#sliderContainer .slide.gorski-slide:after{
    background-image: url(images/gorski-map.png);
}

#sliderContainer .slide.sibenik-slide:before{
    background-image: url(images/sibenik-food.png);
}
#sliderContainer .slide.sibenik-slide:after{
    background-image: url(images/sibenik-map.png);
}

#sliderContainer .slide.dugi-slide:before{
    background-image: url(images/dugi-food.png);
}
#sliderContainer .slide.dugi-slide:after{
    background-image: url(images/dugi-map.png);
}
.slide-img-wrapper:after{
    content: '';
    background: url(images/medimurje-slide-bg.png) no-repeat;
    background-position: top left;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

#sliderContainer  .zagorje-slide .slide-img-wrapper:after{
    background-image: url(images/zagorje-slide-bg.png);
}
#sliderContainer  .slavonija-slide .slide-img-wrapper:after{
    background-image: url(images/slavonija-slide-bg.png);
}
#sliderContainer  .gorski-slide .slide-img-wrapper:after{
    background-image: url(images/gorski-slide-bg.png);
}
#sliderContainer  .sibenik-slide .slide-img-wrapper:after{
    background-image: url(images/sibenik-slide-bg.png);
}
#sliderContainer  .dugi-slide .slide-img-wrapper:after{
    background-image: url(images/dugi-slide-bg.png);
}
.posjeti-slide .slide-img-wrapper:after{
    background-image: url(images/posjeti-me.png);
}
.specijal-slide .slide-img-wrapper:after{
    background-image: url(images/collage_okusi_hr.png);
}
/* video sec */
.cst-border{
    position: relative;
}

.cst-border:before{
    content: '';
    background: linear-gradient(to bottom, #FFF 0%, #FFF 65%, #FFF0 65.1%, #FFF0 80%);
    width: 60px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.cst-border:after{
    content: '';
    background: linear-gradient(to right, #FFF 0%, #FFF 60px, #FFF0 60.1px, #FFF0 35%,  #FFF 35.1%, #FFF 100%);
    height: 60px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}
.right-cst-border:before{
    left: unset;
    right: 0;
}
.right-cst-border:after{
    transform: rotate(180deg);
}
.slide-title{
    color: #FFF;
font-family: "Six Caps";
font-size: 134px;
font-style: normal;
font-weight: 400;
line-height: 1;
text-transform: lowercase;
margin-bottom: unset;
padding-left: 32px;
text-align: left;
position: relative;
}
.slide-title:before, .slide-title:after,.slide-desc:before, .slide-desc:after{
    content: '';
    background: transparent;
    border: 1px solid #FFF;
    width: 32px;
    height: 32px;
    position: absolute;
    bottom: 0;
    left: -32px;

}
.video-sec{background: #000;}
.video-sec .slide-title:before,.video-sec  .slide-title:after{content: unset;}
.video-sec video{
    position: relative;
}
video.paused:after{
    content: '';
    background: url(images/playicon.png) no-repeat;
    background-size: contain;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 125px;
}
.slide-title:after,.slide-desc:after{
    left: unset;
    right: -32px;
}
.slide-desc:before, .slide-desc:after{
    bottom: -32px;
}
.video-sec .carousel-caption{
    position: absolute;
    top: 40px;
    left: 120px;
    width: max-content;
    height: max-content;
}
.carousel-control-next, .carousel-control-prev{
    height: 210px;
    margin-top: auto;
}
/* posjeti-me */
.slide-item{position: relative;}
.slide-img{width: 100%;}
.slide-img-wrapper{
position: relative;}
.slide-img-wrapper::before{
    content: '';
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.00) 100%);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 80%;
    z-index: 1;
}
.right-cst-border .slide-img-wrapper::before{
    left: 20%;
    transform: rotate(180deg);
}
.slide-content{
    position: absolute;
    left: 60px;
    bottom: 60px;
    width: calc(35% - 60px);
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 32px;
    z-index: 4;
}
.right-cst-border .slide-content{
    left: unset;
    right: 60px;
}
.slide-desc{
    background: #FFF;
    padding: 22px 32px;
    color: #000;
    text-align: justify;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: unset;
    position: relative;
}
.slide-desc img {
    max-height: 163px;
}
.video-sec .slide {height: unset;}
/* footer */
.footer-section{
    background: #000;
    padding-top: 35px;
    padding-bottom: 35px;

}
.footer-section p{
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.footer-section p a, .footer-section p a:hover{
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;}
span.carousel-control-next-icon, span.carousel-control-prev-icon{position: relative;}
span.carousel-control-next-icon:before, span.carousel-control-prev-icon:before{
    content: '';
    position: absolute;
    right: 10px;
    top: 0;
    margin: auto;
    bottom: 0;
    background: #FFF;
    height: 3px;
    width: 80px;
    background-position: right;
}
span.carousel-control-prev-icon:before{
right: unset;
left: 10px;
    background-position: left;}
/* laptop */
@media screen and (min-width: 1025px) {
	
}

/* laptop */
@media screen and (max-width: 1540px) {
    .hero-section h1{
        font-size: 482px;
    }
    .cst-border:before{width: 40px;}
    .cst-border:after{
        background: linear-gradient(to right, #FFF 0%, #FFF 40px, #FFF0 40.1px, #FFF0 50%, #FFF 50.1%, #FFF 100%);
        height: 40px;
    }
    .slide-content {left: 40px;
    bottom: 40px;}
    .right-cst-border .slide-content {right: 40px;}
    .slide-content {
            width: calc(50% - 40px);
    }
    .slide-title
 {
    font-size: 115px;
    padding-left: 15px;
 }
 .slide-desc img {max-height: 140px;}
 .slide-desc{
    padding: 15px 20px 15px;
 }

}

/* tablet */
@media screen and (max-width: 1024px) {
    .hero-section h1{
        font-size: 300px;
    }
    span.navbar-toggler-icon {
    background: url(images/navbar-toggler-icon.png) no-repeat;
            background-size: contain;
        background-position: center;
}
div#navbarSupportedContent {
    padding-top: 20px;
    padding-bottom: 20px;
}

span.carousel-control-next-icon:before, span.carousel-control-prev-icon:before{
    width: 50px;
}
}

/* mobile */

@media screen and (max-width: 767px) {
    .hero-section h1{
        font-size: 125px;
    }
    .cst-container{padding-left: unset; padding-right: unset;}
    .first-box .box-container{height: 90px;}
    .quiz-section .description:before {
       content: unset;
    }
    .first-box{position: relative;}
    .first-box:after{
        content: '';
        background: url(images/fish.png) no-repeat;
        background-size: contain;
        background-position: center;
        position: absolute;
        top: 12px;
        height: 70px;
        width: 100px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .quiz-content {
    padding-bottom: 30px;
}
.quiz-wrapper::before, .quiz-section .form-wrapper::before, .quiz-section .form-wrapper::after{content: unset;}

.quiz-section h2{
    position: relative;
    font-size: 40px;
    /* padding-left: 12px;
    padding-right: 12px; */
    padding-bottom: 370px;
    padding-top: 20px;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    width: unset;
}

.quiz-section .awards{
    
    position: relative;
    font-size: 40px;
    width: unset;
    max-width: 100%;
    padding-bottom: 40px;
    z-index: 1;
    left: unset;
    top: unset;
}

.quiz-section .awards li, .quiz-section .awards li a{font-size: 18px !important;}
.quiz-questions{
    position: relative;
}
.quiz-questions::after{
    content: '';
    background: url(images/stylish-woman.png) no-repeat;
    background-position: bottom center;
    background-size: contain;
    width: 250px;
    position: absolute;
    top: -500px;
    height: 500px;
    right: 0px;
}
    .quiz-section .description:after{
        content: unset;
    }
    .frm-fluent-form:before, .frm-fluent-form:after, .ff-step-container:before, .ff-step-container:after{
        
        width: 12px;
        height: 24px;
        top: -24px;
        left: -12px;

    } .box-container:before, .box-container:after{
        width: 24px;
        height: 24px;
        top: -24px;
        left: -24px;
    }
    .ff-step-container:before, .ff-step-container:after{bottom: -24px; top: unset;}
    .frm-fluent-form:after, .ff-step-container:after{right: -12px; left: unset;}
    .sec-box .box-container{
        height: 50px;
        border: unset;
    }
    .sec-box .box-container:before,.sec-box .box-container:after{content: unset;}
    .sec-box:after {
        right: unset;
        height: 60px;
        background-position: left;
    }
    .ff-el-group.select-menu{flex-direction: column;align-items: flex-start;}
    .ff-el-input--content, select.ff-el-form-control{width: 100% !important;}
    .fluentform.ff-default.ffs_custom_wrap::before{content: unset;}
    .fluentform.ff-default.ffs_default_wrap::before{content: unset;}
.pravila-link {position: unset;}
    /* slide content */
    .slide-title:before, .slide-title:after, .slide-desc:before, .slide-desc:after{content: unset;}
    .virtual-trip-section h2{font-size: 27px;}
    .trip-menu-item::before, .trip-menu-item::after {
    content: unset}
    .slide .slide-img-wrapper{height: calc(40% - 50px);}
    .slide-item .slide-desc img{display: none;}
    .slide-content{position: unset;
    width: 100%;
padding: unset;}

    .slide-img-wrapper::before,.cst-border:before{
        width: 12px;
        background: #FFF;
        z-index: 1;
    }
    .right-cst-border .slide-img-wrapper::before{
        left: unset;
        right: 0;
        transform: unset;
    }
  #sliderContainer .slide{
    padding-top: 25px;
  }  
#sliderContainer .slide:before{
    height: 150px;
    z-index: 1;
}

#sliderContainer .slide:after{
    right: 15px;
    height: 130px;
    aspect-ratio: 1 / 1;
    top: 35px;
}
    .slide-item.cst-border:before,.slide-item.cst-border:after{
       content: unset;
    }
    .slide-item .slide-title{color: #000; padding: 10px 15px; text-align: left;}
     #posjeti-me .slide-title{text-align: right;}
     /* .slide:nth-child(even) .slide-title{text-align: left;} */
    .slide-desc{padding-left: 15px; padding-right: 15px;}
    /* .slide-img-wrapper::after{
        content: '';
        background: #FFF;
        width: 12px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    } */
    .slide .slide-img-wrapper::before:not( #posjeti-me .slide-img-wrapper::before){
        left: unset;
        right: 0;
    }
    #video.cst-border:after{
        height: 12px;
        background: #FFF;
    }
    .video-sec .carousel-caption {
        padding-top: unset;
        top: 10px;
        right: 15px;
        left: unset;
        height: max-content;
    }
   .slide-title {
        font-size: 64px;
        padding-left: unset;
    }
    /* footer */
    .footer-section .container{
        flex-direction: column-reverse;
        gap: 30px;
    }
    /* body{
        min-height: 100vh;
    }
    #sliderContainer .slide:last-child{height: 90vh;} */
    
    .quiz-section .description:before, .fluentform.ff-default.ffs_default_wrap::before{content: unset;}
}