@font-face {
    font-family: 'Roobert';
    src: url('./fonts/RoobertTRIAL-Light.woff2') format('woff2'), url('./fonts/RoobertTRIAL-Light.woff') format('woff');
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: 'Roobert';
    src: url('./fonts/RoobertTRIAL-Regular.woff2') format('woff2'), url('./fonts/RoobertTRIAL-Regular.woff') format('woff');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Roobert';
    src: url('./fonts/RoobertTRIAL-Medium.woff2') format('woff2'), url('./fonts/RoobertTRIAL-Medium.woff') format('woff');
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: 'Roobert';
    src: url('./fonts/RoobertTRIAL-Bold.woff2') format('woff2'), url('./fonts/RoobertTRIAL-Bold.woff') format('woff');
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: 'Roobert';
    src: url('./fonts//RoobertTRIAL-Heavy.woff2') format('woff2'), url('./fonts/RoobertTRIAL-Heavy.woff') format('woff');
    font-style: normal;
    font-weight: 900;
}

html,
body {
    font-family: 'Roobert';
    margin: 0;
    padding: 0;
}

button {
    border: none;
    border-radius: 5px;
    padding: 8px 15px;

    &.orange {
        background: #FF4D00;
        color: #fff;
    }
}

.notification {
    background: #1e1e1e;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    font-size: 13px;

    a {
        color: #fff;
        font-size: 12px;
        text-decoration: underline;
    }

    .icon {
        margin: 0 5px 0 0;
        width: 1.3rem;
    }
}

header {
    margin: 10px 0;
    /* &.sticky-top {
        -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
        box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
    } */
}

nav {
    a.logo {
        padding: 0;

        img {
            width: 120px;
        }
    }

    .navbar-nav,
    .navbar {
        align-items: center;

        li a.book-a-demo,
        a.nav-link.book-a-demo {
            background: #ff4400;
            border-radius: 20px;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 14px;
            margin-left: 2rem;
            padding: 6px 0px;
            text-align: center;
            text-shadow: none;
            text-decoration: none;
            width: 140px;

            img {
                margin-right: 6px;
                width: 20px;
            }
        }
    }

    &.navbar {
        a.nav-link.book-a-demo {
            background: #ff4400;
            border-radius: 20px;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 14px;
            margin-left: 2rem;
            padding: 6px 0px;
            text-align: center;
            text-shadow: none;
            width: 140px;

            img {
                margin-right: 6px;
                width: 20px;
            }
        }
    }
}


.banner-wrapper {
    .banner {
        background: #dddee6 url(./images/banner-bg-strip.png) repeat-x;
        /* min-height: 550px; */
        padding: 1rem 0;

        .bot-image {
            width: 100%;
        }

        .caption {
            color: #fff;
            font-size: 55px;
            font-weight: 100;
            margin: 0;
            width: 85%;
        }

        &.pages-banner {
            height: 315px;

            /* width: 525px; */
            .bot-image {
                width: 210px;

                &.one {
                    opacity: 0.45;
                    width: 100px;
                }

                &.two {
                    opacity: 0.65;
                    width: 150px;
                }

                &.three {
                    opacity: 0.85;
                    width: 180px;
                }

                &.four {
                    opacity: 1;
                    width: 210px;
                }
            }
        }
    }

    .inner-banner {}

    .metrics-info {
        background: #fff;
        border-radius: 0.6rem;
        margin-bottom: 15px;

        /* padding: 0; */
        .reports {
            display: flex;
            flex-direction: column;
            text-align: center;
            padding: 10px;

            /* min-width: 280px; */
            i img {
                width: 2rem;
            }

            .values {
                font-size: 2rem;
            }

            &:nth-child(odd) {
                background: #E9EAF0;
            }

            &:first-child {
                border-radius: 0.6rem 0 0 0.6rem;
            }
        }
    }
}

.notification-banner {
    /* background: #E9EAF0; */
    background: #ffd4c7;
    background-size: 5%;
    border-bottom: dotted 1px #FF4D00;
    padding: 1rem 0;
    min-height: 100px;

    .bg-icon {

        /* background: #fff4ef url('./images/mike-icon.png') no-repeat 2% center;
        background-size: 4%; */
        .carousel-control-next,
        .carousel-control-prev {
            width: 40px;
        }
    }

    .notification {
        border-radius: 10px;
        background: transparent;
        /* border: solid 1px #f7e5dd; */
        color: #000;
        padding: 5px;

        button {
            background: #fff;
            border: solid 1px #ccc;
            padding: 4px 10px;
        }
    }

    .carousel-inner {
        display: flex;
        align-items: center;
        margin: 0 auto;
        min-height: 62px;
        width: 90%;

        .carousel-item .item-details {
            display: flex;
            align-items: center;
            justify-content: space-evenly;
        }
    }
}


