@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");

body {
    font-family: 'Galano Grotesque';
    font-style: normal;
    font-size: 14px;
    background: #fafafa;
    transition: all .3s linear;
    color: #000;
}

a {
    text-decoration: none;
    transition: all .3s linear;
    font-family: 'Galano Grotesque';
}

a:hover {
    text-decoration: none;
    color: #444445;
}

.clear {
    clear: both;
}

.grecaptcha-badge {
    z-index: 999;
}

input::placeholder {
    font-size: 14px;
    color: #b0b3c8;
}

textarea::placeholder {
    font-size: 14px;
    color: #b0b3c8;
}

select {
    font-size: 14px !important;
    color: #b0b3c8 !important;
}

.form-control:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 18px rgba(19, 116, 194, 0.1);
}

.bg-netbioca {
    background: #1374c2;
}

.bg-netbioca:hover {
    background: #0a487a !important;
}

.text-netbioca {
    color: #1374c2;
}

.text-justify {
    text-align: justify;
}

.rounded-20 {
    border-radius: 20px;
}

header.mainpage {
    width: 100%;
    height: 700px;
    background: url(../img/header-mainpage-bg.webp) no-repeat top center;
}

header.subpage {
    width: 100%;
    background: #266cbc;
}

header nav img.logo {
    filter: brightness(0) invert(1);
}

header .navbar-nav a {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

header .navbar-nav .nav-link.active,
header .navbar-nav .nav-link:hover,
header .navbar-nav .nav-link:active,
header .navbar-nav .nav-link:visited,
header .navbar-nav .show>.nav-link {
    color: #fff !important;
}

header .navbar-nav .nav-item a.nav-link {
    display: inline-block;
    padding: 10px 20px;
}

header .navbar-nav .nav-item .customerPanel {
    background: #1374c2;
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

#closeMenuButton {
    display: none;
}

.navbar-toggler {
    border-color: #fff !important;
    color: #fff !important;
    font-size: 26px;
}

header .offerFormArea {
    background: #fafafa;
    border-radius: 20px;
    padding: 40px 30px;
}

header .offerFormArea h3 {
    color: #1374c2;
    font-size: 36px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 30px;
}

header .offerFormArea h3 span {
    color: #232323;
    font-size: 20px;
    font-weight: 300;
    display: block;
    margin-bottom: 10px;
}

header .offerFormArea input {
    background: #fafafa;
}

header .offerFormArea select {
    background: #fafafa;
}

header .offerFormArea textarea {
    background: #fafafa;
}

header .offerFormArea button {
    background: #1374c2;
}


header .dropdown-menu {
    background-color: #1374c2;
}

header .dropdown-menu a {
    font-size: 15px;
}

header .dropdown-menu a i {
    margin-right: 8px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.headerSlider h2 {
    font-size: 44px;
    font-weight: 600;
    color: #e9e9e9;
}

.headerSlider p {
    font-size: 30px;
    font-weight: 300;
    color: #e9e9e9;
}

.headerSlider p b {
    display: block;
}

.counterArea {
    background: #4396d8;
    color: #fff;
    width: 150px;
    padding: 10px;
    margin-right: 10px;
}


#services {
    width: 100%;
    margin-top: 70px;
}

#services h1 {
    font-size: 32px;
    font-weight: 300;
}

#services .serviceArea {
    border-radius: 20px;
    padding: 30px;
    position: relative;
}

#services .serviceArea h2 {
    font-size: 24px;
    font-weight: 500;
    color: #232323;
}

#services .serviceArea p {
    font-size: 16px;
    font-weight: 400;
    color: #7b7b7b;
}

#services .serviceArea .bottomArrow {
    color: #4396d8;
    font-size: 30px;
    position: absolute;
    width: 30px;
    height: 41px;
    bottom: -20px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#services .serviceArea .bottomArrow:hover {
    animation-name: animate__bounce;
}

#aboutUs {
    width: 100%;
    margin-top: 100px;
}

#aboutUs h2 {
    font-size: 50px;
    font-weight: 400;
    color: #4396d8;
}

#aboutUs h3 {
    font-size: 40px;
    font-weight: 500;
    color: #232323;
    margin-top: 30px;
    margin-bottom: 30px;
}

#aboutUs p {
    color: #232323;
}

#aboutUs a.devaminiGor {
    display: inline-block;
    color: #fff;
    background: #4396d8;
    border-radius: 20px;
    padding: 10px 20px;
    margin-top: 20px;
}

#customerComments {
    width: 100%;
    padding: 50px 0px 20px 0px;
    background: #1859b1;
    position: relative;
    margin: 70px 0px;
}

#customerComments::before {
    content: "";
    width: 100%;
    height: 46px;
    background: url(../img/customer-comments-top.png) top center;
    position: absolute;
    top: -46px;
}

#customerComments::after {
    content: "";
    width: 100%;
    height: 46px;
    background: url(../img/customer-comments-bottom.png) top center;
    position: absolute;
    bottom: -46px;
}

#customerComments h2 {
    font-size: 36px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

#customerComments p.description {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    text-align: center;
}

