.sliderblock {
    /*width: 100%;
    height: 45vh;
    margin-top: 60px;
    background-size: 100% 45%;
    background-repeat: no-repeat;
    background-position: 0 60px;
    background-attachment: fixed;
    transition: all .5s ease 0s !important;*/
    width: 100%;
    margin-top:0px;
    height: 470px;
    position: absolute;

}

.sliderblock-main-produts{
    background-image: url('../assets/images/Group 6167.png'); 
}
.sliderblock-payment-equipments{
    background-image: url('../assets/images/payment.png'); 
}
.sliderblock-Consumer{
    background-image: url('../assets/images/Consumer.png'); 
}
.sliderblock-AI{
    background-image: url('../assets/images/AI.png');
}
.sliderblock-Cameras{
    background-image: url('../assets/images/Cameras.png');
}
.sliderblock-interactive{
    background-image: url('../assets/images/interactive.png');
}



@font-face {
    font-family: Segoe-UI;
    src: url('../assets/fonts/segoeui.ttf');
}





.main-section {
    min-height: 100vh;
}

.our-products-head {
    color: #fff;
    width: 100%;
    opacity: .1;
    font-weight: bold;
    line-height: 1;
    padding: 20px 0;
    font-size: 18vh;
    overflow: hidden;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: 15px;
    margin-top:40px;
}
.productMenu{
    background-color: #265976;
    margin-top:400px;
}
.productMenu a{
text-decoration: none;
}
.notactivelink{
    text-decoration: none;
    background: linear-gradient(#255F79, #255F79 50%, #C9406D 50%, #C9406D);
    background-size: 100% 200%;
    transition: all .5s;
}
.notactivelink:hover{
    background-position: 100% 100%;
}
.activelink{
    background-color: #C9406D !important;
}

/* ------------------------------------------ */
.inner-nav-web {
    justify-content: center;
    align-items: center;
    color: #fff;
    cursor: pointer;
    padding-top: 35px;
    display: flex;
    padding-bottom: 20px;
}

@media (max-width: 1199.98px) {
    .inner-nav-web {
        display: flex;
    }
}


.inner-nav-section-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    border: 2px solid #fff;
    border-right: 0;
}

    .inner-nav-section-wrapper:last-child {
        border-right: 2px solid #fff;
    }

    .inner-nav-section-wrapper:hover .inner-nav-text-wrapper {
        color: #ffffff;
    }

    .inner-nav-section-wrapper.active .inner-nav-bg {
        height: 130%;
        bottom: -15%;
    }

    .inner-nav-section-wrapper.active .inner-nav-text-wrapper {
        color: #ffffff;
    }

.inner-nav-text-wrapper {
    padding: 5px 40px;
    position: relative;
    z-index: 11;
    transition: 0.5s;
    font-size: 15px;
    font-weight: 300;
    height: 35px;
}

.inner-nav-text-wrapper-fake-text {
    opacity: 0;
}

