

@import url(https://fonts.googleapis.com/css?family=Poiret+One);
/********************  Loading Page ************************/
/* .loadFont {
    font-family: 'Poiret One', cursive;
}
/* Progress Bar Placement & Styling */
/* #progressive { 
    position: absolute;
    width: 300px;
    height: 200px;
    z-index: 15;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -150px;
    background: : white;
}

/* Transition speed for progress bar 
.six-sec-ease-in-out {
    -webkit-transition: width 6s ease-in-out;
    -moz-transition: width 6s ease-in-out;
    -ms-transition: width 6s ease-in-out;
    -o-transition: width 6s ease-in-out;
    transition: width 6s ease-in-out;
}

#shadow {
    border-radius: 10px;

    box-shadow: 5px 5px 10px rgba(0,0,0,0.5); */
}


*, body, p {
    font-family: 'Rubik',sans-serif;
}
/* Top Header  */
/* global */
a{
    text-decoration: none !important;
    list-style-type: none;
    color: inherit;
}

a:hover, a:focus {
    text-decoration: none;
    color: #231f20;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
/* .site-branding {
    width: -.5em;
}

/* Top Header  */
.navbar{
    padding: 0px !important;
    max-width: 1240px;
}
.top-header-inner {
    color: #d8e0f3;
    font-size: 17px;
    font-weight: 400px;
}
.top-header .top-header-inner a {
    color: #d8e0f3
}
.top-header .top-header-inner a:hover {
    color: #81C632
}
.top-header-inner {
    background-color: #020d26;
}
.navbar{
    padding: 0px;
}
.top-header-inner {
    padding-top: 5px;
    padding-bottom: 5px
} 

@media (min-width: 992px) {
    .top-col-row-1 {
        width: 19%
    }
    .top-col-row-2 {
        width: 31.31%
    }
    .top-col-row-3 {
        width: 18.69%
    }
    .top-col-row-4 {
        width: 31%
    }
}
.region-top-menu .nav-item a {
    padding-left: 20px;
}
.top-content-inner {
  margin: 10px;
}
.top-content-inner span i {
  padding-right: 10px;
}

/* Top Menu */
.region-top-menu .nav-item a {
    display: block;
    padding: .6rem 1rem .4rem .1rem;
}
/* .region-top-menu .nav-item a {
    padding-right: 0;
    padding-left: 0;
} */
@media (min-width: 992px){
.region-top-menu .nav-item a {
    padding-right: .5rem;
    padding-left: .5rem;
}
}


/* End of Top Header */


/* Navigation */
@media screen (min-width: 1200px) {
    .navbar>.container {
        max-width: 1300px;
    }
}
.site-logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    min-height: 80px;
    position: relative;
    text-align: left;
}
@media (max-width:400px){
.navbar-brand img {
    width: 180px;
}
}
@media (min-width: 1200px){
    .main-header .container{
        max-width: 1240px;
    }
}
@media (min-width: 992px) {

.main-header .navbar-brand {
    width: auto;
    height: auto;
    background: 0 0;
    box-sizing: border-box;
    border-right: 1px solid #ededed;
    padding: 0px 10px;
}
}
/* .main-header ul.navbar-nav,  */
.main-header .region-main-navigation {
    width: 100%;
    background: 0 0;
    text-align: right;
}
.main-header ul.navbar-nav li a {   
    position: relative;
    padding: 0px 12px 0px 12px;
    line-height: 80px;
    display: block;
    color: #020d26;
    font-size: 18px;
    font-weight: normal;
    height: 80px;
    vertical-align: baseline;
    text-align: center;
    width: auto;
    text-transform: none;
    text-decoration: none;
    background: rgba(0, 0, 0, 0);
}
.main-header ul.navbar-nav li a:hover,
.main-header ul.navbar-nav li a:focus {
    background: rgba(198, 35, 35, 0);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(198, 35, 35, 0)));
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(198, 35, 35, 0));
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0), rgba(198, 35, 35, 0));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgba(198, 35, 35, 0));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(198, 35, 35, 0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#00C62323');
    color: #81C632;
    font-weight: normal;
    text-decoration: none;
    border-color: rgba(255, 255, 255, 0);
}
.main-header .navbar-nav li a.is-active {
    background: rgba(198, 35, 35, 0);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(198, 35, 35, 0)));
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(198, 35, 35, 0));
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0), rgba(198, 35, 35, 0));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgba(198, 35, 35, 0));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(198, 35, 35, 0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#00C62323');
    color: #81C632;
    font-weight: normal;
    text-decoration: none;
    border-color: rgba(255, 255, 255, 0);
}
@media (min-width: 992px){
    .main-header .navbar-nav li a.is-active::after {
        content: " ";
        width: 3px;
        height: 7px;
        background: #81C632;
        /* display: block; */
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 100%;
        margin: 0!important;
    }
}
.main-header .action-text {
    white-space: nowrap;
    transition: color .3s;
}
.main-header .action-text h4 {
    margin: 0;
    line-height: 10px
}
.main-header .action-text h4 a {
    font-size: 16px;
    font-weight: 600;
    color: #81C632;
}
.main-header .action-text h4 a:hover {
    color: #06163a;
}
.main-header .action-text {
    border-radius: 0;
    border: none;
    -webkit-font-smoothing: auto;
    background: #81C632;
    box-shadow: 0 0 25px -14px #81C632;
    padding: 28px 30px;
}
.main-header .action-text a {
    color: #ffffff;
    font-size: 1.5rem;
}
.custom-button {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    position: relative;
    z-index: 0;
    vertical-align: middle;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    text-decoration: none;
    text-shadow: none;
    -webkit-font-smoothing: auto;
    transition: color .3s ease-out, border .3s ease-out, background .3s ease-out, box-shadow .3s ease-out!important;
    font: 400 14px/1em 'Rubik';
}
.action-text:hover{
    background: #06163a;
}

