/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 21 2024 | 15:03:34 */
.ep-icon-arrow-right-circle-2:before {
    color: #fff !important;
}

.ep-icon-arrow-left-circle-2:before {
    color: #fff !important;
}

body {
    background-color: #0c0a0a !important;
    color: #e6e6e6;
    font-family: "Source Code Pro" !important;
    font-size: 20px;
    cursor: inherit;
}

.site-header {
    display: none !important;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:root {
    --primary_color: #ff3232;
}

a {
    text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Anton", sans-serif !important;
    font-weight: 400 !important;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

h1,
h2 {
    font-size: 64px;
}

a,
.btn,
button,
span,
p,
i,
input,
select,
textarea,
li,
img,
svg path,
*::after,
*::before {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    color: var(--primary_color);
    text-decoration: none;
}

img {
    max-width: 100%;
}

.primary_color {
    color: var(--primary_color);
}

a,
button {
    color: inherit;
    outline: none;
    border: none;
    background: transparent;
}

button:hover {
    cursor: pointer;
}

ol,
ul {
    padding-left: 0;
}

button:focus {
    outline: 0;
    border: 0;
}

::-webkit-input-placeholder {
    /* Edge */
    color: #fff !important;
    font-family: "Source Code Pro", Sans-serif;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff !important;
    font-family: "Source Code Pro", Sans-serif;
}

::placeholder {
    color: #fff !important;
    font-family: "Source Code Pro", Sans-serif;
}

.form-control:focus {
    color: #fff;
    background-color: transparent;
    border-color: var(--primary_color);
    outline: var(--primary_color);
    box-shadow: none;
    font-family: "Source Code Pro", Sans-serif;
}


::-webkit-scrollbar {
    height: 4px;
    width: 4px;
    background: #ccc;
}

::-webkit-scrollbar-thumb {
    background: var(--primary_color);
    -webkit-border-radius: 1ex;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.75);
}

::-webkit-scrollbar-corner {
    background: transparent;
}

*::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}


.form-control option {
    background: #0c0a0a;
    font-family: "Source Code Pro", Sans-serif;
}






.cursor-outer {
    margin-left: -12px;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    border: 2px solid var(--primary_color);
    box-sizing: border-box;
    z-index: 10000000;
    opacity: 0.5;
    transition: all 0.08s ease-out;
    mix-blend-mode: difference;
}

.cursor-outer.cursor-hover {
    opacity: 0;
}

.cursor-outer.cursor-big {
    opacity: 0;
}

@media (max-width: 575px) {
    .cursor-outer {
        display: none;
    }
}

.mouseCursor {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    border-radius: 50%;
    transform: translateZ(0);
    visibility: hidden;
    text-align: center;
}

[dir="rtl"] .mouseCursor {
    left: 0;
    right: auto;
}

.mouseCursor.cursor-big {
    width: 80px;
    height: 80px;
    margin-left: -40px;
    margin-top: -40px;
}

@media (max-width: 575px) {
    .mouseCursor {
        display: none;
    }
}

.cursor-inner {
    margin-left: -3px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    z-index: 10000001;
    background-color: #ff3232;
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    mix-blend-mode: difference;
}

.cursor-inner span {
    color: #fff;
    line-height: 80px;
    opacity: 0;
    letter-spacing: 1px;
    font-size: 12px;
}

.cursor-inner.cursor-big span {
    opacity: 1;
}

.cursor-inner.cursor-hover {
    margin-left: -12px;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    background-color: #ff3232;
    opacity: 0;
}

/*#############################
  ##############################
  02. preloader CSS
  ##############################
  #############################*/

.loader {
    background-color: #0c0a0a;
    display: flex;
    align-items: center;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    justify-content: center;
}

.loader__container {
    position: relative;
    display: flex;
    align-items: center;
    height: 40px;
}

.loader__container video {
    max-width: 600px;
}

.loader__film {
    position: absolute;
    top: -30px;
    left: 0;
    display: flex;
}

