@font-face {
    font-family: 'Goldman';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('./fonts/GoldmanLatinExtNormal.woff2') format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Goldman';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('./fonts/GoldmanLatinNormal.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'RobotoCondensed';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('./fonts/RobotoCondensedLatinExtNormal.woff2') format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'RobotoCondensed';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('./fonts/RobotoCondensedLatinNormal.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
    font-family: Goldman;
    color: #818283;
    font-size: 1rem;
    /* background-color: rgb(255, 255, 255); */
    /* width: max-content; */
    /* overflow: visible; */
    margin: 0;
    /* Hide scrollbar for IE, Edge and Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

/* Hide scrollbar for Chrome, Safari and Opera */

body::-webkit-scrollbar {
    display: none;
}

.background {
    z-index: -1;
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    background: linear-gradient(135deg, rgb(249, 249, 249), rgb(252, 252, 252));
    background-image: url("./assets/images/leaf-border3.png");
    filter: grayscale(20%) opacity(10%);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

.nfsmc {
    /* margin: 10vh 5vw; */
    /* height: 100px; */
    /* flex: 1;
    display: flex; */
    /* justify-content: center;
    align-items: center; */
    /* flex-direction: column; */
    /* color: #f5f5f5; */
    /* border-radius: 8px; */
    transition: 1s;
    cursor: pointer;
    width: 100%;
    box-shadow: 0px 0px 5px rgba(30, 30, 30, 0.1);
    overflow: auto;
    /* Hide scrollbar for IE, Edge and Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
    border-radius: 8px;
}

.nfsmc::-webkit-scrollbar {
    display: none;
}

.nfsmc:hover {
    box-shadow: 0px 0px 5px rgba(180, 180, 180, 1);
}

.nfsmc .modal-content {
    height: 0;
    /* width: 0; */
    margin: 0;
    opacity: 0;
    transition: 0.3s;
    padding: 0;
}

.nfsmc.growing:hover {
    filter: unset;
}

.nfsmc.shrinking:hover {
    filter: unset;
}

.nfsmc.growing .modal-content {
    height: auto;
    margin: 0;
    opacity: 0;
    transition-delay: 0.5s;
}

.nfsmc.full-screen {
    height: 100vh;
    z-index: 100;
    margin: 0;
    border-radius: 0;
}

.nfsmc.full-screen .modal-content {
    height: auto;
    /* width: auto; */
    margin: inital;
    transition-delay: 0.5s;
    opacity: 1;
}

.nfsmc.shrinking .modal-content {
    transition-delay: 0s;
    transition: 0.5s;
    opacity: 0;
    display: block;
}

.nfsmc-container {
    display: flex;
    /* justify-content: space-between; */
    width: 100%;
    /* box-sizing: border-box; */
}

.leftBackground {
    background: linear-gradient(135deg, rgb(243, 243, 243) 0%, white 100%);
}

.rightBackground {
    background: linear-gradient(135deg, white 0%, rgb(243, 243, 243) 100%);
}

.modal-header .image-container {
    text-align: center;
    padding: 20px
}

.modal-header .image-container img {
    height: 100%;
    width: 100%;
    max-height: 160px;
    max-width: 160px;
    /* animation: fadeIn ease 0.2s;
    -webkit-animation: fadeIn ease 0.2s;
    -moz-animation: fadeIn ease 0.2s;
    -o-animation: fadeIn ease 0.2s;
    -ms-animation: fadeIn ease 0.2s; */
}

.modal-header .content-container {
    padding: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.modal-header .content-container .title {
    font-size: 40px;
    margin: 0;
}

.modal-header .content-container .description {
    font-size: 20px;
    margin: 0;
}

.modal-header .content-container .clickMe {
    margin: 0;
    color: #5ebb47;
}

.closeMe {
    -o-border-image: -o-linear-gradient(305deg, transparent, rgba(180, 180, 180, 0.15) 33%, rgba(180, 180, 180, 0.15) 70%, transparent) 2% round;
    border-image: linear-gradient(145deg, transparent, rgba(180, 180, 180, 0.15) 33%, rgba(180, 180, 180, 0.15) 70%, transparent) 2% round;
    border-image-repeat: stretch;
    border-top: 2px;
    border-style: solid;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    background-image: -o-linear-gradient(305deg, transparent, rgba(250, 250, 250, 0.98) 33%, rgba(250, 250, 250, 0.98) 70%, transparent);
    background-image: linear-gradient(145deg, transparent, rgba(250, 250, 250, 0.98) 33%, rgba(250, 250, 250, 0.98) 70%, transparent);
    color: #5ebb47;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    padding: 20px 0;
    text-align: center;
    /* -webkit-backdrop-filter: blur(10px) grayscale(0.9) opacity(0.99);
    backdrop-filter: blur(10px) grayscale(0.9) opacity(0.99); */
}

.modal-content .image-container img {
    /* height: 100%; */
    width: auto;
    max-height: 400px;
    max-width: 100%;
}

.nfsmc .modal-content .image-container {
    text-align: center;
}

.nfsmc .modal-content .content-container {
    padding: 20px;
    text-align: center;
    font-size: 18px;
    font-family: "RobotoCondensed";
}

.nfsmc.growing .modal-content .content-container {
    display: block;
}

.nfsmc.full-screen .modal-content .content-container {
    display: block;
}

.nfsmc.full-screen .clickMe {
    animation: fadeOut ease 0.67s;
    -webkit-animation: fadeOut ease 0.67s;
    -moz-animation: fadeOut ease 0.67s;
    -o-animation: fadeOut ease 0.67s;
    -ms-animation: fadeOut ease 0.67s;
    animation-fill-mode: forwards;
}

#pravnoObvestiloLinkId {
    font-size: 16px;
    /* margin-top: -20px; */
}

#nfsmc_pravnoObvestilo .content-container, #nfsmc_dokumenti .content-container {
    padding: 2px;
}

#dokumentiLinkId {
    font-size: 16px;
    /* margin-top: -30px; */
}

.nfsmc.full-screen #pravnoObvestiloLinkId, .nfsmc.full-screen #dokumentiLinkId {
    font-size: 40px;
    margin-top: 20px;
}

