/* Language dropdown start */
.language-dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-toggle {
    background-color: var(--Core-Base-White);
    color: #455468;
    padding: 10px 20px 10px 10px;
    font-size: 16px;
    border: 1px solid #afbac9;
    cursor: pointer;
    border-radius: 6px;
    display: flex;
    align-items: center;
    min-width: 160px;
}
/* .dropdown-toggle.active{
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
} */
.dropdown-toggle img{
    width: 20px;
    height: 20px;
    margin-right: 3px;
}
.dropdown-toggle img.arrow-lang{
    width: 10px;
    height: auto;
    margin-left: auto;
    transition: transform 0.5s ease;
}
.dropdown-toggle.active img.arrow-lang{
    transform: rotate(180deg);

    /* transition: rotate 0.5s; */
}
.dropdown-toggle .arrow {
    margin-left: 30px;
    font-size: 12px;
}
.dropdown-menu {
    display: none;
    position: absolute;
    background-color: var(--Core-Base-White);
    min-width: 160px;
    border: 1px solid #ccc;
    z-index: 1000;
    margin-top: 5px;
    /* margin-top: 0px; */
    padding: 0;
    list-style: none;
    border-radius: 4px;
    /* border-top-left-radius: 0px;
    border-top-right-radius: 0px; */
    /* border-top: 0px; */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    height: 180px;
    overflow-y: auto;
}
@media(max-width: 1000px){
    .dropdown-menu {
        height: 250px;
    }
}
.dropdown-menu::-webkit-scrollbar{
    width: 5px;
}
.dropdown-menu li {
    border-bottom: 1px solid #eee;
}
.dropdown-menu li:last-child {
    border-bottom: none;
}
.dropdown-menu li a {
    color: #333;
    font-size: 16px;
    padding: 10px 14px;
    display: block;
    text-decoration: none;
}
.dropdown-menu li a:hover {
    background-color: #f0f0f0;
}
/* Language dropdown end */


.footer-body{
    background-color: var(--Core-Base-White);
    padding: 100px 50px 20px 50px;
}
.row-footer-links{
    /* display: flex;
    flex-wrap: wrap; */
    display: grid;
    grid-template-columns: 4fr 1fr;
    /* justify-content: space-between; */
    /* align-items: center; */
}
.col-footer-logo-social{

}

.block-footer-logo img{
    width: 215px;
    height: 32px;
}
.block-footer-social{
    margin: 50px 0;
}
.block-footer-social ul{
    display: flex;
    gap: 20px;
    align-items: center;
    margin: 0px;
}
.block-footer-social ul li img{
    width: 24px;
    transition: filter 0.3s ease-out;
}
.block-footer-social ul li a:hover img {
    filter: drop-shadow(0px 0px 4px var(--Core-Dark-Violet));
}
.col-footer-main-links ul{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0px;
}
.col-footer-main-links ul li{
    width: 100%;
}
.col-footer-main-links ul li a,
.col-sec-links ul li a,
.col-year p,
.col-year a{
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    color: var(--Core-Base-Black);
    transition: color 0.3s ease;
}
.col-sec-links ul li a,
.col-year p,
.col-year a{
    font-size: 14px;
}
.col-footer-main-links ul li a:hover,
.col-sec-links ul li a:hover,
.col-year a:hover{
    color: var(--Core-Violet) !important;
    transition: color 0.3s ease;
}

.footer-hr{
    border: 1px solid #F0F3F9;
    margin: 100px 0 20px 0;
}

.row-footer-sec-links{
    display: flex;
    flex-wrap: wrap;
}
.col-footer-text{
    width: 100%;
}
.col-footer-text h2{
    /* font-size: 96px; */
    font-size: 6.66vw;
    line-height: 1;
    font-weight: 400;
    color: var(--Core-Dark-Violet);
    transition: color 0.3s ease;
}
.col-footer-text h2 a{
    color: var(--Core-Dark-Violet);
    transition: color 0.3s ease;
}
.col-footer-text h2 a:hover{
    color: var(--Core-Violet);
}
.col-footer-bottom-links{
    display: grid;
    width: 100%;
    align-items: center;
    grid-template-columns: 1fr 3fr;
    /* margin-top: 100px; */
}
.col-sec-links ul{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
    margin: 0px;
}
.col-sec-links ul img{
    width: 56px;
    height: 56px;
}

/* .footer-scroll{
    background-image: url('/static/img/footer-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
} */

/* .footer-scroll {
    background-image: url('/static/img/footer-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 80vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-attachment: fixed;
    padding-right: 100px;
} */

/*  */
.row-footer-links{
    position: relative;
    z-index: 1;
}
#footerScroll,
#footer-bottom{
    display: none;
}
.footer-scroll {
    background-image: url('/static/img/footer-bg.png');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    height: 80vh;
    max-height: 100px;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    /* transition: max-height 0.5s ease; */
    cursor: pointer;
    /* z-index: -1; */
}