.loader__film-img {
    animation: rotate 1.5s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

.pt-100 {
    padding-top: 100px;
}

/* button css */
.cybr-btn {
    --primary: #ffffff1c;
    --shadow-primary: #fff;
    --primary-hue: 0;
    --primary-lightness: 50;
    --color: hsl(0, 0%, 100%);
    --font-size: 26px;
    --shadow-primary-hue: 180;
    --label-size: 9px;
    --shadow-secondary-hue: 60;
    --shadow-secondary: hsl(var(--shadow-secondary-hue), 90%, 60%);
    /* --clip: polygon(0% 0%, 100% 0, 100% 8%, 100% 71%, 92% 100%, 100% 100%, 85% 100%, 8% 100%, 0 100%); */
    --border: 4px;
    --border-0: 0px;
    --shimmy-distance: 5;
    --clip-one: polygon(0 2%, 100% 2%, 100% 95%, 95% 95%, 95% 90%, 85% 90%, 85% 95%, 8% 95%, 0 70%);
    --clip-two: polygon(0 78%, 100% 78%, 100% 100%, 95% 100%, 95% 90%, 85% 90%, 85% 100%, 8% 100%, 0 78%);
    --clip-three: polygon(0 44%, 100% 44%, 100% 54%, 95% 54%, 95% 54%, 85% 54%, 85% 54%, 8% 54%, 0 54%);
    --clip-four: polygon(0 0, 100% 0, 100% 0, 95% 0, 95% 0, 85% 0, 85% 0, 8% 0, 0 0);
    --clip-five: polygon(0 0, 100% 0, 100% 0, 95% 0, 95% 0, 85% 0, 85% 0, 8% 0, 0 0);
    --clip-six: polygon(0 40%, 100% 40%, 100% 85%, 95% 85%, 95% 85%, 85% 85%, 85% 85%, 8% 85%, 0 70%);
    --clip-seven: polygon(0 63%, 100% 63%, 100% 80%, 95% 80%, 95% 80%, 85% 80%, 85% 80%, 8% 80%, 0 70%);
    color: var(--color);
    cursor: pointer;
    outline: transparent;
    font-weight: 700;
    border: 0;
    min-width: 150px;
    height: 65px;
    padding: 0 20px;
    display: inline-block;
    line-height: 65px;
    transition: 0.2s;
    background-color: #ffffff2e;
    transform: skewX(-10deg) !important;
    position: relative;
    overflow: hidden;
    border: 1px solid #ccc;
    text-align: center;
}

.cybr-btn:hover::after {
    width: 100%;
}

.cybr-btn span {
    transform: skewX(12deg) !important;
}

.cybr-btn:hover {
    color: #fff;
    padding: 0 20px;
}

.cybr-btn:active {
    color: #fff;
    padding: 0 20px;
}

.cybr-btn:after,
.cybr-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    clip-path: var(--clip);
    z-index: -1;
}

.cybr-btn:before {
    background: #fff0;
    transform: translate(var(--border), -10);
}

.work__width {
    padding-right: 20px;
}

.cybr-btn:after {
    background: var(--primary);
}

.cybr-btn__glitch {
    position: absolute;
    top: calc(var(--border-0) * -1);
    left: calc(var(--border-0) * -1);
    right: calc(var(--border-0) * -1);
    bottom: calc(var(--border-0) * -1);
    clip-path: var(--clip);
    animation: glitch 2s;
    display: none;
    color: #fff;
}

.cybr-btn:hover .cybr-btn__glitch {
    display: block;
    padding: 0 20px;
}

.cybr-btn__glitch:before {
    content: "";
    position: absolute;
    top: calc(var(--border) * 7);
    right: calc(var(--border) * 4);
    bottom: calc(var(--border) * 6);
    left: calc(var(--border) * 5);
    clip-path: var(--clip);
    z-index: -1;
}

.cybr-btn::after {
    content: "";
    width: 0;
    height: 100%;
    background: #ff3232;
}

@keyframes glitch {
    0% {
        clip-path: var(--clip-one);
    }

    2%,
    8% {
        clip-path: var(--clip-two);
        transform: translate(calc(var(--shimmy-distance) * -1%), 0);
    }

    6% {
        clip-path: var(--clip-two);
        transform: translate(calc(var(--shimmy-distance) * 1%), 0);
    }

    9% {
        clip-path: var(--clip-two);
        transform: translate(0, 0);
    }

    10% {
        clip-path: var(--clip-three);
        transform: translate(calc(var(--shimmy-distance) * 1%), 0);
    }

    13% {
        clip-path: var(--clip-three);
        transform: translate(0, 0);
    }

    14%,
    21% {
        clip-path: var(--clip-four);
        transform: translate(calc(var(--shimmy-distance) * 1%), 0);
    }

    25% {
        clip-path: var(--clip-five);
        transform: translate(calc(var(--shimmy-distance) * 1%), 0);
    }

    30% {
        clip-path: var(--clip-five);
        transform: translate(calc(var(--shimmy-distance) * -1%), 0);
    }

    35%,
    45% {
        clip-path: var(--clip-six);
        transform: translate(calc(var(--shimmy-distance) * -1%));
    }

    40% {
        clip-path: var(--clip-six);
        transform: translate(calc(var(--shimmy-distance) * 1%));
    }

    50% {
        clip-path: var(--clip-six);
        transform: translate(0, 0);
    }

    55% {
        clip-path: var(--clip-seven);
        transform: translate(calc(var(--shimmy-distance) * 1%), 0);
    }

    60% {
        clip-path: var(--clip-seven);
        transform: translate(0, 0);
    }

    31%,
    61%,
    100% {
        clip-path: var(--clip-four);
    }
}

