@font-face {font-family: "Montserrat";
    src: url("../fonts/Montserrat-VariableFont_wght.ttf");
}
* {
    box-sizing: border-box;
    font-family: 'Montserrat', monospace;
}

body {
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.nav-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
}

.mobile {
    position: relative;
    width: 400px;
    height: 896px;
    background: transparent;
    /*border: 4px solid black;
    border-radius: 10px;*/
    overflow: hidden;
    /*margin: 10px;*/
}

@media (min-width: 767px) {
    .mobile {
        width: 100%;
        height: 100%;
        border-radius: 0;
        border: unset;
        margin: 0;
    }
    .line {
        margin-left: 65px !important;
    }
    .card span, .card2 span, .card3 span{
        font-size: 22px;
    }
    .card a, .card2 a, .card3 a{
        display: inline-block;
    }
    .card img, .card2 img, .card3 img{
        margin: auto auto;
    }
    .home-intro{
        display: grid;
        align-items: center;
    }
    .home-intro .row{
        margin-top: -120px;
    }
    .card, .card2, .card3{
        margin-left: 65px !important;
    }
}

@media (max-width: 767px){
    .icons-box{
        margin-top: 10px;
    }
    .card span, .card2 span, .card3 span{
        font-size: 18px;
    }
    .home-intro{
        overflow: hidden !important;
    }
    .home-intro .column h1{
        font-size: 200px !important;
        margin-left: -50px;
    }
    .hero-trenner:before{
        height: 250px !important;
    }
    .hero-trenner{
        transform: rotate(50deg) !important;
        width: 30px !important;
        position: relative;
        top: 0 !important;
        margin: -70px auto !important;
    }
    .home-intro{
        top: -80px !important;
    }
    .card, .card2, .card3{
        padding: 0 !important;
        max-width: 0 !important;
        max-height: 0 !important;
    }
    .card2{
        top: 330px !important;
        right: 220px !important;
        position: absolute !important;
    }
    .card3{
        top: 440px !important;
        left: -81% !important;
        position: absolute !important;
    }
    .card {
        position: absolute !important;
        left: 65px !important;
        bottom: -170px !important;
    }
    .card span, .card2 span, .card3 span{
        top: 20px !important;
        position: relative;
    }
    .home-intro .column3{
        position: relative;
        right: -50%;
    }
    .hamburger-btn {
        width: 115px !important;
    }
    .line{
        margin-left: 80px !important;
    }
    .card span{
        margin-left: -18px !important;
    }
    .card2 span{
        margin-left: 60px !important;
    }
    .nav{
        margin-top: -100px !important;
    }
    .box img{
        width: 130px !important;
    }
    .card img{
        margin-right: -140px !important;
    }
    .card2 img{
        margin-left: 30px;
    }
    .card3 span{
        margin-left: -12px;
    }
}
/*@media screen and (min-width: 991px) and (max-width: 1300px)*/
@media screen and (min-width: 767px) and (max-width: 1300px){
    .home-intro .column h1{
        font-size: 200px !important;
    }
    .home-intro .column2 {
        width: 4% !important;
    }
}

.header {
    height: 90px;
    width: 100%;
    background: #111b21;/*000a10*/
    border-bottom: 1px solid #111b21;
}

.logo-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
}

.icons-box {
    position: absolute;
    left: 40px;
    top: 15px;
    z-index: 9999999;
    font-size: 30px;
}

.icons-box a{
    color: #FFF;
}

.logo {
    height: 40px;
    margin: auto;
    z-index: 999;
    cursor: pointer;
    transition-delay: 225ms;
}

.icon {
    height: 30px;
    padding-left: 5px;
    position: relative;
    z-index: 999;
    cursor: pointer;
}

.icon.active {
    filter: brightness(0) invert(1);
    transition-delay: 225ms;
}

/*.logo.active {
    filter: brightness(0) invert(1);
    transition-delay: 225ms;
}*/

.hamburger-btn {
    width: 100px;
    height: 30px;
    display: flex;
    position: absolute;
    overflow: hidden;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 100;
    right: 20px;
    top: 30px;
    outline:none
}

.hamburger-btn:focus, .hamburger-btn:active, .hamburger-btn:visited{
    border: 0px !important;
    outline:none
}