.header {
    border-bottom: 1px solid #EDEDED;
}

/* End Navigation */
  /* Feature Area */

.start{
    background:linear-gradient(-225deg, #22E1FF 0%, #1D8FE1 40%, transparent), url('../image/kodehauzwall.jpg') ;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    height: 100vh;
    color: white;
    box-shadow: 0px 10px 20px -5px rgba(0,0,0,.8); 
    position: relative;
}

#spin{
    text-transform: uppercase;
    color: #81C632;
    font-weight: 800;
    font-size: 55px;
}

.start h1{
    font-size: 62px;
    letter-spacing: 5px;
}

.start p{
    font-size: 25px;
    letter-spacing: 2px;
}

.start button{
    background: transparent;
    width: 150px;
    height: 60px;
    padding: 5px;
    font-size: 20px;
    margin: 10px;
    border: 0.1px soild;
    color: white;
}
.start button a {
    color: white;
}
.start button:hover{
    background: #81C632;
    color: white;
}

.mouse-roll {
    border: 2px solid #fff;
    border-radius: 16px;
    display: block;
    height: 55px;
    margin: 150px auto 0;
    position: relative;
    width: 31px;
    z-index: 10;
}
.mouse-roll .disc {
    animation-delay: 2s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: scrolling;
    animation-play-state: running;
    animation-timing-function: linear;
}
.mouse-roll .disc {
    background: #fff none repeat scroll 0 0;
    border-radius: 10px;
    height: 10px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    /* top: 4px; */
    width: 4px;
}

@keyframes scrolling {
    0% {
        opacity: 0;
        top: 5px;
    }
    30% {
        opacity: 1;
        top: 17px;
    }
    100% {
        opacity: 0;
        top: 25px;
    }
}

@media screen and (min-width: 720px) and (max-width: 992px) {
    .start{
        height: 90vh;
    }

    .start h1{
        padding-top: 110px;
        font-size: 50px;
        letter-spacing: 5px;
    }

    #spin{
        text-transform: uppercase;
        color: #81C632;
        font-weight: 800;
    }
    .mouse-roll {
    border: 2px solid #fff;
    border-radius: 16px;
    display: block;
    height: 55px;
    margin: 50px auto 0 auto;
    /* margin: -100px auto 50px; */

    position: relative;
    width: 31px;
    z-index: 10;
    }

}

@media screen and (min-width: 480px) and (max-width: 720px) {
    .start{
        height: 100vh;
    }
    .mouse-roll {
    border: 2px solid #fff;
    border-radius: 16px;
    display: block;
    height: 55px;
    margin: 50px auto 0 auto;
    position: relative;
    width: 31px;
    z-index: 10;
    }
}

