html{scroll-behavior: smooth;}
.full-screen-preview {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 300;
    color: #848484;
    text-transform: inherit;
}
.header-logo{max-height: 75px;}
.light-bg{background-color: #ececec;}
.text-shadow{text-shadow: rgb(0, 0, 0) 1px 0px 1px !important;}
.banner{
    background: url(../images/banner.jpg) center no-repeat;
    background-size: cover;
    background-blend-mode: overlay;
    background-color: rgba(0, 0, 0, .85);
    height: 100vh;
    width: 100%;
}
.max-content{
    width: fit-content;
    width: max-content;
}
.navbar-white li a{
    color: #fff;
    font-size: 19px;
    text-shadow: rgb(0, 0, 0) 1px 0px 1px !important
}
.banner-caption{
    font-size: 120px;
    font-weight: 1000;
}
.section-title{
    font-size: 70px;
    font-weight: 1000;
}
.nav-active li a:hover{
    color: #007bff;
    border-bottom: solid 1.5px;
}
.social-link li a{
    color: #fff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.sticky-items{
    position: fixed;
    top: 38%;
    right: 0;
}
.sticky-items nav li a{
    color: #000;
    height: 50px;
    width: 40px;
    background-color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-in-out;
}
.sticky-items nav li a:focus,
.sticky-items nav li a:hover{
    text-decoration: none;
    background-color: #000;
    color: #fff;
}

/* Tooltip container */
.info-tooltip {
    position: relative;
    display: block;
  }
  
  .info-tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #fff;
    color: #000;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 8px;
    right: 55px;
    opacity: 0;
    transition: all 0.5s ease-out;
    border-color: #000;
  }
  
  .info-tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
  }
  .info-tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
  } 
 .letter-space{letter-spacing: 3.5px;} 
 .font-weight-lg{font-weight: 1000;}
 .translate-50{
     position: relative; 
     transform: translateY(-15%); 
     top: 50%;
     left: 0;
     right: 0;
    }
 .fa-lg{font-size: 90px; font-weight: 300;}   
 .bg-black{background-color: #1b1d1f;}
 .h-50vh{height: 50vh;}
 .bg-image,
 .bg-contact{
    background-size: cover;
    background-blend-mode: overlay;
    background-position: center;
    width: 100%;
}
.bg-image{
    background: url(../images/banner.jpg) center no-repeat;
    background-attachment: fixed;
    background-color: rgba(0, 0, 0, .85);
}
.bg-contact{
    background: url(../images/contact.jpg) center no-repeat;
    background-color: rgba(225, 225, 225, .8);
}
.sticky-items{z-index: 9;}
.w-md-50{width:50%}
.w-md-75{width: 75%;}
.text-md-right{text-align: right;}

#myBtn {
    display: none;
    position: fixed;
    bottom: 175px;
    right: 45px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #007bff;
    cursor: pointer;
    font-size: 15px;
    height: 40px;
    width: 40px;
}
  
  #myBtn:hover {
    background-color: #1b1d1f;
  }
.shadow-white{box-shadow: 1 1rem .5rem rgba(225,225,225,.8)!important;}
  .projects::before{
    content: "PROJECTS";
    position: absolute;
    background: #007bff;
    width: 50%;
    height: 100%;
    left: 0;
    right: 0;
    letter-spacing: 3.5px;
    color: #fff;
    text-align: center;
    padding-top: 3rem;
    font-size: 12.8px;
    margin-left: auto;
    margin-right: auto;
  }
  .h-75vh{
      height: 75vh;
  }

.test-items{
    position: absolute;
    width: 54px;
    z-index: 999;
    bottom: 20px;
    left: 50px;
}
.carousel-control-next, 
.carousel-control-prev{opacity: 1 !important;}
.testimonial{min-height: 360px;}

/*404*/
#notfound {
    position: relative;
    height: 100vh;
  }
  
  #notfound .notfound {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  
  .notfound {
    max-width: 410px;
    width: 100%;
    text-align: center;
  }
  
  .notfound .notfound-404 {
    height: 280px;
    position: relative;
    z-index: -1;
  }
  
  .notfound .notfound-404 h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 230px;
    margin: 0px;
    font-weight: 900;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url('../images/bg.jpg') no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: cover;
    background-position: center;
  }
  
  
  .notfound h2 {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
  }
  
  .notfound p {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 0px;
  }
  
  .notfound a {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    background: #0046d5;
    display: inline-block;
    padding: 15px 30px;
    border-radius: 40px;
    color: #fff;
    font-weight: 700;
    -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
  }
  
  
  @media only screen and (max-width: 767px) {
      .notfound .notfound-404 {
        height: 142px;
      }
      .notfound .notfound-404 h1 {
        font-size: 112px;
      }
  }
  


@media(max-width: 500px){
    .full-screen-preview {font-size: 0.85rem;}
    .w-md-50{width:100%}
    .w-md-75{width: 100%;}
    .jumbotron{border-radius: 0 !important;}
    .fa-lg{font-size: 30px;}
    .text-md-right{text-align: initial;}
    .flex-sm-column-reverse{flex-direction: column-reverse !important;}
    h1{font-size: 20px !important;}
    h4{font-size: 17px !important;}
    h5{font-size: 15px !important;}
    .h-75vh{height: 60vh;}
    .projects::before{height: 100%; padding-top: 1.5rem;}
    .navbar-dark{background-color: #303030; width: 100%;}
    .navbar-dark .navbar-toggler{margin-left: auto;}
    .banner{height: 300px;}
    .banner-caption{font-size: 20px;}
    .translate-50{position: relative; transform: translateY(0);}
    .test-items{left: 40px;}
    .testimonial{min-height: 200px;}   
}
@media(max-width: 769px){
    .full-screen-preview {font-size: 0.92rem;}
    .w-md-50{width:80%}
    .w-md-75{width: 80%;}
    .jumbotron{border-radius: 0 !important;}
    .fa-lg{font-size: 40px;}
    .text-md-right{text-align: initial;}
    h1{font-size: 25px !important;}
    h4{font-size: 22px !important;}
    h5{font-size: 18px !important;}
    .navbar-dark{background-color: #303030; width: 100%;}
    .navbar-dark .navbar-toggler{margin-left: auto;}
    .banner{height: 400px;}
    .banner-caption{font-size: 50px;}
    .translate-50{position: relative; transform: translateY(0);}
    .testimonial{min-height: 200px;}
}


