﻿body {
    background: rgba(204, 224, 248, 1) !important;
}

@font-face {
    font-family: 'RobotoCondensed-Regular';
    src: url('../Font/RobotoCondensed-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url('../Font/Poppins-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../Font/Segoe UI.woff') format('woff');
}
.logo {
    height: 40px;
    background-color: transparent;
    /* margin: 9px 0px 8px 1px;*/
    border-radius: 0px;
    /* width: 49px; */
    /* text-align: center; */
    float: left;
    /* margin-left: -1.7%;*/
}

::-webkit-scrollbar {
    width: 7px;
    height: 7px; /*7px;*/
    background: #d8d7d670;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background: #525965;
    border: 0px none #ffffff;
    border-radius: 4px;
}

::-webkit-scrollbar-track {
    background: rgba(57, 55, 55, 0.12);
    border: 0px none #ffffff;
    border-radius: 50px;
}

    ::-webkit-scrollbar-track:hover {
        background: transparent;
    }

::-webkit-scrollbar-corner {
    background: transparent;
}

section {
    overflow: hidden;
    position: relative;
}

.navbar-expand-lg {
    border-bottom: 2px solid #200573;
}

.navbar-nav li button, .navbar-nav li a {
    display: block;
    color: #200573;
    font-size: 1rem;
    cursor: pointer;
    text-align: center;
    border: 1px solid #0b4371;
    border-radius: 6px;
    background-color: #fff;
}

.nav-item {
    margin: 4px;
}

.nav li button i, .nav li a i {
    display: none
}

.container, .container-fluid {
    font-family: RobotoCondensed-Regular;
}

#textlogo {
    z-index: 0;
    width: 100%;
    /*background: url('../../Images/Login/product-bg.jpg') center;*/
    background-size: cover;
    position: relative;
    /* background: url('../../images/login/Erman.jpg') center;*/
    background-image: url('../../images/landingpageimg/spoolman_1.png');
    margin-top: 1px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    padding: 0px;
    margin: 0
}

    #textlogo .container {
        z-index: 2 !important;
    }


    #textlogo h1 {
        font-size: 4.5rem;
        line-height: 1.2;
        font-weight: 700;
        color: #fff;
        padding: 50px 10px;
        position: relative;
    }

    #textlogo p {
        font-size: 18px;
        margin: 0;
        /*  border-bottom:1px solid;*/
    }

    #textlogo .imgback {
        opacity: 0.8;
        height: inherit;
        position: absolute;
        width: 100%;
        background-image: linear-gradient( 106deg, #71181bd9,#181a4dcc,#105c33b3);
        top: 0;
    }

.headbg {
    border-bottom: 1px solid #000;
    height: 40px;
    font-weight: 600;
}

#Productdata {
    background: url('../../Images/Login/product_data.jpg') center;
    z-index: 0;
    width: 100%;
    height: auto;
    background-size: cover;
    position: relative;
    margin-top: 1px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 30px 0px;
    margin: 0;
}

#Product .container-fluid {
    padding: 50px 60px;
    background: linear-gradient( 106deg, #ac1d0e2b,#8cbcdf82);
}

.dataheader {
    font-size: 40px;
    color: #fff;
    font-weight: 500;
}

.dataheader1 {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}

.data ul {
    line-height: 30px;
    padding: 10px;
}

    .data ul li {
        list-style: none;
        font-size: 15px;
    }

.listyle {
    list-style: circle !important;
}

#StartNow {
    background: linear-gradient(rgba(40,58,90,0.9),rgb(63 102 173 / 90%)),url('../../Images/Login/epcm.jpg')center;
    z-index: 0;
    width: 100%;
    /*height: 100%;*/
    background-size: cover;
    position: relative;
    margin-top: 1px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    padding: 60px 0px;
    margin: 0
}

    #StartNow .container {
        z-index: 2;
    }

    #StartNow h3 {
        color: #fff;
        font-size: 28px;
        font-weight: bold;
    }

    #StartNow p {
        color: #fff;
        letter-spacing: 0.5px;
    }

    #StartNow .imgback, .Diagramdata .imgback, #Productdata .imgback, #Proholddata .imgback {
        opacity: 0.8;
        height: inherit;
        position: absolute;
        width: 100%;
        background: #21212185;
        top: 0;
    }

.start-btn {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 15px 30px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    color: #fff !important;
    cursor: pointer;
    position: relative;
    background-image: linear-gradient( 106deg, #ac720e,#1e74bd);
}

.highlight {
    font-size: large;
    color: #a07305;
}

#footer {
    padding: 10px 1px 1px 0px;
    background: #c5c8ca6b;
}

.social-icon {
    border: 1px solid #a07305;
    padding: 10px;
}

    .social-icon li a {
        font-size: 18px;
        display: inline-block;
        background: #338dca;
        color: #fff;
        line-height: 1;
        padding: 8px 2px;
        margin-left: 4px;
        border-radius: 50%;
        text-align: center;
        width: 36px;
        height: 36px;
        transition: 0.3s;
    }

    .social-icon li {
        align-items: center !important;
        list-style: none
    }

        .social-icon li:nth-child(1):hover a {
            background: #4267b2;
        }

        .social-icon li:nth-child(2):hover a {
            background: #1DA1F2;
        }

        .social-icon li:nth-child(3):hover a {
            background: #de4e22;
        }

        .social-icon li:nth-child(4):hover a {
            background: #0ec538;
        }

        .social-icon li:nth-child(5):hover a {
            background-image: linear-gradient(205deg,#515bd4,#8134af,#dd2a7b,#feda77,#f58529);
        }

        .social-icon li:nth-child(6):hover a {
            background: #0e76a8;
        }

.fbg {
    height: 14px !important;
    background-image: linear-gradient(rgba(40,58,90,0.9),rgb(63 102 173 / 90%));
}

@media(min-width:996px) {
    #textlogo {
        height: 89vh !important
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}
