@charset "UTF-8";
@font-face {
    font-family: 'FuturaPT';
    src: url("../fonts/FuturaPTBold.otf");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'FuturaPTMedium';
    src: url("../fonts/FuturaPTMedium.otf");
    font-weight: 500;
    font-style: normal;
}

/*@font-face {
    font-family: 'FuturaPT';
    src: url("../fonts/FuturaPTBold.otf");
    font-weight: 400;
    font-style: normal;
} */

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transition: ease all 0.5s;
    color: #fff;
}

**:before, **:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ol, ul {
    list-style: none;
}

html {
    height: 100%;
}

html body {
    height: 100%;
    font-size: 16px;
    margin: 0;
    padding: 0;
    font-family: 'FuturaPT';
    background-color: #000;
}

body {
    counter-reset: my-sec-counter;
}

.fixed-header {
    width: 100%;
    height: 72px;
    position: fixed;
    background-color: #000;
    padding: 24px;
    z-index: 99;
}

.fixed-header.header-animated {
    padding: 13px;
    height: 50px;
}

.custom-navbar ul li {
    display: inline-block;
    margin: 0 11px;
}

.custom-navbar ul li a {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 20px;
    line-height: 24px;
    padding: 21px 10px;
    font-family: 'FuturaPTMedium';
}

.header-animated .custom-navbar ul li a {
    font-size: 15px;
    padding: 11px 15px;
}

.custom-navbar ul li a.active, .custom-navbar ul li a:hover {
    border-bottom: 2px solid #fff;
    font-family: 'FuturaPT';
}

.custom-navbar {
    display: flex;
}

.custom-navbar .menu {
    display: flex;
    flex-grow: 1;
}

.custom-navbar ul {
    flex-direction: row;
    margin: 0 auto;
}

.custom-navbar .lang-switch ul li a {
    font-weight: normal;
    font-size: 14px;
    padding: 10px 5px;
    line-height: 0.5;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid transparent;
    width: 30px;
    height: 30px;
    margin-left: 0px;
    margin-right: 5px;
    display: inline-block;
}

.lang-switch ul li {
    margin: 0;
}

.lang-switch ul li a {
    margin-right: 0 !important;
}

.custom-navbar .lang-switch ul li a.active {
    border-color: #fff;
}

.custom-navbar .menu .btn {
    background-color: transparent;
    outline: none;
    border: none;
    margin-right: 20px;
}

.footer-main {
    background-color: #000;
    width: 100%;
    padding: 24px;
    text-align: center;
}

.social-wrapper ul li {
    display: inline-block;
}

.social-wrapper ul li a {
    font-size: 20px;
    padding: 0 24px;
}

#reel {
    overflow: hidden;
    position: relative;
    width: 100%;
}

#reel-video.vimeo {
    height: 56.25vw;
}

#reel-video {
    position: relative;
    top: 0%;
    left: 0%;
    width: 100%;
    height: auto;
}

.projects {
    background-image: url('../img/project-bg.png');
}

.technologies {
    background-image: url('../img/tech-bg.png');
}

.project-one {
    background-image: url('../img/project-one-bg.png');
    height: 100%;
}

.service-one {
    background-image: url('../img/services-pg-bg.png');
    background-attachment: fixed;
    height: 100%;
}

.services {
    background-image: url('../img/services-bg.png');
}

.service-three {
    background-image: url('../img/Image 99.png');
}

.about {
    background-image: url('../img/about-bg.png');
}

.job {
    background-image: url('../img/job-bg.png');
}

.contact {
    background-image: url('../img/contact-bg.png');
}

.tech-one {
    background-image: url('../img/Holobox.png');
    height: 100%;
}

.about-one {
    background-image: url('../img/Group 782.png');
    height: 100%;
}

.about-five {
    background-image: url('../img/Path 105.png');
    height: 100%;
}

.panel, .contact {
    position: relative;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 56.25vw;
    background-size: 100% 100%;
}

.panel-without-scroll {
    position: relative;
    top: 0%;
    left: 0%;
    width: 100%;
    /* height: 100%; */
    background-size: cover;
    background-repeat: no-repeat;
}

.pagination {
    position: fixed;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.4em;
    z-index: 10;
}

.pagination a {
    display: block;
    padding: 4px;
    width: 11px;
    height: 11px;
    margin-bottom: 25px;
    position: relative;
    border-radius: 50%;
}

.pagination a.active:after {
    opacity: 1;
    box-shadow: inset 0 0 0 5px;
    width: 13px;
    height: 13px;
}

.pagination a:after {
    -webkit-transition: opacity 1.1s ease;
    transition: opacity 1.1s ease;
    width: 11px;
    height: 11px;
    display: block;
    border-radius: 50%;
    content: '';
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    border: 1px solid;
    background: #fff;
    opacity: .2;
}

.panel-inner {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    margin: 0 auto;
    text-align: center;
}

.slight-up, .slight-up-btn {
    top: 0px !important;
}

.project-one .panel-inner {
    bottom: 60px;
    top: unset;
    transform: unset;
}

