
/*-- UNITED STYLES */
:root {
    /*--main-theme: #343434;*/
    /*--main-theme: #353935;*/
    --main-theme: #1b1c1e;
}

body{
    width: 100vw;
    overflow-x: hidden;

    letter-spacing: 0px;
    margin: 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

.links-container{
    height: 51px;
    gap: 20px;
    display: flex;
}

.link-gallery{
    font-size: 22px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    height: fit-content;
}

::-moz-selection { /* Code for Firefox */
    color: white;
    background: #0098cf;
}

::selection {
    color: white;
    background: #0098cf;
}

@font-face {
    font-family: "Montserrat";
    src: url("Montserrat-VariableFont_wght.ttf") format("truetype");
    font-display: swap;
}

#bgVideo {
    /*width: 50vw;*/
    width: 100%;
    height: auto;
}

.bgContainer {
    position: relative;

}


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


    .gradientContainer {
        background: rgba(0,0,0,0.50) !important;}

}
.gradientContainer {
    height: calc(100% - 200px);

    position: absolute;
    top: 0;
    width: 100%;
    /*background: linear-gradient( 270deg,*/
    /*        #252525, transparent );*/
    background: rgba(0,0,0,0.60);


    /*#ffc432*/
    /*#f2bc00*/
}

.menu-toggle::before{
    content: "";
    position: absolute;
    width: 94%;
    height: 100%;
    background: #FFFFFF;
    padding: 10px;
    top: -10px;
    left: -9px;
}

.menu{
    background: #f4cd2b;
    background: #ffc432;
    background: #ffcf26;

    background: #35393b;
    //background: #fff;
    /*background: #f2bc00;*/
    padding: 20px 30px;

    background: transparent;
    position: absolute;
    z-index: 1233;

    width: calc(100% - 50px);
    padding-left: 20px !important;
}
.lang{
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    height: fit-content;
}

.r-menu{
    display: flex;
    gap: 3rem;
    justify-content: space-between;
}

.menu-title{
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.main-container{
    display: flex;
}
.bgContainer{
    flex: 4;
}
.main-container .scaleDiv{
    /*background-image: url("imagRotated.svg");*/
    /*flex: 1;*/
    /*background-repeat: no-repeat;*/

}
.main-text{
    flex: 2;
    display: none;
    background: #35393b;
}

.gradientContainer{
    padding: 100px 0;
    display: flex;
}

.no-break{
    white-space: nowrap;
}

.gradientContainer h1{
    width: 30%;
    color: #fff;
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1.3;
    //letter-spacing: 0.7px;
    margin: auto 0;

    margin-left: 50px;

}
.spacer{
    flex: 1;
}
.main-text-info{
    color: #fff;
    margin: auto 0;
    margin-right: 50px;
    width: 30%;
}

.uvod{
    width:100%;
    /*padding: 0 100px;*/
}


.split-container{
    display: flex;
}
.split-image{
    flex: 1;
}
.split-image img{
    width: 100%;
}
.split-text{
    flex: 0.6;
    display: flex;
}
.split-text>div{
    margin: auto auto;
    width: 70%;
}

.split-text h3{
    font-size: 42px;
    font-weight: 800;
}
.split-text li{
    margin-bottom: 5px;
}
.split-text p, .split-text li{
    font-size: 18px;
}

.uvod
{
    /*display: flex;*/
    /*flex-direction: column;*/
}
.uvod{
    max-width: 600px;
    margin: 100px auto;
    font-size: 18px;
}
.icons-text{
    display: flex;
    justify-content: center;
    gap: 20px;
}
.icons-text .infoGraf .icon{
    height: 40px;
    width: 40px;
}

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

    .icons-text{
        flex-direction: column;
        width: fit-content;
        margin: auto;
        gap: 0px;
        margin-bottom: 20px;
        margin-top: 10px;
    }
    .uvod p:first-child{
        text-align: left;
    }
}

@media screen and (max-width: 650px) {
.uvod{
    width: 90%;
    margin: 20px 5%;
}
}



li::marker{
    color: #f4cd2b;
}

.map-svg{
    width: 6%;
    height: 6%;
    position: relative;
    top: 36.5%;
    left: 30%;
}




footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    background: #35393b;
    color: #fff;
}

footer p {
    flex: 1;
    text-align: center;
}

@media screen and (max-width: 795px) {
    footer p {
        text-align: left !important;
        margin-left: 14px !important;
    }
}


