/* PLACE YOUR CUSTOM STYLES IN THIS FILE */

h2.nk-fullpage-title {
    font-family: "Open Sans";
    font-size: 4rem;
    font-weight: bold;
    color: #fff;
}

.btn-wrapper {
    display: block;
    border: solid 2px #fff;
    padding: 25px 20px 25px 20px;
    width: fit-content;
    font-family: "Montserrat";
    
}
.btn-wrapper a.btn-to-page {
    font-size: 20px;
    line-height: 15px;  
    font-weight: bold;
    letter-spacing: 3px;
}
.nk-nav a {
    text-transform: uppercase !important;
    font-weight: bold;
    font-size: 25px;
}
.nk-navbar, .nk-navbar.nk-navbar-solid {
    /* background-color: black; */
    background-color: black;
}

.nk-navbar.nk-navbar-white-text-on-top.nk-navbar-solid .nk-icon-burger 
{
    color: white;
}

.text-red {
    color: red;
}
.jigsaw-caption {
    font-family: 'Open Sans';
    font-weight: bold;
    color: #fff;
    font-size: 65px;
    padding-top: 150px;
    padding-left: 100px;
}
.jigsaw-paralax {  

    /* Set a specific height */
    height: 100%;
    min-height: 100vh;

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.jigsaw-paralax-about-us {
    background-image: url("../images/about-us.jpg");
}
.jigsaw-paralax-our-clients {
    background-image: url("../images/clients.jpg");
}
.jigsaw-paralax-troops {
    background-image: url("../images/jigsaw-troops.jpg");
    
}
.jigsaw-paralax-our-works {
    background-image: url("../images/our-works.jpg");
}
.jigsaw-paralax-our-services {
    background-image: url("../images/services.jpg");
}


.jigsaw-content {
    font-family: 'Montserrat';
    padding-top: 150px;
    padding-left: 100px;
    font-size: 20px;
    font-weight: 600;
    background-color: transparent;
    color: #fff;
}
.jigsaw-bg-image::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: .5;
}


.scroller {
    height: 100%;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
}

.scroller section {
    scroll-snap-align: start;
}

.owl-carousel .owl-item img 
{
    width: auto;
}
@media (min-width: 320px) and (max-width: 480px) {
    h2.nk-fullpage-title {        
        font-size: 3.5rem;
    }

    .jigsaw-caption {    
        font-size: 35px;
        padding-top: 150px;
        padding-left: 20px;
    }
    .mob-caption {
        font-size: 50px !important;
        padding-left: 40px;
    }
    .mob-content {
        font-size: 18px;
        font-weight: bold;
        padding-left: 30px;
        padding-right: 30px;
    }
    .about-us-wrapper {
        font-size: 16px !important;
    }
    .about-us-wrapper .tab {
        padding: 10px 10px !important;
    }
}