@font-face {
    font-family: 'GoodTiming';
    src: url('../fonts/FontsFree-Net-Good-Timing-W00-Light.ttf');
}

body {
    font-family: "Roboto", serif;
    background-image: url('../../wwwroot/images/dots.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

#nav {
    font-family: 'GoodTiming';
}

#ana-slider {
    font-family: 'GoodTiming', sans-serif;
}

#service-area {
    background-image: url('../../wwwroot/images/bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#service-area .mountain-img {
    position: absolute;
    width: 100vw;
}

#service-area .down-img {
    position: relative;
    margin-top: -170px;
    text-align: center;
    width: 100%;
    height: auto;
    object-fit: cover;
}

#service-area .service-cards-area {
    background-image: url('../../wwwroot/images/stars-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: -100px;
    background-color: #000518;
}


#service-area .service-container {

    background-image:
        url('../images/card.png'),
        linear-gradient(to right, #1b75e9, #8e7cd9);
}

#service-area .service-container h5 {
    font-family: 'GoodTiming', sans-serif;
}

#sectors-header h2 {
    font-family: 'GoodTiming', sans-serif;
}


#tech-area h5 {
    font-family: 'GoodTiming', sans-serif;
    color: white;
}

#products-360-area h1 {
    font-family: 'GoodTiming', sans-serif;
    color: #0ad0f6;
}

#products-360-area .products-desp .card-title {
    font-family: 'GoodTiming', sans-serif;
}

#safeservicehub-area h2 {
    font-family: 'GoodTiming', sans-serif;
}

#web3-area h1 {
    position: relative;
    font-family: 'GoodTiming', sans-serif;
}

#web3-area h3 {
    position: relative;
    font-family: 'GoodTiming', sans-serif;
}

#two-card-area .card-title {
    font-family: 'GoodTiming', sans-serif;
}

#carbonex-area h3 {
    font-family: 'GoodTiming', sans-serif;
}

#top-area h3 {
    font-family: 'GoodTiming', sans-serif;
    font-weight: bold;
}

#services-area .service-container h5 {
    font-family: 'GoodTiming', sans-serif;
}

#error-bg h1 {
    font-family: 'GoodTiming', sans-serif;
}

#error-bg h2 {
    font-family: 'GoodTiming', sans-serif;
}

#web3-area .card {
    background: linear-gradient(#000518, #000518) padding-box,
        linear-gradient(to right, #1b75e9, #8e7cd9) border-box;
}

#web3-area .gradient-overlay {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
}

#two-card-area .card-area {

    background: linear-gradient(#000518, #000518) padding-box,
        linear-gradient(to right, #1b75e9, #8e7cd9) border-box;
}

#contact-form .card-area {

    background: linear-gradient(#000518, #000518) padding-box,
        linear-gradient(to right, #1b75e9, #8e7cd9) border-box;
}


#tech-area .tech-cards {

    background-image:
        url('../../wwwroot/images/card.png'),
        linear-gradient(to right, #1b75e9, #8e7cd9);
}

#top-area {
    background-image: url('../../wwwroot/images/top-bar.jpg');
}

#services-area .service-container {

    background-image:
        url('../../wwwroot/images/card.png'),
        linear-gradient(to right, #1b75e9, #8e7cd9);
}

#products-area .card {

    background-image:
        linear-gradient(#010d28, #010d28),
        linear-gradient(to right, #1b75e9, #8e7cd9);

}

#sectors-area .card {

    background-image:
        linear-gradient(#010d28, #010d28),
        linear-gradient(to right, #1b75e9, #8e7cd9);

}

#error-bg {
    background-image: url('../../wwwroot/images/error.jpg');
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#error-bg .img-fluid {
    height: 90px;
    width: auto;
}

#error-bg .row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#error-bg .pls-click {
    transition: 0.3s ease;
}

#error-bg .pls-click:hover {
    color: #0ad0f6;
}

#error-bg .error-bg .first {
    font-size: 55px;
}