@media screen and (min-width: 1200px) {
    .common-inside {
        font-size: 19px !important;
    }

    .more-link, .extend-footer p {
        font-size: 18px !important;
    }

}


.map{
    margin-top: 140px;
}


.last {
    margin-top: 140px;
}

.last h3{
    font-size: 42px;
    text-align: center;
    font-weight: 800;
    color: #fff;

}





.form-container>form {max-width: 500px; margin: auto}
.form-container {
    display: flex;
    background: #252525;
    padding: 30px;
    flex-direction: column;

    padding-top: 0px;

    /*width: 100%;*/
}

.form-container h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
}

.form-container textarea {
    resize: vertical;
}
.form-container input:focus, .form-container textarea:focus {
    border: 1px solid #fff;
    outline: none;
    transition: .3s;
}

.form-container input, .form-container textarea {
    width: calc(100% - 20px);
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid transparent;
    border-radius: 5px;
    background: #35393b;
    color: #fff;
    font-family: Montserrat;

    font-size: 18px;
    transition: .3s;
}

.form-container input[type="submit"] {
    background: #f4cd2b;
    cursor: pointer;
    font-weight: bold;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.form-container input::placeholder{
    font-family: Montserrat;
}
.form-container input[type="submit"]:hover {
    background: #f4cd2b;
}


.igVideoContainer h3{
    font-size: 42px;
    font-weight: 800;
    text-align: center;
    padding: 0 20px;
}
.igVideoContainer{
    display: flex;
    justify-content: center;
    margin: 150px auto 50px auto;
    flex-direction: column;
}
#igVideo{
    max-width: 600px;
    margin: auto;
}



.forWho h2{
    font-size: 20px;
    FONT-WEIGHT: 00;
}


.forWho-title{
    margin-top: 200px;
    font-size: 32px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 50px;
}

.bubbles{
    display: flex;
}
.bubble-container{
    flex: 1;
    display: flex;
    justify-content: center;
}
.bubble{
    width: 70%;
    margin: auto;
    height: 90%;
    background: #fff;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.30);
    border-radius: 15px;
    //padding: 15px;

    padding: 20px 0;
}

/*#f4cd2b*/
.middle .bubble .bubble-icon{background: #40d947; width: 130px; height: 130px}
.middle .bubble{
    width: 100%;
    scale: 1.05;
    margin: auto;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.40);
}

.bubble-icon-container{
    display: flex;
    justify-content: center;

    margin: 15px 0 25px 0;



}
.bubble-icon{
    margin: auto;
    padding: 30px;
    background: #252525;
    border-radius: 1000rem;
    height: 110px;
    width: 110px;
    display: flex;
}



.videoContainer img{
    width: 100vw;
}

.bubble-icon svg{
    width: 80%;

    margin: auto;
}
.bubble-icon>div{
    margin: auto;
    display: flex;
}
.bubble p, .bubble h2{ margin-bottom: 20px !important;}
.bubble p, .bubble h2{
    width: 90%;
    margin: 5px 5%;
}




.icon{
    width: 25px;
    height: 25px;
    background: #252525;
    border-radius: 100rem;
    display: flex;
}
.icon svg{
    fill: #fff;
    width: 70%;
    height: 70%;
    margin: auto;
}
.infoGraf span{ margin: auto 0; font-size: 18px}
.infoGraf{
    display: flex;
    gap: 8px;
    margin-top: 10px;
}


@media screen and (max-width: 1090px){
    .gradientContainer h1{
        width: 50%;
        font-size: 32px;
    }
    .spacer>svg{
        display: none;
    }
    .main-text-info{
     width: fit-content;
    }
    .link-gallery{
        font-size: 16px;
    }
    .lang{
        font-size: 16px;
    }
    .menu-title{
        font-size: 22px;
    }
    .split-image{
        display: flex;
    }
    .split-image>img,.split-image>video{
        margin: auto;
    }
    .split-container {
        margin: 35px 0;
    }

    .split-text>div{
        width: 90%;

    }
}

.MapFrame{
width: 700px;
}