.cybr-btn:nth-of-type(2) {
    --primary-hue: 260;
}

.cybr-btn.cybr-btn-contact {
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 66px;
    letter-spacing: 2.3px;
    text-transform: capitalize;
}

#banner_client picture img {
    display: none !important;
}

.fw__item__h {
    display: none;
}

.fw__item__h {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fw__item:hover .fw__item__h {
    display: block;
}

.footer-links h5 {
    color: #acacac;
    font-size: 24px;
    margin-bottom: 36px;
}

.footer-links a {
    color: #fff;
}

.footer-links p {
    color: #fff;
}

.videohref {
    position: absolute;
    bottom: -20px;
    right: 20px;
    font-size: 16px;
    height: 50px;
    color: #fff;
    line-height: 49px;
    background-color: #ff3232;
    padding: 0 20px;
    color: #fff;
    transform: skewX(-10deg) !important;
}

.videohref:hover {
    color: #fff;
}

#footer__icon svg {
    fill: transparent !important;
}

.form-control {
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid #d9d9d9 !important;
    border-radius: 0 !important;
    padding-left: 0 !important;
    margin-bottom: 24px !important;
    padding-bottom: 16px !important;
    color: #fff !important;
    font-family: "Source Code Pro" !important;
}

.primary__btn {
    background-color: #ff3232 !important;
    border: #ff3232 !important;
    transform: skewX(-10deg) !important;
    color: #fff;
}

textarea.form-control {
    height: 150px;
}

#cta__special {
    overflow: hidden;
}

#scrollTrig {
    background-color: #141414;
    position: absolute;
    height: 100%;
    width: 72%;
    top: 0;
    right: -20%;
    transform: skew(-20deg, 0deg);
}

#ast-scroll-top {
    display: none !important;
}

#filter_gallerywork .eael-filter-gallery-wrapper {
    background-color: transparent;
}

/* manish css start*/

.amazingslider-nav-1 {
    display: none !important;
}

.amazingslider-bullet-1 {
    display: none !important;
}

.amazingslider-arrow-left-1 {
    display: none !important;
}

.amazingslider-arrow-right-1 {
    display: none !important;
}

.amazingslider-bottom-shadow-1 {
    display: none !important;
}

.amazingslider-title-1 {
    font-size: 40px !important;
    line-height: 120%;
    padding-bottom: 50px !important;
    font-style: normal !important;
}

#ln-text h1:hover {
    color: red;
}

.social-icon svg {
    filter: invert(.5) brightness(1);
}

.social-icon svg:hover {
    filter: none;
}




.elementor-tab-title:hover {
    color: #fff !important;
    border-bottom: 1px solid #fff !important;
}

.elementor-tab-title {
    padding: 20px 0px !important;
    border-bottom: 1px solid #505050 !important;
}

#contact__video {
    position: relative;
    z-index: 1 !important;
}

#contact__video1 {
    height: 100%;
    width: 70%;
    content: "";
    position: absolute;
    top: 0;
    left: -10%;
    background-color: #000000b8;
    transform: skewX(-15deg);
    z-index: 2;
}

.elementor-element-81f7df4 {
    overflow: hidden !important;
}

#activity li {
    padding-top: 20px;
    margin-left: -30px;
}

.elementor-tabs-content-wrapper {
    width: 60%;
    margin-left: 10%;
}

/* manish css end*/
.loader__camera {
    width: 100%;
    max-width: 50%;
    margin: 0 auto;
}

#banner_client p {
    font-family: "Source Code Pro" !important;
}

#banner_adds {
    height: 88vh !important;
}

.line__cross,
.line__cross2 {
    position: absolute;
    height: 100%;
    width: 2px;
    background-color: #0c0a0a;
    bottom: 0;
    right: 0;
    border-left: 1px solid #e6e6e6;

    width: 100%;
    z-index: 1 !important;
    transform: skew(-20deg);
}

.heading__title {
    position: relative;
}

.z-index11 {
    z-index: 11 !important;
}

#career-s,
.bdt-background-cover {
    margin-left: 120px !important;
}

#FilmWrapper {
    position: relative;
}

#MovieBoxone,
#MovieBoxtwo,
#MovieBoxthree {
    transition: 0.5s ease-in-out !important;
    position: relative;
    width: 100%;
}

#MovieContent {
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: none;
    z-index: 10;
}

