html, body{
    overflow-y: auto;
    height: 100%;
}

.hide {
    display: none !important;
}

.pointer{
    cursor: pointer;
}

.navigation.fixed.hover-dark:not(.scrolled):hover {
    background-color: transparent !important;
}

.navigation.nav-dark {
    background-color: transparent !important;
}

.navigation .logo, .navigation a {
    width: fit-content;
}

.navigation .back-link {
    width: 105px;
    text-align: center;
    font-size: 22px;
    color: #9D9D9D;
}

.navigation .back-link a:hover {
    color: #fff;
}

.highlight {
    color: #fff500;
}

.home-inner .box {
    position: relative;
    top: -65px;
}

#particles-wrapper{
    background: url("../../images/bg_mono.png");
    background-color: #000;
    background-repeat: no-repeat;
    background-size: cover;
}

#particles-wrapper canvas {
    background: #000;
    opacity: 0.9;
}

.box-top h4 {
    font-size: 26px;
    font-weight: 300;
    color: #fff;
}

.box-bottom{
    position: relative;
    top: 30px;
}

.box-bottom h3 {
    font-size: 36px;
    font-weight: 300;
    color: #fff;
}

.box-bottom h1 {
    position: relative;
    top: -10px;
    color: #fff;
    font-weight: 400;
    font-size: 48px;
}

/* hamburger menu */

.burger-menu {
    display: -ms-flexbox;
    display: flex;
    align-self: center;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 35px;
    height: 16px;
    cursor: pointer;
    float: right;
    position: relative;
    z-index: 1050;
}

.burger-menu div {
    align-self: flex-start;
    align-self: end;
    height: 2px;
    width: 50%;
    background: #fff500;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.burger-menu div:nth-of-type(2) {
    width: 75%;
    margin: 3px 0;
}

.burger-menu div:nth-of-type(3) {
    width: 100%;
}

.burger-menu.active div:first-child {
    width: 100%;
    transform: rotate(45deg);
    position: relative;
    bottom: -19px;
}

.burger-menu.active div:nth-of-type(2) {
    width: 100%;
    transform: rotate(135deg);
}

.burger-menu.active div:nth-of-type(3) {
    opacity: 0;
}

.burger-menu.active {
    height: 40px;
}

/* Menu list */

.nav-menu {
    height: 40px;
}

.menu-list {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: #000000f2;
    display: none;
    justify-content: center;
    align-items: start;
    line-height: 1;
}

.menu-list .box-list {
    position: relative;
    top: 100px;
    font-size: 36px;
    font-weight: 300;
}

.menu-list .box-list .list-item {
    margin-bottom: 45px;
    min-width: 200px;
    text-align: center;
}


.menu-list .box-list .list-item a::after {
    content: '';
    height: 1px;
    background-color: #fff;
    display: block;
    width: 0%;
    transition: 0.3s ease-in-out;
    position: relative;
    bottom: -5px;
}

.menu-list .box-list .list-item:hover > a::after{
    width: 100%;
    transition: 0.3s ease-in-out;
}


.language-box{
    position: absolute;
    display: flex;
    right: 110px;
    top: 5px;
    line-height: 0;
}


.language-box div {
    margin-left: 15px;
    cursor: pointer;
    transition: 0.3s;
}

.language-box div:hover {
    text-decoration: underline;
}

/* Sidebar */

.sidebar {
    position: fixed;
    left: 15px;
    width: 150px;
    top: calc(50% - 80px);
    z-index: 1000;
}

.sidebar .social {
    font-size: 26px;
}

.sidebar .social .social-box {
    margin: 20px 0;
    cursor: pointer;
    transform: 0.5s;
}

.sidebar .social .social-box:hover {
    color: #fff;
    cursor: pointer;
    transform: 0.5s;
}
.social-box.active{
    color: #fff;
    cursor: pointer;
    transform: 0.5s;
}

/* Team card */

.team .team-wrapper .team-slider .member-details {
    width: fit-content;
    padding: 10px 15px;
    height: fit-content;
    background: #fae922;
    visibility: visible;
    opacity: 1;
    color: #000;
}

.team .team-wrapper .team-slider .member-details .member-name{
    font-weight: 300;
    letter-spacing: normal;
}

.team .team-wrapper .team-slider .member-details b{
    font-weight: 400;
}

.team .team-wrapper .first-slider .team-slider .member-details {
    top: unset;
    bottom: 0;
}


.team .team-wrapper .third-slider .team-slider .member-details {
    top: unset;
    bottom: 0;
    left: unset;
    right: 0;
}

.team .team-wrapper .fifth-slider .team-slider .member-details {
    top: unset;
    bottom: 0;
    left: unset;
    right: 0;
}

