body {
    background-color: #05050f !important;
}

.visible-on-phone {
    display: none !important;
}


@media only screen and (max-width: 450px) {

    .visible-on-phone {
        display: block !important;
    }

    .hidden-on-phone {
        display: none !important;
    }
}


body *:not(.fa) {
    font-family: 'Bai Jamjuree', sans-serif !important;
}

body {
    overflow-y: auto;
}

#hero-caption {
    padding-top: 130px;
    padding-bottom: 130px;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    #is_phone_div {
        display: none;
    }
}

.hidden {
    display: none !important;
}

/* login*/

#login-formular {
    margin-top:30px;
}

.text-align-center #login-formular {
    margin:0 auto;
    max-width:600px;
    margin-top:30px;
}

#login-formular::after {
    clear: both;
    content: " ";
    display: table;
}

#login-form {
    position:relative;
}

#login-formular .button-box {
    margin-top: 40px;
}


@media (min-width: 1025px) {
    .fullscreen-menu .flexnav li a {
        font-weight: 300;
    }

    .fullscreen-menu .flexnav li ul li a {
        font-size: 18px;
    }
}

@media only screen and (max-width: 450px) {

    .fullscreen-menu {
        /*background-color: rgba(13, 25, 36, 0.8) !important;*/
    }
}

.hero-title, .next-hero-title {
    font-weight: 300;
}

.light-content .hero-subtitle, .light-content .next-hero-subtitle {
    color: #32E1AF;
}

/*
footer {
    background-color: #05050F;
}
*/

#content-scroll {
    background-color: #05050F;
}

#nav {
    background-color: #05050F !important;
}

main {
    background-color: #05050F !important;
}

.light-content.preloader-wrap {
    background-color: #05050F !important;
}

.light-content .loadbar {
    background-color: rgba(5, 225, 175, 0.9) !important;
}

.menu-label {
    font-size: 18px;
}


/* single project */

.half-page-slider #showcase-slider-holder, .half-page-slider #showcase-carousel-holder {
    height: 60vh !important;   /* stavio sam da bi radio scroll misa ka gore */
}

.single-project-container #hero-caption {
    /*
    padding-top: 140px;
    padding-bottom: 120px;
     */
    padding-top: 18px;
    padding-bottom: 55px;
}

.single-project-container .hero-title {
    font-size: 70px;
    line-height: 100px;
}

.single-project-container .hero-subtitle {
    margin-top: -10px;
}

.single-project-container h2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
}

.project-collab-note-container {
    text-align: center;
    color: #fff;
}

/*
.single-project-container h2 {

    font-size: 24px;
    line-height: 12px;
}


.single-project-container h2.has-mask span, .single-project-container h2.has-mask span > span {
    font-size: 24px;
    line-height: 24px;
    height: 34px;
    font-weight: 400;
}
*/


.project-footer-container footer {
    bottom: -60px;
}

#showcase-carousel-holder.mixed-carousel .swiper-slide {
    height: 50vh !important;
    width: 50vh !important;
}

@media only screen and (max-width: 767px) {

    #showcase-carousel-holder.mixed-carousel .swiper-slide {
        height: 50vh !important;
        width: 50vh !important;
    }
}

@media only screen and (max-width: 450px) {

    .half-page-slider #showcase-slider-holder, .half-page-slider #showcase-carousel-holder {
        height: 100vw !important;
    }


    .single-project-container #hero-caption {
        padding-top: 80px;
        padding-bottom: 30px;
    }

    .single-project-container .hero-title {
        font-size: 48px;
        line-height: 72px;
    }

    .single-project-container .hero-subtitle {
        margin-top: -14px;
    }

    .single-project-container .project-desc-container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .single-project-container h2 {

        font-size: 18px;
        line-height: 26px;
    }

    #showcase-carousel-holder.mixed-carousel .swiper-slide {
        height: 80vw !important;
        width: 80vw !important;
    }
    /*
    .single-project-container .half-page-slider {
        padding-bottom: 50px;
    }

    .project-footer-container footer {
        bottom: 30px;
    }

     */
}

/* testimonials */

#testimonials-container .half-page-slider {
    padding-bottom: 100px;
}

@media only screen and (max-width: 450px) {

    #testimonials-container .half-page-slider {
        padding-bottom: 50px;
    }

    .testimonials-footer-container footer {
        bottom: 30px;
    }
}


/* project grid */

#projects-grid .clients-table li {
    width: 16.67%;
}

#projects-grid .clients-table li a {
    display: block;
    padding: 30px;
}

#projects-grid .clients-table li a:hover {
    padding: 20px;
}

.light-content .clients-table li {
    border-color: rgba(255, 255, 255, 0.1);
}

#projects-grid .clients-table li img.color-image {
    display: none;
}

