@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');

body {
    font-family: 'Titillium Web', sans-serif !important;
    color: #E6E6E6 !important;
    background: #5C5C5C;
    background: linear-gradient(0deg, #5C5C5C 0%, #2A2A2A 70%, #141414 100%);
}

body[data-scrolled='true'] nav{
    background-color: rgba(42, 42, 42, 0.72) !important;
    backdrop-filter: blur(40px);
}

nav {
    background-color: #141414 !important;
}

a {
    text-decoration: none !important;
}

footer {
    padding-top: 4em;
    padding-bottom: 3em;
    bottom:0;
    width:100%;
    background-color: #141414;
}

.icon {
    font-size: xx-large !important;
    margin: 5px;
}

.logo {
    height: 6vh;
}

.logo-footer {
    height: 10vh;
}

.bg-services-life-safer {
    background-image: url(/images/life_safer.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    height: 500px;
}

.bg-request-01 {
    background-image: url(/images/doorknob.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding-top: 5em !important;
    padding-bottom: 5em !important;
}

.ft-menu-item {
    list-style-type: none;
    padding: 0px;
}

.carouselExampleCaptions {
    height: 60vh;
    width: 100vw;
}

.h1-lg {
    font-size: xx-large !important;
}

ul.ul-style {
    list-style: none;
}

ul.ul-style li::before {
    content: "\2713";
    color: #ffc107;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.container-zoom {
    display: inline-block;
    width: 100%;
    height: 100%;
    margin-bottom: -0.5em;
    overflow: hidden;
  }
  .container-zoom img {
    display: block;
    transition: transform .4s;
  }
  .container-zoom:hover img {
    transform: scale(1.1);
    transform-origin: 50% 50%;
  }

.fade-in-slide-up {
    animation: fadeInSlideUp 1s forwards;
    animation-timeline: view();
}

@keyframes fadeInSlideUp {
    0% {
        opacity: 0;
        transform: translateY(1px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* for-phone-only */
@media (max-width: 800px) {
    nav>div>div.navbar-collapse {
        text-align: center !important;
        font-size: large !important;
        background-color: #141414 !important;
        border-radius: 6px;
    }
    
    .container-custom {
        display: flex;
        justify-content: left;
        margin-bottom: -1em;
    }
}

/* for-desktop-up */
@media (min-width: 900px) {
    .bg-services-02 {
        height: 60vh;
    }
    
    .container-custom {
        display: flex;
        justify-content: center;
    }
}