@media screen and (max-width: 800px){
.split-container{
    flex-direction: column-reverse;
}
   section:nth-child(2n) .split-container{
        flex-direction: column !important;
    }
    .uvod p{
        //margin-bottom: 65px;
    }

    .MapFrame{
        width: 100vw;
    }
    .last {
        margin-top: 0px;
    }
    .igVideoContainer{
        margin-top: 50px;
    }
    .smallerOnPhone{
        font-size: 18px !important;
        text-align: center !important;
        font-weight: 300 !important;
    }
    .igVideoContainer h3, .split-text h3, .last h3{
        font-size: 32px;
    }
}

.whiteTitle{
    color: #fff;
}

@media screen and (max-width: 680px) {
    .forWho-title,
    .gradientContainer h1,
    .split-text h3,
    .last h3,
    .igVideoContainer h3, .bubble h2{
        font-weight: 600;
    }


    .menu{
        position: unset;
        width: calc(100% - 50px);
    }
    .menu-title, .whiteTitle, .lang, .link-gallery{
        color: #252525;
    }
    .gradientContainer h1{
        margin-left: 30px;
    }
    .main-text-info{
        margin-right: 30px;
    }
    .uvod p{
    }
    .lang, .link-gallery{
        line-height: 45px;
        margin-top: 0px;
        margin-right: 0px;
        font-size: 18px;
        padding-left: 10px;

        display: inline-block;
    }
}

@media screen and (max-width: 500px) {
    /*
     .lang {
         position: absolute;
         right: 20px;
     }
     .link-gallery{


         position: absolute;
         right: 56Px;

     }*/
    .menu-title{
        padding-right: 20px;
        margin-right: 2.5rem;
    }
}

/*
@media screen and (max-width: 440px){
    .lang, .link-gallery{
        line-height: 70px !important;
    }
}*/
/*@media screen and (max-width: 270px){
    .lang{
        line-height: 21px !important;

        position: absolute;
        right: 10px;
    }
}*/

.MapFrame{
    margin-top: 120px
}

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

    .gradientContainer h1 {
        width: 65%;
        font-size: 28px;
    }
    .main-text-info{
        margin-right: 0px;
        margin-left: 30px;
    }
    .gradientContainer{
        flex-direction: column;

        height: calc(100% - 160px);
    }
    .gradientContainer {
        padding: 80px 0;
    }
    .main-text-info>p:nth-child(2){
        margin-top: -10px;
    }
    #igVideo {
        max-width: 100vw;
    }
    .map {
        margin-top: 40px;
    }
    .MapFrame{
        margin-top: 20px
    }
    footer p{
        text-align: center !important;
    }
}
@media screen and (max-width: 585px) {
    .gradientContainer h1 {
        width:auto;
        font-size: 22px;
        font-weight: 600;
    }
    .menu-title{
        font-size: 22px;
    }
    .gradientContainer{
        flex-direction: column;

        height: calc(100% - 80px);
    }
    .gradientContainer {
        padding: 40px 0;
    }
    .menu{
        padding: 20px 15px;
    }

    .main-text-info, .gradientContainer h1{
        margin: auto 20px;
    }
}
@media screen and (max-width: 500px) {
    .igVideoContainer h3, .split-text h3, .last h3{
        font-size: 26px;
    }
    .split-text p, .split-text li{
        font-size: 16px;
    }


    .uvod p {
        /*margin: 8px auto;*/
        /*margin-bottom: 8px;*/
    }
    .last h3{
        margin-top: 45px;
    }
    .form-container input, .form-container textarea, .uvod p, .infoGraf span{
        font-size: 16px !important;
    }
    .form-container>div{
        margin: 15px auto 35px auto;
    }
}

.main-text-info-mobil{
    display: none;
}

@media screen and (max-width: 400px){
    .menu-title {
        font-size: 20px;
    }
    .whiteTitle{
        font-size: 16px;
    }
    .main-text-info{
        display: none;
    }
    .spacer{
        display: none;
    }


    .main-text-info-mobil span{
        color: #f4cd2b;
    }
    .main-text-info-mobil{
        display: flex;
        justify-content: center;
        margin-top: 40px;

        font-weight: 600;
    }
    .uvod p{
        /*margin-top: 45px;*/
        margin-bottom: 5px;
    }
    .split-text>div{
        margin-bottom: 30px;
    }
    .split-text h3{
        margin-top: 4px;
    }
    .smallerOnPhone{
        margin-top: 10px !important;
    }
    .igVideoContainer h3{
        text-align: left;
    }
}

@media screen and (max-width: 290px) {
    .gradientContainer
    {
        padding: 20px 0;
        height: calc(100% - 40px);
    }
    .gradientContainer h1{
        font-size: 18px;
    }
    .main-text-info-mobil{
        padding: 0 10px;
    }

}