.heading-title {
    font-weight: 100;

    span {
        color: #FF4D00;
    }
}

.our-solution {
    .card {
        border: none;
        min-height: 350px;
        width: 100%;
    }

    .card-title {
        background: #FFCDB8;
        border-radius: 0.6rem 0.6rem 0 0;
        font-size: 17px;
        font-weight: 500;
        margin-bottom: 0;
        padding: 12px 0;
        text-align: center;

        &.last {
            background: #1e1e1e;
            color: #fff;
        }
    }

    .card-body {
        background: #FFE4D9;
        border-radius: 0 0 0.6rem 0.6rem;

        &.last {
            background: #999999;
            color: #fff;
        }
    }

    .list-items {
        list-style: none;
        margin: 0 2rem;
        padding: 0;
        text-align: center;

        li {
            font-weight: 200;
            padding-bottom: 14px;

            label {
                font-weight: 500;
                font-size: 15px;
            }

            &:last-child {
                padding-bottom: 0;
            }
        }
    }
}


.our-values {
    background: #E9EAF0;
    margin-bottom: 2rem;
    padding: 2rem 0 1rem 0;

    .card {
        border: none;
        background: #fff;
        margin-bottom: 1rem;

        .values-body {
            padding-left: 1rem;

            h6 {
                font-weight: 400;
                margin-bottom: 0.2rem;
            }

            p {
                font-size: 13px;
                font-weight: 300;
            }
        }
    }

    .card-title {
        font-size: 17px;
        font-weight: 500;
        padding: 8px 0;
    }

    .card-body {
        &.even {
            background: #FFE4D9;
        }
        .value-icon {
            width: 50px;
        }
    }
}


.section-block {
    &.bg-color {
        background: #FFE4D9;
    }

    &.bg-light {
        background: #E9EAF0;
    }

    &.bg-image {
        background: url('./images/banner-bg-strip.png') repeat-x;
        /* min-height: 300px; */
    }

    padding: 2rem 0;

    .img-frame {
        border-radius: 1rem;
        background: url('./images/banner-bg.png') repeat-x;
        /* min-height: 350px; */
        padding: 1.5rem 0 0 2rem;

        .frame-content {
            background: #fff;
            border-radius: 1rem 0 0.9rem 0;
            padding: 1.5rem;

            img {
                width: 100%;
            }
        }
    }

    p {
        font-weight: 200;
        font-size: 1.1rem;
    }
}

.out-partenrs {
    background: #E9EAF0;

    img {
        margin: 0 47px;
        opacity: 0.4;
    }
}

.security-system {
    .our-security {
        background: #E9EAF0;
        border-radius: 0.6rem;

        /* min-height: 100px; */
        .security-logo {
            background: #FFCDB8;
            border-right: solid 5px #FFCDB8;
            border-radius: 0.6rem 0 0 0.6rem;
            padding: 1.5rem 1rem;
        }

        .security-info {
            /* background: #FFCDB8; */
            padding: 1rem;
            display: flex;
            align-items: center;
            justify-content: space-around;

            ul {
                display: flex;
                line-height: normal;
                list-style: none;
                text-align: center;
                margin: 0;
                align-items: center;
            }

            img {
                width: 8%;
            }
        }
    }
}

.our-agents {
    padding-bottom: 1rem;

    .agents-list {
        ul {
            /* display: flex;
            justify-content: space-between; */
            margin: 0;
            padding: 0;

            li {
                list-style: none;

                /* min-height: 260px;
                width: 30%; */
                .agent-details {
                    background: #fff;
                    border-radius: 1rem;
                    list-style: none;
                    padding: 1.5rem;
                    min-height: 240px;
                    /* width: 30%; */
                    text-align: center;
                }

                img {
                    width: 20%;
                }

                h4 {
                    color: #FF4D00;
                    font-weight: 200;
                    margin: 1rem 0;
                }

                p {
                    font-size: 14px;
                }
            }
        }
    }

}

.about-us {

    .mission,
    .vision {
        background: #E9EAF0;
        display: flex;
        justify-content: center;
        min-height: 215px;
    }
}