.nfsmc.growing #pravnoObvestiloLinkId, .nfsmc.growing #dokumentiLinkId {
    font-size: 40px;
    margin-top: 20px;
}

.nfsmc.shrinking #pravnoObvestiloLinkId, .nfsmc.shrinking #dokumentiLinkId {
    font-size: 40px;
    margin-top: 20px;
}

.nfsmc .modal-content .wrapper {
    display: none;
}

.nfsmc .modal-content .closeMe {
    display: none;
}

.nfsmc.growing .modal-content .wrapper {
    display: block;
}

.nfsmc.shrinking .modal-content .wrapper {
    display: block;
}

.nfsmc.full-screen .modal-content .wrapper {
    display: block;
}

.nfsmc.full-screen .modal-content .closeMe {
    display: block;
}

.headerLeft {
    padding: 20px 20px 20px 0px;
}

.headerRight {
    text-align: right;
    padding: 20px 0 20px 20px;
    display: flex;
    align-items: center;
    height: 50%;
    float: right
}

.footerLeft {
    padding: 20px;
}

.footerLeft .contactCard {
    background: url("./assets/images/world-map.png") no-repeat left center;
    background-size: 100%;
    width: max-content;
}

.footerLeft .contactCard div {
    width: max-content;
}

.footerRight {
    padding: 20px;
    text-align: center;
}

li {
    list-style-type: none;
}

ul {
    padding: 0;
}

.questionaire li {
    list-style-type: circle;
    padding: 10px;
}

.answer {
    line-height: 24px;
}

.answer li {
    padding: unset;
}

hr {
    border: 0;
    border-radius: 34%;
    height: 2px;
    /* background-image: linear-gradient(to right, rgba(94, 187, 71, 0.5), rgba(94, 187, 71, 0.1) 75%, rgba(30, 30, 30, 0.05)); */
    background-image: linear-gradient(to right, rgba(30, 30, 30, 0.05), rgba(30, 30, 30, 0.05) 75%, rgba(30, 30, 30, 0.05));
}

.question {
    font-family: "Goldman";
    color: #5dbb46;
}

a {
    color: #5dbb46;
    text-decoration: none;
}

a:hover {
    color: green;
}

/* .hr-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: center;
    height: 1.5em;
    opacity: .5;
    margin: 0;
}

.hr-text:before {
    content: '';
    background: linear-gradient(to right, rgba(94, 187, 71, 1), transparent);
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
}

.hr-text:after {
    content: attr(data-content);
    text-align: left;
    width: 150px;
    font-size: 17px;
    position: relative;
    display: inline-block;
    color: black;
    padding: 0 .5em;
    line-height: 1.5em;
    background-color: white;
    left: calc(-50% + 100px);
} */