@media screen and (max-width: 480px) {
    .start{
        height: 80vh;
    }
    .start h1{
        font-size: 30px;
    }

    .start p{
        font-size: 21px;
        
    }
    .mouse-roll {
        display: none;
    }
    .mouse-roll .disc {
        display: none;
    }

    #spin{
        text-transform: uppercase;
        color: #81C632;
        font-weight: 500;
    }
}


/* Products section */

@media screen and (min-width: 992px) {
    /* .product-1>container-fluid{
        background-image: url("image/bck-2.jpg")no-repeat;
        background-size: cover;
    } */

    .grid-1 {
        background-image: linear-gradient(-225deg, #473B7B 0%, #3584A7 51%, #30D2BE 100%);
        position: relative;
        margin: 70px 70px 35px;
        height: 80vh;
        width: 100%;
        list-style: none;
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        box-shadow: 0px 10px 20px -5px rgba(0,0,0,.8); 
        justify-content: center;
    }
    .grid-2 {
        background: white;
        position: relative;
        background-image: linear-gradient(-225deg, #69EACB 0%, #EACCF8 48%, #6654F1 100%);
        width: 100%;
        height: 80vh;
        box-shadow: 0px 10px 20px -5px rgba(0,0,0,.8); 
        list-style: none;
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        align-items: center;
        margin: 35px 70px 35px;
    }
    .grid-3 {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        align-items: center;
        background-image: linear-gradient(60deg, #3d3393 0%, #2b76b9 37%, #2cacd1 65%, #35eb93 100%);
        margin: 35px 70px 35px;
        box-shadow: 0px 10px 20px -5px rgba(0,0,0,.8); 
        position: relative;
        width: 100%;
        height: 80vh;
        list-style: none;
    }

    /* Common style */
    .grid-1 figure {
        position: relative;
        float: left;
        margin: 18px;
        overflow: hidden;
        min-width: 200px;
        max-width: 400px;
        max-height: 360px;
        min-height: 300px;
        width: 44%;
        background:#020d26;
        text-align: center;
        cursor: pointer;
    }

    .grid-1 figure img {
        position: relative;
        display: block;
        min-height: 100%;
        max-width: 100%;
        opacity: 0.8;
    }

    .grid-1 figure figcaption {
        padding: 2em;
        color: #fff;
        text-transform: uppercase;
        font-size: 1.25em;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .grid-1 figure figcaption::before,
    .grid-1 figure figcaption::after {
        pointer-events: none;
    }

    .grid-1 figure figcaption,
    .grid-1 figure figcaption > a {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }

    /* Anchor will cover the whole item by default */
    /* For some effects it will show as a button */
    .grid-1 figure figcaption > a {
        z-index: 1000;
        text-indent: 200%;
        white-space: nowrap;
        font-size: 0;
        opacity: 0;
    }

    .grid-1 figure h2 {
        word-spacing: -0.15em;
        font-weight: 300;
    }

    .grid-1 figure h2 span {
        font-weight: 800;
    }

    .grid-1 figure h2,
    .grid-1 figure p {
        margin: 0;
    }

    .grid-1 figure p {
        letter-spacing: 1px;
        font-size: 68.5%;
    }

    /* figure-2 */
    .grid-2 figure {
        position: relative;
        float: left;
        margin: 20px;
        overflow: hidden;
        min-width: 280px;
        max-width: 420px;
        max-height: 360px;
        min-height: 320px;
        width: 48%;
        background: #020d26;
        text-align: center;
        cursor: pointer;
    }

    .grid-2 figure img {
        position: relative;
        display: block;
        min-height: 100%;
        max-width: 100%;
        opacity: 0.8;
    }

    .grid-2 figure figcaption {
        padding: 2em;
        color: #fff;
        text-transform: uppercase;
        font-size: 1.25em;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .grid-2 figure figcaption::before,
    .grid-2 figure figcaption::after {
        pointer-events: none;
    }

    .grid-2 figure figcaption,
    .grid-2 figure figcaption > a {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }

    /* Anchor will cover the whole item by default */
    /* For some effects it will show as a button */
    .grid-2 figure figcaption > a {
        z-index: 1000;
        text-indent: 200%;
        white-space: nowrap;
        font-size: 0;
        opacity: 0;
    }

    .grid-2 figure h2 {
        word-spacing: -0.15em;
        font-weight: 300;
    }

    .grid-2 figure h2 span {
        font-weight: 800;
    }

    .grid-2 figure h2,
    .grid-2 figure p {
        margin: 0;
    }

    .grid-2 figure p {
        letter-spacing: 1px;
        font-size: 68.5%;
    }

    /* figure-3 */
    .grid-3 figure {
        position: relative;
        float: left;
        margin: 20px;
        overflow: hidden;
        min-width: 320px;
        max-width: 420px;
        max-height: 360px;
        min-height: 320px;
        width: 48%;
        background: #020d26;
        text-align: center;
        cursor: pointer;
    }

    /* .product-line3{
        border-left: 5px soild #fff;
        border-height: 
    } */

    .grid-3 figure img {
        position: relative;
        display: block;
        min-height: 100%;
        max-width: 100%;
        opacity: 0.8;
    }

    .grid-3 figure figcaption {
        padding: 2em;
        color: #fff;
        text-transform: uppercase;
        font-size: 1.25em;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .grid-3 figure figcaption::before,
    .grid-3 figure figcaption::after {
        pointer-events: none;
    }

    .grid-3 figure figcaption,
    .grid-3 figure figcaption > a {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }

    /* Anchor will cover the whole item by default */
    /* For some effects it will show as a button */
    .grid-3 figure figcaption > a {
        z-index: 1000;
        text-indent: 200%;
        white-space: nowrap;
        font-size: 0;
        opacity: 0;
    }

    .grid-3 figure h2 {
        word-spacing: -0.15em;
        font-weight: 300;
    }

    .grid-3 figure h2 span {
        font-weight: 800;
    }

    .grid-3 figure h2,
    .grid-3 figure p {
        margin: 0;
    }

    .grid-3 figure p {
        letter-spacing: 1px;
        font-size: 68.5%;
    }



    figure.product-effect {
        background: #020d26;
    }

    figure.product-effect img {
        max-width: none;
        width: -webkit-calc(100% + 60px);
        width: calc(100% + 60px);
        opacity: 1;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: translate3d(-30px,0,0) scale(1.12);
        transform: translate3d(-30px,0,0) scale(1.12);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    figure.product-effect:hover img {
        opacity: 0.5;
        -webkit-transform: translate3d(0,0,0) scale(1);
        transform: translate3d(0,0,0) scale(1);
    }

    figure.product-effect h2 {
        position: absolute;
        left: 0;
        bottom: 0;
        text-align: left;
        padding: 1em 1.2em;
    }

    figure.product-effect p {
        padding: 0 0px 0 10px;
        margin-left: 210px;
        width: 50%;
        /* float: right; */
        border-left: 1px solid #fff;
        text-align: left;
        opacity: 0;
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: translate3d(-40px,0,0);
        transform: translate3d(-40px,0,0);
    }

    figure.product-effect:hover p {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    .product-1{
        display: block;
        background-image: url("image/bck-2.jpg")no-repeat;
        background-size: cover;
        position: relative;
    }

    .product-2{
        display: none;
    }
}
/* 
@media screen and (min-width: 1220px) and (max-width: 1340px){
    .product-1{
        display: display;
    }

    .product-2{
        display: none;
    }
} */

@media screen and (min-width: 480px) and ( max-width: 992px){
    .product-1 {
        display: none;
    }

    .col-md-6{
        padding: 0 !important;
    }

    .product-2 {
        display: block;
        margin: 20px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        background: url('../image/bck2.jpg');
        background-position-x: -500px;
        background-height: 100%;
        background: cover;
        background-repeat: no-repeat;
    }

    .card {
        flex: 40%; 
        width: 40%;    
    }
} 

/* @media screen (min-width: 620px) and (max-width: 991px){
    .product-1{
        display: none;
    }
    .product-2{
        display : block;
    }
}*/

@media screen and (min-width: 576px) and (max-width: 991px) {
    .card-deck .card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 20px;
    }

    .col-sm-6 .col-md-6{
        padding: 0 !important;
    }
    
}  

@media (max-width: 480px){
    .product-1{
        display: none;
    }
    .product-2{
        display: block;
        margin: 20px;
    }
    
    .col-sm-6 {
        padding: 0 !important;
    }
    
}

/* .col-sm-6 {
        padding: 0 !important;
    } */