.col-footer-scroll{
    padding-right: 100px;
}
.revealed .footer-arrow{
    opacity: 0;
    transform: opacity 0.5s ease;
}
.footer-arrow {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 96px;
    height: 80px;
    background: url(../img/icons/footer-arrow.png) center bottom no-repeat;
    background-size: cover;
    cursor: pointer;
    z-index: 10;
    transform: opacity 0.5s ease;
  }
/* .footer-scroll.active {
    max-height: 70vh;
}

#footerScrollContent h3,
#footerScrollContent p,
#footerScrollContent a {
    opacity: 0;
    transform: translateY(50px);
    transition: all .5s ease;
}

.footer-scroll.active #footerScrollContent h3 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1s;
}

.footer-scroll.active #footerScrollContent p {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1.3s;
}

.footer-scroll.active #footerScrollContent a {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 1.6s;
} */

/*  */


.col-footer-scroll {
    display: grid;
    justify-content: end;
    width: 100%;
}
.col-footer-scroll h3{
    font-size: 160px;
    margin: 0;
    line-height: 1;
    font-weight: 500;
    color: var(--Core-Base-White);
}
.col-footer-scroll p{
    font-size: 76.8px;
    line-height: 1;
    font-weight: 300;
    color: var(--Core-Base-White);
    margin: 10px 0 30px 0;
}
.col-footer-scroll a{
    width: fit-content;
    /* font-weight: 600; */
    border-width: 2px;
    letter-spacing: .6px;
}
.col-footer-scroll a:hover{
    background-color: transparent;
    border-width: 2px;
}

.block-app-footer-btn ul{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 50px;
}
.block-app-footer-btn ul img{
    width: 150px;
}
@media(max-width: 1000px){
    .footer-scroll {
        background-image: url('/static/img/footer-bg-mob.png');
        background-attachment: unset;
        /* background-size: cover;
        background-position: center top;
        background-repeat: no-repeat;
        width: 100%;
        height: 80vh;
        background-attachment: fixed;
        display: flex;
        align-items: center;
        overflow: hidden;
        position: relative;
        transition: max-height 1s ease; */
    }
    
    .footer-body {
        padding: 80px 20px 30px 20px;
    }
    .row-footer-links{
        grid-template-columns: 1fr;
    }
    .col-footer-logo-social{
        /* display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
        align-items: center;
        gap: 20px; */
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
    }
    .col-footer-logo-social>div{
        width: 100%;
    }
    .block-app-footer-btn{
        grid-column: 1 / span 2; 
    }
    .block-app-footer-btn ul {
        /* margin-top: 20px; */
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .block-footer-logo {
        grid-column: 1 / 3; /* proteže se preko obe kolone */
    }
    .block-footer-social{
        margin: 0px;
    }
    .col-footer-main-links ul {
        flex-wrap: nowrap;
        justify-content: start;
        gap: 20px;
        margin-top: 30px;
    }
    .col-footer-main-links ul li{
        width: fit-content;
    }
    .col-footer-main-links ul li a{
        font-size: 14px;
    }
    .footer-hr {
        margin: 30px 0;
    }
    .col-footer-text h2{
        font-size: 50px;
        line-height: 1.2;
    }
    .col-footer-text h2 br{
        display: none;
    }
    .col-footer-bottom-links{
        grid-template-columns: 1fr;
        /* margin-top: 50px; */
    }
    .col-sec-links ul{
        flex-wrap: wrap;
        justify-content: start;
        gap: 15px;
    }
    .col-footer-scroll {
        padding-right: 20px;
    }
     .col-sec-links ul li a, .col-year p, .col-year a {
        font-size: 12px;
    }
    .col-footer-scroll h3{
        font-size: 90px;
    }
    .col-footer-scroll p{
        font-size: 45px;
    }
    .col-sec-links{
        margin-top: 20px;
    }
}
@media(max-width: 391px){
    .col-sec-links ul li:nth-child(1),
    .col-sec-links ul li:nth-child(2),
    .col-sec-links ul li:nth-child(3),
    .col-sec-links ul li:nth-child(4),
    .col-sec-links ul li:nth-child(5){
        width: 100%;
    }


}
@media(max-width: 376px){
    .footer-scroll.active {
        max-height: 60vh;
    }
    .col-footer-logo-social{
        /* display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto auto;
        align-items: center;
        gap: 30px; */
    }
    .block-footer-logo {
        grid-column: auto;
    }
    .col-footer-main-links ul li a{
        font-size: 14px;
    }
    .col-footer-text h2{
        font-size: 45px;
        line-height: 1.2;
    }
    .col-sec-links ul li a, .col-year p, .col-year a {
        font-size: 12px;
    }
    .col-footer-scroll h3{
        font-size: 70px;
    }
    .col-footer-scroll p{
        font-size: 35px;
    }
}
@media(max-width: 345px){
    .col-footer-main-links ul{
        flex-wrap: wrap;
    }
    .block-app-footer-btn ul{
        flex-wrap: wrap;
        gap: 5px;
    }
}
@media(max-width: 321px){
    .col-footer-text h2{
        font-size: 38px;
    }
}