#customerComments .commentArea {
    width: 100%;
    background: #f3f5fb;
    border-radius: 20px;
    padding: 30px;
    position: relative;
}

#customerComments .commentArea img.customerPhoto {
    width: 100%;
    border-radius: 50%;
    border: 3px solid #1859b1;
    padding: 3px;
    position: relative;
}

#customerComments .commentArea .apostrophe {
    position: absolute;
    width: 38px;
    height: 38px;
    background: url(../img/icons/apostrophe.png) no-repeat center center;
    z-index: 30;
    bottom: 10px;
    right: 10px;
}

#customerComments .commentArea h3 {
    font-size: 22px;
    font-weight: 600;
    color: #232323;
    text-align: left;
    margin: 0px;
}

#customerComments .commentArea .website {
    font-size: 14px;
    font-weight: 300;
    color: #232323;
    text-align: left;
    margin: 0px;
}

#customerComments .commentArea p {
    font-size: 16px;
    font-weight: 400;
    color: #232323;
    text-align: left;
    margin: 0px;
}

.swiper-pagination {
    padding: 50px 0px 0px 0px;
}


#solutionPartners {
    width: 100%;
    margin-bottom: 70px;
}

#solutionPartners img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.4;
    transition: all .2s linear
}

#solutionPartners img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}


#homepageBlog {
    width: 100%;
    padding: 50px 0px 50px 0px;
    background: #d7e2f4;
    position: relative;
    margin: 70px 0px 0px 0px;
}

#homepageBlog::before {
    content: "";
    width: 100%;
    height: 46px;
    background: url(../img/homepage-blog-top.png) top center;
    position: absolute;
    top: -46px;
}

#homepageBlog .blogArea {
    width: 100%;
    background: #f3f5fb;
    border-radius: 20px;
    padding: 0px 0px 40px 0px;
    position: relative;
}

#homepageBlog .blogArea img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

#homepageBlog .blogArea h3 {
    font-size: 18px;
    font-weight: 500;
    color: #232323;
    text-align: left;
    padding: 20px;
    margin: 0px;
}

#homepageBlog .blogArea a {
    color: #232323;
}

#homepageBlog .blogArea p {
    padding: 0px 20px;
    color: #686868;
}

#homepageBlog .blogArea .blogAreaBottom {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 20px;
    color: #7b7b7b;
}

footer {
    background: #1b314f url(../img/footer-background.png) no-repeat left bottom;
    padding: 50px 0px 10px 0px;
}

footer img.logo {
    filter: brightness(0) invert(1);
}

footer img.logo:hover {
    filter: none;
}

footer .footerMenu {
    margin: 0px 20px;
}

footer .footerMenu h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

footer .footerMenu ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

footer .footerMenu li {
    list-style-type: none;
    margin: 0px 0px 5px 0px;
    padding: 0px;
}

footer .footerMenu li a {
    color: #fff;
    font-weight: 300;
}


footer .footerContact {
    margin: 0px 0px 0px 40px;
    border-left: 1px solid #2b4b78;
}

footer .footerContact p {
    margin: 0px;
    padding: 0px;
    color: #cccccc;
}

footer .footerContact i {
    color: #cccccc;
    font-size: 24px;
    margin: 0px 20px;
}

footer .socialIcons i {
    color: #fff;
    font-size: 24px;
    margin: 0px 5px;
}

footer .copyright {
    color: #fff;
    font-size: 14px;
}


#subPage {
    width: 100%;
    margin: 30px 0px 30px 0px;
}


#subPage {
    width: 100%;
    margin: 30px 0px 30px 0px;
}

#subPage .contentArea {
    border-radius: 20px;
    padding: 24px;
    position: relative;
}

#subPage h1 {
    font-size: 32px;
    font-weight: 300;
}

#subPage h2 {
    font-size: 24px;
    font-weight: 500;
}

#subPage h4 {
    font-size: 18px;
    font-weight: 500;
}

#subPage p {
    font-size: 16px;
    font-weight: 400;
    color: #7b7b7b;
}


#subPage .blogArea {
    width: 100%;
    background: #f3f5fb;
    border-radius: 20px;
    padding: 0px 0px 40px 0px;
    position: relative;
}

#subPage .blogArea img.mainImage {
    width: 100%;
    height: auto;
    object-fit: cover;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}



#subPage .blogArea h1 {
    font-size: 24px;
    font-weight: 500;
    color: #232323;
    text-align: left;
    padding: 20px;
    margin: 0px;
}

#subPage .blogArea h2 {
    font-size: 20px;
    font-weight: 500;
    color: #232323;
    text-align: left;
    padding: 20px;
    margin: 0px;
}

#subPage .blogArea h3 {
    font-size: 18px;
    font-weight: 500;
    color: #232323;
    text-align: left;
    padding: 20px;
    margin: 0px;
}

#subPage .blogArea a {
    color: #232323;
}

#subPage .blogArea p {
    padding: 0px 20px;
    font-size: 14px;
    color: #444444;
}

#subPage .blogArea blockquote {
    padding: 20px 20px;
    font-size: 14px;
    border-left: 5px solid #cccccc;
    margin-left: 20px;
}

