@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

body{
    margin: 0;
    padding: 0;
    padding-top: 100px;
    color: #333333;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>.col, .no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

p, a, .p_class, ul, li, label{
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-size: 1.2rem;
    color: #737373;
}

h1, h2, h3, h4, h5, h6{
    font-family: "Nunito", sans-serif;
}

.btn-std {
    background: #333;
    color: #FFF;
    border: 1px solid #333;
    transition: ease-in-out 0.2s;
}

.btn-std:hover {
    background: #FFF;
    color: #333;
}

.mfp-container{
    height: 100vh !important;
}

.mfp-wrap{
    height: 100vh !important;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.header-img {
    max-height: 450px;
    overflow: hidden;
    margin: 2rem 0;
    position: relative;
    display: flex;
}

.header-img img{
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* Burger Menu and Animation */

.menu {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0;
}

.contain-nav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #333333;
    overflow-x: hidden;
    transition: 0.5s;
}
  
.nav-content {
    position: relative;
    top: 3rem;
    width: 100%;
    text-align: center;
    margin-top: 0px;
}
  
.contain-nav a {
    text-decoration: none;
    font-size: 1rem;
    color: #FFF;
    display: block;
    transition: 0.3s;
    text-transform: uppercase;
    background-color: transparent;
    text-align: left;
    padding: 0.7rem 1rem;
    transition: all 0.3s ease-in-out;
    font-weight: 300;
}

.contain-nav a:not(:last-child){
    border-bottom: 1px solid rgba(255,255,255,0.05);
}
  
.contain-nav a:hover, .contain-nav a:focus {
    color: #f1f1f1;
    background-color: #818181;
}
  
.contain-nav .closebtn {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    font-size: 50px;
    line-height: 23px;
    border: none !important;
}

.contain-nav .closebtn:hover{
    background-color: transparent !important;
}

#main-nav {
    max-width: 400px;
    overflow: hidden;
    right: 0;
    left: auto;
    z-index: 1050;
}

#main-menu{
    padding: 0.5rem;
}

.dd-lang{
    margin-left: auto;
}

.navbar.fixed-top{
    border-bottom: 1px solid #e3e3e3;
    background: #FFF;
}
  
@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
    }
}


/* start animation */
.line {
    fill: none;
    stroke: black;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}

.line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
}

.line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}

.opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}

.opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
}

.opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}
/* end animation */


/* HP blocks*/
.block-img {
    height: 350px;
    position: relative;
    margin: 4px;
    overflow: hidden;
    display: flex;
}

.block-img .bg-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.3s;
    width: 100%;
    height: 100%;
}

.bg-image:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.8) 100%, #000);
    left: 0;
    z-index: 0;
}

.block-img:hover .bg-image {
    transform: scale(1.1);
}

.block-img.large{
    height: 500px;
}

.block-img.medium{
    height: 400px;
}

.block-img.small {
    height: 246px;
}

.block-img .bg-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.3s;
    width: 100%;
    height: 100%;
}

.content-info {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.content-info .title {
    position: absolute;
    bottom: 0;
    padding: 2rem;
    width: 100%;
    text-decoration: none !important;
}


.content-info .title h3{
    color: #fff;
    font-weight: 500;
    margin: 0;
}

/* timeline */
.timeline-content {
    position: relative;
    margin-bottom: 3rem;
}
/* Container around content */
.timeline-item {
    padding: 10px 15px 10px 70px;
    position: relative;
    background-color: inherit;
}
.timeline-item h3{
    margin: 0;
    color: #595858;
    font-size: 20px;
    font-weight: 600;
}
.timeline-item .t-content{
    color: #9BA7B4;
    font-size: 16px;
    line-height: 30px;
    margin-top: 5px;
}

/* The circles on the timeline */
.timeline-item::before {
    content: '';
    position: absolute;
    width: 1px;
    background-color: #ddd;
    top: 0;
    bottom: 0;
    margin-left: -3px;
    left: 25px;
}
.timeline-item:last-child::before {display: none;}
.timeline-item::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    left: -3px;
    background-color: #D9D9D9;
    border: 10px solid #fff;
    top: -2px;
    border-radius: 50%;
    z-index: 1;
    color: #fff;
    font-size: 15px;
    font-family: 'Nunito';
    font-weight: bold;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.timeline-item.item-0:after{background-color: #737373;}
.timeline-item.item-0.char-a:after{content: "A";}
.timeline-item.item-0.char-b:after{content: "B";}
.timeline-item.item-0.char-c:after{content: "C";}
.timeline-item.item-0.char-d:after{content: "D";}
.timeline-item.item-0.char-e:after{content: "E";}
.timeline-item.item-0.char-f:after{content: "F";}
.timeline-item.item-0.char-g:after{content: "G";}
.timeline-item.item-0.char-h:after{content: "H";}
.timeline-item.item-0.char-i:after{content: "I";}
.timeline-item.item-0.char-j:after{content: "J";}
.timeline-item.item-0.char-k:after{content: "K";}
.timeline-item.item-0.char-l:after{content: "L";}
.timeline-item.item-0.char-m:after{content: "M";}
.timeline-item.item-0.char-n:after{content: "N";}
.timeline-item.item-0.char-o:after{content: "O";}
.timeline-item.item-0.char-u:after{content: "U";}
.timeline-item.item-0.char-y:after{content: "Y";}
.timeline-item.item-0.char-p:after{content: "P";}
.timeline-item.item-0.char-t:after{content: "T";}
.timeline-item.item-0.char-r:after{content: "R";}
.timeline-item.item-0.char-w:after{content: "W";}
.timeline-item.item-0.char-q:after{content: "Q";}
.timeline-item.item-0.char-s:after{content: "S";}
.timeline-item.item-0.char-x:after{content: "X";}
.timeline-item.item-0.char-z:after{content: "Z";}
.timeline-item.item-0.char-v:after{content: "V";}


/* accordion */
#accordion{
    margin-bottom: 3rem;
}

.accordion .accordion-header .accordion-button{
    font-size: 1.5rem;
    color: #737373;
    padding: 2rem;
    border-bottom: 1px solid #ccc;
}

.accordion .accordion-header i{
    font-size: 1.5rem;
    margin-right: 1rem;
    color: #737373;
}

.accordion-button:not(.collapsed){
    color: initial;
    background: #fafafa;
}

.accordion-body img{
    width: 100%;
    height: auto;
}

.accordion-body p{
    white-space: pre-line;
}

.accordion-body i{
    margin-right: 0.5rem;
}

.difficulty span.active{
    color: #C1CC56;
}

.poi-list .single-poi:not(:last-child){
    border-bottom: 1px solid #e3e3e3;
}

.poi-list .single-poi a{
    text-decoration: none;
}

.poi-list .single-poi a:hover{
    text-decoration: none;
    color: initial !important;
}

.poi-list .single-poi a:hover .contain-img img{
    filter: grayscale(1);
}

.poi-list .contain-img {
    overflow: hidden;
    margin-bottom: 1rem;
}

.poi-list .contain-img img{
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: auto;
    transition: ease-in-out 0.3s;
}

.poi-list .contain-poi-info h4{
    color: #333333;
}

.poi-list .contain-poi-info p{
    display: flex;
    align-items: center;
}

.poi-list .contain-poi-info p i{
    margin-right: 1rem;
    color: #737373;
}

.footer{
    background: #fafafa;
}

.loader img{
    max-width: 150px;
    height: auto;
}

.loader{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #FFF;
    z-index: 9999;
}

#meteoprovbz_widget img {
    display: block;
}


@media screen and (min-width: 992px) {
    body {
        padding-top: 150px;
    }
}