.project-two .panel-inner, .project-three .panel-inner, .project-four .panel-inner {
    position: unset;
    transform: unset;
    padding-top: 50px;
    margin: 0 45px;
}

.project-ten p {
    font-size: 23px;
    line-height: 33.6px;
    text-align: center;
}

.service-one .panel-inner {
    transform: unset;
    top: 15%;
}

.panel-inner h1 {
    font-size: 56.02px;
    line-height: 95.23px;
    text-transform: uppercase;
    -webkit-transition: top 1.4s ease;
    transition: top 1.4s ease;
    position: relative;
    top: 100px;
    text-shadow: 2px 2px #00000080;
    letter-spacing: 2px;
}

.project-one .panel-inner h1 {
    font-size: 41px;
}

.project-one .panel-inner p, .project-two .panel-inner p, .project-three .panel-inner p, .project-four .panel-inner p {
    font-family: "FuturaPTMedium";
    font-size: 23px;
    line-height: 34px;
    position: relative;
    top: 100px;
}

.panel-inner .btn, .contact-btn .btn, .service-two .btn {
    position: relative;
    top: 100px;
    font-size: 18.06px;
    line-height: 28.88px;
    text-align: left;
    background: #000;
    padding: 14px 40px;
    border: unset;
    outline: none;
    -webkit-transition: top 1.1s ease;
    transition: top 1.3s ease;
    cursor: pointer;
}

.panel-inner .btn:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.panel-inner .btn:active {
    color: #000
}

.panel-inner .btn:active:after {
    background: transparent;
}

.panel-inner .btn:hover:before {
    opacity: 1;
}

.panel-inner .btn:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 400% 0;
    }
    100% {
        background-position: 0 0;
    }
}

.location {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-90%);
    font-size: 23px;
    z-index: 10;
    transition: all 1s ease;
}

.contact-btn {
    position: absolute;
    right: 25%;
    top: 65%;
    font-size: 23px;
    z-index: 10;
}

.projects-main .move-next, .services-main .move-next, .technologies-main .move-next, .about-main .move-next {
    display: none;
}

.move-next {
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    z-index: 9;
    text-align: center;
}

.move-next .btn {
    cursor: pointer;
    background-color: transparent;
    border: unset;
    outline: none
}

.move-next svg {
    width: 60px;
}

.animation-btn {
    animation: MoveUpDown 1s infinite alternate;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}

@keyframes MoveUpDown {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-30px);
    }
}

.glow {
    font-size: 0;
    text-align: center;
    position: absolute;
    top: 300px;
    left: 24%;
    text-shadow: 0 0 0 rgb(146 8 146 / 1), 0 0 90px #920892, 0 0 40px #920892, 0 0 30px #920892, 0 0 50px #920892, 0 0 60px rgb(146 8 146), 0 0 70px #920892;
    box-shadow: 0px 0 50px 50px rgba(146, 8, 146, 1);
    width: 10px;
    height: 10px;
    border-radius: 500px;
    -webkit-animation: glow 1s ease-in-out infinite alternate;
    -moz-animation: glow 1s ease-in-out infinite alternate;
    animation: glow 1s ease-in-out infinite alternate;
}

@keyframes glow {
    from {
        box-shadow: 0px 0 50px 50px rgba(146, 8, 146, 0.7);
    }
    to {
        box-shadow: 0px 0 50px 50px rgba(146, 8, 146, 0.2);
    }
}

@-webkit-keyframes glow {
    from {
        box-shadow: 0px 0 50px 50px rgba(146, 8, 146, 0.7);
    }
    to {
        box-shadow: 0px 0 50px 50px rgba(146, 8, 146, 0.2);
    }
}

h4.glow:before {
    content: '.';
    font-size: 55px;
    position: absolute;
    top: -45px;
    left: -2px;
}

.contact .btn, .service-two .btn {
    box-shadow: 0px 0 50px 20px rgba(146, 8, 146, 0.5);
    transition: all 1s ease;
}

.custom-navbar ul li a {
    transition: all 0.7s ease;
}

.contact .btn:hover, .service-two .btn:hover {
    box-shadow: 0px 0 80px 20px rgba(146, 8, 146, 0.5);
}

.slight-leftside {
    right: 17%;
}

.social-wrapper i:hover {
    color: #920892;
}

.preloader {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999999;
    background-image: url('../img/Ripple-loader.gif');
    /* your icon gif file path */
    background-repeat: no-repeat;
    background-color: #FFF;
    background-position: center;
}

#stop-scrolling {
    height: 100% !important;
    overflow: hidden !important;
}

.column-6 {
    position: relative;
    width: 49%;
    display: inline-block;
    margin: 0px;
    vertical-align: top;
}

.column-4 {
    position: relative;
    width: 32%;
    display: inline-block;
    margin: 6px;
    vertical-align: top;
}

.column-12 {
    position: relative;
    width: 100%;
    vertical-align: top;
}

.project-eight h1 {
    font-size: 41px;
    line-height: 67.23px;
    text-align: center;
}

.w-100 {
    width: 100%
}

.content {
    position: relative;
    overflow: hidden;
}