.carouselFixedImage {
    height: 90%;
    right: 5%;
    bottom: 5%;
    position: absolute;
    z-index: 1;
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.5));
}

.carousel {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    overflow: hidden;
}

.carouselImage {
    display: none;
    position: relative;
    top: 0;
    left: 0;
    width: 1200px;
    max-width: 100%;
    height: inherit;
}

img.carouselImage::before {
    display: block;
    content: '';
    padding-top: 50%;
    /* You could reduce this expression with a preprocessor or by doing the math. I've kept the longer form in `calc()` to make the math more readable for this demo. */
}

.carousel-fade-in {
    animation: carouselFadeIn ease 2s;
    -webkit-animation: carouselFadeIn ease 2s;
    -moz-animation: carouselFadeIn ease 2s;
    -o-animation: carouselFadeIn ease 2s;
    -ms-animation: carouselFadeIn ease 2s;
}

@keyframes carouselFadeIn {
    0% {
        opacity: 0.4;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes carouselFadeIn {
    0% {
        opacity: 0.4;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes carouselFadeIn {
    0% {
        opacity: 0.4;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes carouselFadeIn {
    0% {
        opacity: 0.4;
    }
    100% {
        opacity: 1;
    }
}

@-ms-keyframes carouselFadeIn {
    0% {
        opacity: 0.4;
    }
    100% {
        opacity: 1;
    }
}

.fadeOut {
    animation: fadeOut ease 1s;
    -webkit-animation: fadeOut ease 1s;
    -moz-animation: fadeOut ease 1s;
    -o-animation: fadeOut ease 1s;
    -ms-animation: fadeOut ease 1s;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-o-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-ms-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.fadeIn {
    animation: fadeIn ease 2s;
    -webkit-animation: fadeIn ease 2s;
    -moz-animation: fadeIn ease 2s;
    -o-animation: fadeIn ease 2s;
    -ms-animation: fadeIn ease 2s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.newLine {
    height: 10px;
}

@media only screen and (max-width: 1220px) {
    .headerRight {
        padding: 20px 10px 20px 20px;
    }
    .headerLeft {
        padding: 20px 20px 20px 10px;
    }
}

.plyr--video .plyr__controls {
    display: none;
}

.plyr--video.plyr--playing .plyr__controls {
    display: flex;
}

.plyr__controls__item.plyr__progress__container {
    display: contents;
}

.plyr__controls__item.plyr__volume {
    margin-right: 40px;
}

video {
    max-width: 100%;
    height: auto;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.leftVideo {
    margin: 0 5px 0 0;
    /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); */
}

.rightVideo {
    margin: 0 0 0 5px;
}

.batteryLeftSide {
    width: calc(50% - 0.5vw);
    float: left;
    text-align: right
}

.batteryRightSide {
    width: calc(50% - 0.5vw);
    float: right;
    text-align: left
}

.customVideoContainer{
    border-radius: 8px;
    overflow: hidden;
}

@media only screen and (max-width: 768px) {
    .footerRight {
        padding: 10px;
        text-align: left;
    }
    .headerRight {
        text-align: left;
        float: left;
        padding: 0 10px 20px 10px;
    }
    .leftVideo {
        margin: 0;
        margin-bottom: 10px;
    }
    .rightVideo {
        margin: 0;
    }
    .batteryLeftSide {
        width: 100%;
        float: left;
        text-align: left;
    }
    .batteryRightSide {
        width: 100%;
        float: left;
        text-align: left;
    }
}

@media only screen and (max-width: 480px) {
    .modal-header .image-container img {
        max-height: 80px;
        max-width: 80px;
        border: 1px solid #5ebb47;
        border-radius: 100px;
    }
    .leftBackground .ug-row {
        flex-direction: column-reverse;
    }
    .nfsmc.full-screen .modal-content {
        margin-top: -100px;
        transition: 1s;
    }
    .nfsmc.growing .modal-content {
        margin-top: -100px;
        transition: 1s;
    }
    .nfsmc.full-screen .modal-header .image-container {
        opacity: 0;
        transition: 1s;
    }
    .nfsmc.growing .modal-header .image-container {
        opacity: 0.3;
        transition: 0.5s;
    }
    .nfsmc.shrinking .modal-header .image-container {
        opacity: 0.8;
        transition: 0.3s;
    }
    .footerLeft .contactCard {
        width: unset;
    }
    .footerLeft .contactCard div {
        width: unset;
    }
}