@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;700;900&display=swap');

.lb {
    border-left: 1px solid var(--white);
}

.rb {
    border-right: 1px solid rgba(255, 255, 255, .05);
}

html, body {
    position: relative;
    height: 100%;
    background-color: #161616;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
    font-weight: 300 !important;
}

.clearfix {
    clear: both;
}

.grid-x {
    max-height: 100%;
    padding: 0 !important;
}

.swiper-container {
    width: 90vw;
    max-width: 1920px;
    min-height: 640px;
    max-height: 800px;
    height: 70%;
    margin-top: 0;
    overflow: visible;
}

.swiper-slide {
    font-size: 18px;
    background-color: rgba(18, 18, 18, 0.75);
    overflow: visible;
    cursor: default;
}

.swiper-shadow {
    -webkit-filter: blur(25px);
    -moz-filter: blur(25px);
    -o-filter: blur(25px);
    -ms-filter: blur(25px);
    filter: blur(25px);
    transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    background-color: #000000;
    border-radius: 100%;
    width: 80vw;
    height: 50px;
    opacity: 0.5;
}

h1, h2, h3, h4, h5, h6, p, div {
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}

body {
    font-size: 14px;
    color: #ffffff;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}

.hide {
    display: none;
}

.txt-thin {
    font-weight: 100 !important;
}

.txt-light {
    font-weight: 300 !important;
}

.txt-bold {
    font-weight: 700 !important;
}

.txt-xbold {
    font-weight: 900 !important;
}

.txt-xsmall {
    font-size: 12px;
}

.txt-small {
    font-size: 13px;
}

.txt-xxlarge {
    font-size: 70px;
    line-height: 100%;
}

.txt-color-white {
    color: #ffffff;
}

.txt-color-dark {
    color: var(--white);
}

.txt-color-light {
    color: var(--white);
}

.sc-red {
    background-color: red;
}

.sc-blue {
    background-color: blue;
}

.relative {
    position: relative;
}

.absolute-center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.float-center {
    margin-left: auto;
    margin-right: auto;
}

.all-lines {
    opacity: 0;
    transition: 0.5s;
}

.vertical-center {
    display: flex;
    align-items: center;
    height: 100%;
}

.vert-line-first {
    width: 1px;
    height: 100%;
    background-color: var(--white);
    position: absolute;
    top: 0;
    left: 35%;
    transform: translate(-50%);
    opacity: 0.15;
    z-index: 1;
}

.vert-line-second {
    width: 1px;
    height: 100%;
    background-color: var(--white);
    position: absolute;
    top: 0;
    left: 65%;
    transform: translate(-50%);
    opacity: 0.15;
    z-index: 1;
}

.horiz-line-first {
    width: 100%;
    height: 1px;
    background-color: var(--white);
    position: absolute;
    left: 0;
    top: 25%;
    opacity: 0.15;
    z-index: 1;
}

.horiz-line-second {
    width: 100%;
    height: 1px;
    background-color: var(--white);
    position: absolute;
    left: 0;
    bottom: 25%;
    opacity: 0.15;
    z-index: 1;
}

.line-separator {
    height: 1px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.divider-100 {
    height: 1px;
    width: 100px;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--white);
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: var(--white);
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: var(--white);
}

.cover {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #161616;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 4;
}

.header {
    width: 90vw;
    max-width: 1920px;
    margin: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    z-index: 3;
    height: 80px;
    display: flex;
    align-items: center;
}

.logo {
    transition: 0.5s;
    transform: translateX(250px);
    -moz-transform: translateX(250px);
    opacity: 0;
}

.logo img {
    width: 100%;
    height: 100%;
}

.menu-top {
    list-style-type: none;
    float: right;
    margin: 0;
    opacity: 0;
    transition: 0.5s;
    transform: translateY(100px);
    -moz-transform: translateY(100px);
}

.menu-top li {
    margin: 0;
    float: left;
    margin-left: 50px;
    font-size: 0.68rem;
    color: var(--white);
    font-weight: 400;
    letter-spacing: 3px;
    cursor: pointer;
    padding: 5px;
    text-align: center;
    transition: 0.2s;
}

.menu-top li.active, .menu-top li.active.hvr-overline-from-center:before {
    color: #ffffff;
}

.menu-top li:hover {
    color: #ffffff;
    padding-top: 10px;
    padding-bottom: 0;
    -webkit-tap-highlight-color: transparent;
}

.menu-left {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) translateX(-100px);
    -moz-transform: translateY(-50%) translateX(-100px);
    z-index: 3;
    opacity: 0;
    transition: 2.5s;
}