.team .team-wrapper .forth-slider .team-slider .member-details {
    top: 0;
    bottom: unset;
    left: unset;
    right: 0;
}

.team .team-wrapper .team-slider .swiper-slide img {
    filter: grayscale(100%);
    transition: 0.2s;
}

.team .team-wrapper .team-slider .swiper-slide img:hover {
    filter: grayscale(0%);
    transform: scale(1.05);
    transition: 0.2s;
}

.team .team-wrapper .row {
    margin-left: -137px;
    margin-right: -137px;
}


/* Hexagon honeycomb structure */ 

.hexa-details{
    position: relative;
    left: -574px !important;
    top: -119px !important;
}
.hexa-details .logo{
    text-align: center;
    margin-bottom: 15px;
}
.hexa-details .title{
    font-size: 36px;
    font-weight: 400;
    color: #fff;
}
  
.hexagon-box {
    position: relative;
    top: -70px;
    left: 140px;
}
  
.hexagon {
    position: relative;
    display: inline-block;
    /* left/right margin approx. 25% of .hexagon width + spacing */
    margin: -4px 36px;
    background-color: #eeeeee;
    text-align: center;
    transition: 0.3s;
}
.hexagon, .hexagon::before, .hexagon::after {
    /* easy way: height is width * 1.732
    actual formula is 2*(width/(2*Math.tan(Math.PI/6)))
    remove border-radius for sharp corners on hexagons */
    width: 140px;
    height: 241px;
    border-radius: 3px;
}
.hexagon::before {
    background-color: inherit;
    content: "";
    position: absolute;
    left: 0;
    transform: rotate(-60deg);
}
.hexagon::after {
    background-color: inherit;
    content: "";
    position: absolute;
    left: 0;
    transform: rotate(60deg);
}
.hexagon:nth-child(even) {
    /* top approx. 50% of .hexagon height + spacing */
    top: 122px;
}
.hexagon:hover:not(.invisible) {
    background-color: #fff500 ;
    cursor: pointer;
    z-index: 105;
}
  
.hexagon:active {
    background-color: #fff500 ;
    z-index: 110;
}
.hexanone {
    position: relative;
    display: inline-block;
    width: 67px;
    height: 116px;
    margin: 1px 18px;
}
  .hexanone:nth-child(even) {
    top: 59px;
}
.hexagontent {    
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 140%;
    font-size: 30px;
    line-height: 1.5;
    z-index: 100;
    color: #000;
    font-weight: 300;
}
.ibws-fix {   
    /* inline-block whitespace fix */
    font-size: 0;
}
.honeycomb {
    margin: 0 auto;
    text-align: center;
}


/* Details */

.detail-title {
    font-size: 16px;
    line-height: 25px;
    margin-top: 15px;
    font-weight: 600;
}

.works .filters button {
    color: #fff;
}


.project-title{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
}

.extra-video {
    cursor: pointer;
}
.main_area{
    margin-left:5%;
    width:80%;
    height:75%;
}

/* Slider */



/* Mobile */

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

    .navigation.fixed:not(.scrolled), .navigation.fixed{
        background-color: #151515  !important;
    }

    .language-box {
        right: 90px;
        top: 18px;
    }

    .sidebar  {
        left: 15px;
        width: 60px;
        z-index: 1000;
        bottom: 0;
        top:  0;
    }


    .sidebar .social {
        font-size: 20px;
    }

    .menu-list .box-list {
        top: 0;
    }

    .nav-menu {
        padding-top: 10px;
    }

    .navigation .logo img {
        width: 80px;
    }

    .section-title {
        font-size: 32px;
        letter-spacing: unset;
        line-height: unset;
    }

    .team .team-wrapper .slider-col.second-slider, .team .team-wrapper .slider-col.forth-slider {
        top: 0;
    }

    .team .team-wrapper .slider-col {
        margin: 30px 0;
    }

    .hexa-details{
    left: -574px !important;
    top: -119px !important;
    margin-top: 150px;
    }

    .hexagon-box {
        top: 150px;
        left: 80px;
    }

    .home.version5.fullscreen{
        height: 100%;
        overflow-y: scroll;
        background: #151515;
        min-height: 1150px;
        justify-content: start;
    }

    .hexagon {
        display: block;
        margin: -86px 35px;
    }
    .hexagon.invisible {
        display: none;
    }

    .hexagon:nth-child(2n) {
        right: 155px;
        top: 0;
    }

    .hexagon, .hexagon::before, .hexagon::after{
        width: 100px;
        height: 175px;
        border-radius: 0px;
    }

    .hexagontent {
        font-size: 20px;
    }
    

}