.content .content-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.8s ease-in-out 0s;
    -moz-transition: all 0.8s ease-in-out 0s;
    transition: all 0.8s ease-in-out 0s;
    z-index: 2;
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    z-index: 2;
}

.content-details h3 {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 23px;
    line-height: 33.6px;
}

.content:hover .content-overlay {
    opacity: 1;
}

.content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.service-one .panel-inner h1 {
    font-size: 41px;
    line-height: 49px;
}

.services-items, .service-icons {
    padding: 50px 0;
    display: flex;
    justify-content: center;
    font-family: 'FuturaPTMedium';
    text-align: center;
}

.services-items-content {
    padding-right: 20px;
    padding-left: 20px;
    position: relative;
    width: 16%;
    opacity: 0;
}

.services-items-content-number:after {
    content: '';
    border-bottom: 2px solid #fff;
    position: absolute;
    top: 20px;
    width: 100px;
    margin: 0 auto;
    right: 0;
    left: 170px;
}

.services-items-content:last-child .services-items-content-number:after {
    content: unset
}

.about-detailed .services-items-content {
    text-align: left;
}

.about-detailed .services-items-content-number:after {
    left: 160px;
    width: 60px;
}

.services-items-content-number {
    font-size: 40px;
    line-height: 48px;
}

.about-detailed .services-items-content-number {
    text-transform: uppercase;
}

.services-items-content-name {
    font-size: 24px;
    line-height: 29px;
}

.about-detailed .services-items-content-name li {
    font-size: 22px;
    color: #c5c5c5;
    line-height: 30px;
}

.services-detail {
    padding: 0 90px;
    width: 100%;
}

.services-detail p {
    font-family: 'FuturaPTMedium';
    margin: 0 0 0 100px;
    text-align: left;
    font-size: 23px;
    line-height: 33.6px;
}

.services-detail .column-6:last-child p {
    margin: 80px 0 0 80px;
}

.services-detail .column-6:last-child p:before {
    height: 50%;
    border-left: 2px solid;
    content: '';
    position: absolute;
    left: 0;
    top: 60px;
    box-shadow: 0px 0 50px 20px rgba(146, 8, 146, 0.5);
}

.icon-div {
    padding-right: 20px;
    padding-left: 20px;
    position: relative;
    width: 14%;
    text-align: center;
}

.icon-img {
    width: 70px;
    height: 70px;
    margin: 0 auto;
}

.icon-text {
    padding-top: 20px;
}

.service-two {
    text-align: center;
}

.service-two p {
    font-family: 'FuturaPTMedium';
    font-size: 23px;
    line-height: 33.6px;
    width: 527px;
    margin: 0 auto 50px auto;
}

.tech-one .panel-inner {
    top: unset;
    bottom: 0;
}

.floating-text-one {
    position: relative;
    text-align: center;
    width: 100%;
    top: 20%;
    right: 0;
}

.arrow-new img {
    transform: rotate(-15deg);
}

.floating-text-one p {
    position: absolute;
    top: -50px;
    right: 70px;
    left: 0;
    font-size: 14px;
    line-height: 24px;
}

.floating-text-two {
    position: relative;
    text-align: center;
    width: 100%;
    bottom: -240px;
    right: 0;
}

.floating-text-two .arrow-new img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.tech-two {
    margin-top: 50px;
}

.tech-four {
    margin-top: 50px;
}

.tech-four p {
    font-size: 23px;
    line-height: 33.6px;
    text-align: center;
    margin-bottom: 20px;
}

.content:hover .content-image {
    transform: scale(1.1);
    transition: all .8s ease-in-out 0s;
}

.about-one .panel-inner {
    top: unset;
    bottom: 0;
    transform: unset;
}

.about-one .panel-inner h1 {
    font-family: 'FuturaPT';
    font-size: 134px;
    line-height: 169px;
}

.about-two, .about-three, .about-six {
    padding: 50px 100px 0;
    font-family: 'FuturaPTMedium';
}

.about-text p {
    font-size: 21px;
    line-height: 31px;
}

.about-text ul {
    margin: 70px 0 0;
}

.about-text ul li {
    text-transform: uppercase;
    display: inline-block;
    width: 16%;
    font-size: 18px;
    line-height: 29px;
    opacity: 0;
}

.about-text ul li:before {
    content: '→';
    padding-right: 10px;
}

.about-detailed h3 {
    font-family: 'FuturaPT';
    font-size: 56.02px;
    line-height: 67.23px;
    text-align: center;
    text-transform: uppercase;
    margin: 20px 0 40px;
}

.about-detailed p {
    font-family: 'FuturaPTMedium';
    font-size: 23px;
    line-height: 30px;
}

.profile .column-4 {
    opacity: 0;
}

.process-steps h2::before {
    counter-increment: my-sec-counter;
    content: counter(my-sec-counter) " ";
    display: flex;
}

h2 {
    display: flex;
    flex-direction: row-reverse;
    margin: 0 auto;
}

h2:nth-child(even) {
    flex-direction: unset;
}

h2::before {
    counter-increment: my-sec-counter;
    content: counter(my-sec-counter) " ";
    display: flex;
    justify-content: center;
    position: absolute;
    right: 0;
    left: 0;
}