@media screen and (max-width: 930px){
    .bubble-icon{
        width: 80px;
        height: 80px;
    }
    .middle .bubble .bubble-icon{
        width: 100px;
        height: 100px;
    }
    .bubble{
        width: 84%;
    }
}

.menu-toggle{
    display: none;
}

@media (max-width: 920px) {
   /* .links-container {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        background-color: #35393b;
        width: 250px;
        height: 100%;
        box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
        transition: transform 0.3s ease-in-out;
        transform: translateX(100%);
        opacity: 0;
    }

    .links-container.open {
        transform: translateX(0);
        display: block;
        padding: 1.5rem 0 0 25px;
        z-index: 999;
        opacity: 1;
    }*/

    .links-container {
        display: none; /* Hidden by default */
        position: fixed;
        top: 0;
        right: 0;
        background-color: #35393b;
        width: 250px;
        height: 100%;
        box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
        transform: translateX(100%); /* Start off-screen */
        opacity: 0; /* Fully transparent */
        pointer-events: none; /* Prevent interaction */
        transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
        z-index: 999;
        padding: 1.5rem 0 0 25px;
    }

    .links-container.open {
        display: block; /* Display element to enable animation */
        transform: translateX(0); /* Slide in */
        opacity: 1; /* Fully visible */
        pointer-events: auto; /* Allow interaction */
    }

    .menu-toggle {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 30px;
        height: 24px;
        cursor: pointer;
        z-index: 1000;
        position: fixed;
        top: 31px;
        right: 30px;
    }

    .menu-toggle span {
        display: block;
        height: 4px;
        width: 100%;
        background-color: #000000;
        transition: transform 0.3s ease, opacity 0.3s ease;
        position: absolute;
        left: 0;
    }

    .menu-toggle.open span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
        top: 2px;
    }

    .menu-toggle.open span:nth-child(2) {
        opacity: 0;
    }

    .menu-toggle.open span:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -5px);
        top: 17px;
    }

    .menu-toggle span:nth-child(1) {
        top: 0;
    }

    .menu-toggle span:nth-child(2) {
        top: 10px;
    }

    .menu-toggle span:nth-child(3) {
        top: 20px;
    }

    .link-gallery {
        display: block;
        text-align: left;
        padding: 10px;
    }

    .lang{
       padding: 10px;
    }
}


@media screen and (max-width: 820px){
    .bubbles {
        flex-direction: column;
        gap: 40px;
    }
    .middle .bubble{
        width: 90%;
        box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.30);
        scale: 1;
    }
    .bubble{

        width: 90%;
    }
}
@media screen and (max-width: 550px) {
    .bubble,
    .middle .bubble{
        box-shadow: none;
    }
}

.split-container{
    border-top: 10px solid #fff;
}

.lang{
    transition: .3s;}
.lang:hover span{
    color: #cccccc;
    transition: .3s;
    cursor: pointer;
}
.lang-menu{
    height: 1px;
    overflow: hidden;
    transition: .4s;
    cursor: pointer;

}
.lang-menu.active{
    height: 150px ;
    transition: .4s;
    /*margin: auto 0;*/
}



.phoneOn{
    display: none;
}
@media screen and (max-width: 500px) {
    .phoneOn{
        display: unset;
    }
    .phoneOff{
        display: none;
    }
}

@media screen and (min-width: 680px) {
    .lang-menu.active{
        line-height: 19.5px;
    }
}

@media screen and (max-width: 680px) {
    .lang-menu{
        z-index: 1222;
        color: #fff;
        position: absolute;
        padding: 5px;
        line-height: 31px;
        border-radius: 0 0 5px 5px;
        margin-left: -5px;
    }
    .link-gallery{
        color: #FFFFFF;
    }
    .lang{
        color: #FFFFFF;
        line-height: 15px;
    }
}




/*@media screen and (max-width: 611px) and (min-width: 586px){

    .lang, .link-gallery{
        line-height: 81px !important;
    }
}*/

@media screen and (max-width: 544px) and (min-width: 501px){

    .lang, .link-gallery{
        line-height: 45px !important;
    }
}
/*
@media screen and (max-width: 500px) and (min-width: 439px){

    .lang, .link-gallery{
        margin-top: 10px;
    }
}
*/
