



 /* `xxl` applies to x-large devices (large desktops, less than 1400px) */
 @media (max-width: 1399.98px) {
    .package-footer h5 {
        font-size: 22px;
    }
    .package-item .title p span {
        padding: 0px 8px;
    }
    .soma-item {
        padding: 20px 20px;
    }
    .package-item {
        padding: 40px 15px;
    }
    .package-list ul li {
        padding: 11px 10px;
    }
    .zasto-slider .slick-dots {
        bottom: -12%;
    }

    .footer-top-section h3 img{
        right: -100px;
    }
    .rodendani-section h3 img{
        right: -100px;
    }
    .dostupto-text .star-stylis-title h3 img {
        right: 0;
    }

 }


 /* `xl` applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    figcaption {
        font-size: 16px;
    }
    .hero-wrapper h1 {
        font-size: 60px;
    }
    .zasto-slider .slick-dots {
        bottom: -15%;
    }
    .samo-section .slick-dots {
        display: inline-flex;
    }
    .package-section .slick-dots {
        display: inline-flex;
    }
    .star-stylis-title h3 {
        font-size: 55px;
    }
    .section-title h3 {
        font-size: 55px;
    }
    .digital-hero-wrapper h2 {
        font-size: 60px;
    }
    .zasto-vam-info h2 {
        font-size: 55px;
    }
    .zasto-vam-info p {
        padding-right: 0;
    }
    .dostupto-text h3 img{
        right: -18px;
    }
 }


/* `lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    .primary-button a {
        padding: 10px 20px;
    }
    .secondary-button a.white {
        margin-left:0px;
        padding: 10px 20px;
    }
    figcaption {
        font-size: 15px;
    }
    .menu-area {
        display: block;
        position: fixed;
        right: 0;
        top: 0;
        height: 100%;
        background: #f3f3f3;
        width: 280px;
        padding: 15px;
        z-index: 999999;
        overflow-y: auto;
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
}
    .menu-area.open{
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
}
    .menu-area .menu ul {
        display: flex;
        margin: 0;
        flex-direction: column;
        padding: 0;
    }
    .menu-area .menu ul li a {
        padding: 10px 0px;
        font-size: 16px;
        display: block;
    }
    .menu-area .menu ul > li {
        border-bottom: 1px solid #dfdfdf;
        position: relative;
    }
    .menu-area .menu ul > li > span {
        position: absolute;
        right: 10px;
        top: 10px;
        line-height: 1;
        padding: 2px;
    }
    .menu-area .social-icon {
        margin: 20px 0px;
    }
    .menu-area .social-icon ul{
        padding: 0;
    }
    .close-btn button{
        width: 30px;
        height: 30px;
        border: 1px solid #000000;
        border-radius: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
    }
    .close-btn button{
        border: none;
    }
    .open-btn button{
        border: none;
        background-color: #ffffff;
        font-size: 24px;
    }
    .menu-area .menu ul li:hover .mega-menu{
        opacity: 0;
        display: none;
    }

.menu-area .menu .menu-dropdown .mega-menu {
    position: static;
    box-shadow: none;
    padding: 0;
    opacity: 0;
    display: none;
}

.menu-area .menu .menu-dropdown.active > .mega-menu {
    opacity: 1;
    display: block;
}
.menu-area .menu .menu-dropdown.active > span {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.mega-menu-item {
    padding: 8px 5px;
    border-bottom: 1px solid #e1e1e1;
    transition: all .5s ease-in-out !important;
    -webkit-transition: all .5s ease-in-out !important;
    -moz-transition: all .5s ease-in-out !important;
    -ms-transition: all .5s ease-in-out !important;
    -o-transition: all .5s ease-in-out !important;
}
.mega-menu-item:last-child {
    padding: 8px 5px;
    border-bottom: 1px transparent;
}
.mega-menu-item a{
    padding: 0 !important;
    display: flex !important;
}
.mega-menu-item a img{
    width: 25px;
    height: 25px;
    border-radius: 4px;
    margin-right: 7px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    object-fit: cover;
    }
    .header-wrapper .logo img {
        max-width: 110px;
    }
    .star-stylis-title h3 {
        font-size: 58px;
    }
    .placanje::after {
        left: auto;
        right: 0;
    }
    .paket::before {
        left: 0;
        right: 0%;
    }
    .paket {
        padding-top: 53px;
        padding-right: 0;
    }
    .placanje {
        padding-bottom: 100px;
        padding-top: 0;
        padding-left: 0;
    }
    .star-stylis-title h3 {
        font-size: 45px;
    }
    .dostupto-text {
        padding-top: 60px;
    }
    .section-title h3 {
        font-size: 45px;
    }
    .slider-button {
        margin-top: 50px;
    }
    .dostupto-text h3 img {
        right: auto;
    }
    .gallery-two-image img {
        height: 200px;
    }
    .digital-list-image img {
        width: 100px;
    }
    .kako-wrapper .star-image .left-img {
        left: -27px;
        top: 43%;
    }
    .kako-wrapper .star-image .right-img {
        right: 0%;
        top: -39px;
    }

}

 /* `md` applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .container-fluid{
        padding: 0px 12px;
    }
    footer .widget {
        margin-bottom: 30px;
    }
    .footer-email a {
        font-size: 17px;
    }
    footer .widget .logo img {
        width: 167px;
    }
    .footer-bottom-link a {
        margin-right: 32px;
    }
    .footer-bottom p {
        margin-bottom: 10px;
    }

    .footer-top-section {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .star-stylis-title h3 img {
        right: -65px;
        top: -38px;
        max-width: 60px;
    }
    .star-stylis-title h3 {
        font-size: 35px;
    }
    .package-item {
        margin: 0px 7px;
    }

    .package-wrapper {
        margin: -7px;
    }
    .package-list ul li i {
        font-size: 20px;
        margin-right: 8px;
    }
    .package-list ul li span {
        font-size: 16px;
    }
    .package-item .title h5 {
        font-size: 24px;
    }
    .soma-item {
        padding: 20px 10px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
}
    .soma-wrapper {
        margin: 0px -10px;
    }
    .soma-item img{
        width: 150px;
    }
    .soma-item{
        min-height: 400px;
    }
    .soma-info p {
        font-size: 16px;
    }
    .hero-wrapper h1 {
        font-size: 30px;
    }
    .hero-wrapper {
        top: 40px;
    }
    .hero-video-wrapper video {
        height: 600px;
    }
    .slider-button {
        margin-top: 5px;
    }
    .zasto-slider .slick-dots {
        bottom: -76px;
    }
    .slider-button {
        margin-top: 37px;
    }
    .h-230 img {
        height: 186px;
    }
    .h-145 img {
        height: 100px;
    }
    .h-180 img {
        height: 136px;
    }
    .h-98 img {
        height: 50px;
    }
    .zasto-vam-info h2 {
        font-size: 35px;
    }
    .sta-dobijat-item {
        padding: 0;
    }
    .sta-dobijat-item p {
        font-size: 16px;
    }
    .zasto-list ul li span {
        margin-left: 10px;
    }
    .zasto-list ul li {
        margin-bottom: 20px;
    }
    .samo-section .primary-button{
        margin-top: 100px;
    }
    .samo-section .slick-dots {
        bottom: -20%;
    }
    .samo-section {
        padding: 60px 0px;
    }
    .digital-list-item .left-number span {
        width: 24px;
        height: 24px;
        font-size: 16px;
        line-height: 24px;
        margin-right: 20px;
    }
    .wedding-info .star-stylis-title h3 img {
        position: absolute;
        top: -60px;
        right: 0;
    }
    .package-item {
        padding: 40px 10px;
    }
    .package-item .title p span {
        padding: 0px 3px;
    }
    .package-item {
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
}
.package-list ul li {
   border-radius: 10px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   -ms-border-radius: 10px;
   -o-border-radius: 10px;
   padding: 10px 5px;
}
.dostupno-section {
    padding: 50px 0px;
}
.accordion-wrapper h2 button {
    font-size: 16px;
    padding: 10px 10px 15px 0px;
    font-weight: 600;
}
.accordion-wrapper .accordion-body {
    font-size: 16px;
}

}
 /* `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .star-stylis-title h3 {
        font-size: 30px;
    }
    .star-stylis-title h3 img {
        right: 0px;
        top: -37px;
        max-width: 50px;
    }
    .section-title h3 {
        font-size: 30px;
    }
    .package-footer {
        flex-direction: column;
    }
    .package-footer h5 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .slider-button button {
        margin: 0px 50px;
        font-size: 15px;
        padding: 0px 7px;
    }
    .stasu-information p {
        font-size: 16px;
        padding: 30px 0px 40px 0px;
    }
    .paket .title h2 {
        font-size: 30px;
    }
    .placanje .title h3 {
        font-size: 30px;
    }
    .hero-video-wrapper {
        height: auto;
    }
    .zasto-list ul li i {
        font-size: 20px;
    }

    .accordion-wrapper {
        padding: 10px;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
    }
    .digital-hero-wrapper h2 {
        font-size: 35px;
    }
    .star-stylis-title h3 img {
        top: -58px;
    }
}
