﻿@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-display: swap;
    src: url("./fonts/open-sans.ttf") format("truetype");
}

@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-display: swap;
    src: url("./fonts/open-sans-italic.ttf") format("truetype");
}

* {
    font-family: "Open Sans", "Segoe UI", Tahoma, system-ui, sans-serif;
}

html, body {
    background-color: #fff;
    position: relative;
}

::selection {
    color: #fff;
    background: #231105;
    background: rgba(247, 172, 53, .85);
}

img::selection {
    background: rgba(160, 226, 241, 0.2);
}

a {
    text-decoration: none;
    color: inherit;
}

    a:hover {
        text-decoration: underline;
        text-decoration-style: solid;
        text-decoration-color: #fb9a00;
    }

h1 {
    color: #fff;
}

#map {
    width: 100%;
    min-height: 350px;
    height: auto;
    display: block;
    margin: 0;
    border: 2px solid #fb9a00;
}

.navbar-brand img {
    width: min(100%, 150px);
}

header#header img#logo {
    content: url(./images/logo_blue.png)
}

header#header.sticky img#logo {
    content: url(./images/logo_white.png)
}

header#header {
    height: 130px;
    width: 100%;
    max-width: 100%;
    border-bottom: 1px rgba(238, 238, 238, 0.2) solid;
}

    header#header a {
        color: #e9e9e9;
    }

    header#header .nav-item {
        color: #e9e9e9;
    }

    header#header nav {
        height: 95px;
        transition: all 0.3s ease-out;
        background-color: rgba(255, 255, 255, 0);
    }

    header#header .phone-menu {
        height: 35px;
    }

        header#header .phone-menu ul {
            align-self: start;
        }

    header#header.sticky {
        height: 100px;
        width: 100%;
        max-width: 100%;
        border-bottom: none;
    }

        header#header.sticky nav {
            height: 70px;
            background-color: #147ACA; /*rgba(22,124,202,1);*/
        }

        header#header.sticky a, header#header.sticky .nav-item {
            color: #fff;
        }

        header#header.sticky .phone-menu {
            background-color: #0b68b1;
        }

            header#header.sticky .phone-menu ul {
                align-self: center;
            }

/*Negative margin for header*/
main {
    margin-top: -130px;
}

/*Desktop header style*/
@media (min-width: 576px) {
    .navbar-brand img {
        width: 150px;
    }

    header#header {
        height: 95px;
    }

        header#header.sticky {
            height: 95px;
        }

    main {
        margin-top: -95px;
    }
}

/*LANDING IMAGE STYLING*/
section#landing {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 550px;
    position: relative;
    background: linear-gradient(rgba(37,37,37,.8), rgba(37,37,37,.8)), url(./images/landing.png) no-repeat;
    background-size: cover;
}

@media (min-width: 576px) {
    section#landing {
        height: 650px;
    }
}

section#landing .landing-content, section#landingSubpage .landing-content {
    width: 100%;
    color: #e9e9e9;
}

#rotatingText {
    color: #147ACA;
    /*#fb9a00*/
}

span.dot {
    color: #fb9a00;
}

/*Solutions section*/
section#ourSolutions {
    background-color: #1975bc;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 100px;
}

    section#ourSolutions .card {
        background-color: #f5f5f5;
    }

    section#ourSolutions .card-title {
        font-size: 16px;
        font-weight: 400;
    }

    section#ourSolutions img {
        opacity: 0.9;
    }

        section#ourSolutions img:hover {
            opacity: 1;
        }

section#ourPrinciples {
    background: #f5f5f5;
    color: #000;
    padding-top: 70px;
    padding-bottom: 100px;
}

    section#ourPrinciples .card {
        background-color: #e9e9e9;
    }

/*Our team section*/
section#ourTeam {
    background-color: #1975bc;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 100px;
}

/*Contact section*/
section#contact {
    background-color: #141111;
    /*padding-top: 80px;*/
    padding-bottom: 80px;
}

    section#contact h2 {
        z-index: 99;
        color: #fff;
    }

    section#contact .contact-content-container {
        padding-top: 100px;
    }

/*Our services section*/
section#ourServices {
    background: #f5f5f5;
    color: #000;
    padding-top: 70px;
    padding-bottom: 30px;
}

/*Footer*/
footer {
    background-color: #141111;
    color: #e9e9e9;
}

    footer .footer-inner {
        font-size: 0.9rem;
    }

    footer .footer-item {
        width: 250px;
    }

/*TOP SHAPE*/
.custom-shape-divider-bottom-1711642829 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

    .custom-shape-divider-bottom-1711642829 svg {
        position: relative;
        display: block;
        width: calc(110% + 1.3px);
        height: 87px;
        transform: rotateY(180deg);
    }

    .custom-shape-divider-bottom-1711642829 .shape-fill {
        fill: #1975bc;
    }

/** For mobile devices **/
@media (max-width: 767px) {
    .custom-shape-divider-bottom-1711642829 svg {
        width: calc(142% + 1.3px);
        height: 61px;
    }
}
/*END OF THE TOP SHAPE*/

/*our services wave*/
.custom-shape-divider-top-1711710058 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

    .custom-shape-divider-top-1711710058 svg {
        position: relative;
        display: block;
        width: calc(100% + 1.3px);
        height: 59px;
    }

    .custom-shape-divider-top-1711710058 .shape-fill {
        fill: #1975bc;
    }


/*SCHOOL SYSTEM SUBPAGE*/

section#landingSubpage {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 550px;
    position: relative;
    background: linear-gradient(rgba(37,37,37,.8), rgba(37,37,37,.8)), url(./images/landing.png) no-repeat;
    background-size: cover;
}

@media (min-width: 576px) {
    section#landingSubpage {
        height: 550px;
    }
}

section#solutionSubpage {
    background-color: #1975bc;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 0;
}

.content-card {
    width: 100%;
    height: auto;
    max-width: 280px;
}

.content-container {
    width: min(100%, 750px);
}

.content-parent {
    width: 100%;
    padding: 80px 15px;
}

section .content-parent:nth-child(2n) {
    background-color: #f5f5f5;
    color: #000;
}

.content-title {
    text-align: center;
}

@media (min-width: 576px) {
    .content-title {
        text-align: start;
    }
}

.content-text {
    text-align: justify;
    font-size: 15px;
}

/*TOP SHAPE*/
.custom-shape-divider-bottom-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

    .custom-shape-divider-bottom-1 svg {
        position: relative;
        display: block;
        width: calc(110% + 1.3px);
        height: 87px;
        transform: rotateY(180deg);
    }

    .custom-shape-divider-bottom-1 .shape-fill {
        fill: #1975bc;
    }

/** For mobile devices **/
@media (max-width: 767px) {
    .custom-shape-divider-bottom-1 svg {
        width: calc(142% + 1.3px);
        height: 61px;
    }
}
/*END OF THE TOP SHAPE*/

.reference-image#zsrs {
    height: 90px;
    width: auto;
}

.reference-image#rizevaskleda {
    height: 110px;
    width: auto;
}

.reference-image#document-system {
    height: 225px;
    width: 300px;
}

.reference-image#work-attendance {
    height: 280px;
    width: auto;
}

.employee-image {
    width: 240px;
    height: 240px;
}