.menu-left .btn {
    padding: 15px;
    color: var(--white);
    clear: both;
    cursor: pointer;
    display: block;
}

.menu-left .btn .line {
    height: 1px;
    width: 20px;
    background-color: var(--white);
    float: right;
    margin-top: 10px;
    transition: 0.2s;
}

.menu-left .btn .nr {
    float: right;
    margin-left: 7px;
    transition: 0.2s;
}

.menu-left .btn.active {
    color: #ffffff;
}

.menu-left .btn.active .line {
    width: 50px;
}

.menu-left .btn:hover .line {
    width: 50px;
    background-color: #ffffff;
    -webkit-tap-highlight-color: transparent;
}

.menu-left .btn:hover .nr {
    color: #ffffff;
    transform: scale(2.5) rotate(90deg);
    -moz-transform: scale(2.5) rotate(90deg);
    -webkit-tap-highlight-color: transparent;
}

.pages-master {
    opacity: 0;
    transition: 1s;
    height: 100%;
    margin-top: 100px;
}

.gfx-table {
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    transition: 0.5s;
}

.cards-container {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.gfx-cards {
    height: 80%;
    width: 100%;
    position: absolute;
    top: 120px;
    left: 27.5%;
    background-size: contain;
    background-image: url("../img/flying-cards.png");
    background-repeat: no-repeat;
    background-position: center center;
    transition: 1.5s;
    opacity: 0;
}

.about-ico {
    width: 90px;
    height: 90px;
    position: relative;
    display: inline-block;
}

.about-ico .border1 {
    position: absolute;
    top: 0;
    left: -5px;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 1px solid var(--white);
    opacity: 0.65;
}

.about-ico .border2 {
    position: absolute;
    top: 0;
    right: -5px;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 1px solid var(--white);
    opacity: 0.15;
}

.about-ico .ico {
    width: 60%;
    height: 60%;
    margin-left: 15%;
    margin-top: 20%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.corner-top-left {
    position: absolute;
    top: -10px;
    left: -10px;
    height: 0px;
    width: 270px;
    transition: 0.1s;
    opacity: 0;
}

.corner-bottom-right {
    position: absolute;
    bottom: -10px;
    right: -10px;
    height: 170px;
    width: 0px;
}

.swiper-slide .content {
    display: none;
}

.swiper-slide.home .content {
    display: block;
}

.overflow-members {
    max-height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

.text-center {
    text-align: center !important;
}

.content {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.btn-red-border {
    padding: 10px;
    display: inline-block;
    cursor: pointer;
    transition: 0.2s;
}

.btn-red-border:hover {
    border: 1px solid #ffffff;
    padding-left: 18px;
    padding-right: 2px;
    -webkit-tap-highlight-color: transparent;
}

.btn-red-border:active {
    transition: 0s;
}

.btn-solutions {
    cursor: pointer;
    transition: 0.2s;
}

.btn-solutions.hover {
    transform: translate(10px);
    -webkit-tap-highlight-color: transparent;
}

.btn-solutions.active {
    transform: translate(15px);
    color: var(--red);
    /*font-weight: 600;*/
}

.solutions-info-container {
    min-height: 310px;
}

.solutions-info {
    padding: 10px;
    padding-right: 50px;
    transition: 0.2s;
    display: none;
}

.solutions-info.active {
    display: block;
}

.solutions-info .sol-short {
    max-height: 220px;
    overflow: hidden;
}

.clients-banner {
    width: 100%;
    max-height: 200px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.news-banner {
    width: 100%;
    max-height: 400px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.popup {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(18, 18, 18, 1);
    position: absolute;
    cursor: default;
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
    z-index: 99;
    box-sizing: border-box;
}

.popup-content {
    margin-top: 100px;
    padding: 20px;
}

.grid-x .cell {
    position: static;
}

.close-btn {
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../img/close-btn.png");
    transition: 0.2s;
    position: absolute;
    left: 10px;
    top: 20px;
    z-index: 2;
}

.close-btn:hover {
    transform: rotate(180deg) scale(0.8);
    -webkit-tap-highlight-color: transparent;
}

.close-btn:active {
    opacity: 0.1;
    transition: 0s;
}

.client, .post {
    display: none;
}

.client.active, .post.active {
    display: block;
}

.about-name {
    transition: 0.2s;
}

.about-name:hover {
    transform: translate(20px);
    -webkit-tap-highlight-color: transparent;
}

.contact .map {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../img/map.jpg");
    width: 100%;
    min-height: 300px;
}

.contact input, .contact textarea {
    background-color: transparent !important;
    border: solid 1px rgba(255, 255, 255, 0.15);
    color: var(--white);
    font-size: 14px;
}

.contact input:focus, .contact textarea:focus {
    outline: none;
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact textarea {
    min-height: 150px;
}

.slot-bg {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../img/slot.png");
    width: 100%;
    height: 100%;
    max-height: 550px;
    -webkit-filter: drop-shadow(0 0 25px #000);
    filter: drop-shadow(0 0 25px #000);
}

.all-reels {
    width: 180px;
    height: 175px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-90px, -120px);
    overflow: hidden;
}

.reel {
    width: 30%;
    height: 100%;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.reel.first {
    background-image: url("../img/reel1.png");
}

.reel.second {
    background-image: url("../img/reel2.png");
}

.reel.third {
    background-image: url("../img/reel3.png");
}

.slot-bg .line {
    height: 2px;
    width: 203px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-100px, -35px);
    -webkit-box-shadow: 0px 4px 1px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 4px 1px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 1px 0px rgba(0, 0, 0, 0.25);
    filter: drop-shadow(0 0 0px #000);
}

.logo-slot {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 13%;
    width: 100%;
    height: 50px;
    opacity: 0.5;
}

.burger-btn {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 10px;
    top: 8px;
}

.menu-top-small ul {
    list-style: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    max-width: 280px;
    text-align: left;
    background-color: rgba(18, 18, 18, 0.98);
    padding: 15px;
    box-sizing: border-box;
    padding-bottom: 50px;
    display: none;
}

.menu-top-small ul li {
    font-size: 15px;
    font-weight: 300;
    margin-top: 35px;
    color: var(--white);
}

.menu-top-small .close-btn {
    position: absolute;
    right: 0;
    top: -35px;
    left: inherit;
}

.for-blue, .for-orange, .blue .for-red, .orange .for-red {
    display: none;
}

.blue .for-blue, .orange .for-orange {
    display: block;
}


@media screen and (max-width: 1023px) {
    .cube_menu_list_desktop{
        display: none;
    }
    .cube_menu_list_mobile{
        display: none;
        /*        background-color: #000;
                padding: 1px 10px 10px 10px;*/

    }
    .cube_menu_list_mobile .btn-solutions{
        display: block !important;
        text-align: center !important;
    }
    .cube_menu_list_show_hide{
        color: #fff;
        font-size: 80%;

    }
    .cube_menu_list_show_hide:focus,.cube_menu_list_show_hide:active,.cube_menu_list_show_hide:visited{
        color: #fff;
    }

    .page_title{
        display: none;
    }

    .mobile_cube_menu_area{
        display: block;
    }


    .desktop_news_area{
        /*display: none;*/
    }

    .mobile_news_area{
        /*display: inline-block;*/
    }

    .mobile_news_area .news_lists .single_news{
        text-align: left;
    }
    .mobile_news_area .news_lists .single_news .news_heading{
        text-align: left;
    }
    .mobile_news_area .news_lists .single_news .news_details{
        text-align: left;
    }
    .mobile_news_area .news_lists .single_news .news_details .txt-small{
        text-align: left;
    }
    .grecaptcha-badge{
        display: none;
    }
    .float-right{
        float: unset !important;
    }
}

@media screen and (max-width: 424px) {
    .mobile_our_brand_menu{
        text-align: center !important;
    }
    .mobile_our_brand_menu .btn-solutions{
        display: block !important;
        text-align: center !important;
        margin-right: 0px !important;
    }
}

@media screen and (min-width: 1024px) {
    .cube_menu_list_desktop{
        display: block;
    }
    .cube_menu_list_mobile{
        display: none;
    }
    .mobile_cube_menu_area{
        display: none;
    }
    .desktop_news_area{
        /*        display: inline-block;*/
    }

    .mobile_news_area{
        /*display: none;*/
    }

    .home_banner_hading{
        font-size: 50px;
    }
    .home_banner_sub_hading{
        font-size: 30px;
    }

}
@media (min-width: 1024px)  and (max-width: 1324px) {
    .home_banner_hading{
        font-size: 36px;
    }
    .home_banner_sub_hading{
        font-size: 22px;
    }
}

.grecaptcha-badge{
    display: none !important;
}

.client_static_text{
    font-size: 13px;
    margin-bottom: 20px;
    margin-top: 5px;
    padding: 0 10px;
}