@media only screen and (max-width: 767px) {
    #projects-grid  .clients-table li {
        width: 50%;
    }

    #projects-grid  .clients-table li a {
        padding: 20px;
    }

    #projects-grid .clients-table li a:hover {
        padding: 15px;
    }

    #projects-grid .clients-table li img {
        opacity: 1;
    }
}

    /* swich icons */



@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    75% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    75% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}


.switch-sun, .switch-moon {
    font-size: 3rem;
    color: #f6ad55;
    cursor: pointer;
}

#projects-grid .switch-moon {
    display: none;
}

#projects-grid .switch-sun {
    display: block;
}


#projects-grid .switch {
    padding-bottom: 40px;

}


#projects-grid .switch::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-animation: ripple 2s linear 1s infinite;
    animation: ripple 2s linear 1s infinite
}

#projects-grid .switch::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite
}


#projects-grid .switch .switch-icon {
    margin-left: auto;
    margin-right: auto;
}


    /* color grid */

#projects-grid.color-grid .clients-table li img {
    opacity: 1;
}

#projects-grid.color-grid .clients-table li {
    background-color: ghostwhite;
}

#projects-grid.color-grid .clients-table li {
    border-color: #05050F;
}

#projects-grid.color-grid .switch-moon {
    display: block;
}

#projects-grid.color-grid .switch-sun {
    display: none;
}

#projects-grid.color-grid .clients-table li img.default-image {
    display: none;
}

#projects-grid.color-grid .clients-table li img.color-image {
    display: block;
}


/* magic cursor */
/*
#ball {
    width: 60px;
    height: 60px;
    border-radius: 0px;
}
*/


/* homepage */

#hero-bg-image {
    background-image:url("../images/covers/desktop_Hero.webp");
}

@media only screen and (max-width: 767px) {
    #hero-bg-image {
        background-image:url("../images/covers/desktop_Hero.webp");
        /*background-image:url("../images/covers/3.png");*/
    }
}

.logo-wrapper {
    display: flex;
    justify-content: space-between;
}

.logo-wrapper hr {
    width: 100%;
    height: 0;
    border: 1px solid rgb(50, 225, 175);
    margin-top: 130px;
}

/* next page */

.next-hero-subtitle span {
    text-decoration: underline;
}


/* navigation */

.fullscreen-menu .flexnav li a.small-link {
    font-size: 14px;
    line-height: 30px;
}

@media only screen and (max-width: 767px) {

    .language-li a {
        margin-top: 20px;
    }

    .language-li img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

/* portfolio grid */

.portfolio-grid-project img {
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease;
}

.portfolio-grid-project img:hover {
    transform: scale(1.1);
}

.light-content .white-section .clients-table li {
    border-color: gainsboro;
}

.white-section .clients-table li img {
    opacity: 1;
}

#category-projects-grid.clients-table li {
    width: 33.33%;
}

#category-projects-grid.clients-table li img {
    opacity: 0.6;
}

#category-projects-grid.clients-table li img:hover {
    opacity: 1;
}

#category-projects-grid.clients-table li img {
    transition: none;
    -webkit-transition: none;
}

@media only screen and (max-width: 767px) {

    #category-projects-grid.clients-table li {
        width: 100%;
        margin-bottom: 20px;
    }

    #category-projects-grid.clients-table li img {
        opacity: 1;
    }
    #hero-bg-image {
        background-image:url("../images/covers/MacBook_Air_copy.webp");
        /*background-image:url("../images/covers/3.png");*/
    }
}


/* dugmad */
/*
.light-content .button-border.outline:hover {
    border-color: #32E1AF;
}

.light-content .outline input[type="submit"]:hover {
    color: #32E1AF;
}
*/


/* sunce i mjesec */

#flip-grid-btn-box .clapat-button:hover .button-border span {
    transform: none;
}

#flip-grid-btn-box .clapat-button .button-border span {
    padding: 0px;
    line-height: 18px;
    display: block;
    font-size: 12px;
}

.light-content #flip-grid-btn-box .button-border.outline {
    border: none;
}



#flip-grid-btn-box {
    margin-bottom: 60px;
}

#flip-grid-btn-box img {
    margin-bottom: 5px;
}

#flip-grid-btn-box .clapat-button .button-border span.moon-text {
    display: none;
}

.color-grid #flip-grid-btn-box .clapat-button .button-border span.sun-text {
    display: none;
}

.color-grid #flip-grid-btn-box .clapat-button .button-border span.moon-text {
    display: block;
}

@media only screen and (max-width: 479px) {
    #flip-grid-btn-box .clapat-button {
        margin-bottom: 0px;
    }
    #hero-bg-image {
        background-image:url("../images/covers/mobile-hero-v3.webp");
        /*background-image:url("../images/covers/3.png");*/
    }
}