.inner-nav-text-wrapper-bottom {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner-nav-text-wrapper-top {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -200%);
    transition: 0.55s;
    opacity: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner-nav-bg {
    position: absolute;
    left: -2px;
    bottom: -6%;
    width: calc(100% + 4px);
    height: 0;
    background-color: #C9406D;
    z-index: 10;
    transition: 0.5s;
    animation-fill-mode: forwards;
}

@keyframes inner-nav-hover-in {
    25% {
        bottom: -45%;
    }

    100% {
        height: 130%;
        bottom: -15%;
    }
}

@keyframes inner-nav-hover-out {
    0% {
        height: 130%;
        bottom: -15%;
    }

    30% {
        height: 140%;
        bottom: -5%;
    }

    50% {
        height: 28%;
        bottom: -35%;
    }

    100% {
        height: 0%;
        bottom: -10%;
    }
}

@keyframes inner-nav-down-text {
    0% {
        transform: translate(-50%, -50%);
        max-height: 100%;
    }

    30% {
        transform: translate(-50%, -50%);
        max-height: 100%;
        opacity: 1;
    }

    100% {
        transform: translate(-50%, 25px);
        opacity: 0;
        max-height: 0;
    }
}

@keyframes inner-nav-top-text {
    0% {
        transform: translate(-50%, -200%);
        opacity: 0;
    }

    30% {
        transform: translate(-50%, -200%);
        opacity: 0;
    }

    100% {
        transform: translate(-50%, -50%);
        opacity: 1;
        color: #fff;
    }
}

.inner-nav-text-bottom-out {
    animation-name: inner-nav-down-text;
    animation-duration: 0.55s;
}

.inner-nav-text-top-out {
    animation-name: inner-nav-top-text;
    animation-duration: 0.55s;
}

.inner-nav-bg-animanion-in {
    animation-name: inner-nav-hover-in;
    animation-duration: 0.55s;
}

.inner-nav-bg-animanion-out {
    animation-name: inner-nav-hover-out;
    animation-duration: 0.75s;
}
.inner-nav-mobile {
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 0 30px;
    display: none;
}

@media (max-width: 1199.98px) {
    .inner-nav-mobile {
        display: none;
    }
}


.inner-nav-mobile-select {
    display: block;
    max-width: 325px;
    height: 55px;
    width: 100%;
    position: relative;
    z-index: 3;
}

.new-inner-nav-select {
    position: relative;
    padding: 0 14px;
    cursor: pointer;
    user-select: none;
    height: 80%;
    display: flex;
    align-items: center;
    border-radius: 9px;
    background-color: #C9406D;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.19;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}

.new-inner-nav-select__list {
    position: absolute;
    background-color: #e3e3e3;
    top: 50px;
    left: 0;
    border-radius: 9px;
    cursor: pointer;
    width: 100%;
    z-index: 2;
    user-select: none;
    box-shadow: 0 4px 48px 0 rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

    .new-inner-nav-select__list.on {
        display: block;
        top: 59px;
    }

.new-inner-nav-select__item {
    color: #6d7783;
    font-size: 15px;
    height: 55px;
    background: #ffffff;
    display: flex;
    align-items: center;
}

    .new-inner-nav-select__item:not(:last-child) {
        animation-name: inner-nav-mobile-items;
        animation-duration: 0.65s;
        animation-fill-mode: forwards;
    }

    .new-inner-nav-select__item.new-inner-nav-select__item-selected {
        background: #C9406D;
        display: none;
    }

        .new-inner-nav-select__item.new-inner-nav-select__item-selected span {
            color: #ffffff;
        }

    .new-inner-nav-select__item span {
        display: block;
        padding: 7px 13px;
    }

    .new-inner-nav-select__item:hover {
        background: #C9406D;
        color: #ffffff;
    }

    .new-inner-nav-select__item span:hover {
        color: #ffffff;
    }

.new-inner-nav-select:after {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 16px;
    top: 9px;
    background: url("../assets/images/arrow_down_white.svg") no-repeat right center/cover;
    background-size: 16px;
    -webkit-transition: all 0.5s ease-in-out 0.1s;
    -o-transition: all 0.5s ease-in-out 0.1s;
    transition: all 0.5s ease-in-out 0.1s;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.new-inner-nav-select.on,
.new-inner-nav-select:hover {
    background: #C9406D;
    color: #ffffff;
}

    .new-inner-nav-select.on:after,
    .new-inner-nav-select:hover:after {
        background: url("../assets/images/arrow_down_white.svg") no-repeat right center/cover;
        background-size: 16px;
        opacity: 1;
    }

    .new-inner-nav-select.on:after {
        right: 5px;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

@keyframes inner-nav-mobile-items {
    0% {
        margin-bottom: 0px;
    }

    40% {
        margin-bottom: 0px;
    }

    70% {
        margin-bottom: 4px;
    }

    100% {
        margin-bottom: 1px;
    }
}

/* ------------------------------------------ */
@media(max-width:1100px) {
    .inner-nav-web{display: none !important;}
    .select-product-menu{
        display: block !important;
    }
    .inner-nav-mobile {
        display: flex;
    }
}
.activelink{
    background-color: #C9406D;
}
.SSP {
    font-size: 4vh;
    font-weight: bold;
    margin-left: 15px;
}

/* #Cameras,
#IRobot,
#CaffineHub,
#Smartboard,
#SmartTeller,
#PointOfSale {
    margin-top: 64vh;
} */

.Cameras,
.IRobot,
.Caffine-hub,
.Smart-board,
.point-of-sale,
.SmartTeller,
.ticket-vending-machine,
.The-Smart-Office-Machine {
    min-height: 100vh;
    background-image: url('../assets/images/Group 6171.svg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.Gates,
.Facial-Recognition-Device,
.I-Safe,
.The-Smart-Screen {
    min-height: 100vh;
    background-image: url('../assets/images/Group 6169.svg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.hide-text-left {
    position: absolute;
    bottom: 20px;
    font-size: 18vh;
    font-weight: bold;
    color: #dbdedf;
    opacity: .3 !important;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    overflow: hidden;
    line-height: 1;
    text-shadow: 3px 3px 0px rgba(63, 107, 169, 0.3)
}

.SMhead {
    color: #C93665;
    padding-left: 18px;
}

.animation-element {
    opacity: 0;
    position: relative;
}

.animation-element.slide-left {
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
    opacity: 0;
    -moz-transform: translate3d(-100px, 0px, 0px);
    -webkit-transform: translate3d(-100px, 0px, 0px);
    -o-transform: translate(-100px, 0px);
    -ms-transform: translate(-100px, 0px);
    transform: translate3d(-100px, 0px, 0px);
}

.animation-element.slide-right {
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
    opacity: 0;
    -moz-transform: translate3d(100px, 0px, 0px);
    -webkit-transform: translate3d(100px, 0px, 0px);
    -o-transform: translate(100px, 0px);
    -ms-transform: translate(100px, 0px);
    transform: translate3d(100px, 0px, 0px);
}

.animation-element.slide-left.in-view,
.animation-element.slide-right.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.footer {
    background-color: #255f79;
    color: white;
}

ul.dashed {
    list-style-type: none;
}

ul.dashed>li {
    text-indent: -5px;
    margin-left: 5px;
    padding-top: 15px;
}

ul.dashed>li:before {
    content: "-  ";
    text-indent: -5px;
}

#gmap_canvas {
    width: 100%;
    height: calc(width);
    border-radius: 5px;
    padding: 0 8px;
}

.text-Navy-blue {
    margin-bottom: auto;
    color: #265976;
    font-size: .8rem
}

.TVMtop-right {
    width: 12%;
    border-radius: 50%;
    position: absolute;
    animation: TVMtop-right 4s infinite;
    animation-direction: alternate;
}

@keyframes TVMtop-right {
    0% {
        right: 25%;
        top: -10%;
    }
    100% {
        right: 25%;
        top: -15%;
    }
}

.IS-top-left {
    width: 12%;
    border-radius: 50%;
    position: absolute;
    animation: IS-top-left 4s infinite;
    animation-direction: alternate;
    margin-top: -35px;
}

@keyframes IS-top-left {
    0% {
        left: 5%;
        top: 3%;
    }
    100% {
        left: 5%;
        top: 9%;
    }
}

.SS-top-left {
    width: 12%;
    border-radius: 50%;
    position: absolute;
    animation: SS-top-left 4s infinite;
    animation-direction: alternate;
}

@keyframes SS-top-left {
    0% {
        left: 3%;
        top: 0%;
    }
    100% {
        left: 3%;
        top: 5%;
    }
}

.IS-top-middle {
    width: 6%;
    border-radius: 50%;
    position: absolute;
    animation: IS-top-middle 4s infinite;
    animation-direction: alternate;
    margin-left: 50px;
}

@keyframes IS-top-middle {
    0% {
        left: 60%;
        top: 15%;
    }
    100% {
        left: 60%;
        top: 20%;
    }
}

.SS-top-middle {
    width: 6%;
    border-radius: 50%;
    position: absolute;
    animation: SS-top-middle 4s infinite;
    animation-direction: alternate;
}

@keyframes SS-top-middle {
    0% {
        left: 60%;
        top: 10%;
    }
    100% {
        left: 60%;
        top: 15%;
    }
}

.IS-top-right {
    width: 9%;
    border-radius: 50%;
    position: absolute;
    animation: IS-top-right 4s infinite;
    animation-direction: alternate;
}

@keyframes IS-top-right {
    0% {
        right: 0%;
        top: 10%;
    }
    100% {
        right: 0%;
        top: 20%;
    }
}

.IS-bottom-right {
    width: 8%;
    border-radius: 50%;
    position: absolute;
    animation: IS-bottom-right 4s infinite;
    animation-direction: alternate;
}

@keyframes IS-bottom-right {
    0% {
        right: 20%;
        bottom: 20%;
    }
    100% {
        right: 20%;
        bottom: 26%;
    }
}

.top-left {
    width: 8%;
    border-radius: 50%;
    position: absolute;
    animation: top-left 5s infinite;
    animation-direction: alternate;
}

.bottom-left {
    width: 10%;
    border-radius: 50%;
    position: absolute;
    animation: bottom-left 5s infinite;
    animation-direction: alternate;
}

.top-right {
    width: 13%;
    border-radius: 50%;
    position: absolute;
    animation: top-right 5s infinite;
    animation-direction: alternate;
}

@keyframes top-right {
    0% {
        right: 10%;
        top: -10%;
    }
    100% {
        right: 15%;
        top: -15%;
    }
}

.SMtop-right {
    width: 10%;
    border-radius: 50%;
    position: absolute;
    animation: SMtop-right 4s infinite;
    animation-direction: alternate;
}

@keyframes SMtop-right {
    0% {
        right: 7%;
        top: 5%;
    }
    100% {
        right: 13%;
        top: 0%;
    }
}

@keyframes bottom-left {
    0% {
        left: 20%;
        bottom: 10%;
    }
    100% {
        left: 20%;
        bottom: 14%;
    }
}

@keyframes top-left {
    0% {
        left: 10%;
        top: 15px;
    }
    100% {
        left: 10%;
        top: 18%;
    }
}

.footerImg {
    position: absolute;
    bottom: 15px;
}

#gmap_canvas {
    border-radius: 15px;
}

@media (max-width: 767px) {
    .Cameras,
    .IRobot,
    .Caffine-hub,
    .Smart-board,
    .point-of-sale,
    .SmartTeller,
    .ticket-vending-machine,
    .The-Smart-Office-Machine,
    .Gates,
    .Facial-Recognition-Device,
    .I-Safe,
    .The-Smart-Screen,
    .main-section {
        min-height: auto;
    }
}



@media(max-width:767px) {
    .footerImg {
        position: relative;
        top: 15px;
    }
    .hide-text-left {
        display: none;
    }
}

@media(min-width:1540px) {
    .container {
        max-width: 80% !important;
    }
    .text-Navy-blue {
        font-size: 1.1rem;
    }
}

@media (max-width: 1023px) {
    .SSP {
        font-size: 3vh;
    }
    .sliderblock span {
        font-size: 2vh;
    }
    .our-products-head {
        display: none;
    }
    .sliderblock {
        height: 45vh;
        background-size: 100% 45%;
    }
    @keyframes bottom-left {
        0% {
            left: 7%;
            bottom: 10%;
        }
        100% {
            left: 7%;
            bottom: 14%;
        }
    }
    @keyframes IS-top-middle {
        0% {
            left: 60%;
            top: -10%;
        }
        100% {
            left: 60%;
            top: -5%;
        }
    }
    @keyframes IS-bottom-right {
        0% {
            right: 10%;
            bottom: 10%;
        }
        100% {
            right: 10%;
            bottom: 16%;
        }
    }
    @keyframes TVMtop-right {
        0% {
            right: 10%;
            top: -10%;
        }
        100% {
            right: 10%;
            top: -15%;
        }
    }
}

/*Thoufeer*/

.fixed-area {
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 450px;
    margin-bottom: -5px;
}

.fixed-area-background {
    width: 100%;
    height: 100%;
    position: absolute;
}

    .fixed-area-background img {
        width: 100%;
        height: 100%;
        object-fit: fill;
    }

.fixed-area-text {
    position: relative;
    top: 10%;
    margin: 0 auto;
    width: 1140px;
    padding: 0 15px;
    width: 70%;
}

    .fixed-area-text h1 {
        color: white;
        font-size: 140px;
        line-height: 113px;
        font-weight: bold;
        margin-top: 35px;
        margin-bottom: 0px;
        min-height: 225px;
    }

        .fixed-area-text h1:first-child {
            padding-right: 10px;
        }

    .fixed-area-text p {
        top: 40px;
        font-size: 90px;
        position: absolute;
        bottom: 22%;
        margin-left: 35px;
        line-height: 1;
    }

    .fixed-area-text span {
        padding: 2px 10px;
        border-radius: 5px;
        font-size: 18px;
        background-color: #255F79;
        margin-left: 15px;
        position: relative;
    }

@media (max-width: 1199.98px) {

    .fixed-area {
        height: 375px;
    }
    .productMenu {
        background-color: #265976;
        margin-top: 350px;
    }

    .fixed-area-text {
        top: 33%;
        width: 767px;
        padding: 0 15px;
    }

        .fixed-area-text h1 {
            font-size: 100px;
            line-height: 90px;
            margin-bottom: 30px;
            min-height: 180px;
        }
        .fixed-area-text p {
            top: 40px;
            font-size: 80px;
             position: unset; 
             bottom: 22%; 
            margin-left: 35px;
            line-height: 1;
        }
        .fixed-area-text span {
            padding: 5px 10px;
            border-radius: 5px;
            font-size: 20px;
            background-color: #255F79;
            margin-left: 35px;
            position: relative;
        }
}

@media (max-width: 767.98px) {
    .fixed-area {
        height: 330px;
    }

    .fixed-area-text {
        top: 33%;
        width: 100%;
        padding: 0 20px;
    }

        .fixed-area-text h1 {
            font-size: 70px;
            font-weight: bold;
            line-height: 60px;
            margin-bottom: 30px;
            min-height: 0;
            max-width: 445px;
        }
}
@media (max-width: 575.98px) {

    .fixed-area {
        height: 255px;
    }

    .fixed-area-text {
        top: 15%;
        width: 100%;
        padding: 0 20px;
    }

        .fixed-area-text h1 {
            font-size: 35px;
            font-weight: bold;
            line-height: 45px;
            margin-bottom: 15px;
            min-height: 0;
            max-width: 348px;
        }
    .productMenu {
        background-color: #265976;
        margin-top: 250px;
    }
    .fixed-area-text p {
        /*top: 70px;
        font-size: 40px;
        position: absolute;
        bottom: 22%;
        margin-left: 35px;*/
        margin-top: 70px;
        font-size: 40px;
        line-height: 1;
        margin-left: 0px;
        position: unset;
    }
    .fixed-area-text span {
        padding: 5px 10px;
        border-radius: 5px;
        font-size: 14px;
        background-color: #255F79;
        margin-left: 0px;
        position: relative;
    }
}