#MovieBoxone video.elementor-video,
#MovieBoxtwo video.elementor-video,
#MovieBoxthree video.elementor-video {
    width: 100%;
    height: 570px !important;
    object-fit: cover !important;
    display: none;
}

#MovieBoxone:hover,
#MovieBoxtwo:hover,
#MovieBoxthree:hover {
    width: 200% !important;
    transition: 0.5s linear !important;
}

#MovieBoxone:hover #MovieContent,
#MovieBoxtwo:hover #MovieContent,
#MovieBoxthree:hover #MovieContent {
    display: block;
    z-index: 1 !important;
}

#MovieBoxone:hover video.elementor-video,
#MovieBoxtwo:hover video.elementor-video,
#MovieBoxthree:hover video.elementor-video {
    display: block;
    z-index: 1 !important;
}

#italicslider {
    transform: skewX(-8deg);
    border-radius: 10px;
    position: relative;
    width: 261px;
}

div#tabhavingslider ul {
    display: inline-flex;
    width: 50%;
    margin-bottom: 20px;
}

#italicslider:hover {
    width: 800px !important;
    transition: 0.3s ease-in-out !important;
}

#italicContent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 10;
}

#italicslider:hover #italicContent {
    display: block;
}

@media screen and (max-width: 1500px) {
    div#tabhavingslider ul {
        width: 60%;
    }
}

@media screen and (max-width: 1024px) {
    div#tabhavingslider ul {
        width: 75%;
    }
}

@media screen and (max-width: 767px) {
    div#tabhavingslider ul {
        width: 100%;
        display: flow-root;
    }

    #italicslider {
        transform: unset;
    }
}





/* Header start */


#mySidenav {
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 99999 !important;
    top: 0;
    left: -100%;
    justify-content: start !important;
    background-color: #0c0a0a;
    overflow-x: hidden;
    transition: 0.8s;
    padding: 50px 20px;
    flex-direction: column;
}

h1.menu_heding {
    color: #e6e6e6;
    font-family: Anton;
    font-size: 100px;
    font-style: normal;
    font-weight: 400;
    line-height: 110px;
    letter-spacing: 6.4px;
    text-transform: uppercase;
    position: relative;
}

.shade-3 svg {
    position: absolute;
    left: 0;
    top: 0;
    animation: move_svg 8s linear;
    animation-iteration-count: infinite;
    z-index: -1;
}

@keyframes move_svg {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(200px);
    }

    100% {
        transform: translateX(0);
    }
}

#mySidenav.active h1 span {
    width: 100%;
    color: #fff;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0%);
    transform: translateY(-50px);
    opacity: 1;
    animation-timing-function: ease;
    animation-delay: 3s;
    animation: titleAnimation 4s infinite;
}

@keyframes titleAnimation {
    0% {
        transform: translateY(-50px);
        opacity: 0;
        -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 100%);
        clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 100%);
    }

    20% {
        transform: translateY(0);
        opacity: 1;
        -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
        clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
    }

    80% {
        transform: translateY(0);
        opacity: 1;
        -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
        clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
    }

    100% {
        transform: translateY(50px);
        opacity: 0;
        -webkit-clip-path: polygon(100% 0, 100% 0%, 0 100%, 0 100%);
        clip-path: polygon(100% 0, 100% 0%, 0 100%, 0 100%);
    }
}

#mySidenav:after {
    content: "";
    position: absolute;
    top: 0;
    right: -10%;
    background: #181515;
    width: 0;
    transition: all 9s ease-out;
    height: 100%;
    transform: skewX(-20deg);
    z-index: -1;
    animation: move 9s ease-out;
}

#mySidenav.active:after {
    width: 100%;
    transform: skewX(0deg);
    right: 0%;
}

a.closebtn {
    font-size: 42px;
    color: #fff;
}

@media (max-width: 991px) {


    #scrollTrig {
        background: transparent !important;
    }

    h1.menu_heding {
        font-size: 40px;
        line-height: 50px;
        margin-top: 0px;
    }

    .pt-50 {
        padding-top: 50px;
    }
}

/* Header end */


.wpcf7-not-valid-tip {

    font-size: 14px;

}

.wpcf7 form br {
    display: none
}




#headers.eac-element_fixed-header {

    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);

}

.bdt-slide-text p {

    font-family: "Source Code Pro", sans-serif;
}
.overflow-hidden{ overflow:hidden}
@media(min-width:1199px) {
    #video__slider .bdt-slide-desc {
        max-width: 1024px;

    }
}


@media(max-width:991px) {
    #video__slider .bdt-slide-desc {
        max-width: calc(100% - 15px);
    }
}