/********** Template CSS **********/
:root {
    --primary: #0e466c;
    --secondary: #76d6ff;
    --light: #F6FFF2;
    --dark: #263A4F;
    --white:#ffffff;
}
.btn {
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    font-weight: 700;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: var(--white);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 0;
    border-radius: 0;
    z-index: 99;
}

.navbar-dark .navbar-nav .nav-link {
    padding: 30px 15px;
    font-size: 16px;
    font-weight: 600;
    color: var(--white);
    text-transform: uppercase;
    transition: .5s;
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding: 20px 15px;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    background: var(--secondary);
}
.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

.bg-hero {
    background: url(../img/carousel-1.jpg) top right no-repeat;
    background-size: cover;
}
.about i,
.service-item i {
    background-image: linear-gradient(var(--primary), var(--secondary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: .5s;
}
.inner-bg-hero{
    background: linear-gradient(rgba(6, 3, 21, .5), rgba(6, 3, 21, .5)), url(../img/inner-carousel.jpg) center center no-repeat;
    background-size: cover;
}
/*** Product Portfolio ***/

.product-item img {
    transition: .5s;
}

.product-item:hover img {
    transform: scale(1.1);
}
.h400{
    height: 400px;
}
/*---------------------------------------
  SITE FOOTER              
-----------------------------------------*/
.site-footer {
    background-color: var(--primary);
    position: relative;
    overflow: hidden;
    padding-bottom: 30px;
  }
  
  .site-footer-top {
    background-color: var(--secondary);
    background-image: url('../images/nainoa-shizuru-NcdG9mK3PBY-unsplash.jpg');
    background-repeat: no-repeat;
    margin-bottom: 70px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  
  .site-footer-bottom {
    border-top: 1px solid var(--light);
  }
  
  .site-footer-title {
    color: var(--white); 
  }
  
  .site-footer-link,
  .copyright-text {
    color: var(--white);
  }
  
  .site-footer-links {
    padding-left: 0;
  }
  
  .site-footer-link-item {
    list-style: none;
    display: inline-block;
    margin-right: 15px;
  }
  
  .copyright-text {
    font-size: var(--copyright-font-size);
  }
  
.logo{
    height: 60px;
}
.mobilelogo{
    height: 40px;
}
@media (max-width: 992px) {
    .navbar-dark .navbar-nav .nav-link  {
        padding: 10px;
    }
}

@media (max-width: 576px) {
    .carousel-caption h4 {
        font-size: 18px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

@media (min-width: 992px) {
    .banner {
        position: relative;
        margin-top: -90px;
        z-index: 1;
    }
    .container.inner-feature {
        max-width: 100% !important;
    }

    .inner-feature-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}
@media (min-width: 1200px) {
    .inner-feature-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .inner-feature-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}