.contact-us {
    .contact-fom {

        input,
        textarea {
            background: #eaeaef;
            border: solid 1px #dddde1;
            font-size: 14px;
            padding: 0.8rem;
        }
    }
}

.contact-us-wrapper {
    background: #E9EAF0;

    h4 {
        color: #000;
        font-weight: 200;
        text-align: center;
    }

    .contact-details {
        background: #FFCDB8;
        border-radius: 0.8rem;
        display: flex;
        align-items: center;
        /* justify-content: center; */
        padding: 1rem;

        img {
            margin: 0 1.5rem 0 0;
        }
    }
}


.footer {
    background: #0B1C33;
    /* background: #1e1e1e; */
    color: #c8c8c8;

    .address {
        font-size: 13px;
        margin-bottom: 3rem;
    }

    ul {
        list-style: none;

        li {
            font-size: 12px;

            a {
                color: #ccc;
                text-decoration: none;

                &:hover {
                    color: #FF4D00;
                }
            }
        }
    }

    .scribe-email {
        /* text-align: right; */
        /* float: right; */
        margin: 0;

        input {
            border: solid 1px #FF4D00;
            border-radius: 2rem;
            font-size: 13px;
            min-width: 300px;
            padding: .5rem 1rem;
        }

        button {
            border: solid 1px #FF4D00;
            background: #FF4D00;
            border-radius: 2rem;
            /* color: #fff; */
            font-size: 13px;
            margin-left: -2rem;
        }
    }

    .social-network {
        text-align: right;

        img {
            width: 60%;
        }
    }
}


@media (max-width: 575.98px) {
    body {
        nav {
            .offcanvas-lg.offcanvas-end {
                background: #FFE4D9;
                width: 71%;
            }

            .navbar-nav {
                li {
                    margin: 0 0 1rem 0;

                    a.nav-link.book-a-demo {
                        margin: 0;
                    }
                }
            }
        }

        .banner-wrapper {
            & .banner {
                /* padding: 0; */
                
                .bot-image {
                    float: right;
                    width: 60%;
                }

                .caption {
                    font-size: 40px;
                    width: auto;
                }
                &.contactus {
                    padding-bottom: 1rem;
                }
            }

            & .metrics-info {
                & .reports {
                    .values {
                        font-size: 1.2rem;
                        font-weight: 500;
                        padding: 10px 0 0 0;
                    }
                }
            }
        }

        .notification-banner {
            .carousel-inner {
                width: 88%;

                .item-details {
                    p {
                        font-size: 13px;
                    }

                    img {
                        margin-right: 10px;
                        width: 30%;
                    }
                }

                /* .carousel-control-next, .carousel-control-prev {
                    width: 10px;
                }  */
            }

        }

        .out-partenrs {
            img {
                margin: 0 20px;
            }
        }

        .security-system {
            & .our-security {
                & .security-info {
                    ul {
                        flex-wrap: wrap;
                    }
                }
            }
        }

        .section-block {
            &.bg-image {
                background: url('./images/banner-bg-strip.png') repeat;
            }
        }

        .banner-wrapper .banner {
            padding-bottom: 0;

            &.pages-banner {
                height: auto;

                .bot-image {
                    width: 210px;

                    &.one,
                    &.two,
                    &.three {
                        display: none;
                    }
                }
            }
        }
    }
}


/* CSS Animations  */

/* @keyframes drop-in {
    from {
      transform:
        rotate(60deg) translateY(-100%);
      opacity: 0;
    }
    to {
      transform:
        rotate(0deg) translateY(0%);
      opacity: 1;
    }
} */
.bot-image {
    animation: drop-in 1000ms;
}


.btn-change {
    -webkit-transition: all 0.5s ease-in-out;
}
.btn-change:hover {
    -webkit-transform: scale(1.1);
}


.bg-image {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.hover-zoom {
    --mdb-image-hover-zoom-transition: all 0.3s linear;
    --mdb-image-hover-zoom-transform: scale(1.1);
}

.accelerated {
    transition: transform 800ms;
    will-change: transform;
}
.accelerated:hover,
.accelerated:focus {
    transform: translateY(-12px);
}

/* .btn-change6 {
    box-shadow: 0 0 1px #FFE4D9;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: linear;
    box-shadow: 0px 0 0 #FFE4D9 inset;
}
.btn-change6:hover {
    box-shadow: 0 0 0 15px #fff inset;
    -webkit-transform: scale(1);
} */
