/* portfilio stylesheet */

* {
    box-sizing: border-box;
}

  /* fonts */

@font-face {
    font-family: h1type;
    src: url("../fonts/Nimbus.otf");
}


/* body style */

body {
    
    padding: 0;
    background-color: #dae5d9;
    background-image: url("../images/shadow-bg-01.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    font-family: lora, serif;
    
    color: #747474;
}

/* heading style */

h1 {
    font-family: "h1type";
    color: #718f6e;
}

h2, h3, h4, h5 {
    font-family: "h1type";
    color: #718f6e;
}

h2, h3 {
    letter-spacing: 2px;
}

h4 {
    padding: 15px 0px 25px 0px;
    font-weight: 500px;
    letter-spacing: 2px;
    color: #ed49a0;
    text-shadow: 2px 1px 5px rgba(0,0,0,0.21);
}

/* nav style */


.navbar-scroll {
    background-color: #718f6e;
}

.navbar {
    padding: 10px 15px 7px ;
    background-color: none;
    color: #718f6e;
    font-size: 20px;
    transition: all 0.5s;
    min-height: 67px;
}

.navbar-nav .nav-link.active {
    color: #ffffff;
}

a.nav-link {
    color: #4D5F4B;
}

a.nav-link.active {
    color: #4D5F4B;
}

#navi {
    position: fixed;
    top: 0px;
    width: 100%;
    display: block;
    z-index: 2002;
    transition: top 0.10s ;
    padding-bottom: 11px;
}


.logo {
    max-width: 80px;
    position: absolute;
    top: 12px;
    left: 16px;
    z-index: 100;
    
}


/* header style */

    /* jumbotron style */

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    border-radius: 0.3rem;
    height: 100vh;
    width: 100%
}


.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}

.caption2 {
    text-align: center;
    position: absolute;
    top: 35%;
    width: 100%;
    left: 0;
    display: block;
    opacity: 1;
    transition: opacity 1s;
}

span.hello-txt h1 {
    font-size: 72px;
    letter-spacing: 10px;
    color: #ed49a0;
}

span.hello-txt p {
    font-style: italic;
    font-weight: 700;
}

        /* typewriter style start */

div.container {
    display: inline-block;
}

.typewriter {
    width: 390px;
    overflow: hidden;
    border-right: 2px solid #ed49a0;
    white-space: nowrap;
    margin: 0 auto;
    letter-spacing: 3px;
    -webkit-animation: 
        typing 3.5s steps(42, end) 1s 1 normal both,
        blink-caret .4s step-end infinite normal;
    animation: 
        typing 3.5s steps(42, end) 1s 1 normal both,
        blink-caret .4s step-end infinite normal;
}

@keyframes typing {
    from { width: 0 }
    to { width: 390px }
}

@keyframes blink-caret {
    from, to { border-color: transparent }
    50% { border-color: #ed49a0; }
}

        /* typewriter style end */

.capt-dwn {
    position: absolute;
    bottom: 15%;
    width: 100%;
    left: 0;
    text-align: center;
    display: block;
    
}

a.scroll-dwn {
    color: #ed49a0;
    padding: 23px 15px 15px;
    font-size: 30px;
    border-radius: 75px;
}

a.scroll-dwn:hover {
    color: #ffffff;
}

.caption3 {
    position: absolute;
    top: 26px;
    right: 16px;
    font-size: 12px;
}

.caption4 {
    position: absolute;
    top: 8px;
    right: 16px;
    font-size: 12px;
}

.caption3, .caption4 {
    font-family: h1type, serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #718f6e;
}

/* main style */

.container-fluid {
    padding: 0;
}

.anchor {
    display: block;
    height: 60px; /*same height as header*/
    margin-top: -56px; /*same height as header*/
    visibility: hidden;
}

.w-samples {
    
}

div.logo {
    color: #000;
    width: 100%;
    padding: 7px;
    margin: 0;
}

.row {
    margin: 0;
}

.img-grey {
    filter: grayscale(100%);
}

.img-grey:hover {
    filter: grayscale(0%);
    filter: opacity(50%);
}

img.grpx-gal {
    margin: 0px 0px;
    max-width: 200px;
    display: inline-block;
    padding-bottom: 20px;
    padding-right: 20px;
}

    /* LightGallery */

.gall-img {
    cursor: pointer;
    margin: auto;
    display: block;
}

.modal {
    z-index: 4000;
}

.carousel-item img {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.modal-capt {
    text-align: center;
    margin: auto;
    max-width: 500px;
    padding: 15px 0px;
    display: block;
    width: 80%;
    height: 100px;
    position: fixed;
    bottom: 12%;
    right: 0;
    left: 0;
}

.modal-capt2 {
    text-align: center;
    margin: auto;
    max-width: 500px;
    padding: 15px 0px;
    display: block;
    width: 80%;
    height: 100px;
    position: fixed;
    bottom: 0.02%;
    right: 0;
    left: 0;
}

.modal-capt p, .modal-capt2 p {
    color: #718f6e;
}

.carousel-control-next, .carousel-control-prev {
    position: fixed;
}

.carousel-control-next-icon .carousel-control-prev-icon {
    color: #718f6e;
}

.carousel-indicators {
    position: fixed;
    margin-bottom: 0;
}


.btn-close {
    position: relative;
    z-index: 3999;
}

    /* end LightGallery */


/* about style */

.abt-center {
    justify-content: center;
}

/* contact style */


/* footer style */

footer {
    background-color: #718f6e;
    font-size: 12px;
    padding: 5px;
    color: #ffffff;
}


/* media queries */

@media screen and (max-width:575.98px) {
    span.hello-txt h1 {
        font-size: 43px;
        letter-spacing: 0px;
    }
    
    span.hello-txt p {
        font-size: 15px;
    }
    
    .caption3, .caption4 {
        display: none;
    }
    
    .logo {
        max-width: 75px;
}

}

@media screen and (min-width: 576px) and (max-width: 767.98px) {
    span.hello-txt h1 {
        font-size: 53px;
        letter-spacing: 5px;
    }
    
    .caption3, .caption4 {
        display: none;
    }
    
}


@media screen and (min-width: 768px) and (max-width: 991.98px) {
    span.hello-txt h1 {
        font-size: 63px;
        letter-spacing: 5px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199.98px) {
    
}


@media screen and (max-width: 767px) {
    span.hamburg {
        color: #ffffff;
        font-size: 30px;
    }
    
    .navbar-toggler {
        border: none;
        justify-content: center;
        margin-left: auto;
    }
    
}