.hamburger-btn span{
    margin-left: 0px;
    color: #FFF;
    font-size: 19px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.line {
    width: 35px !important;
    height: 3px;
    background: #FFF;
    position: absolute;
    margin-left: 65px;
}

.line-1 {
    top: 2px;
    transition: 425ms;
    left: 0;
}

.line-2 {
    top: 13px;
    transition: 225ms;
    left: 0;
    /*width: 25px !important;*/
}

.line-3 {
    bottom: 3px;
    transition: 425ms;
    left: 0;
}

.line-1.active {
    position: absolute;
    width: 100%;
    height: 4px;
    transform: rotate(45deg);
    top: 13px;
    z-index: 2;
    background: white;
}

.line-2.active {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    background: transparent;
}

.line-3.active {
    position: absolute;
    width: 100%;
    height: 4px;
    transform: rotate(-45deg);
    bottom: 13px;
    z-index: 2;
    background: white;
}

.hamburger-menu {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0%;
    top: 0%;
    transition: 500ms;
    z-index: 50;
}

.hamburger-menu.active {
    right: 0;
    top: 0;
    background: #111b21;
    z-index: 98;
}

.nav {
    display: flex;
    flex-direction: column;
    list-style: none;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
}

.nav-item {
    width: 100%;
    overflow: hidden;
    margin: 5px 0;
    text-align: center;
    position: relative;
}

.nav-animation-text {
    position: absolute;
    top: 0;
    right: 0;
    transition: 300ms width linear;
    border-radius: 100px;
    width: 110px;
    height: 110px;
    transform: scale(1);
    background: #111b21;
    opacity: 0;
}

.nav-animation-text.active {
    animation: ring .8s;
    opacity: 1;
    transform: scale(50);
    background: rgba(255, 255, 255, 0);
    bottom: 0;
    right: 0;
    border-radius: 100px;
    z-index: 10000;
}

.nav-link {
    display: block;
    text-transform: capitalize;
    text-decoration: none;
    color: white;
    transition: 125ms;
    font-size: 50px;
    padding: 5px 0;
    position: relative;
    font-weight: 400;
    opacity: 0;
    transform: translateY(100%);
}

.nav-link-title{
    color: #5d8b30 !important;
}

.nav-link.active {
    transform: translateY(0);
    opacity: 1;
    font-size: 20px;
    transition: 625ms;
    transition-delay: 225ms;
    z-index: 100000;
}

.card a, .card2 a, .card3 a{
    text-decoration: none;
}

@keyframes ring {
    0% {
        width: 110px;
        height: 110px;
        position: absolute;
        top: 0;
        right: 0;
        transform: scale(1);
        background: #1a1a1a;

    }
    100% {
        transform: scale(50);
        background: rgba(255, 255, 255, 0);
        bottom: 0;
        right: 0;
        border-radius: 100px;
    }
}

.home-intro{
    background-color: #111b21;
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    bottom: 0;
}

.home-intro .column{
    display: inline-block;
    text-align: center;
}

.home-intro .column1, .home-intro .column3{
    width: 46.9% !important; /*46.9*/
}

.home-intro .column2{
    width: 0;
}

.home-intro .column h1{
    font-size: 400px;
    font-weight: bold;
    color: #FFF;
}

.hero-trenner {
    transform: rotate(10deg);
    box-shadow: 40px 0px 55px -90px rgba(0, 0, 0, 0.4),15px 0 15px -10px rgba(0, 0, 0, 0.15);
    width: 50px;
    height: 100%;
    margin: 0 auto;
}
/*
.hero-trenner:after {
    background: #f00; 222b39
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
}

.hero-trenner:before {
    border-radius: 50%;
    background: #000;
    opacity: .3;
    -webkit-filter: blur(60px);
    -webkit-transform: scale(.5,.8);
    left: 45px;
}*/

.hero-trenner:before{
    content: "";
    display: block;
    width: 3px;
    height: 400px;
    margin: 10px auto;
    transform: rotate(10deg);
}

/****** 3D Animation*****/
.card, .card2, .card3 {
    max-width: 500px;
    margin: auto;
    height: auto;
    padding: 40px;
    position: relative;
    transition: transform 0.1s ease;
    transform-style: preserve-3d;
    will-change: transform;
    z-index: 50;
}

.card h1, .card span{
    color: #b6b8ba !important;
}

.card2 h1, .card2 span{
    color: #5d8b30 !important;
}

.card3 h1, .card3 span{
    color: #b6b8ba !important;
}

/* Slight parallax effect on hover */
.card:hover .content, .card2:hover .content, .card3:hover .content {
    transform: translateZ(12px);
}

.content {
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease;
}

.text {
    text-shadow: 1px 1px 1px #919191,
    1px 2px 1px #919191,
    1px 3px 1px #919191,
    1px 4px 1px #919191,
    1px 5px 1px #919191,
    1px 6px 1px #919191,
    1px 7px 1px #919191,
    1px 8px 1px #919191,
    1px 9px 1px #919191,
    1px 10px 1px #919191;
}

.text2 {
    text-shadow: 1px 1px 1px #83aa3a,
    1px 2px 1px #83aa3a,
    1px 3px 1px #83aa3a,
    1px 4px 1px #83aa3a,
    1px 5px 1px #83aa3a,
    1px 6px 1px #83aa3a,
    1px 7px 1px #83aa3a,
    1px 8px 1px #83aa3a,
    1px 9px 1px #83aa3a,
    1px 10px 1px #83aa3a;
}

.card h1, .card2 h1, .card3 h1 {
    width: 100%;
    margin: 0 auto 0 auto;
    font-family: 'Lato', sans-serif;
    line-height: 280px;
    font-size: 11.5rem;
    padding: 80px 50px;
    text-align: center;
    text-transform: uppercase;
    text-rendering: optimizeLegibility;
}

/*
============
	Light
============
*/
.card h1::before, .card2 h1::before, .card3 h1::before {
    content:"";
    /*width: 100%;*/
    /*height: 750px;*/
    position: absolute;
    top: -200px;
    left: 10px;
    transform: rotate(55deg);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cebc9b', endColorstr='#2a1f19', GradientType=0.7 ); );
}
/****** 3D Animation*****/

.box img{
    position: relative;
    top: 20px;
    display: inline-block;
    animation: bounce 1s ease infinite alternate;
}
.box img{
    width: 400px;
}
@keyframes bounce{
    100%{
        top: -2px;
    }
}
