/* FONTS */
@font-face {
    font-family: 'Montserrat-Medium';
    src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* colors */
:root {
    --logo-color: #0070c0;
    --primary-color: #0B2027;
    --secondary-color: #70A9A1;
    --tertiary-color: #CFD7C7;
    --quaternary-color: #F6F1D1;
    --text-color: #0B2027;
    --orange-color: #F6AE2D;
    --dark-orange-color: #F26419;
    --coral-color: #E08D79;
}
body{
    color: var(--text-color);
    font-family: Montserrat-Medium!important;
}
header{
    position: fixed;
    width: 100%;
    background-color: white;
    border-bottom: 1px solid #c5c5c5;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 10%), 0 1px 10px rgb(0 0 0 / 15%);
    top: 0;
    z-index: 999999;
}

header .navbar-collapse{
    justify-content: flex-end;
}

header .navbar-collapse ul{
    margin-right: 0px!important;
    align-items: center;
}

header .navbar-collapse li{
    margin: 0 25px;
}

header .navbar-collapse li a{
    font-family: Montserrat-Medium;
    text-decoration: none;
    color: var(--logo-color);
    transition: 0.4s;
    margin-bottom: 4px;
    text-align: center;
    display: inline-block;
    border-bottom: 1px solid transparent;
}

header .navbar-collapse li a:hover, header .navbar-collapse li a.active{
    color: var(--dark-orange-color);
    border-bottom: 1px solid var(--dark-orange-color);
}

header img{
    width: 230px;
}

.container.large{
    max-width: 1620px!important;
    margin-right: 0px!important;
}

section{
    padding-top: 140px;
}
section#pasporty{
    padding-bottom: 131px;
}
section#kontakt{
    padding-top: 90px;
    padding-bottom: 90px;
}

.hero{
    background-size: cover;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    justify-content: center;
    background-position: bottom;}

h1,h2,h3,h4,h5,h6{
    font-family: Montserrat-Bold!important;
}

.hero h1{
    font-family: Montserrat-Medium;
}

.hero .btn{
    background-color: var(--logo-color);
    padding: 25 20;
    color: white;
    border-radius: 0px;
    transition: .3s;
}
.hero .btn:hover{
    background-color: var(--dark-orange-color)!important;
    color: white;
}
#reference{
    width: 100%;
    background-color: var(--primary-color);
    color: white;
    position: absolute;
    bottom: 0;
    padding-top:15px;
    padding-bottom: 7px;
}
#reference-page{
    width: 100%;
    background-color: var(--primary-color);
    color: white;
    padding-bottom: 35px;
    padding-top: 35px;
    margin-top: 150px;
}

#reference-page .references-flex{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}

#reference-page .references-flex .references-container{
    display: flex;
    margin-top: 25px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-end;
    align-items: flex-start;
    width: 100%;
    justify-content: space-evenly;
}

.references-list.smaller h2{
    font-size: 16pt;
}

.references-flex .references-list h4{
    font-size: 12pt;
}

.references-flex .references-list{
    flex-grow: 3;
}

.references-flex .smaller{
    flex-grow: 1;
}
.references-flex .smaller{
    flex-grow: 2;
}
.image-flex-container{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.image-flex-container .image-col.extra-small{
    flex-basis: 25%;
}
.image-flex-container .image-col.small{
    flex-basis: 35%;
}
.image-flex-container .image-col.medium{
    flex-basis: 45%;
}
.image-flex-container .image-col.large{
    flex-basis: 65%;
}
.image-flex-container .image-col .image{
    margin: 12px;
    display: inline-block;
}
.image-flex-container .image-col .image img{
    width: 100%;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 10%), 0 1px 10px rgb(0 0 0 / 15%);
}
.row.flex-start{
    align-items: flex-start;
}

.align-center-flex{
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
}

section .col >h2{
    margin-bottom: 35px;
}

.block{
    background-color: #2087cf;
    padding: 10px;
    color: white;
    font-family: Montserrat-Bold;
    height: 100%;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 10%), 0 1px 10px rgb(0 0 0 / 15%);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.block h3{
    font-size: 17pt;
    margin-bottom: 15px;
    margin-top: 15px;
}

.block ul{
    text-align: left;
    line-height: 30px
}

.page_slider{
    max-height: 100vh;
    min-height: 100vh;
    /* position: static; */
    overflow: scroll;
    padding-bottom: 200px;
}

.transparent-button{
    padding: 8px 12px;
    border: 1px solid white;
    color: white;
    margin-top: 10px;
    display: inline-block;
    transition: .3s;
}

.transparent-button:hover{
    background-color: var(--dark-orange-color);
}

footer{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    padding: 10px 25px;
    align-content: center;
}

footer div{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px 25px;
    align-content: center;
    width: 100%;
    text-align: center;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.page_slider::-webkit-scrollbar {
    display: none;
  }
  
  /* Hide scrollbar for IE, Edge and Firefox */
  .page_slider {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }