html {
    scroll-behavior: smooth;
}
body{
    font-family: 'Montserrat', sans-serif;margin: 0;padding: 0;box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6, p, a {
    margin: 0;
} 
h1 {
    font-size: 3.75vw;
    font-weight: 700;
    line-height: 4vw;
}
h2{
    font-size: 3.33vw;
    font-weight: 700;
    line-height: 3.54vw;
}
h2{
    font-size: 3.75vw;
    font-weight: 600;
    line-height: 4vw;
}
h3{
    font-size: 2.5vw;
    font-weight: 700;
    line-height: 2.7vw;
}
h4{
    font-size: 1.67vw;
    font-weight: 700;
    line-height: 1.875vw;
}
h5{
    font-size: 1.25vw;
    font-weight: 500;
    line-height: 1.46vw;
}
h6{
    font-size: 1vw;
    font-weight: 700;
    line-height: 1.04vw;
}
p{    
    font-size: 0.8vw;
    font-weight: 400;
    line-height: 1.04vw;
}
a{
    font-size: 1vw;
    font-weight: 400;
    line-height: 1.04vw;
    text-transform: uppercase;
    color:#fff;
    text-decoration: none;
}
a:hover{
    opacity:0.75;
}
.small-text{    
    font-size: 0.75vw;
    font-weight: 300;
    line-height: 0.8vw;
}
.white {
    color: #fff!important
}
.black {
    color: #000!important;
}
.navy  {
    color: #0088EA!important;
}
.wrap  {
    width: 100%;
}
.footer{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.75);
    height:50vh;
    z-index: 2;
    backdrop-filter: blur(1.25vw);
    -webkit-backdrop-filter: blur(1.25vw);
    color:#ffffff;
}
.footer h4{
    margin-bottom:1vw;
}
.footer p{
    margin-bottom:0.75vw;
}
.hero  {
    position: fixed;
    top:0;
    left: 0;
    right: 0;
    z-index: -1;
}
.conteiner{
    position: relative; 
    width: 100vw;}
.nav-bar{
    width: auto;
    display: flex;
    padding:1.25vw;
    position: fixed;
    top: 0;
    left:0;
    right: 0;
    z-index: 999;
    background:rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(0.5208333333333334vw);
    -webkit-backdrop-filter: blur(0.5208333333333334vw);
}
.nav-bar a{
    color: #000;
  }
.logo img{
    height:1.25vw;
}
.link-block-l, .link-block-r, .link-block-c{
    display: flex;
    align-items: center;
    width:calc(100%/3)
}
.link-block-l{
    justify-content: start;
}
.link-block-r{
    justify-content: end;
}
.link-block-c{
    justify-content: center;
}
.link-block-l a, .link-block-r a{
    padding: 0 0.625vw;
    text-decoration: none;
    color:#fff;
    font-size: 0.625vw;
    font-weight: 500;
    line-height: 0.83vw;
    opacity: 1;
    transition: 0.35s;
}
.link-block-l a:hover, .link-block-r a:hover{
    opacity: 0.75;
    transition: 0.35s;
    color:#0088EA;
}
.burger{display:none;}
.nav-bar-inverse .link-block-l a, .nav-bar-inverse .link-block-r a{
    padding: 0 0.625vw;
    text-decoration: none;
    color:#000;
    font-size: 0.625vw;
    font-weight: 500;
    line-height: 0.83vw;
    opacity: 1;
    transition: 0.35s;
}
.nav-bar-inverse .link-block-l a:hover, .nav-bar-inverse .link-block-r a:hover{
    opacity: 0.75;
    transition: 0.35s;
    color:#0088EA;
}
.nav-bar-inverse img{filter:invert(100%)}
.video-bg {
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.video-bg video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}
.section-1{
    margin-top: 100vh;
    background: #fff;
    position: relative;
    z-index: 2;
    height: 100vh;
    display: flex;
}
.section-2{
    margin-top: 25vh;
    background: #fff;
    position: relative;
    z-index: 2;
    height: 100vh;
    display: flex;
    flex-flow:column;
}
.section-3{
    background: #000;
    position: relative;
    z-index: 2;
    height: auto;
    display: flex;
    justify-content:  center;
    color:#fff;
}
.port-item{
    width: calc(100%/5);
    display: flex;
    justify-content: end;
    align-items: flex-start; 
    flex-flow: column;
    padding: 1.6vw;
    position: relative;
}
.p-i-content h6{
    margin-bottom: 0.8vw;
    text-transform: uppercase;
}
.p-i-content{
    opacity: 0;
    transition: 0.35s;
    padding-bottom: 0.8vw;
    z-index: 5;
}
.port-item:hover .p-i-content{
    opacity: 1;
    padding-bottom: 0vw;
    transition: 0.35s;
}
.port-item:hover .p-v-1{
    opacity: 1;
    transition: 0.35s;
}

.port-item iframe {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    transition: 0.35s;
}

.port-item video {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    transition: 0.35s;
}