#subPage .blogArea blockquote p {
    padding: 0px;
    margin: 0px;
    color: #000;
}

#subPage .blogArea .blogAreaBottom {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 20px;
    color: #7b7b7b;
}



#subPage .blogAreaList {
    width: 100%;
    background: #f3f5fb;
    border-radius: 20px;
    padding: 0px 0px 0px 0px;
    position: relative;
}

#subPage .blogAreaList img.mainImage {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}


#subPage .blogAreaList h1 {
    font-size: 24px;
    font-weight: 500;
    color: #232323;
    text-align: left;
    padding: 20px;
    margin: 0px;
}

#subPage .blogAreaList h2 {
    font-size: 20px;
    font-weight: 500;
    color: #232323;
    text-align: left;
    padding: 20px;
    margin: 0px;
}

#subPage .blogAreaList h3 {
    font-size: 18px;
    font-weight: 500;
    color: #232323;
    text-align: left;
    padding: 20px;
    margin: 0px;
}

#subPage .blogAreaList a {
    color: #232323;
}

#subPage .blogAreaList p {
    padding: 0px 20px;
    font-size: 14px;
    color: #444444;
}

#subPage .blogAreaList blockquote {
    padding: 20px 20px;
    font-size: 14px;
    border-left: 5px solid #cccccc;
    margin-left: 20px;
}

#subPage .blogAreaList blockquote p {
    padding: 0px;
    margin: 0px;
    color: #000;
}

#subPage .blogAreaList .blogAreaBottom {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 20px;
    color: #7b7b7b;
}



#references {
    width: 100%;
}

#references h1 {
    font-size: 32px;
    font-weight: 300;
}

#references h2 {
    font-size: 28px;
    font-weight: 300;
}

#references h3 {
    font-size: 24px;
    font-weight: 300;
}

#references h4 {
    font-size: 18px;
    font-weight: 300;
}

#references p {
    font-size: 16px;
    font-weight: 400;
    color: #7b7b7b;
}

#references .referenceMonitor {
    width: 100%;
    text-align: center;
    position: relative;
}

#references .referenceMonitor::after {
    content: url(../img/monitor-bottom.png);
    position: relative;
    width: 266px;
    height: 62px;
    z-index: 999;
}

#references .referenceMonitor img.monitor {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: top;
    border: 3px solid #787878;
    border-radius: 5px;
    transition: all 4s linear;
}

#references .referenceMonitor img.monitor:hover {
    object-position: bottom;
}


#references .referenceMonitorShow {
    width: 100%;
    text-align: center;
    position: relative;
}

#references .referenceMonitorShow::after {
    content: url(../img/monitor-bottom.png);
    position: relative;
    width: 266px;
    height: 62px;
    z-index: 999;
}

#references .referenceMonitorShow img.monitor {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: top;
    border: 3px solid #787878;
    border-radius: 5px;
    transition: all 4s linear;
}

#references .referenceMonitorShow img.monitor:hover {
    object-position: bottom;
}

@media (max-width: 992px) {

    header.mainpage {
        width: 100%;
        height: auto !important;
        background: url(../img/header-mainpage-bg.png) no-repeat;
        background-position-y: top;
        background-position-x: -1400px;
    }

    footer .footerContact {
        border-left: 0px solid #2b4b78;
    }

    #navbarsNetbioca {
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: #1b314f;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99999;
        padding: 80px 0px;
    }

    #navbarsNetbioca .customerPanel {
        position: absolute;
        bottom: 20px;
        text-align: center;
        border-radius: 0px;
        font-size: 16px;
    }

    #navbarsNetbioca .customerPanel i {
        display: block;
        font-size: 36px;
    }

    #navbarsNetbioca .customerPanelUserLogin {
        position: static;
        bottom: 20px;
        text-align: center;
        border-radius: 0px;
        font-size: 16px;
    }

    #navbarsNetbioca .customerPanelUserLogin i {
        display: block;
        font-size: 36px;
    }

    .navbar {
        position: static;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
    }

    .nav-item a.nav-link {
        display: block;
        width: 100%;
        padding: 15px 30px !important;
        border-bottom: 1px solid #223f67;
    }


    #customerComments .commentArea img.customerPhoto {
        margin-bottom: 20px;
    }


    .headerSlider h2 {
        font-size: 36px;
        font-weight: 600;
        color: #e9e9e9;
    }

    .headerSlider p {
        font-size: 28px;
        font-weight: 300;
        color: #e9e9e9;
    }

    .headerSlider p b {
        display: block;
    }

    .counterArea {
        background: #4396d8;
        color: #fff;
        width: 150px;
        padding: 10px;
        margin-right: 10px;
    }


    #closeMenuButton {
        display: block;
        color: #fff;
        font-size: 36px;
        text-align: center;
        position: absolute;
        right: 30px;
        top: 30px;
    }

    #subPage .blogAreaList {
        padding: 0px 0px 40px 0px;
    }

    #subPage .blogAreaList .blogAreaBottom {
        bottom: -40px;
    }
    

    
#subPage .blogAreaList img.mainImage {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

    


}