.port-blur{
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 0.01%, rgba(255, 255, 255, 0) 100%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 4;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.play-icon{
    height: 2.5vw;
    width: 2.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0088EA;
    padding-left: 0vw;
    border-radius: 5vw;
    transition: 0.3s;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0);
}
.play-icon:hover{
    transition: 0.3s;
    transform: scale(1.1);
    cursor: pointer;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
}
.play-icon img{
    padding-left: 0.1vw;
}
.port-state-bg{
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    z-index: 2;
    opacity: 1;
}
.port-state-bg-linear{
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 30.73%, #FFFFFF 100%);
    z-index: 3;
    opacity: 0;
}
.port-item:hover .port-state-bg{
    opacity: 0;
    transition: 0.35s;
}
.port-item:hover .port-blur{
    opacity: 1;
    transition: 0.35s;
}
.port-item:hover .port-state-bg-linear{
    opacity: 1;
    transition: 0.35s;
}
.team-item{
    height: calc(100vh/8);
    padding: 0vw 20vw 0vw 0vw;
    position: relative;
    transition: 0.5s;
}
.team-item:hover{
    height: calc(100vh/6);
    transition: 0.5s;
}
.t-i-content{
    display: flex; 
    align-items: center;
    width: 100%;
    height: 100%;
    z-index:5;
    flex-flow: column;
    justify-content: center;
}
.t-i-content h6{
    margin-bottom: 0.8vw;
    text-transform: uppercase;
}
.team-state-img{
    position:absolute;
    right: 10vw;
    /* transform: rotate(9deg); */
    /* height: 19.0625vw; */
    top: 0; 
}
.team-state-bg{
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: 60%;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.invert{background-color: #1c1c1c!important;color:#ffffff!important;}
.team-item:hover .team-state-bg{
    transition: 0.5s;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.v-pop{height: 100vh; background-color: #000000d0;z-index: 999;position: fixed; top: 0; left: 0;right: 0; bottom: 0;display: none;;}
.v-pop-inner{height: 100vh; display: flex; justify-content: center;align-items: center;position: relative;}
.v-pop-inner .pop-video{height: 70vh; width: 70%;}
.close-video{
    position: absolute; 
    right: 0; 
    top:0; 
    height: 2.5vw;
    width: 2.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000AFF;
    transition: 0.3s;}
.close-video{
    cursor: pointer;
    transition: 0.3s;
}
.sec-3-title h2{
    color:#fff;
    margin-bottom:4.1vw;
}
.grid-wrap{
    width: 50vw;
    height: auto;
    padding: 6.25vw 0;
}
.s3-serv-items-row{
    margin-bottom:1.5625vw;
    display: flex;
    flex-flow: column;
    width: 100%;
}
.s3-serv-item{
    width: 100%;
    margin-bottom:2.5vw;
}
.s3-serv-item h4{
    margin-bottom:2.5vw;
}
.serv-list{
    display: flex;
    flex-flow: column;
}
.serv-list-item h6{
    margin-bottom:0.5vw;
}

.serv-list-item{
    width: 100%;
    margin-bottom:1.5vw;
}
.s-l-i-p{
    display: flex;
    flex-flow: row;
    margin-bottom:0.5vw;
}
.slip-title{width: 80%;opacity:0.85;}
.slip-price{width: 20%;
text-align: right;}
.sec-3-body{
    display: flex;
    flex-flow: row;
}
.slip-disk
    {
        margin-bottom: 1.25vw;
    }



/* Portfolio page*/

.ablosute-bword{
    position: absolute;
    top: 5.2vw;
    left:5.2vw;
    max-width: calc(100vw - 15.6vw);
}
.chip-block{
    display: flex;
    flex-flow:row wrap;
    margin-top:1.25vw;
}
.chip{
    height: 1.6666666666666667vw;
    padding: 0.125vw 0.625vw 0.125vw 0.625vw;
    background-color:#000;
    color:#fff;
    opacity:1;
    transition: 0.3s;
    width: auto;
    margin-right: 0.4166666666666667vw;
    border-radius: 1.6666666666666667vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    margin-bottom: 0.4166666666666667vw;
}
.chip:hover{
    opacity:0.75;
    transition: 0.3s;
    cursor:pointer;
    font-weight: 500;
}
.chip.active{
    background-color: #FF9738;
    color:#000;
    font-weight: 500;
}
.video-list{
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    align-content: flex-start;
}
.p-video{
    width: calc(100%/3);
    background-color: #000;
    height: 18.75vw;
    display: flex;
    justify-content: center;
    align-items: center; 
    flex-flow: column;
    position: relative;
    transition: 0.3s;
}
.p-video:hover{
    cursor: url('/images/cur.cur') 2 1, pointer;
}

.section-1-p{
    margin-top: 60vh;
    background: #fff;
    position: relative;
    z-index: 2;
    height: auto;
    display: flex;
}
.p-v-icon{
    height: 2.5vw;
    width: 2.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0088EA;
    padding-left: 0vw;
    border-radius: 5vw;
    transition: 0.3s;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0);
    z-index: 3;
}
.p-video:hover .p-v-icon{
    transition: 0.3s;
    transform: scale(1.1);
    cursor: pointer;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
}
.p-v-icon img{
    padding-left: 0.1vw;
}
.p-v-background{
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
    opacity: 1;
    transition: 0.3s;
}
.p-video:hover .p-v-background{
    transition: 0.3s;
    opacity: 0;
}

.p-video video {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: 0.35s;
}
.p-video:hover video{
    opacity: 1;
    transition: 0.3s;
}

.p-video-closed{
    width: calc(100%/3);
    background-color: #000;
    height: 18.75vw;
    display: flex;
    justify-content: center;
    align-items: center; 
    flex-flow: column;
    position: relative;
    transition: 0.3s;
}
.p-video-closed video {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: 0.35s;
}
.p-video-closed:hover video{
    opacity: 1;
    transition: 0.3s;
}
.p-video-closed:hover .p-v-background{
    transition: 0.3s;
    opacity: 0.5;
}
.m-menu{display:none;}
/* - Adaptive - */
.chip-block-mob{display:none;}
