@font-face {
    font-family: "metropolisregular";
    src: url("../fonts/metropolis-font/metropolis-regular-webfont.woff2")
            format("woff2"),
        url("../fonts/metropolis-font/metropolis-regular-webfont.woff")
            format("woff");
    font-weight: normal;
    font-style: normal;
    /* Add more formats if necessary */
}

@font-face {
    font-family: "Metropolis Medium";
    src: url("../fonts/metropolis-font/metropolis-medium-webfont.woff")
            format("woff2"),
        url("../fonts/metropolis-font/metropolis-medium-webfont.woff2")
            format("woff");
    font-weight: 500;
    font-style: normal;
    /* Add more formats if necessary */
}

@font-face {
    font-family: "Metropolis Semibold";
    src: url("../fonts/metropolis-font/metropolis-semibold-webfont.woff")
            format("woff2"),
        url("../fonts/metropolis-font/metropolis-semibold-webfont.woff2")
            format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "metropolis-bold";
    src: url("../fonts/metropolis-font/metropolis-bold-webfont.woff")
            format("woff2"),
        url("../fonts/metropolis-font/metropolis-bold-webfont.woff2")
            format("woff");
    font-weight: bold;
    font-style: normal;
    /* Add more formats if necessary */
}

@font-face {
    font-family: "metropolis-bold";
    src: url("../fonts/metropolis-font/metropolis-bold-webfont.woff2")
            format("woff2"),
        url("../fonts/metropolis-font/metropolis-bold-webfont.woff")
            format("woff");
    font-weight: bold;
    font-style: normal;
    /* Add more formats if necessary */
}

@font-face {
    font-family: "Metropolis Extra Light";
    src: url("../fonts/metropolis-light-font/Metropolis-ExtraLight.woff2")
            format("woff2"),
        url("../fonts/metropolis-light-font/Metropolis-ExtraLight.woff")
            format("woff");
    font-weight: 200; /* Extra Light weight */
    font-style: normal;
}

@font-face {
    font-family: "Metropolis Extra Light";
    src: url("../fonts/metropolis-light-font/Metropolis-ExtraLight.woff2")
            format("woff2"),
        url("../fonts/metropolis-light-font/Metropolis-ExtraLight.woff")
            format("woff");
    font-weight: 200; /* Extra Light weight */
    font-style: normal;
}

@font-face {
    font-family: "Metropolis Light";
    src: url("../fonts/metropolis-light-font/Metropolis-Light.woff2")
            format("woff2"),
        url("../fonts/metropolis-light-font/Metropolis-Light.woff")
            format("woff");
    font-weight: 100; /* Light weight */
    font-style: normal;
}

@font-face {
    font-family: "Metropolis Extra Bold";
    src: url("../fonts/metropolis-light-font/Metropolis-ExtraBold.woff2")
            format("woff2"),
        url("../fonts/metropolis-light-font/Metropolis-ExtraBold.woff")
            format("woff");
    font-weight: 800; /* Extra Bold weight */
    font-style: normal;
}

body {
    font-family: system-ui, "metropolisregular", sans-serif; /* Use Metropolis as the primary font */
}

* {
    padding: 0px;
    margin: 0px;
}

a {
    text-decoration: none;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: black;
    -webkit-mask-image: linear-gradient(to right, rgb(0 0 0 / 74%), rgb(0 0 0)),
        linear-gradient(to left, rgb(11 10 10), rgb(0 0 0 / 0%));
}

.background, .background1, .background2, .background3 {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 0;
}
.wrap_m{
    position:relative;
}

.custom-container {
    /*max-width: 1440px;*/
    width: 95%;
    margin: 0 auto;
}

.custom-container.padding-container {
    padding: 0px 100px 0px 100px;
     position: relative;
}
/* @-webkit-keyframes snow {
    from {
        top: 10vh;
    }
    to {
        top: 100vh;
    }
}

@-moz-keyframes snow {
    from {
        top: 10vh;
    }
    to {
        top: 100vh;
    }
} */

@keyframes snow {
    from {
        top: 600%;
    }
    to {
        top: 100%;
    }
}

@-webkit-keyframes snow {
    from {
        top: 600%;
    }
    to {
        top: 100%;
    }
}

@-moz-keyframes snow {
    from {
        top: 600%;
    }
    to {
        top: 100%;
    }
}

@keyframes snoww {
    from {
        top: 900%;
    }
    to {
        top: 200%;
    }
}

@-webkit-keyframes snoww {
    from {
        top: 900%;
    }
    to {
        top: 10%;
    }
}

@-moz-keyframes snoww {
    from {
        top: 900%;
    }
    to {
        top: 200%;
    }
}

body h6,
h5,
h4,
h3,
h2,
h1,
p {
    color: #fff;
}

.header-logo {
    min-width: 215px;
}
.sticky-top {
    position: sticky !important;
    top: 0;
}

.orange-title {
    -webkit-text-stroke: 2px #7c5b41 !important;
}

.navbar-toggler-icon {
    color: #fff;
}

.navbar .navbar-nav .nav-item .nav-link {
    color: #fff;
    font-family: "Metropolis Medium";
}

.navbar-nav {
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    column-gap: 17px;
}

.navbar .navbar-nav .nav-item .nav-link:hover {
    color: #e9681e;
    font-family: "Metropolis Medium";
}

.navbar .navbar-nav .nav-item .nav-link.active {
    color: #e9681e;
    font-family: "Metropolis Medium";
}

/* .navbar .navbar-nav .nav-item .nav-link[aria-current="page"] {
    color: #e9681e;
    font-weight: 400;
} */

.hover_li {
    list-style-type: none;
}

.hover_li > a {
    color: #e9681e;
    text-decoration: none;
    display: inline-block;
    position: relative;
}

.hover_li > a::after {
    content: "";
    display: block;
    margin: auto;
    height: 1px;
    width: 0;
    top: 5px;
    background: transparent;
    transition: all 0.3s;
}

.hover_li > a:hover::after,
.hover_li > a.active-nav::after {
    width: 100%;
    background: #e9681e;
}

.icon-title {
    color: white;
}

.icon-title:hover {
    color: #e9681e;
}

.icon-title.active {
    color: #e9681e;
}

.main-side-headings {
    text-align: left;
    color: #fff;
}

.main-side-headings-contact-us {
    text-align: center;
    color: #fff;
    padding-top: 360px;
}

.main-side-headings h2 {
    font-size: 60px;
    font-style: normal;
    font-weight: 800;
    line-height: 77px;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    text-stroke: 2px #5e604b;
}

.area-hiddnen {
    background: black;
    z-index: 2;
    overflow: hidden;
}
.nav-contact-btn {
    color: #fff;
     padding: 10px; 
    padding-top: initial;
    padding-bottom: initial;
    margin-top: 0px;
    border: 2px solid #e9681e;
  /*  padding-right: 20px;
    padding-left: 20px;*/
    border-radius: 8px;
}

.nav-contact-btn-contact-us {
    color: black;
    background: #e9681e;
    padding: 2px;
    margin-top: -5px;
    padding: 1px;
    width: 124px;
    border: orange;
    border-radius: 8px;
}

.nav-contact-btn:hover {
    color: #fff;
    background-color: #e9681e;
}

.nav-contact-btn.active {
    color: #fff;
    background-color: #e9681e;
}

/* .CLIENTS .owl-next .next-slide {
    position: absolute;
    bottom: 50%;
    right: -65px;
}

.CLIENTS .owl-prev .prev-slide {
    position: absolute;
    bottom: 50%;
    left: -65px;
} */

.design_charcters {
    padding: 370px 0px 0px 0px;
}

.design_charcters h4 {
    font-family: "universal_serifregular";
    color: #e9681e;
}

.design_charcters h1 {
    font-family: "universal_serifregular";
    color: #fff;
}

.design_charcters p {
    font-family: "azn_unifiedoblique";
    color: #fff;
    text-transform: uppercase;
}

.layer-lady-s {
    position: relative;
}

.projects_counter span {
    font-family: "metropolissemi_bold";
    color: #fff;
    font-size: 64px;
}

.projects_counter h3 {
    font-family: "metropolissemi_bold";
    color: #fff;
}

img.line-wrapper {
    width: 100%;
    max-height: 190px;
}

img.background_design_3d {
    margin: 0 auto;
    margin-top: 10px;
    width: 100%;
}

.s-hyperlink {
    text-decoration: none;
}

.services_game_art_text_wrapper {
    display: flex;
    margin-top: 28px;
}

img.services_game_art_text {
    width: 100%;
    max-width: 400px;
}

p.game-art-outsourcing-body1 {
    padding-top: 0px;
    padding-bottom: 5px;
    color: #fff;
    font-family: "metropolisregular";
    font-size: 16px;
    margin-left: 56px;
}

.art-2d-p-mobile {
    display: none;
    font-family: "metropolisregular";
    font-size: 16px;
    text-align: center;
    max-width: 271px;
}

.accordian-wrapper {
    margin-top: 50px;
}

.container.outsourcing-service_text_wrapper {
    position: absolute;
    top: 25px;
    left: 25px;
}

.col-lg-9.flex-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    column-gap: 5px;
}

.col-sm-4.game-art-images-grid-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 11px;
}

img.concept-character-art-2d {
    width: 100%;
    margin-top: 125px;
    min-height: 473px;
}

button.accordion-button.custom-style-accordion-button {
    color: #e9681e;
    background-color: transparent !important;
    border-color: #fff;
}

button.accordion-button.custom-style-accordion-button ::after {
    color: #e9681e;
}

.accordion-item {
    background-color: transparent;
    border: 1px solid white;
}

.accordion-body {
    color: white;
}

div#accordionExample {
    margin-bottom: 15px;
}

.game_art_production_section {
    background-image: url(../images/services/game-art-production-background.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 376px;
    /* height: 100vh; */
}

.building-design-3d-wrapper {
    background-image: url(../images/services/3d-building-design-background.png);
    background-position: right;
}

.building-design-3d-wrapper {
    background-image: url(../images/services/3d-building-design-background.png);
    background-position: left;
}

.female-width {
    display: none;
}



.text-2d {
    color: #fff;
    margin-top: 0px;
}

.game_art_production_section {
    padding: 50px 0px 50px 0px;
}
.white-text {
    color: #fff;
}

.choose-file-btn {
    display: flex;
    flex-direction: row;
    /* justify-content: space-between; */
    column-gap: 7px;
    align-items: flex-end;
}

.inquery-input {
    max-width: 90px;
    /* background-color: orange; */
}

.text-2d-S {
    margin-left: 9px;
    text-align: center;
    font-weight: 700;
    background: #14385d;
    background: linear-gradient(to right, #0f5eaf 0%, #dd026b 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 70px;
}

.concept-art-section-wrapper {
    background-color: white;
    position: relative;
    /* background-image: url(../images/services/White-01.png); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 100%;
}

.concept-art-paragraph-wrapper {
    display: flex;
    flex-direction: row;
}

.concept-art-paragraph {
    color: #212529;
    font-family: "metropolisregular";
    font-size: 16px;
    margin-left: 23px;
}

.section-title {
    margin-top: 20px;
    font-weight: 700;
    background: #14385d;
    background: linear-gradient(to right, #1e343f 0%, #e4100f 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 40px;
}

.section-title-C {
    margin-top: 20px;
    font-weight: 800;
    background: #14385d;
    background: linear-gradient(to right, #1e343f 0%, #e4100f 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 55px;
}

.concept-art-top-mages {
    display: flex;
    flex-direction: row;
    column-gap: 10px;
    justify-content: center;
}

img.vehicle {
    /* height: 80%; */
    width: 90%;
}

img.zombie {
    /* height: 80%; */
    width: 90%;
    margin-top: 10px;
    margin-bottom: 10px;
    transition: box-shadow 0.1s, transform 0.1s;
}

.two-D-art-image-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 20px;
    justify-content: space-between;
}

.services-flex-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 12px;
}

.casino-slot-art-image-grid {
    /*display: grid;*/
    grid-template-columns: repeat(3, 1fr);
    padding: 20px;
    justify-content: space-between;
}

img.casino-images {
    /*max-height: 400px;*/
    width: 100%;
    padding: 5px;
}

.game-art-production-title-wrapper {
    position: relative;
}

.game-art-production-title-wrapper::after {
    top: 40px;
    left: 380px;
    /* min-width: 1036px !important; */
    height: 240px;
    z-index: 99;
    position: absolute;
    content: "";
    background-image: url(../images/services/game-art-3d-backround-layer.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
}

.right-wrapper-bottom {
    margin-top: 3px;
    padding-bottom: 2px;
    position: relative;
}

.right-wrapper-bottom ::after {
    margin-top: 3px;
    padding-bottom: 2px;
    position: absolute;
    z-index: 99;
    bottom: 0;
    background-image: url("../images/contact_banner-min.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.border-footer {
    height: 2px;
    border-width: 0;
    color: gray;
    background-color: gray;
    margin-top: 14px;
    margin-bottom: 10px;
}
.justify-footer {
    justify-content: flex-end;
}

.footer-bottom-text {
    display: flex;
    flex-direction: row;
    column-gap: 35px;
    justify-content: center;
}

.game-art-outsoucing-title-wrapper {
        position: absolute;
    bottom: 90px;
    z-index: 99;
}
.col12{
    width: 70%;margin: 0px auto;
}
.col5{
    width: 46%;;float: left;
        z-index: 999;
    position: relative;    margin: 155px 0 0 0;
}

.col2{
    width: 7%;float: left;
}
.game-art {
    position: relative;
    overflow: hidden;
}

.top-traingle {
    position: absolute;
    bottom: -4px;
    right: -100px;
    width: 0px;
    height: 0px;
    border: 76px solid;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: white;
}

.icon-design-section {
    position: relative;
}

.triangle-bottom {
    width: 0px;
    height: 0px;
    position: absolute;
    left: -96px;
    border: 76px solid;
    border-top-color: white;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

.triangle-bottom2 {
    width: 0px;
    height: 0px;
    position: absolute;
    left: -96px;
    border: 76px solid;
    border-top-color: black;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

.angle-bottom {
    /*position: absolute;*/
    /*width: 0;*/
    /*height: 0;*/
    /*border-top: 53px solid transparent;*/
    /*border-left: 2800px solid black;*/
    /*border-bottom: 0px solid transparent;*/
}

.icon-design-image-grid {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 18px;
    margin-bottom: 15px;
}

img.icon {
    width: 100%;
}

.icon-design-paragraph {
    color: #fff;
    font-family: "metropolisregular";
    font-size: 16px;
    margin-left: 0px;
}

.game-art-3d-paragraph {
    color: #fff;
    font-family: "metropolisregular";
    font-size: 16px;
    margin-top: 40px;
    margin-left: 56px;
}

.hero-title {
    /*font-size: 59px;*/
    /*font-style: normal;*/
    /*font-weight: 800;*/
    /*line-height: 77px;*/
    /*color: transparent;*/
    /*-webkit-text-stroke: 1px #fff;*/
    /*text-stroke: 2px #5e604b;*/
    /*margin-left: 46px;*/
    /*padding: 13px;*/
        font-size: 99px;
    font-style: normal;
    font-weight: 800;
    line-height: 77px;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    margin-left: 46px;
    padding: 13px;
}

.hero-title-3d {
    /*font-size: 59px;*/
    /*font-style: normal;*/
    /*font-weight: 800;*/
    /*color: transparent;*/
    /*-webkit-text-stroke: 1px #fff;*/
    /*text-stroke: 2px #5e604b;*/
    /*margin-left: 46px;*/
        font-size: 99px;
    font-style: normal;
    font-weight: 800;
    line-height: 100px;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    margin-left: 46px;
    padding: 13px;
}

.hero-title-G {
    font-size: 68px;
    font-style: normal;
    font-weight: 800;
    line-height: 77px;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    text-stroke: 2px #5e604b;
}

p.character-title {
    font-size: 45px;
    font-style: normal;
    line-height: 57px;
    font-weight: 800;
    color: #edd6df;
    /* font-family: 'metropolis'; */
}

.character-design-3d-paragraph {
    color: #fff;
    font-family: "metropolisregular";
    font-size: 16px;
}

.character-3d-paragraph {
    margin-top: 110px;
    margin-bottom: 110px;
}

img.character-3d {
    /* width: 100%; */
    position: relative;
    bottom: 0;
    /*max-height: 600px;*/
}
.fnt54 {
        font-size: 54px !important;
}

.character-3d {
    width: 500px;
    position: absolute;
    bottom: 0;
    min-height: 549px;
}

.chracter-3d-grid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.character-3d-veicle {
    width: 700px;
    position: relative;
    bottom: 0;
    margin-top: 20px;
}

.image-container {
    width: 100%;
}

.image-container img {
    transition: transform 6s;
    transform-style: preserve-3d;
}

/* services form text */
.game-txt-s {
    font-weight: 900;
    font-size: 55px;
    margin-left: 41px;
    color: #d37323;
    margin-top: 43px;
    font-family: system-ui;
}

.need-txt-s {
    font-weight: 900;
    font-size: 100px;
    margin-left: 11px;
    color: gray;
    margin-top: 53px;
    font-family: system-ui;
}

.production-txt-s {
    font-weight: 900;
    font-size: 34px;
    margin-left: 16px;
    color: #d37323;
    margin-top: 38px;
    font-family: system-ui;
}

.team-txt-s {
    font-weight: 900;
    font-size: 55px;
    margin-left: -46px;
    color: gray;
    margin-top: 50px;
    font-family: system-ui;
}

.layer-lady-png-s {
    /*position: absolute;*/
    /*bottom: 0;*/
    /*margin-left: -177px;*/
    /* right: 0; */
    /*height: 100%;*/
    position: absolute;
    bottom: -67px;
    /* margin-left: -177px; */
    right: 0;
    height: 800px;
}

/* .layer-lady {
    position: absolute;
} */

.contact-form-s {
    /*overflow: hidden;*/
}

/* services form text */

.concept-art-paragraph {
    color: #212529;
    font-family: "metropolisregular";
    font-size: 16px;
    margin-left: 0px;
}

/* / Initial state  */
/* .image-container:hover img {
    transform: rotateY(360deg);
} */

.building-3d-design-title {
    font-size: 45px;
    font-style: normal;
    line-height: 57px;
    font-weight: 800;
    background: linear-gradient(to right, #fbfbf9 0%, #89b74e 25%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

img.home-3d-layer {
    padding: 50px;
    max-width: 353px;
}

.form-control {
    background-color: #1C1C1C;
    border-color: black;
    max-width: 270px;
    color: #ffffff;
    font-size: 15px;
    min-height: 50px;
        font-family: "metropolisregular";
}

.gallery {
    background-color: #080c0f;
}

.form-control:hover {
    border-color: #e9681e;
}

.text-area {
    background-color: #1C1C1C;
    border-color: black;
    width: 98.5%;
    border-radius: 8px;
    color: #ffffff;
    padding:10px;
    font-size: 15px;
}

.text-area-gallery {
    background-color: #080c0f;
    border-color: black;
    width: 100%;
    border-radius: 8px;
}

.text-area:hover {
    border-color: #e9681e;
}

.contact-details {
    color: #b4b1b1;
font-family: "metropolisregular";
    font-size: 15px;
}
.wrr{
    float: right;
}

.contact-details-header {
    color: white;
    font-family: "Metropolis Extra Bold";
        font-size: 18px;
            margin: 0;
}

.contact-details-header-contact-us-page {
    color: white;
    font-family: "Metropolis Semibold";
}

.contact-details-contact-us-page {
    color: gray;
    font-family: "metropolisregular";
}

.icon-design-title {
    color: white;
    font-weight: 800;
    margin-top: 5px;
    background: linear-gradient(to right, #ebef97 0%, #eba871 25%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 55px;
}

.icon-design-title-top {
    color: white;
    font-weight: 800;
    margin-top: 15px;
    background: white;
    /* background: linear-gradient(to right, #ebef97 0%, #eba871 25%); */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
        font-size: 55px;
}

.game-anim-para-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.game-anim-para-title {
    color: #e17020;
    font-weight: 700;
    font-size: 27px;
    margin-bottom: -5px;
}

.game-anim-para-title-A {
    color: orange;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: -5px;
}

.game-anim-para-description {
    max-width: 400px;
}

/* .botton-text-large {
    margin-top: 50px;
} */

.need-txt {
    font-weight: 900;
    font-size: 100px;
    margin-left: 70px;
    color: gray;
    margin-top: 53px;
    font-family: system-ui;
}

.need-txt-gallery {
    font-weight: 900;
    font-size: 100px;
    margin-left: 70px;
    margin-top: 53px;
    color: transparent;
    margin-top: 53px;
    -webkit-text-stroke: 1px gray;
    font-family: system-ui;
}

.game-txt {
    font-weight: 900;
    font-size: 47px;
    margin-left: 70px;
    color: #d37323;
    margin-top: 58px;
    font-family: system-ui;
}

.game-txt-gallery {
    font-weight: 900;
    font-size: 47px;
    margin-left: 70px;
    color: #d37323;
    margin-top: 22px;
    font-family: system-ui;
}
.servs {
    background: #0F141A;
    padding-bottom: 50px;
    position: relative;
}
.botton-text-large {
    line-height: 0;
    margin-top: 196px;
    padding-left: 64px;
}

.production-txt {
    font-weight: 900;
    font-size: 47px;
    margin-left: 54px;
    color: #d37323;
    margin-top: 38px;
    font-family: system-ui;
}

.team-txt {
    font-weight: 900;
    font-size: 100px;
    margin-left: -46px;
    color: gray;
    margin-top: 50px;
    font-family: system-ui;
}

.team-txt-gallery {
    font-weight: 900;
    font-size: 100px;
    margin-left: -46px;
    color: gray;
    margin-top: 50px;
    color: transparent;
    margin-top: 53px;
    -webkit-text-stroke: 1px gray;
    font-family: system-ui;
}

.background-section {
    background-image: url(../images/services/game-art-production-background.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
}

#tilt {
    transition: box-shadow 0.1s, transform 0.1s;
}

@keyframes rotate360 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.fill {
  margin: 20px auto;
  width: fit-content;
  text-align: center;
  font-size: 140px;
  -webkit-text-fill-color: white;
  -webkit-text-stroke: 1px black;
  position: relative;
  cursor: pointer;
}
.fill::before {
  position: absolute;
  content: attr(data-text);
  top: 0;
  left: 0px;
  -webkit-text-fill-color: #ff5722;
  width: 0;
  overflow: hidden;
  transition: 0.5s;
}
.fill:hover::before {
  width: 100%;
}

/* home page styling */

.section-title-home {
    font-size: 99px;
    font-style: normal;
    font-weight: 800;
    line-height: 77px;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
     -moz-text-stroke: 1px #fff;
      -o--text-stroke: 1px #fff;
       -ms--text-stroke: 1px #fff;
    margin-left: 46px;
        letter-spacing: 4px;
    padding: 13px;
}
.testamonial {
    /* background-color: rgb(43 42 42 / 50%); */
    margin-bottom: 20px;
    position: relative;
}

.jobs-backround-container {
    /* background-image: url(../images/jobs-banner-min.png); */
    background-repeat: no-repeat;
    background-size: cover;
}

.bottom-topic-line {
     margin-left: 106px;
    width: 89%;
}

.left-topic-line {
    position: absolute;
    margin-left: 47px;
    max-height: 141px;
    top: 0;
}

.topic-line {
    max-inline-size: 320px;
    margin-top: 24px;
}
}

/* .topic-container {
    position: relative;
    margin-top: 3px;
} */

.flex-col-align {
    display: flex;
    flex-direction: column;
    margin-top: 120px;
}

.topic-container {
    position: relative;
    margin-top: 3px;
    z-index: 999;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thin-white1 {
    font-size: 98px;
    margin-left: 46px;
    margin-top: 5px;
    color: white;
    font-weight: 200;
}



p.sen {
    font-size: 108px;
    padding-left: 80px;
    color: white;
    font-weight: 200;
    background:#0000003d; 


}

.executive-team-text-wrapper-inner {
    padding: 18px;
}

.prev.swiper-button {
    opacity: 1;
    cursor: auto;
    pointer-events: none;
    color: #e9681e;
    /* width: 100px; */
}

.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 2rem !important;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    color: #e9681e;
    margin-left: 110px;
}

.swiper-button-next:after {
    font-family: swiper-icons;
    font-size: 2rem !important;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    color: #e9681e;
    margin-right: 110px;
}

.topic-container-s {
    position: relative;
    margin-top: 112px;
}

.carousal-img {
    /* width: 63%; */
    width: 75%;
    position: relative;
    z-index: 99;
}

#flake-container {
    z-index: -99; /* Set a z-index higher than the sections */
}

#projects {
    position: relative;
    z-index: 99;
}

.btn {
    width: fit-content;
}

.carousal-img1 {
    max-width: 83px;
}

.carousal-wrapper {
    margin-top: 60px;
    max-height: 140px;
    overflow: hidden;
    margin-bottom: 60px;
}

.testamonial-carousal-wrapper {
    margin-top: 50px;
    min-height: 200px;
    -webkit-mask: linear-gradient(90deg, #0000, #000 10% 90%, #0000);
    /* overflow: hidden; */
}
.psnR{
    position: relative;
}

img.testamonial-icon {
    /*max-width: 55px;*/
    position: absolute;
    right: -20px;
    /*min-height: 44px;*/
    width: 100px;
    height: 100px;
    top: -37px; /* Adjust the top margin as needed */
    transform: translateX(-50%); /* Center the icon horizontally */
}

.testimonials_section {
    /* background-image: url(../images/testimonials/Layer\ 82.png); */
    background-position: center;
    background-repeat: no-repeat;
    height: 90vh;
    margin-top: -10px;
    /* height: 140vh; */
    /* height: 123vh; */
    position: relative;
    overflow: hidden;
    /* top: 0; */
}

.testimonials_section-ship {
    /* background-position: center;
    background-repeat: no-repeat; */
    width: 100%;
    /* height: 90vh; */
    margin-top: -10px;
    /* height: 140vh; */
    /* height: 123vh; */
    position: absolute;
    bottom: 0;
    z-index: 0;
    overflow: hidden;
    /* top: 0; */
}

.testamonial-character {
    /* max-height: 80vh; */
    /*max-height: 93%;*/
    position: absolute;
    width: 24%;
    /* width: 33%; */
    bottom: 0;
    z-index: 1;
    left: 120px
}

.pb-40 {
    padding-bottom: 40px;
}

article {
    display: flex;
    width: 100%;
    overflow-x: hidden;
    /* animation: bannermove 20s linear infinite; */
}

.client-article {
    /* position: relative;
    display: grid;
    width: 90%;
    place-items: center;
    overflow: hidden; */
    display: flex;
    flex-direction: row;
    overflow-y: hidden;
}

.client-article::before,
.client-article::after {
    content: "";
    height: 100px;
    width: 15%;
    position: absolute;
    z-index: 2;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 1) 0%,
        rgba(255, 255, 255, 0) 100%
    );
}

.client-article::after {
    right: 0;
    transform: rotateZ(180deg);
}

.prev-btn {
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 1) 0%,
        rgba(255, 255, 255, 0) 100%
    );
    content: "";
    height: 100px;
    position: absolute;
    width: 50px;
    z-index: 2;
}
.next-btn {
    /* background: linear-gradient(
        to left,
        rgba(0, 0, 0, 1) 0%,
        rgba(255, 255, 255, 0) 100%
    ); */
    content: "";
    height: 100px;
    position: absolute;
    width: 100px;
    z-index: 2;
    margin-top: -5px;
}

.next-btn:focus {
    background: linear-gradient(
        to left,
        rgba(0, 0, 0, 1) 0%,
        rgba(255, 255, 255, 0) 100%
    );
    content: "";
    height: 100px;
    position: absolute;
    width: 100px;
    z-index: 2;
    margin-top: -5px;
}

#nextBtn-testamonial {
    background: linear-gradient(
        to left,
        rgba(0, 0, 0, 1) 0%,
        rgba(255, 255, 255, 0) 100%
    );
    content: "";
    height: 204px;
    position: absolute;
    width: 62px;
    z-index: 2;
    margin-top: -76px;
    border: 1px solid transparent;
}
.flex-cr {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.carousal-li {
    background: transparent;
    width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousal-ul2 {
    display: flex;
    background: transparent;
    list-style-type: none;
    margin-left: 40px;
    margin: 0;
    flex-direction: row;
    align-items: center;
    column-gap: 27px;
}

.carousal-li2 {
    background: transparent;
}

@keyframes bannermove {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-986px);
    }
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-160px * 9));
    }
}

.projects-image-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 20px;
    justify-content: space-between;
    grid-row-gap: 3px;
}

.production-team-section {
    background: #0F0D12;
}

.production-team-section-gallery {
    background: #0f1418;
}

.form-feild-gap {
    margin-top: 20px;
}

.button-wrapper-contact-us {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.gallery-carousel {
    margin-bottom: 71px;
}

.position-relativee {
    height: 377px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pano-vedio {
    width: 100%;
    height: 378px;
    border: 1px solid white;
    border-radius: 3px;
}

.pano-vedio2 {
   width: 99%;
  height: 290px;
  border: 1px solid #4d4949;
  border-radius: 3px;
}

/* vedio play */
body,
html {
    margin: 0;
    padding: 0;
}

.video-js .vjs-big-play-button:before,
.video-js .vjs-control:before,
.video-js .vjs-modal-dialog,
.vjs-modal-dialog .vjs-modal-dialog-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: "Ionicons", "Questrial" !important;
    cursor: pointer;
}

.video-js .vjs-big-play-button:before,
.video-js .vjs-control:before {
    text-align: center;
}

.vjs-icon-play:before,
.video-js .vjs-big-play-button:before,
.video-js .vjs-play-control:before {
    content: "\f488";
}

.vjs-icon-play-circle:before {
    content: "\f488";
}

.vjs-icon-pause:before,
.video-js .vjs-play-control.vjs-playing:before {
    content: "\f478";
}

.vjs-icon-volume-mute:before,
.video-js .vjs-mute-control.vjs-vol-0:before,
.video-js .vjs-volume-menu-button.vjs-vol-0:before {
    content: "\f3b8";
}

.vjs-icon-volume-low:before,
.video-js .vjs-mute-control.vjs-vol-1:before,
.video-js .vjs-volume-menu-button.vjs-vol-1:before {
    content: "\f258";
}

.vjs-icon-volume-mid:before,
.video-js .vjs-mute-control.vjs-vol-2:before,
.video-js .vjs-volume-menu-button.vjs-vol-2:before {
    content: "\f259";
}

.vjs-icon-volume-high:before,
.video-js .vjs-mute-control:before,
.video-js .vjs-volume-menu-button:before {
    content: "\f257";
}

.vjs-icon-fullscreen-enter:before,
.video-js .vjs-fullscreen-control:before {
    content: "\f3d8";
}

.vjs-icon-fullscreen-exit:before,
.video-js.vjs-fullscreen .vjs-fullscreen-control:before {
    content: "\f3d0";
}

.vjs-icon-square:before {
    content: "\f371";
}

.vjs-icon-spinner:before {
    content: "\f29c";
}

.vjs-icon-subtitles:before,
.video-js .vjs-subtitles-button:before {
    content: "\f3fa";
}

.vjs-icon-captions:before,
.video-js .vjs-captions-button:before {
    content: "\f3fa";
}

.vjs-icon-chapters:before,
.video-js .vjs-chapters-button:before {
    content: "\f453";
}

.vjs-icon-share:before {
    content: "\f3ac";
}

.vjs-icon-cog:before {
    content: "\f43d";
}

.vjs-icon-circle:before,
.video-js .vjs-mouse-display:before,
.video-js .vjs-play-progress:before,
.video-js .vjs-volume-level:before {
    content: "";
}

.vjs-icon-circle-outline:before {
    content: "";
}

.vjs-icon-circle-inner-circle:before {
    content: "";
}

.vjs-icon-hd:before {
    content: "\f4cd";
}

.vjs-icon-cancel:before,
.video-js .vjs-control.vjs-close-button:before {
    content: "\f406";
}

.vjs-icon-replay:before {
    content: "\f49c";
}

.vjs-icon-facebook:before {
    content: "\f231";
}

.vjs-icon-gplus:before {
    content: "\f235";
}

.vjs-icon-linkedin:before {
    content: "";
}

.vjs-icon-twitter:before {
    content: "\f243";
}

.vjs-icon-tumblr:before {
    content: "\f241";
}

.vjs-icon-pinterest:before {
    content: "\f2b1";
}

.vjs-icon-audio-description:before {
    content: "";
}

.video-js {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    vertical-align: top;
    box-sizing: border-box;
    color: #fff;
    background: #000;
    position: absolute;
    padding: 0;
    font-size: 10px;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    font-family: "Ionicons", "Questrial" !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
}

.video-js:-moz-full-screen {
    position: absolute;
}

.video-js:-webkit-full-screen {
    width: 100% !important;
    height: 100% !important;
}

.video-js *,
.video-js *:before,
.video-js *:after {
    box-sizing: inherit;
}

.video-js ul {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    list-style-position: outside;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3 {
    width: 100%;
    max-width: 100%;
    height: 0;
}

.video-js.vjs-16-9 {
    padding-top: 56.25%;
}

.video-js.vjs-4-3 {
    padding-top: 75%;
}

.video-js.vjs-fill {
    width: 100%;
    height: 100%;
}

.video-js .vjs-tech {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

body.vjs-full-window {
    padding: 0;
    margin: 0;
    height: 100%;
    overflow-y: auto;
}

.vjs-full-window .video-js.vjs-fullscreen {
    position: fixed;
    overflow: hidden;
    z-index: 1000;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.video-js.vjs-fullscreen {
    width: 100% !important;
    height: 100% !important;
    padding-top: 0 !important;
}

.video-js.vjs-fullscreen.vjs-user-inactive,
.vjs-user-inactive {
    cursor: none;
}

.vjs-hidden {
    display: none !important;
}

.video-js .vjs-offscreen {
    height: 1px;
    left: -9999px;
    position: absolute;
    top: 0;
    width: 1px;
}

.vjs-lock-showing {
    display: block !important;
    opacity: 1;
    visibility: visible;
}

.vjs-no-js {
    padding: 20px;
    color: #fff;
    background-color: #000;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    width: 300px;
    height: 150px;
    margin: 0px auto;
}

.vjs-no-js a,
.vjs-no-js a:visited {
    color: #66a8cc;
}

.video-js .vjs-big-play-button {
    font-size: 600%;
    line-height: 100px;
    height: 100px;
    width: 100px;
    display: block;
    position: absolute;
    text-indent: 5px;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    padding: 0;
    text-align: center;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.15);
    color: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    outline: none;
    -webkit-backdrop-filter: blur(20px) saturate(1.5) brightness(1.2);
    backdrop-filter: blur(20px) saturate(1.5) brightness(1.2);
}

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
    display: none;
}

.video-js button {
    background: none;
    border: none;
    color: inherit;
    display: inline-block;
    overflow: visible;
    font-size: inherit;
    line-height: inherit;
    text-transform: none;
    text-decoration: none;
    transition: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.video-js .vjs-control.vjs-close-button {
    cursor: pointer;
    height: 3em;
    position: absolute;
    right: 0;
    top: 0.5em;
    z-index: 2;
}

.vjs-menu-button {
    cursor: pointer;
}

.vjs-menu .vjs-menu-content {
    display: block;
    padding: 0;
    margin: 0;
    overflow: auto;
}

.vjs-scrubbing .vjs-menu-button:hover .vjs-menu {
    display: none;
}

.vjs-menu li {
    list-style: none;
    margin: 2px 0px;
    padding: 8px 15px;
    font-size: 14px;
    text-align: center;
    text-transform: lowercase;
    color: rgba(255, 255, 255, 0.6);
    border-radius: 3px;
    transition: all 0.15s ease;
    outline: none;
}

.vjs-menu li:hover {
    color: rgba(255, 255, 255, 0.85);
    text-shadow: 0 0 3px rgba(255, 255, 255, 0.5);
}
.vjs-menu li:active {
    transform: scale(0.9);
}

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover {
    color: rgba(255, 255, 255, 1);
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    /*background: -webkit-linear-gradient(to top, #FF7539 0%, #FFAB00 100%);
    background: linear-gradient(to top, #FF7539 0%, #FFAB00 100%);*/
}

.vjs-menu li.vjs-menu-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 2em;
    padding: 0;
    margin: 0 0 0.3em 0;
    font-weight: bold;
    cursor: default;
}

.vjs-menu-button-popup .vjs-menu {
    display: none;
    position: absolute;
    bottom: 0;
    width: 50px;
    left: -3em;
    height: 0em;
    margin-bottom: 1.5em;
    border-top-color: rgba(43, 51, 63, 0.7);
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    display: block;
    padding: 5px;
    /*background: -webkit-linear-gradient(top, rgba(30,30,30,.9), rgba(10,10,10,.9));
    background: linear-gradient(to bottom , rgba(30,30,30,.9), rgba(10,10,10,.9));
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.05), 0 0 10px rgba(0,0,0,.3);*/
    border-radius: 3px;
    color: #fff;
    font-size: 100%;
    margin-bottom: 8px;
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
    position: absolute;
    bottom: 15px;
    float: left;
}

.vjs-menu-button-popup:hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
    display: block;
}

.video-js .vjs-menu-button-inline {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    overflow: hidden;
}

.video-js .vjs-menu-button-inline:before {
    width: 2.222222222em;
}

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
    width: 10em;
}

.video-js .vjs-menu-button-inline.vjs-slider-active {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.vjs-menu-button-inline .vjs-menu {
    opacity: 0;
    height: 100%;
    width: auto;
    position: absolute;
    left: 4em;
    top: 0;
    padding: 0;
    margin: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
    display: block;
    opacity: 1;
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
    display: block;
    opacity: 1;
    position: relative;
    width: auto;
}

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
    width: auto;
}

.vjs-menu-button-inline .vjs-menu-content {
    width: auto;
    height: 100%;
    margin: 0;
    overflow: hidden;
}

.video-js .vjs-control-bar {
    display: none;
    width: 700px;
    position: absolute;
    bottom: 20px;
    left: calc(50% - 350px);
    height: 50px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.6);
    -webkit-backdrop-filter: blur(20px) saturate(1.5) brightness(1.2);
    backdrop-filter: blur(20px) saturate(1.5) brightness(1.2);
}

/* masonry layout */

.grid-wrapper > div {
    display: flex;
    justify-content: center;
    align-items: center;
}
.grid-wrapper > div > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* border-radius: 5px; */
}

.grid-wrapper {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-auto-rows: 300px;
    grid-auto-flow: dense;
}

.masonry-img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    display: inline-block;
    transition: 0.3s;
}

.img-wrapper {
    /* width: 100%;
    height: auto; */
    max-width: 300px;
    height: 300px;
    overflow: hidden;
}

.masonry-img:hover {
    transform: scale(1.1);
}

.project-img {
    max-width: 300px;
    height: auto;
    vertical-align: middle;
    display: inline-block;
}

.project-grid-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 20px;
    justify-content: space-between;
    margin-top: 20px;
}
/* Other styling elements, that are not necessary for the example */

.img-wrapper {
    display: inline-block;
    box-sizing: border-box;
}



.vjs-has-started .vjs-control-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
    opacity: 1;
    transform-origin: center bottom;
    transition: all 0.15s cubic-bezier(0.44, 0.14, 0.34, 0.97), width 0s,
        left 0s;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    visibility: hidden;
    opacity: 0;
    bottom: 5px;
    transition: 0.15s cubic-bezier(0.44, 0.14, 0.34, 0.97);
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
    display: none !important;
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    opacity: 1;
    visibility: visible;
}

@media screen {
    .vjs-user-inactive.vjs-playing .vjs-control-bar:before {
        content: "";
    }
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
    display: table;
}

.video-js .vjs-control {
    outline: none;
    position: relative;
    text-align: center;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 50px;
    font-size: 120%;
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}

.video-js .vjs-control:before {
    font-size: 200%;
    line-height: 50px;
    color: #fff;
}

.video-js .vjs-control-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    visibility: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.vjs-no-flex .vjs-control {
    display: table-cell;
    vertical-align: middle;
}

.video-js .vjs-custom-control-spacer {
    display: none;
}

.video-js .vjs-progress-control {
    -webkit-box-flex: auto;
    -moz-box-flex: auto;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.vjs-live .vjs-progress-control {
    display: none;
}

.video-js .vjs-progress-holder {
    -webkit-box-flex: auto;
    -moz-box-flex: auto;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    height: 5px;
    border-radius: 5px;
}
.wd7 {
    width:70%;
}
.wd3 {
    width:30%;
}
.video-js .vjs-progress-control:hover .vjs-mouse-display:after,
.video-js .vjs-progress-control:hover .vjs-play-progress:after {
    display: block;
    font-size: 120%;
}

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
    position: absolute;
    display: block;
    height: 5px;
    margin: 0;
    padding: 0;
    width: 0;
    left: 0;
    top: 0;
    border-radius: 5px;
}

.video-js .vjs-mouse-display:before {
    display: none;
}

.video-js .vjs-play-progress {
    background: #fff;
    border-radius: 10px;
    transition: all 0.25s linear;
}

.video-js .vjs-mouse-display:after,
.video-js .vjs-play-progress:after {
    display: none;
    position: absolute;
    top: -28px;
    right: 0;
    font-size: 12px !important;
    color: transparent;
    content: attr(data-current-time);
    padding: 8px;
    pointer-events: none;
    transition: 0.2s ease;
}

.video-js .vjs-play-progress:before,
.video-js .vjs-play-progress:after {
    z-index: 10;
}

.video-js .vjs-load-progress {
    background: rgba(255, 255, 255, 0.3);
    transition: width 0.25s linear;
}

.video-js .vjs-load-progress div {
    background: rgba(0, 0, 0, 0.2);
}

.video-js.vjs-no-flex .vjs-progress-control {
    width: auto;
}

.video-js .vjs-progress-control .vjs-mouse-display {
    position: absolute;
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
    z-index: 0;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
    display: block;
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display:after {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 1s, opacity 1s;
    -moz-transition: visibility 1s, opacity 1s;
    -o-transition: visibility 1s, opacity 1s;
    transition: visibility 1s, opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex
    .vjs-progress-control
    .vjs-mouse-display,
.video-js.vjs-user-inactive.vjs-no-flex
    .vjs-progress-control
    .vjs-mouse-display:after {
    display: none;
}

.video-js .vjs-progress-control .vjs-mouse-display:after {
    color: #999;
    background: #222;
    border-radius: 5px 5px 0px 5px;
    visibility: visible;
}

.video-js .vjs-slider {
    outline: 0;
    position: relative;
    cursor: pointer;
    padding: 0;
    margin: 0 0.45em 0 0.45em;
    background: rgba(255, 255, 255, 0.15);
}

.video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button {
    cursor: pointer;
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}

.video-js .vjs-volume-control {
    width: 5em;
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.video-js .vjs-volume-bar {
    margin: 1.35em 0.45em;
    top: 9px;
    border-radius: 5px;
}

.vjs-volume-bar.vjs-slider-horizontal {
    width: 50px;
    height: 5px;
    border-radius: 5px;
}

.vjs-volume-bar.vjs-slider-vertical {
    width: 5px;
    height: 50px;
    margin: 1.35em auto;
    border-radius: 5px;
}

.video-js .vjs-volume-level {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    border-radius: 5px;
    transition: all 0s;
}

/*.video-js .vjs-volume-level:before {
	content: '';
	position: absolute;
	width: 9px;
	height: 9px;
	bottom: -2px;
	right: -6px;
	background: #fff;
	border-radius: 50px;
}*/

.vjs-slider-vertical .vjs-volume-level {
    width: 5px;
}

.vjs-slider-vertical .vjs-volume-level:before {
    top: -0.5em;
    left: -0.3em;
}

.vjs-slider-horizontal .vjs-volume-level {
    height: 5px;
}

.vjs-slider-horizontal .vjs-volume-level:before {
    top: -2px;
    right: -0.5em;
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
    height: 100%;
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
    width: 100%;
}

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu {
    display: block;
    width: 0;
    height: 0;
    border-top-color: transparent;
}

.vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu {
    left: 0.5em;
    height: 8em;
}

.vjs-menu-button-popup.vjs-volume-menu-button-horizontal .vjs-menu {
    left: -2em;
}

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu-content {
    height: 0;
    width: 0;
    overflow-x: hidden;
    overflow-y: hidden;
}

.vjs-volume-menu-button-vertical:hover .vjs-menu-content,
.vjs-volume-menu-button-vertical .vjs-lock-showing .vjs-menu-content {
    height: 50px;
    width: 85px;
}

.vjs-volume-menu-button-horizontal:hover .vjs-menu-content,
.vjs-volume-menu-button-horizontal .vjs-lock-showing .vjs-menu-content {
    height: 50px;
    width: 60px;
}

.vjs-volume-menu-button.vjs-menu-button-inline .vjs-menu-content {
    background-color: transparent !important;
}

.vjs-poster {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    cursor: pointer;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
.vjs-poster img {
    display: block;
    margin: 0 auto;
    max-height: 100%;
    padding: 0;
    width: 100%;
}

.vjs-has-started .vjs-poster {
    visibility: hidden;
    opacity: 0;
}

.vjs-audio.vjs-has-started .vjs-poster {
    visibility: visible;
}

.vjs-controls-disabled .vjs-poster {
    visibility: hidden;
    display: none;
}

.vjs-using-native-controls .vjs-poster {
    visibility: hidden;
    display: none;
}

.video-js .vjs-live-control {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-flex: auto;
    -moz-box-flex: auto;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    font-size: 1em;
    line-height: 3em;
}

.vjs-no-flex .vjs-live-control {
    display: table-cell;
    width: auto;
    text-align: left;
}

.video-js .vjs-time-control {
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    font-size: 100%;
    line-height: 50px;
    color: rgba(255, 255, 255, 0.8);
}

.vjs-live .vjs-time-control {
    display: none;
}

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
    display: block;
}

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
    display: block;
}
.vjs-duration.vjs-control,
.vjs-current-time.vjs-control {
    width: auto !important;
    padding: 0 10px;
}

.vjs-time-divider {
    line-height: 50px;
    width: 2px;
    transform: translateX(-2px);
}
.vjs-time-divider div span {
    font-size: 150%;
    color: rgba(255, 255, 255, 0.8);
}

.vjs-live .vjs-time-divider {
    display: none;
}

.video-js .vjs-play-control {
    cursor: pointer;
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}
.video-js .vjs-play-control:after {
    content: "Play/Pause";
    position: absolute;
    top: -40px;
    left: 0px;
    width: auto;
    height: auto;
    background: #111;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    color: #ddd;
    text-align: center;
    letter-spacing: 1px;
    padding: 10px 15px;
    pointer-events: none;
    opacity: 0;
    transition: 0.2s ease;
    transition-delay: 0s;
}
.video-js .vjs-play-control:hover:after {
    opacity: 1;
    transition-delay: 1.3s;
}

.vjs-text-track-display {
    position: absolute;
    bottom: 3em;
    left: 0;
    right: 0;
    top: 0;
    pointer-events: none;
}

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
    bottom: 1em;
}

.video-js .vjs-text-track {
    font-size: 1.4em;
    text-align: center;
    margin-bottom: 0.1em;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
}

.vjs-subtitles {
    color: #fff;
}

.vjs-captions {
    color: #fc6;
}

.vjs-tt-cue {
    display: block;
}

video::-webkit-media-text-track-display {
    -moz-transform: translateY(-3em);
    -ms-transform: translateY(-3em);
    -o-transform: translateY(-3em);
    -webkit-transform: translateY(-3em);
    transform: translateY(-3em);
}

.video-js.vjs-user-inactive.vjs-playing
    video::-webkit-media-text-track-display {
    -moz-transform: translateY(-1.5em);
    -ms-transform: translateY(-1.5em);
    -o-transform: translateY(-1.5em);
    -webkit-transform: translateY(-1.5em);
    transform: translateY(-1.5em);
}

.video-js .vjs-fullscreen-control {
    cursor: pointer;
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}
.video-js .vjs-fullscreen-control:after {
    content: "Fullscreen";
    position: absolute;
    top: -40px;
    right: 0px;
    width: auto;
    height: auto;
    background: #111;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    color: #ddd;
    text-align: center;
    letter-spacing: 1px;
    padding: 10px 15px;
    pointer-events: none;
    opacity: 0;
    transition: 0.2s ease;
    transition-delay: 0s;
}
.video-js .vjs-fullscreen-control:hover:after {
    opacity: 1;
    transition-delay: 1.3s;
}

.vjs-playback-rate .vjs-playback-rate-value {
    font-size: 120%;
    line-height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.vjs-playback-rate .vjs-menu {
    transform: translateX(0%);
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
    font-size: 1.4em;
    text-align: center;
}

.vjs-error .vjs-error-display:before {
    color: #fff;
    content: "X";
    font-family: Arial, Helvetica, sans-serif;
    font-size: 4em;
    left: 0;
    line-height: 1;
    margin-top: -0.5em;
    position: absolute;
    text-shadow: 0.05em 0.05em 0.1em #000;
    text-align: center;
    top: 50%;
    vertical-align: middle;
    width: 100%;
}

.vjs-loading-spinner {
    position: absolute;
    top: 5px;
    left: calc(50% - 65px);
    width: 130px;
    height: 40px;
    border-radius: 5px;
    background: #111;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: all 0.25s ease;
}
.vjs-loading-spinner:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: solid transparent 2px;
    border-top-color: #fff;
    -webkit-animation: rotate 1s infinite linear;
    animation: rotate 1s infinite linear;
}
.vjs-loading-spinner:after {
    content: "Loading";
    position: absolute;
    top: 0px;
    right: 5px;
    width: 90px;
    height: 40px;
    line-height: 40px;
    font-size: 150%;
    text-align: center;
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
    visibility: visible;
    opacity: 1;
    top: 20px;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.vjs-chapters-button .vjs-menu {
    left: -10em;
    width: 0;
}

.vjs-chapters-button .vjs-menu ul {
    width: 24em;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
    -webkit-box-flex: auto;
    -moz-box-flex: auto;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex
    .vjs-custom-control-spacer {
    width: auto;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-menu-button {
    display: none;
}

.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-fullscreen-control {
    display: none;
}

.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button {
    display: none;
}

.vjs-remaining-time {
    display: none;
}
.vjs-caption-settings {
    position: relative;
    top: 1em;
    /*background-color: #2B333F;
	background-color: rgba(43, 51, 63, 0.75);*/
    color: #fff;
    margin: 0 auto;
    padding: 0.5em;
    height: 15em;
    font-size: 12px;
    width: 40em;
}

.vjs-caption-settings .vjs-tracksettings {
    top: 0;
    bottom: 2em;
    left: 0;
    right: 0;
    position: absolute;
    overflow: auto;
}

.vjs-caption-settings .vjs-tracksettings-colors,
.vjs-caption-settings .vjs-tracksettings-font {
    float: left;
}

.vjs-caption-settings .vjs-tracksettings-colors:after,
.vjs-caption-settings .vjs-tracksettings-font:after,
.vjs-caption-settings .vjs-tracksettings-controls:after {
    clear: both;
}

.vjs-caption-settings .vjs-tracksettings-controls {
    position: absolute;
    bottom: 1em;
    right: 1em;
}

.vjs-caption-settings .vjs-tracksetting {
    margin: 5px;
    padding: 3px;
    min-height: 40px;
}

.vjs-caption-settings .vjs-tracksetting label {
    display: block;
    width: 100px;
    margin-bottom: 5px;
}

.vjs-caption-settings .vjs-tracksetting span {
    display: inline;
    margin-left: 5px;
}

.vjs-caption-settings .vjs-tracksetting > div {
    margin-bottom: 5px;
    min-height: 20px;
}

.vjs-caption-settings .vjs-tracksetting > div:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    min-height: 0;
}

.vjs-caption-settings label > input {
    margin-right: 10px;
}

.vjs-caption-settings input[type="button"] {
    width: 40px;
    height: 40px;
}

.video-js .vjs-modal-dialog {
    /*background: rgba(0, 0, 0, 0.8);
	background: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));*/
}

.vjs-modal-dialog .vjs-modal-dialog-content {
    font-size: 1.2em;
    line-height: 1.5;
    padding: 20px 24px;
    z-index: 1;
}

/*
Next step:

Customize https://plyr.io

*/
/* vedio play */
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 20px;
    background-color: #e9681e;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 16px;
    z-index: 1; /* Ensure the button is above the video */
}
.project-img_sl {
    width: 220px;
    padding: 4px;
    height: auto;
    max-height: 220px;
    border-radius: 20px;
    transition: transform 0.1s ease-in-out;
}
.carousal-li2.is-active{
    border-radius: 20px;
    border: solid 2px #b98923;
}


.project-image {
    width: 320px;
    padding: 4px;
    height: auto;
    max-height: 424px;
    border-radius: 20px;
    transition: transform 0.1s ease-in-out;
}

.project-image:hover {
    transform: scale(1.05) translateY(-5px);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.card-services p,
.card-services a {
    color: #fff;
    padding-top: 44px;
    font-family: "metropolisregular";
    line-height: 30px;
    text-align: left;
    font-size: 23px;
}

.home-service-margin {
    margin-top: -7px;
    margin-bottom: auto;
}

.icon-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.card-services {
    min-height: 181px;
    /* max-height: 193px; */
    background-color: #282828;
    border:solid 1px #313131;
    padding-left: 27px;
    padding-right: 27px;
    padding-top: 19px;
    transition: 0.4s ease-out;
    clip-path: polygon(0 15%, 8% 7%, 15% 0, 100% 0, 100% 0, 100% 100%, 0 100%);
    position: relative;
}

.nav-contact-btn.active {
    background-color: #e9681e;
}

.card-services:hover .service-icon {
    transform: translateX(-80px);
    filter: invert(65%) sepia(66%) saturate(6268%) hue-rotate(355deg)
        brightness(100%) contrast(84%);
}

.card-services:hover.card-services p,
.card-services:hover.card-services a {
    color: #e9681e;
    transform: translateY(-10px);
}

.service-icon {
    filter: invert(100%) sepia(0%) saturate(10%) hue-rotate(214deg)
        brightness(106%) contrast(102%);
    max-width: 59px;
    /* margin-top: 16px; */
    transition: transform 0.4s ease-out;
}

.card-services:hover {
    transform: translateY(-30px);
}


.glry {
    /*min-height: 181px;*/
    /* max-height: 193px; */
    /*background-color: #282828;*/
    /*border:solid 1px #313131;*/
    /*padding-left: 27px;*/
    /*padding-right: 27px;*/
    /*padding-top: 19px;*/
    transition: 0.4s ease-out;
    clip-path: polygon(0 15%, 8% 7%, 15% 0, 100% 0, 100% 0, 100% 100%, 0 100%);
    position: relative;
    width: auto !important;
}

.nav-contact-btn.active {
    background-color: #e9681e;
}

.glry:hover .glry-icon {
    transform: translateY(-20px);
    filter: invert(65%) sepia(66%) saturate(6268%) hue-rotate(355deg)
        brightness(100%) contrast(84%);
}

.glry-icon.active {
     max-width: 130px;
    z-index: 1;
    position: absolute;
    filter: invert(50%) sepia(74%) saturate(2783%) hue-rotate(351deg)
        brightness(96%) contrast(91%);
}


.glry-icon {
 max-width: 130px;
    z-index: 1;
    position: absolute;
    filter: invert(100%) sepia(0%) saturate(10%) hue-rotate(214deg) brightness(106%) contrast(102%);
}

.glry:hover {
    transform: translateY(-30px);
}






/* home page styling end */

.gallery-sub-title {
    padding: 6px;
    color: white;
    background: #221f1f;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.carousal-img-gallery {
    max-width: 120px;
    max-height: 90px;
}

.test-card {
    background-color: #1D1C21;
    margin-top: 31px;
    border-radius: 30px;
    padding: 18px;
    min-width: 308px;
    min-height: 170px;
    position: relative;
    border:solid 1px #28272C;
}

.test-card p {
    font-family: "Metropolis Semibold";
    margin: 0px;
    color: #fff;
    font-size: 14px;
}

p.testamonial-p {
    font-family: "metropolisregular";
    margin: 0px;
    color: #fff;
    font-size: 14px;
}

.test-card h5 {
    font-family: "metropolissemi_bold";
    color: #e9681e;
    height: 50px;
}

.testimonials .owl-next .next-slide {
    position: absolute;
    bottom: 50%;
    right: -50px;
}

.testimonials .owl-prev .prev-slide {
    position: absolute;
    bottom: 50%;
    left: -50px;
}

/* owl new */
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    z-index: 1;
    width: 40px;
    height: 40px;
    background-color: #ccc;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
}

.owl-nav button span {
    font-size: 30px;
    height: 100%;
    display: block;
    width: 100%;
}
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 0;
}
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 0;
}
button.next-btn {
    /*background: black;*/
    position: absolute;
    right: 0px;
    margin-top: 0px;
    height: 330px;
    /*width: auto;*/
}
button.next-btn:focus {
    background: linear-gradient(
        to left,
        rgba(0, 0, 0, 1) 0%,
        rgba(255, 255, 255, 0) 100%
    );
    position: absolute;
    right: 0;
    margin-top: 0px;
    height: 330px;
}

button.prev-btn {
    content: "";
    height: 100px;
    position: absolute;
    z-index: 3;
    position: absolute;
    left: 0px;
    margin-top: 0px;
}
.owl-carousel {
    padding:0 3px 0 0px;
}
button.prev-btn:focus {
    background: linear-gradient(
        to left,
        rgba(0, 0, 0, 1) 0%,
        rgba(255, 255, 255, 0) 100%
    );
    position: absolute;
    left: 0;
    margin-top: 0px;
}
.owl-carousel .owl-nav {
    margin: 0;
}
.tml{  margin-top: -59px !important;
}
.btn-wrap {
    text-align: center;
    width: 100%;
}
button {
    background-color: transparent;
    border: none;
    border-radius: 5px;
    margin: 10px;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.5s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.owl-theme .owl-nav .disabled,
button.disabled {
    opacity: 0.6;
    color: white;
}

/* owl new */

img.avatar {
    max-width: 58px;
    margin-bottom: 10px;
}

.testamonial-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 21px;
}

.company_about_sec p {
    font-family: "metropolisregular";
    margin: 0px;
    color: #fff;
}

.company_about_sec .change_color {
    color: #e9681e;
}

.change_color {
    color: #e9681e;
}

.company_backdrop {
    background-image: url("../images/jobs-banner-min.png");
    background-position: center;
    padding: 150px 15px 150px 15px;
}

.footer_section {
    background: #221f1f;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 13px 0px 20px 0px;
}

.footer-items {
    color: gray;
    line-height: 1;
    font-size: 17px;
    font-family: "metropolisregular";
}

.footer-items-s {
    color: gray;
    line-height: 1;
    font-size: 15px;
    font-family: "metropolisregular";
}
.footer-items-s::first-letter,
.footer-items-s::first-line {
    text-transform: capitalize;
}
.button-footer {
    background-color: transparent;
    border-radius: 14px;
    max-width: 181px;
    margin-left: 9px;
    min-height: 39px;
    border: 2px solid #d37323;
}

.button-footer:hover {
    background-color: #d37323;
    color: white;
    border-radius: 14px;
    max-width: 181px;
    margin-left: 9px;
    min-height: 39px;
    border: 2px solid #d37323;
}

.button-text-footer {
    color: white;
    margin: 0 auto;
    font-weight: 600;
}

.footer-logo {
    width: 100%;
}

.topic-container {
    position: relative;
    z-index: 0;
}

.footer-title {
    font-size: 1.25rem;
    color: white;
    font-weight: 500;
    font-family: "Metropolis Semibold";
        margin-top: 20px;
}

.footer-title-E {
    font-size: 1.25rem;
    color: white;
    font-weight: 500;
    font-family: "metropolis-bold";
}

.footer-items.email {
    color: #d37323;
}
.reels a {
    float: left;
}

.social_media .btn {
    background-color: #292a2b;
    color: #fff;
    height: 41px;
    width: 41px;
    border-radius: 100%;
    text-align: center;
    padding: 5px;
}

.social_media .btn:hover {
    background-color: #fff;
    color: #e9681e;
}

.footer_content {
    text-align: center;
    border-bottom: 2px solid #fff;
}

.company_content p {
    color: #fff;
    font-family: "metropolisregular";
}

.quick_links ul {
    list-style-type: none;
    display: flex;
    justify-content: center;
}

.quick_links ul li {
    display: inline-block;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    color: #fff;
    font-family: "metropolisregular";
}

.quick_links ul li:hover {
    color: #e9681e;
}

.copy-right_content p {
    color: #fff;
    font-family: "metropolisregular";
    text-align: center;
}

.mainCircle {
    /*the magic stuff*/
    perspective: 1000px;
    transform-style: preserve-3d;
    display: flex;
    flex-wrap: wrap;
}

.contactus_section {
    background-image: url("../images/contact_banner-min.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    margin-top: -125px;
}

.contactus_main_hero {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.production-team-section-contact-us {
    background-image: url(../images/contact-us/contactus.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 125vh;
}

.mobile-algin-fun-friday {
    display: flex;
    flex-direction: row;
    column-gap: 15px;
}

/* .for-padding {
  padding: 0px 60px 0px 15px;
} */

.for_right {
    text-align: right;
}

.contact-btn:hover {
    padding: 1px 9px;
    background-color: #e9681e;
    color: #fff;
    margin-top: 10px;
    border: 2px solid #d37323;
}

.contact-btn {
    /* padding: 0px 21px; */
    padding: 1px 9px;
    /* cursor: pointer; */
    border-radius: 7px;
    background-color: #d37323;
    color: white;
    margin-top: 10px;
    border: 2px solid #d37323;
    /* border-radius: 11px; */
    font-size: 15px;
    font-weight: bold;
}

.contact-btn-s:hover {
    padding: 1px 9px;
    background-color: #e9681e;
    color: #fff;
    margin-top: 10px;
    border: 2px solid #d37323;
}

.contact-btn-s {
    /* padding: 0px 21px; */
    padding: 1px 9px;
    /* cursor: pointer; */
    border-radius: 7px;
    background-color: transparent;
    color: white;
    margin-top: 10px;
    border: 2px solid #d37323;
    /* border-radius: 11px; */
    font-size: 11px;
    font-weight: bold;
}

.contact_form_sec h5 {
    color: #fff;
}

.contact_form_sec p {
    color: #fff;
    font-family: "metropolisregular";
}

.contact_form_sec a {
    text-decoration: none;
}

.contact_form_sec input {
    background-color: transparent;
    border-color: #e9681e;
}

.contact_form_sec textarea {
    background-color: transparent;
    border-color: #e9681e;
}

.contact_form_sec input::placeholder {
    color: #fff;
}

.contact_form_sec textarea::placeholder {
    color: #fff;
}

.ballons {
    -webkit-animation: bounce 3s infinite ease-in-out;
    -o-animation: bounce 3s infinite ease-in-out;
    -ms-animation: bounce 3s infinite ease-in-out;
    -moz-animation: bounce 3s infinite ease-in-out;
    animation: bounce 3s infinite ease-in-out;
}

@-webkit-keyframes bounce {
    0% {
        transform: translateY(-5px);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-5px);
    }
}

@keyframes bounce {
    0% {
        transform: translateY(-5px);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-5px);
    }
}

.portfolio_inner_section {
    background-image: url("../images/portfolio-banner-min.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    margin-top: -125px;
}

.portfolio_main_hero {
    display: flex;
    justify-content: center;
    align-items: baseline;
    padding: 360px 0px 0px 0px;
}

.portfolio_content_section {
    margin-top: -200px;
}

/* .layer-lady-png {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 60%;
} */

.layer-lady-png {
    position: absolute;
    bottom: 0px;
    right: -62px;
    max-width: 526px;
    height: auto;
    /* height: 73%; */
}

.additions {
    padding: 20px;
    background-color: transparent;
    border: none;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    height: 115px;
    width: 115px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.for-button-tabs {
    color: #fff;
}

.for-button-tabs:hover {
    color: #e9681e;
}

.additions:hover {
    filter: invert(43%) sepia(87%) saturate(809%) hue-rotate(347deg)
        brightness(94%) contrast(94%);
    border: 2px solid white;
}

.additions.active {
    color: #e9681e;
    border: none;
}

.btn-check:focus + .btn,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0);
}

button:focus {
    outline: none !important;
    box-shadow: transparent !important;
}

.flow > * + * {
    margin-top: var(--flow-space, 1em);
}

/* CARD COMPONENT */

.card {
    display: grid;
    place-items: center;
    /* width: 80vw;
    max-width: 21.875rem;
    height: 28.125rem; */
    overflow: hidden;
    border-radius: 0.625rem;
    box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
}

.card > * {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}

.card__background {
    object-fit: cover;
    max-width: 100%;
    height: 100%;
}

.card__content {
    --flow-space: 0.9375rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: flex-end;
    height: 55%;
    /* padding: 12% 1.25rem 1.875rem; */
    background: linear-gradient(
        180deg,
        hsla(0, 0%, 0%, 0) 0%,
        hsla(0, 0%, 0%, 0.3) 10%,
        hsl(0, 0%, 0%) 100%
    );
    color: #fff;
}

.card__content--container {
    --flow-space: 1.25rem;
}

.card__title {
    position: relative;
    width: fit-content;
    width: -moz-fit-content;
    padding-left: 13px;
    /* Prefijo necesario para Firefox  */
}

.card__title::after {
    content: "";
    position: absolute;
    height: 0.3125rem;
    width: calc(100% + 1.25rem);
    bottom: calc((1.25rem - 0.5rem) * -1);
    left: -1.25rem;
    background-color: var(--brand-color);
}

.gallery-icon-wrapper {
    margin-top: 63px;
}

.icon-title {
    margin-top: 30px;
}

.gallery-icon-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 20px;
    justify-content: space-between;
    column-gap: 53px;
    margin-top: 20px;
}

.navbar-nav .nav-item.active a.nav-link {
    color: orange; /* Set the color for hover, active, and the active link */
}

@media (any-hover: hover) and (any-pointer: fine) {
    .card__content {
        transform: translateY(62%);
        transition: transform 500ms ease-out;
        transition-delay: 500ms;
    }

    .card__title::after {
        opacity: 0;
        transform: scaleX(0);
        transition: opacity 1000ms ease-in, transform 500ms ease-out;
        transition-delay: 500ms;
        transform-origin: right;
    }

    .card__background {
        transition: transform 500ms ease-in;
    }

    .card__content--container > :not(.card__title),
    .card__button {
        opacity: 0;
        transition: transform 500ms ease-out, opacity 500ms ease-out;
    }

    .card:hover,
    .card:focus-within {
        transform: scale(1.05);
        transition: transform 500ms ease-in;
    }

    .card:hover .card__content,
    .card:focus-within .card__content {
        transform: translateY(0);
        transition: transform 500ms ease-in;
    }

    .card:focus-within .card__content {
        transition-duration: 0ms;
    }

    .card:hover .card__background,
    .card:focus-within .card__background {
        transform: scale(1.3);
    }

    .card:hover .card__content--container > :not(.card__title),
    .card:hover .card__button,
    .card:focus-within .card__content--container > :not(.card__title),
    .card:focus-within .card__button {
        opacity: 1;
        transition: opacity 500ms ease-in;
        transition-delay: 1000ms;
    }

    .card:hover .card__title::after,
    .card:focus-within .card__title::after {
        opacity: 1;
        transform: scaleX(1);
        transform-origin: left;
        transition: opacity 500ms ease-in, transform 500ms ease-in;
        transition-delay: 500ms;
    }
}

.jobs_inner_section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
    margin-top: -125px;
    position: relative;
}

.section-title-home-pixalot {
    font-size: 126px;
    font-style: normal;
    font-weight: 800;
    line-height: 77px;
    color: transparent;
    -webkit-text-stroke: 1px #e9981e99;
    margin-left: 46px;
    padding: 13px;
}

.section-title-home-executive-team3 {
    font-size: 116px;
    font-style: normal;
    font-weight: 800;
    line-height: 77px;
    color: white;
    margin-left: 76px;
    padding: 13px;
    
}

.section-title-home-executive-team1 {
    font-size: 116px;
    font-style: normal;
    font-weight: 800;
    line-height: 77px;
    color: white;
    margin-left: 46px;
    padding: 13px;
}

.section-title-home-executive-team {
    font-size: 99px;
    font-style: normal;
    font-weight: 800;
    line-height: 77px;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    margin-left: 46px;
    padding: 13px;
}

.about-us-image {
    position: relative;
    z-index: 1;
    object-fit: cover;
    max-width: 100%;
    height:470px;
    clip-path: polygon(0% 0%, 100% 0%, 84% 0%, 100% 15%, 100% 100%, 0% 100%);
}

.about-us-image-wrapper {
    position: relative;
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 18px;
}
.wrp_mn{ width:100%;margin:60px 0px;}

.wrp{ display: flex;justify-content: center;}
.eximg{
    width:30%;
    float:left;
}
.executive-team-text {
    width:70%;
    float:left;
}

.about-us-image-wrapper2 {
    position: relative;
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 18px;
}

.testamonial-carousal-wrapper {
    margin-top: 50px;
    min-height: 200px;
    overflow: hidden;
    min-width: 755px;
    /* min-width: 803px; */
}

.art-2d-p-mobile {
    color: #ffffff;
    font-family: "metropolisregular";
    font-size: 16px;
    text-align: justify;
    max-width: 271px;
    display: none;
    /* margin-left: 23px; */
}

.art-2d-p-top-mobile {
    color: #000;
    font-family: "metropolisregular";
    font-size: 16px;
    text-align: justify;
    max-width: 271px;
    display: none;
    /* margin-left: 23px; */
}

.text-2d-S-mobile {
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 900 !important;
    margin-bottom: 0;
    background: #14385d;
    background: linear-gradient(to right, #14385dcc 30%, #f70378 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: none;
}

.btn-gradiant {
    position: absolute;
    margin-top: 177px;
    transform: translateY(-50%);
    z-index: 2;
    /* -webkit-mask-image: linear-gradient(to left, rgb(0 0 0 / 2%), rgb(0 0 0)),
        linear-gradient(to right, rgb(11 10 10), rgba(0, 0, 0, 0)); */
    overflow: hidden;
    background: transparent;
    transform: 90 deg;
    height: 242px;
    margin-left: -23px;
    width: 400px;
}

.btn-gradiant-right {
    /* position: absolute; */
    position: absolute;
    right: 0;
    margin-top: 177px;
    width: 317px;
    transform: translateY(-50%);
    z-index: 2;
    background: transparent;
    /* -webkit-mask-image: linear-gradient(
            to right,
            rgb(138 91 91 / 21%),
            rgb(0 0 0)
        ),
        linear-gradient(to left, rgb(11 10 10 / 90%), rgb(0 0 0 / 0%)); */
    overflow: hidden;
    transform: 90 deg;
    height: 242px;
    margin-right: 10px;
}

.btn-gradiant:hover {
    position: absolute;
    margin-top: 177px;
    transform: translateY(-50%);
    z-index: 2;
    -webkit-mask-image: linear-gradient(to left, rgb(0 0 0 / 2%), rgb(0 0 0)),
        linear-gradient(to right, rgb(11 10 10), rgba(0, 0, 0, 0));
    overflow: hidden;
    background: #070505;
    transform: 90 deg;
    height: 242px;
    margin-left: -23px;
    width: 400px;
}

.btn-gradiant-right:hover {
    /* position: absolute; */
    position: absolute;
    right: 0;
    margin-top: 177px;
    width: 317px;
    transform: translateY(-50%);
    z-index: 2;
    background: black;
    -webkit-mask-image: linear-gradient(
            to right,
            rgb(138 91 91 / 21%),
            rgb(0 0 0)
        ),
        linear-gradient(to left, rgb(11 10 10 / 90%), rgb(0 0 0 / 0%));
    overflow: hidden;
    transform: 90 deg;
    height: 242px;
    margin-right: 10px;
}

.font-executive-team {
    font-size: 29px;
    color: white;
    font-family: "Metropolis Semibold";
}

.font-executive-team-h4 {
    color: white;
    /* font-weight: 100; */
    font-family: "Metropolis Light";
    font-size: 15px;
        text-align: justify !important;
    word-spacing: -1px;
}

.font-executive-team-h5 {
    color: white;
    font-weight: 300;
    font-size: 21px;
    font-family: "Metropolis Light";
}

.executive-team-text-wrapper {
      margin: 66px 40px 0 26px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.jobs_main_hero {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: baseline;
    text-align: center;
    padding-top: 160px;
}

.jobs_main_hero-contact-us {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: baseline;
    text-align: center;
    margin-top: 12px;
    font-family: "Metropolis Semibold";
}

.contact-us-sub-description {
    font-weight: 100;
    font-family: "metropolisregular";
}

.jobs_main_hero_about_us {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: baseline;
    padding-top: 360px;
    position: absolute;
    left: 0;
    bottom: -57px;
}

.requ-section {
    position: relative;
    padding: 0px 0px 400px 0px;
    /* background: rgb(20,20,26);
    background: linear-gradient(180deg, rgba(20, 20, 26, 0.6699929971988796) 0%, rgba(20, 20, 26, 1) 50%, rgba(20, 20, 26, 1) 100%); */
}

.titleFont {
    font-size: 70px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    margin-left: 46px;
    padding: 13px;
    font-family: system-ui;
}

.top-hearder-careers {
    font-family: "Metropolis Extra Light";
}

.main-heading {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 40px;
    font-family: "universal_serifregular";
}

.side_dots {
    width: 40%;
    opacity: 1;
    border-top: 1px solid #fff;
    color: black;
}

.me-3 {
    margin-right: 1rem !important;
}

.side_dots_2 {
    width: 40%;
    opacity: 1;
    border-top: 1px solid #fff;
    color: black;
}

.ms-3 {
    margin-left: 1rem !important;
}

video::-webkit-media-controls {
    display: none;
}

.zoomup {
    animation: grow 4s linear forwards;
    opacity: 1;
}

@keyframes grow {
    0%,
    20% {
        transform: scale(1);
    }

    75%,
    100% {
        transform: scale(1.1);
    }
}

.background_sections-cave {
    background-image: url("../images/cave.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden;
}

.requrtiment_section {
    color: #fff;
    height: 100vh;
}

.jobs_section {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-top: -27px;
    padding: 35px 10px 30px 10px;
}

.jobs_section .tab {
    padding: 0px 10px 0px 10px;
}

.jobs-link-btn {
    width: 100%;
    color: #fff;
    text-align: left;
    margin-top: 10px;
    font-family: "Metropolis Medium";
}

.jobs-link-btn:hover {
    width: 100%;
    border: 1px solid #e9681e;
    color: #e9681e;
    font-family: "Metropolis Medium";
}

.jobs_section .tab .active {
    width: 100%;
    border: 1px solid #e9681e;
    color: #e9681e;
    font-family: "Metropolis Semibold";
}
.careers-heading {
    font-family: "Metropolis Semibold";
    color: #e9681e;
}

.job-apply-btn {
    background-color: transparent;
    color: white;
    border: 2px solid #e9681e;
    margin-top: 40px;
}

.job-apply-btn:hover {
    background-color: #e9681e;
    color: #fff;
}

.logoMarqueeSection {
    padding-top: 50vh;
    padding-bottom: 150vh;
}

#logoMarqueeSection {
    max-width: 1920px !important;
    margin: 0 auto;
}

.default-content-container {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    /* padding-left: 5rem;
    padding-right: 5rem;
    padding-top: 4.5rem;
    padding-bottom: 4.5rem; */
    width: 100%;
    height: 90px;
    background: #000;
}

div.marquee > a > img {
    height: 100px;
}
.btmd{
    margin-bottom:0px !important;
}

.logoMarqueeSection > div > div {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 0;
}

.marquee-wrapper {
    display: inline-block;
    white-space: nowrap;
}

.marquee {
    display: inline-block;
    white-space: nowrap;
    position: relative;
    transform: translate3d(0%, 0, 0);
    animation-name: marquee;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.marqueelogo {
    width: auto;
    max-width: none;
    /* border: 1px solid white;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.5); */
    margin: 5px;
}

.marqueelogo {
    padding: 10px;
}

.marquee a {
    display: inline-block;
    white-space: nowrap;
    /* padding-right: 5.4rem; */
}

.ml-135 {
    margin-left: 288px;
}
.ml-136 {
    margin-left: 69px;
}

.btn-col-right {
    position: absolute;
    right: -58px;
    z-index: 1;
}

.marquee-wrapper:hover .marquee {
    animation-play-state: paused !important;
}

@keyframes marquee {
    0% {
        transform: translate3d(0%, 0, 0);
    }

    100% {
        transform: translate3d(-100%, 0, 0);
    }
}

.xyz {
    position: relative;
    width: 100%;
    max-width: 400px;
}

.image1 {
    display: block;
    width: 100%;
    height: auto;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
}

.xyz:hover .overlay {
    opacity: 1;
    transition: 3s ease-out;
}

.xyz:hover .image1 {
    opacity: 0;
    transition: 2s ease-out;
}

.carousel-control-prev-icon {
    color: #e9681e;
    background-image: url("../images/testimonials/left.png");
    background-size: contain;
     
}
.clnt .carousel-control-prev-icon, .clnt .carousel-control-next-icon {filter: grayscale(100%);}
.clnt .carousel-control-prev-icon:hover,
 .clnt .carousel-control-next-icon:hover {filter: brightness(100%);}


.carousel-control-next-icon {
    color: #e9681e !important;
    background-image: url("../images/testimonials/right.png");
    background-size: contain;
}

.carousel-control-prev-icon-g {
    color: #e9681e;
    background-image: url("../images/testimonials/left.png");
    background-size: contain;
}

.carousel-control-next-icon-g {
    color: #e9681e !important;
    background-image: url("../images/testimonials/right.png");
    background-size: contain;
}

.center-item {
    position: relative;
}

.home-banner-carousal {
    margin-top: -156px;
}

#client {
    margin-top: 0px;
    position: relative;
}

.chevron {
    position: absolute;
    width: 28px;
    height: 2px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
    justify-content: center;
}

.chevron:first-child {
    animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
    content: " ";
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: #e9681e;
}

.chevron:before {
    left: 0;
    transform: skew(0deg, 45deg);
}

.chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -45deg);
}
/* modal */

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: #0f1112d1;
    padding-top: 60px;
}

.modal-content {
    background-color: transparent;
    margin: auto;
    /* padding: 20px; */
    /* border: 1px solid #888; */
    width: 80%;
    /* box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); */
    /* animation-name: zoom; */
    /* animation-duration: 0.6s; */
    /* transition: 0.5s; */
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    max-width: fit-content;
}

.modal-img {
    width: 100%;
    height: auto;
    /* max-width: 800px;
    min-width: 800px;
    max-height: 550px; */
}

.close {
    color: #aaa;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.prev {
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    /* min-width: 200px; */
    padding: 5px;
    left: 600px;
    /* margin-top: -55px; */
    color: #e9681e;
    font-size: 80px;
    transition: 0.6s ease;
    border-radius: 0 0px 0px 0;
    user-select: none;
    /* height: 70px; */
    /* margin-left: -21px; */
}

.next {
    /* height: 70px; */
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    /* min-width: 200px; */
    right: 600px;
    padding: 5px;
    /* margin-top: -50px; */
    color: #e9681e;
    font-size: 80px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    border-radius: 0px 0 0 3px;
}

.lightboxpreview {
    transition: all 0.3s linear;
    padding-top: 60%;
    cursor: pointer;
    background-size: cover;
}

.lightbox-content {
    max-height: 75vh;
    height: 75vh;
    width: 100%;
    max-width: 1000px;
}

.lightbox-close {
    cursor: pointer;
    margin-left: auto;
    position: absolute;
    right: -30px;
    top: -30px;
    color: white;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
}
.modal_inner_image {
    min-height: 400px;
    z-index: 1000;
}
.modal-content {
    width: 100%;
}

.modalscale {
    transform: scale(0);
    opacity: 0;
}

.lightbox-container,
.lightbox-btn,
.lightbox-image-wrapper,
.lightbox-enabled {
    transition: all 0.4s ease-in-out;
}
.lightbox_img_wrap {
    padding-top: 65%;
    position: relative;
    overflow: hidden;
    height: 300px;
}
.lightbox-enabled:hover {
    transform: scale(1.1);
}
.lightbox-enabled {
    width: 100%;
    height: 300px;
    position: absolute;
    top: 0;
    object-fit: cover;
    cursor: pointer;
}

.lightbox-container {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(27 25 25 / 85%);
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
}

.lightbox-container.active {
    opacity: 1;
    pointer-events: all;
}
.lightbox-image-wrapper {
    display: flex;
    transform: scale(0);
    align-items: center;
    justify-content: center;
    max-width: 90vw;
    max-height: 90vh;
    position: relative;
}
.lightbox-container.active .lightbox-image-wrapper {
    transform: scale(1);
}
.lightbox-btn,
#close {
    color: white;
    z-index: 9999999;
    cursor: pointer;
    position: absolute;

    font-size: 50px;
}

.lightbox-btn:focus {
    outline: none;
}

.left {
    left: 50px;
}
.right {
    right: 50px;
}
#close {
    top: 50px;
    right: 50px;
}

.lightbox-image {
    width: 100%;
    -webkit-box-shadow: 5px 5px 20px 2px rgba(0, 0, 0, 0.19);
    box-shadow: 5px 5px 20px 2px rgba(0, 0, 0, 0.19);
    max-height: 95vh;
    object-fit: cover;
}

@keyframes slideleft {
    33% {
        transform: translateX(-300px);
        opacity: 0;
    }
    66% {
        transform: translateX(300px);
        opacity: 0;
    }
}

.slideleft {
    animation-name: slideleft;
    animation-duration: 0.5s;
    animation-timing-function: ease;
}
@keyframes slideright {
    33% {
        transform: translateX(300px);
        opacity: 0;
    }
    66% {
        transform: translateX(-300px);
        opacity: 0;
    }
}

.slideright {
    animation-name: slideright;
    animation-duration: 0.5s;
    animation-timing-function: ease;
}

.grid-gap {
    padding: 2px;
}

.grid-gap-video {
    padding: 5px 10px 5px 10px;
}

.container-g {
    max-width: 1322px;
    margin: 0px auto;
}

.flex-gallery {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.flex-gallery-animation-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

a:hover {
    color: #e9681e;
}

/* .active,
.dot:hover {

    background-color: #717171;
} */

.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes zoom {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

@keyframes fade {
    from {
        opacity: 0.4;
    }
    to {
        opacity: 1;
    }
}

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
}

.img-responsive {
    margin: auto;
    max-height: 700px;
}

/* modal */

.services_section {
     position: relative; 
    /*height: 32vh;*/
}
.section_cnt {
    margin: 0px 0 0 0;
}
.services_section video {
    position: relative;
    top: -40px;
    left: 0;
    width: 100%;
    height: 62%;
    object-fit: cover;
}

/* Additional styling for the video container if needed */
.services_section .video-container {
    overflow: hidden;
}

.about-us_section {
    background-image: url(../images/about-us/banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -160px;
    height: 80vh;
}

.text-section-services {
    /*margin-top: -80px;*/
    position: relative;
}

.fade-box {
    background-color: transparent;
    /*background-image: linear-gradient(#ffffff00, black);*/
    width: 100%;
    height: 149px;
    position: absolute;
    z-index: 1;
    margin-top: 107px;
}

.about-us-pixalot-section {
    margin-top: 37px;
}

.pixalot-topic {
    position: relative;
    z-index: 999;
    margin-top:-280px;
}

.about-us-topic {
    background-color: rgb(13 13 13 / 59%);
}

.game-art-grid-image {
    width: 100%;
}

.game-art-images-grid-column {
    row-gap: 10px;
    display: flex;
    flex-direction: column;
}
.cntr{
    /*width: 1050px;*/
    
}
.section-title-home-s {
    font-size: 212px;
    font-style: normal;
    font-weight: 800;
    line-height: 77px;
    color: #504949;
    -webkit-text-stroke: 2px #fff;
    margin-left: 46px;
    padding: 13px;
}

.client-carosel-next-btn-flex {
    display: flex;
    flex-direction: row;
    align-items: center !important;
    position: relative;
}

.section-title-home-s:hover {
    font-size: 212px;
    font-style: normal;
    font-weight: 800;
    line-height: 77px;
    color: orange;
    -webkit-text-stroke: 2px #e9681e;
    margin-left: 46px;
    padding: 13px;
}

.section-title-home-s.active {
    font-size: 212px;
    font-style: normal;
    font-weight: 800;
    line-height: 77px;
    color: orange;
    -webkit-text-stroke: 2px #e9681e;
    margin-left: 46px;
    padding: 13px;
}

.s-2d-3d-wrap {
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
        margin: 0 0px 0 15px;
}

.s-2d-3d-flex {
    display: flex;
    flex-direction: row;
}

.vl {
    border-right: 2px solid orange;
    height: 435px;
    margin-bottom: 40px;
}

.d-flex {
    display: flex;
    flex-direction: row;
}

.gallery_section {
    background-image: url(../images/gallery/gallery-banner.html);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.gallery_section_2D {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* height: 95vh; */
    margin-top: -158px;
}
.gallery_section_2Ds {
     margin-top:0px !important;
}

.mr-top {
    margin-top: 130px;
    /* transform: translateX(34%); */
}

.mr-top-g {
    margin-top: 300px;
    /* transform: translateX(34%); */
}

.gallery_section_2D_p {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 78vh;
    margin-top: -158px;
}

.gallery_icon_wrapper_top {
    display: flex;
    margin-top: 60px;
    justify-content: center;
}

.bottom-topic-line-gallery {
    width: 100%;
    margin-left: 106px;
}

.gallery-icon {
    max-width:130px;
    z-index: 1;
    position: absolute;
    filter: invert(100%) sepia(0%) saturate(10%) hue-rotate(214deg)
        brightness(106%) contrast(102%);
}

.gallery-icon.active {
    max-width: 130px;
    z-index: 1;
    position: absolute;
    filter: invert(50%) sepia(74%) saturate(2783%) hue-rotate(351deg)
        brightness(96%) contrast(91%);
}

.gallery-icon.active:hover {
    max-width: 130px;
    z-index: 1;
    position: absolute;
    filter: invert(50%) sepia(74%) saturate(2783%) hue-rotate(351deg)
        brightness(96%) contrast(91%);
}

.gallery-icon:hover {
    /* margin-bottom: 17px; */
    /* margin-right: 17px; */
    animation-name: example;
    animation-duration: 2s;
    transition: 1s;
    filter: invert(43%) sepia(87%) saturate(809%) hue-rotate(347deg)
        brightness(94%) contrast(94%);
}

@keyframes example {
    0% {
        top: 0px;
    }
    25% {
        top: -10px;
    }
    75% {
        top: -10px;
    }
    100% {
        top: 0px;
    }
}

.gallery-icon-circle {
    min-width: 157px;
    opacity: 0.5;
    z-index: 0;
    /*filter: invert(98%) sepia(6%) saturate(119%) hue-rotate(301deg)*/
    /*    brightness(112%) contrast(100%);*/
}


.gallery-icon-circle:hover {
    min-width: 157px;
    opacity: 0.5;
    z-index: 0;
    filter: invert(43%) sepia(87%) saturate(809%) hue-rotate(347deg)
        brightness(94%) contrast(94%);
}

.gallery-icon-circle.active {
    min-width: 157px;
    opacity: 0.5;
    z-index: 0;
    filter: invert(43%) sepia(87%) saturate(809%) hue-rotate(347deg)
        brightness(94%) contrast(94%);
}
.gallery-icon-circle:hover{
       max-width: 84px;
    z-index: 1;
    position: absolute;
    filter: invert(50%) sepia(74%) saturate(2783%) hue-rotate(351deg)
        brightness(96%) contrast(91%);
}
.is-active .gallery-icon-circle {
    min-width: 157px;
    opacity: 0.5;
    z-index: 0;
    filter: invert(43%) sepia(87%) saturate(809%) hue-rotate(347deg)
        brightness(94%) contrast(94%);
}
.is-active .glry-icon {
     max-width: 130px;
    z-index: 1;
    position: absolute;
    filter: invert(50%) sepia(74%) saturate(2783%) hue-rotate(351deg)
        brightness(96%) contrast(91%);
}
.animation-vedio-wrapper {
    display: flex;
    flex-direction: row;
}

img.female-2d-character {
    /*width: 96%;*/
    min-height: 200px;
    flex-direction: row;
    align-items: flex-end;
    margin-top: -122px;
    /* margin-top: -226px; */
}
.male-2d-character {
    /*max-height: 589px;*/
    flex-direction: row;
    align-items: flex-end;
    margin-top: -135px;
    margin-left: -400px;
}

.container-fluid.orange-container-2 {
    margin-top: 100px;
}

@keyframes move {
    25% {
        opacity: 1;
    }

    33% {
        opacity: 1;
        transform: translateY(30px);
    }

    67% {
        opacity: 1;
        transform: translateY(40px);
    }

    100% {
        opacity: 0;
        transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
}

.text {
    display: block;
    margin-top: 75px;
    margin-left: -45px;
    font-family: inherit;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 3px;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    opacity: 0.25;
    animation: pulse 2s linear alternate infinite;
    webkit-text-size-adjust: 100%;
    vertical-align: baseline;
    background: transparent;
}

@keyframes pulse {
    to {
        opacity: 1;
    }
}

.corners--slanted {
    -webkit-mask-image: linear-gradient(135deg, transparent 1.15rem, gold 0),
        linear-gradient(-135deg, transparent 1.15rem, gold 0),
        linear-gradient(45deg, transparent 1.15rem, gold 0),
        linear-gradient(-45deg, transparent 1.15rem, gold 0);
    mask-image: linear-gradient(135deg, transparent 1.15rem, gold 0),
        linear-gradient(-135deg, transparent 1.15rem, gold 0),
        linear-gradient(45deg, transparent 1.15rem, gold 0),
        linear-gradient(-45deg, transparent 1.15rem, gold 0);
    -webkit-mask-position: 0 0, 100% 0, 0 100%, 100% 100%;
    mask-position: 0 0, 100% 0, 0 100%, 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 51% 51%;
    mask-size: 51% 51%;
}

.hi {
    left: 50%;
    transform: translateY(0%) rotate(45deg);

    opacity: 0;
    width: 2em;
    height: 2em;
    background-color: transparent;
    z-index: 80;
    bottom: 25px;
    position: absolute;
    border-width: 0 0.25em 0.25em 0;
    border-style: solid;
    border-color: #e9681e;
    animation: scrolldown 1.2s ease-in-out infinite 0.15s;
}

.hi2 {
    left: 50%;
    transform: translateY(0%) rotate(45deg);

    opacity: 0;
    width: 2em;
    height: 2em;
    background-color: transparent;
    z-index: 80;
    bottom: 40px;
    position: absolute;
    border-width: 0 0.25em 0.25em 0;
    border-style: solid;
    border-color: #e9681e;
    animation: scrolldown 1.2s ease-in-out infinite;

}
.hi3 {
    left: 50%;
    transform: translateY(0%) rotate(45deg);

    opacity: 0;
    width: 2em;
    height: 2em;
    background-color: transparent;
    z-index: 80;
    bottom: 0px;
    position: absolute;
    border-width: 0 0.25em 0.25em 0;
    border-style: solid;
    border-color: #e9681e;
    animation: scrolldown 1.2s ease-in-out infinite;
}

.team-work-section {
    display: none;
}

@keyframes scrolldown {
    0% {
        transform: translateY(20%) rotate(45deg);
        opacity: 0.7;
    }

    50% {
        transform: translateY(0%) rotate(45deg);
        opacity: 0.2;
    }

    100% {
        transform: translateY(20%) rotate(45deg);
        opacity: 0.7;
    }
}

.thin-white {
    font-size: 55px;
    margin-left: 46px;
       margin-top: 163px !important;
       margin-bottom: 15px !important;
    color: white;
    font-weight: 200;
        line-height: 60px;

}

.about-text {
    color: white;
    margin-left: 46px;
    font-weight: 200;
    max-width: 600px;
    font-size:16px;
    line-height:23px;
}
.title-thin {
    padding: 37px 0;
}
.mt-10 {
    margin-top: 173px;
}
.professional-concept-art {
    position: relative;
}

.img-2 {
    position: relative;
}

.margin-167 {
    margin-top: -190px;
    margin-left: 100px;
}

.img-2::before {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 2px;
    border: 1px #fff;
    z-index: 1;
}

.image-wrapper-pro .img-2 img {
    border-radius: 20px;
    max-width: 600px;
    height: 500px;
}
.text-description {
    padding: 0px 0px 0px 113px;
    margin-top: 0px;
    margin-bottom: 40px;
}

.img10 {
   
    margin-top: -26px;
    margin-left: -66px;
}
}

.luidd {
    height: 237px;
    margin-top: 143px;
    margin-left: 1196px;
    max-width: 500px;
}

.text-description2 {
    padding: 0px 0px 0px 60px;
}

.second-row .image-wrapper img {
    max-width: 500px;
    border-radius: 10px;
    margin-left: 30px;
    margin-right: 40px;
}

.second-row .image-wrapper-22 .img-2 {
    padding-left: 100px;
}

.second-row .image-wrapper-22 img {
    max-width: 700px;
    border-radius: 10px !important;
    margin-top: -250px;
}

.bg-orange {
    /*background-color: #7a550f;*/
    /*height: 80%;*/
    /*opacity: 0.2;*/
    /*position: relative;*/
    /*z-index: -9;*/
    /*margin-top: -220px;*/
}

.image-wrapper img {
    width: 100%;
}

.image-team-work img {
    border-radius: 10px;
    /*
  max-width: 700px;
  margin-top: -100px; */
    position: absolute;
    right: 35px;
    width: 35%;
    margin-top: -38px;
}

.image-single img {
    max-width: 500px;
    border-radius: 10px;
}

.team-meeting-img img {
    margin-top: -60px;
    max-width: 600px;
}

.img1 {
    height: 607px;
    width: 119%;
    margin-left: -38px;
    border-radius: 17px;
    object-fit: cover;
}

.img2 {
    height: 413px;
    width: 100%;
    margin-left:28px;
    margin-top: 0px;
    border-radius: 17px;
}

.team-meatings-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
}

.img7 {
    position: relative;
    /*height: 507px;*/
    /*width:80%;*/
    object-fit: cover;
    top: 0px;
    /*left: 144px;*/
    /* margin-left: 255px; */
     margin-top: 66px; 
    border-radius: 17px;
    z-index: 99;
}

.img8 {
    height: 88%;
    width: 70%;
        margin: -136px 0 0px -51px;
    object-fit: cover;
    border-radius: 17px;
}

.text-description {
    /*padding: 0px 0px 0px 60px;*/
    margin-top: 58px;
    margin-bottom: 40px;
}
.text-description-bottom {
      margin-left: 140px;
    margin-top: -277px;
}

.text-description-bottom::before {
    height: 200px;
    background-color: orange;
    height: 100%;
    opacity: 0.2;
    position: relative;
    z-index: -9;
    margin-top: -220px;
}

.img3 {
    /*height: 419px;*/
    width: 87%;
    margin-top: 13px;
    border-radius: 17px;
    margin-left: 110px;
    object-fit: cover;
}

.right-topimg {
    height: 285px;
    width: 91%;
    margin-top: 32px;
    border-radius: 17px;
    margin-left: 23px;
    object-fit: cover;
}

.grp-with-trophy {
    height: 633px;
    /*width: 100%;*/
    margin-top: 35px;
    border-radius: 17px;
    margin-left: -30px;
    object-fit: cover;
}

.grp-with-trophy::after {
    height: 525px;
    width: 130%;
    margin-top: 0px;
    border-radius: 17px;
    margin-left: 19px;
    object-fit: cover;
    position: absolute;
    content: "Employee of the year";
    bottom: 0;
}

.right-bottomimg {
   height: 328px;
    width: 91%;
    margin-top: 14px;
    border-radius: 17px;
    margin-left: 23px;
    object-fit: cover;
}

.middle-3-images {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.orange-container {
    margin-top: 159px;
}

.text-margin {
    margin-left: 118px;
}

.col-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.img4 {
    height: 460px;
    width: 100%;
    margin-left: 0px;
    margin-top: 131px;
    object-fit: cover;
    border-radius: 17px;
    z-index: 999;
    position: relative;
}


.about-us-desc {
    background-image: url(../images/about-us/about-us-middle.png);
    /* background-position: unset; */
    background-size: 100%;
    position: relative;
    z-index: 1;
    height: auto;
    /* height: 100vh; */
}

.about-us-slider {
    background-image: url(../images/about-us/aboutus-top.png);
    /* background-position: unset; */
    background-size: 100%;
    height: auto;
    /* height: 100vh; */
}

.about-us-body {
    background-color: #020814;
    margin:-34px 0px 0px 0px;
}

.about-us-header {
    background-color: #020814;
}

.img11 {
    height: 366px;
    width: 100%;
    margin-left: -30px;
    margin-top: 20px;
    border-radius: 17px;
    object-fit: cover;
}

.team-work-right-images {
    display: flex;
    flex-direction: column;
    position: relative;
    row-gap: 20px;
}

.mtr30{
    margin-top:50px;
}

.img5 {
    margin-top: 20px;
    /*height: 102%;*/
    /*width: 100%;*/
    margin-left: 69px;
    border-radius: 17px;
    object-fit: cover;
    /*height: 350px;*/
    z-index: -1;
}

.image-back-line {
       position: absolute;
    z-index: 9;
    top: 7px;
    left: -20px;
    width: 310px;
    height: 100%;
}
.eximg_wrp {
    margin: 0 auto;
    width: 70%;
}
.image-back-line2 {
      position: absolute;
    z-index: 9;
    top: 7px;
    left: 12px;
    width: 315px;
    height: 101%;
}

.executive-sec {
    overflow-y: hidden;
}

.img6 {
    /*height: 104%;*/
    /*width: 74%;*/
     margin-left: 0px; 
     margin-top: 23px; 
    object-fit: cover;
    border-radius: 17px;
    /*position: absolute;*/
    right: 0;
    /*bottom: -428px;*/
}

.fluidd {
    /* margin-left: 666px; */
    height: 215px;
    /* margin-top: -29px; */
    /*max-width: 820px;*/
    position: relative;
    z-index: -1;
    margin-right: -211px;
        top: 68px;
}
.team-meeting {
    position: absolute;
    left: 126px;
    top: -283px;
}
.container-fluidd {
    height: 200px;
    margin-top: 143px;
}

.desc-wrapper-2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 66px;
}

.about-us-logo {
    margin-left: 55px;
}

.img-100 img {
    width: 100% !important;
    border-radius: 10px;
}

.img-10 {
    margin-top: -140px;
}

@media (max-width: 1440px) {
    article {
        display: flex;
        width: 1972px;
        overflow-x: hidden;
        /* animation: bannermove 20s linear infinite; */
    }

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 93vh;
        object-fit: cover;
    }

    .swiper-button-prev:after {
        font-family: swiper-icons;
        font-size: 2rem;
        text-transform: none !important;
        letter-spacing: 0;
        font-variant: initial;
        line-height: 1;
        color: #e9681e;
        margin-left: 0px;
        margin-top: 145px;
    }

    .swiper-button-next:after {
        font-family: swiper-icons;
        font-size: 2rem;
        text-transform: none !important;
        letter-spacing: 0;
        font-variant: initial;
        line-height: 1;
        color: #e9681e;
        margin-right: 0px;
        margin-top: 145px;
    }

    .img1 {
        height: 365px;
        width: 88%;
        margin-left: 92px;
        border-radius: 17px;
    }

    .img2 {
        /*height: 259px;*/
        width: 83%;
        margin-left: 107px;
        margin-top: -2px;
        border-radius: 17px;
    }

    .img4 {
        height: 222px;
        width: 75%;
        margin-left: 292px;
        margin-top: 47px;
        border-radius: 17px;
        z-index: 999;
        position: relative;
    }
    .img11 {
        height: 260px;
        width: 86%;
        margin-left: 96px;
        margin-top: 8px;
        border-radius: 17px;
    }

    .grp-with-trophy {
        height: 417px;
        width: 77%;
        margin-top: 5px;
        border-radius: 17px;
        margin-left: 28px;
    }

    .right-topimg {
        height: 199px;
        width: 71%;
        margin-top: 14px;
        border-radius: 17px;
        margin-left: 11px;
    }

    .right-bottomimg {
        height: 227px;
        width: 79%;
        margin-top: 14px;
        border-radius: 17px;
        margin-left: 14px;
    }

    .angle-bottom {
        position: absolute;
        width: 0;
        height: 0;
        border-top: 53px solid transparent;
        border-left: 1500px solid black;
        border-bottom: 0px solid transparent;
    }

    .img5 {
        margin-top: 88px;
        height: 93%;
        width: 80%;
        margin-left: 38px;
        border-radius: 17px;
        z-index: -1;
    }

    .about-us-image {
        max-width: 80%;
    }

    .image-back-line {
        left: unset;
        right: 23px;
        width: 77%;
    }

    .image-back-line2 {
        left: 0;
        right: unset;
        width: 77%;
    }

    .thin-white {
        font-size: 37px;
        margin-left: 46px;
        margin-top: -10px;
        color: white;
        font-weight: 200;
    }

    .img-game {
        height: auto;
        width: 60%;
        margin-left: 82px;
        margin-top: 16px;
        border-radius: 17px;
        padding-right: 10px;
    }

    .img8 {
        width: 200px;
        height: 270px;
    }

    .img10 {
        height: 270px;
        width: 100%;
        margin-top: -96px;
    }

    .img-bottom-2 {
        margin-top: -83px;
        /* width: 374px; */
    }

    .text-description-bottom {
        margin-left: 64px;
        margin-top: -179px;
    }

    .text-description {
        padding: 0px 0px 0px 60px;
        margin-top: -21px;
        margin-bottom: 120px;
    }

    .text-description3 {
        padding: 0px 0px 0px 60px;
        margin-bottom: 168px;
    }

    .img7 {
        height: 69%;
        width: 62%;
        margin-left: 131px;
        margin-top: -119px;
        border-radius: 17px;
    }

    .ml-135 {
        margin-left: -21px;
    }

    .second-section-2d {
        min-width: 795px;
    }

    .pano-vedio {
        width: 100%;
        height: 299px;
        border: 1px solid white;
        border-radius: 3px;
    }

    .fade-box {
        background-color: transparent;
        background-image: linear-gradient(#ffffff00, black);
        width: 100%;
        height: 149px;
        position: absolute;
        z-index: 1;
        margin-top: unset;
    }

    .topic-container-s {
        position: relative;
        margin-top: 3px;
    }
    .header-logo {
        min-width: unset;
    }

    .modal-img {
        width: 100%;
        height: auto;
        /* max-width: 600px;
        min-width: 600px;
        max-height: 450px; */
    }

    .next {
        /* height: 40px; */
        text-decoration: none;
        cursor: pointer;
        position: absolute;
        top: 55%;
        /* min-width: 100px; */
        /* width: auto; */
        right: 0;
        padding: 5px;
        margin-top: -50px;
        color: #e9681e;
        font-size: 45px;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        user-select: none;
        border-radius: 0px 0 0 3px;
    }

    .prev {
        /* height: 40px; */
        text-decoration: none;
        cursor: pointer;
        position: absolute;
        top: 55%;
        /* min-width: 100px; */
        /* width: auto; */
        padding: 5px;
        left: -3px;
        margin-top: -50px;
        color: #e9681e;
        font-size: 45px;
        transition: 0.6s ease;
        border-radius: 0 0px 0px 0;
        user-select: none;
        /* margin-left: -21px; */
    }

    .mr-top {
        margin-top: 130px;
        /* transform: translateX(34%); */
    }

    .mr-top-g {
        margin-top: 161px;
        /* transform: translateX(0%); */
    }
    .team-meeting {
        position: relative;
        left: 98px;
        top: -203px;
    }
    .img3 {
        height: 42%;
        width: 52%;
        margin-top: -33px;
        border-radius: 17px;
        margin-left: 56px;
    }
    .img6 {
        height: 270px;
        width: 370px;
        position: absolute;
        /* right: 91px; */
        bottom: -293px;
        border-radius: 17px;
    }

    .team-work-right-images {
        display: flex;
        flex-direction: column;
        position: relative;
        row-gap: 20px;
        right: 0;
        align-items: flex-end;
    }

    .luidd {
        height: 212px;
        margin-top: 222px;
        margin-left: 949px;
        min-width: 285px;
        margin-right: 158px;
        /* display: none; */
    }

    .orange-container {
        margin-top: 180px;
    }

    .fluidd {
        margin-left: 91px;
        height: 200px;
        margin-top: 143px;
    }

    .text-description4 {
        margin-top: 116px;
        padding-left: 108px;
    }
}





/* about us */

.title-2d {
    text-transform: uppercase;
    font-size: 56px;
    font-weight: 900 !important ;
    margin-bottom: 0;
    background: #14385d;
    background: linear-gradient(to right, #0f5eaf  0%, #f70378 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.title-2d-bottom {
    text-transform: uppercase;
    font-size: 79px;
    font-weight: 900 !important;
    margin:-8px 0px 0px 0px;
    background: #14385d;
    background: linear-gradient(to right, #0f5eaf 0%, #f70378 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* text-align: justify; */
}

.topic-wrapper-2d {
   /* max-width: 753px;*/
    text-align: center;
    margin-left:0px;
}

.title-pro {
    font-weight: 900 !important;
    background: #14385d;
    background: linear-gradient(to right, #14385d 20%, #dd026b 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
}

.bottom-section-2d {
    padding: 50px 0px -10px 0px;
}
.ml-95 {
    display: flex;
    justify-content: center;
}

.black-text {
    color: #000;
}

.art-2d-p {
     max-width: 753px;
    text-align: center;
    font-size: 20px;
    line-height: 25px;
        margin: 0 auto;
}

.container-butn-home {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    /* max-width: 127px; */
}
input[type="file"] {
    position: absolute;
    z-index: -1;
    top: 10px;
    left: 8px;
    font-size: 17px;
    color: #b8b8b8;
}
.button-wrap {
    position: relative;
}

.mr-5 {
    margin-right: 5px;
}

.button-inquiry {
    display: inline-block;
    padding: 1px 4px;
    cursor: pointer;
    border-radius: 7px;
    background-color: #d37323;
    font-size: 15px;
    font-weight: bold;
    color: white;
    border: 2px solid #d37323;
}

.button-inquiry:hover {
    display: inline-block;
    padding: 1px 4px;
    cursor: pointer;
    border-radius: 7px;
    background-color: #d37323;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    border: 2px solid #d37323;
}

.button-inquiry-s {
    display: inline-block;
    padding: 1px 4px;
    cursor: pointer;
    border-radius: 7px;
    background-color: transparent;
    font-size: 11px;
    font-weight: bold;
    color: white;
    border: 2px solid #d37323;
}

.button-inquiry-s:hover {
    display: inline-block;
    padding: 1px 4px;
    cursor: pointer;
    border-radius: 7px;
    background-color: #d37323;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    border: 2px solid #d37323;
}
.inquiry-size-file {
    /* margin-left: -171px; */
    font-size: 13px;
    margin-top: 10px;
    color: #868080;
    font-weight: 600;
    padding-left: 6px;
}

section {
    /*overflow-x: hidden !important;*/
}

.jobs-link-btn.active {
    width: 100%;
    border: 1px solid #e9681e;
    color: #e9681e;
}

.additions.active {
    /*padding: 20px;*/
    background-color: transparent;
    border: none;
    color: #e9681e;
    border-radius: 100%;
    text-align: center;
    height: 130px;
    width: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.grid-wrapper-animation {
    display: grid;
    grid-gap: 36px;
    grid-template-columns: repeat(2, 1fr);
}


/* #stars {*/
/*    width: 1px;*/
/*    height: 1px;*/
/*    background: transparent;*/
/*    animation: animStar 50s linear infinite;*/
/*    box-shadow: 779px 1331px #fff, 324px 42px #fff, 303px 586px #fff,*/
/*    1312px 276px #fff, 451px 625px #fff, 521px 1931px #fff, 1087px 1871px #fff,*/
/*    36px 1546px #fff, 132px 934px #fff, 1698px 901px #fff, 1418px 664px #fff,*/
/*    1448px 1157px #fff, 1084px 232px #fff, 347px 1776px #fff, 1722px 243px #fff,*/
/*    1629px 835px #fff, 479px 969px #fff, 1231px 960px #fff, 586px 384px #fff,*/
/*    164px 527px #fff, 8px 646px #fff, 1150px 1126px #fff, 665px 1357px #fff,*/
/*    1556px 1982px #fff, 1260px 1961px #fff, 1675px 1741px #fff,*/
/*    1843px 1514px #fff, 718px 1628px #fff, 242px 1343px #fff, 1497px 1880px #fff,*/
/*    1364px 230px #fff, 1739px 1302px #fff, 636px 959px #fff, 304px 686px #fff,*/
/*    614px 751px #fff, 1935px 816px #fff, 1428px 60px #fff, 355px 335px #fff,*/
/*    1594px 158px #fff, 90px 60px #fff, 1553px 162px #fff, 1239px 1825px #fff,*/
/*    1945px 587px #fff, 749px 1785px #fff, 1987px 1172px #fff, 1301px 1237px #fff,*/
/*    1039px 342px #fff, 1585px 1481px #fff, 995px 1048px #fff, 524px 932px #fff,*/
/*    214px 413px #fff, 1701px 1300px #fff, 1037px 1613px #fff, 1871px 996px #fff,*/
/*    1360px 1635px #fff, 1110px 1313px #fff, 412px 1783px #fff, 1949px 177px #fff,*/
/*    903px 1854px #fff, 700px 1936px #fff, 378px 125px #fff, 308px 834px #fff,*/
/*    1118px 962px #fff, 1350px 1929px #fff, 781px 1811px #fff, 561px 137px #fff,*/
/*    757px 1148px #fff, 1670px 1979px #fff, 343px 739px #fff, 945px 795px #fff,*/
/*    576px 1903px #fff, 1078px 1436px #fff, 1583px 450px #fff, 1366px 474px #fff,*/
/*    297px 1873px #fff, 192px 162px #fff, 1624px 1633px #fff, 59px 453px #fff,*/
/*    82px 1872px #fff, 1933px 498px #fff, 1966px 1974px #fff, 1975px 1688px #fff,*/
/*    779px 314px #fff, 1858px 1543px #fff, 73px 1507px #fff, 1693px 975px #fff,*/
/*    1683px 108px #fff, 1768px 1654px #fff, 654px 14px #fff, 494px 171px #fff,*/
/*    1689px 1895px #fff, 1660px 263px #fff, 1031px 903px #fff, 1203px 1393px #fff,*/
/*    1333px 1421px #fff, 1113px 41px #fff, 1206px 1645px #fff, 1325px 1635px #fff,*/
/*    142px 388px #fff, 572px 215px #fff, 1535px 296px #fff, 1419px 407px #fff,*/
/*    1379px 1003px #fff, 329px 469px #fff, 1791px 1652px #fff, 935px 1802px #fff,*/
/*    1330px 1820px #fff, 421px 1933px #fff, 828px 365px #fff, 275px 316px #fff,*/
/*    707px 960px #fff, 1605px 1554px #fff, 625px 58px #fff, 717px 1697px #fff,*/
/*    1669px 246px #fff, 1925px 322px #fff, 1154px 1803px #fff, 1929px 295px #fff,*/
/*    1248px 240px #fff, 1045px 1755px #fff, 166px 942px #fff, 1888px 1773px #fff,*/
/*    678px 1963px #fff, 1370px 569px #fff, 1974px 1400px #fff, 1786px 460px #fff,*/
/*    51px 307px #fff, 784px 1400px #fff, 730px 1258px #fff, 1712px 393px #fff,*/
/*    416px 170px #fff, 1797px 1932px #fff, 572px 219px #fff, 1557px 1856px #fff,*/
/*    218px 8px #fff, 348px 1334px #fff, 469px 413px #fff, 385px 1738px #fff,*/
/*    1357px 1818px #fff, 240px 942px #fff, 248px 1847px #fff, 1535px 806px #fff,*/
/*    236px 1514px #fff, 1429px 1556px #fff, 73px 1633px #fff, 1398px 1121px #fff,*/
/*    671px 1301px #fff, 1404px 1663px #fff, 740px 1018px #fff, 1600px 377px #fff,*/
/*    785px 514px #fff, 112px 1084px #fff, 1915px 1887px #fff, 1463px 1848px #fff,*/
/*    687px 1115px #fff, 1268px 1768px #fff, 1729px 1425px #fff,*/
/*    1284px 1022px #fff, 801px 974px #fff, 1975px 1317px #fff, 1354px 834px #fff,*/
/*    1446px 1484px #fff, 1283px 1786px #fff, 11px 523px #fff, 1842px 236px #fff,*/
/*    1355px 654px #fff, 429px 7px #fff, 1033px 1128px #fff, 157px 297px #fff,*/
/*    545px 635px #fff, 52px 1080px #fff, 827px 1520px #fff, 1121px 490px #fff,*/
/*    9px 309px #fff, 1744px 1586px #fff, 1014px 417px #fff, 1534px 524px #fff,*/
/*    958px 552px #fff, 1403px 1496px #fff, 387px 703px #fff, 1522px 548px #fff,*/
/*    1355px 282px #fff, 1532px 601px #fff, 1838px 790px #fff, 290px 259px #fff,*/
/*    295px 598px #fff, 1601px 539px #fff, 1561px 1272px #fff, 34px 1922px #fff,*/
/*    1024px 543px #fff, 467px 369px #fff, 722px 333px #fff, 1976px 1255px #fff,*/
/*    766px 983px #fff, 1582px 1285px #fff, 12px 512px #fff, 617px 1410px #fff,*/
/*    682px 577px #fff, 1334px 1438px #fff, 439px 327px #fff, 1617px 1661px #fff,*/
/*    673px 129px #fff, 794px 941px #fff, 1386px 1902px #fff, 37px 1353px #fff,*/
/*    1467px 1353px #fff, 416px 18px #fff, 187px 344px #fff, 200px 1898px #fff,*/
/*    1491px 1619px #fff, 811px 347px #fff, 924px 1827px #fff, 945px 217px #fff,*/
/*    1735px 1228px #fff, 379px 1890px #fff, 79px 761px #fff, 825px 1837px #fff,*/
/*    1980px 1558px #fff, 1308px 1573px #fff, 1488px 1726px #fff,*/
/*    382px 1208px #fff, 522px 595px #fff, 1277px 1898px #fff, 354px 552px #fff,*/
/*    161px 1784px #fff, 614px 251px #fff, 526px 1576px #fff, 17px 212px #fff,*/
/*    179px 996px #fff, 467px 1208px #fff, 1944px 1838px #fff, 1140px 1093px #fff,*/
/*    858px 1007px #fff, 200px 1064px #fff, 423px 1964px #fff, 1945px 439px #fff,*/
/*    1377px 689px #fff, 1120px 1437px #fff, 1876px 668px #fff, 907px 1324px #fff,*/
/*    343px 1976px #fff, 1816px 1501px #fff, 1849px 177px #fff, 647px 91px #fff,*/
/*    1984px 1012px #fff, 1336px 1300px #fff, 128px 648px #fff, 305px 1060px #fff,*/
/*    1324px 826px #fff, 1263px 1314px #fff, 1801px 629px #fff, 1614px 1555px #fff,*/
/*    1634px 90px #fff, 1603px 452px #fff, 891px 1984px #fff, 1556px 1906px #fff,*/
/*    121px 68px #fff, 1676px 1714px #fff, 516px 936px #fff, 1947px 1492px #fff,*/
/*    1455px 1519px #fff, 45px 602px #fff, 205px 1039px #fff, 793px 172px #fff,*/
/*    1562px 1739px #fff, 1056px 110px #fff, 1512px 379px #fff, 1795px 1621px #fff,*/
/*    1848px 607px #fff, 262px 1719px #fff, 477px 991px #fff, 483px 883px #fff,*/
/*    1239px 1197px #fff, 1496px 647px #fff, 1649px 25px #fff, 1491px 1946px #fff,*/
/*    119px 996px #fff, 179px 1472px #fff, 1341px 808px #fff, 1565px 1700px #fff,*/
/*    407px 1544px #fff, 1754px 357px #fff, 1288px 981px #fff, 902px 1997px #fff,*/
/*    1755px 1668px #fff, 186px 877px #fff, 1202px 1882px #fff, 461px 1213px #fff,*/
/*    1400px 748px #fff, 1969px 1899px #fff, 809px 522px #fff, 514px 1219px #fff,*/
/*    374px 275px #fff, 938px 1973px #fff, 357px 552px #fff, 144px 1722px #fff,*/
/*    1572px 912px #fff, 402px 1858px #fff, 1544px 1195px #fff, 667px 1257px #fff,*/
/*    727px 1496px #fff, 993px 232px #fff, 1772px 313px #fff, 1040px 1590px #fff,*/
/*    1204px 1973px #fff, 1268px 79px #fff, 1555px 1048px #fff, 986px 1707px #fff,*/
/*    978px 1710px #fff, 713px 360px #fff, 407px 863px #fff, 461px 736px #fff,*/
/*    284px 1608px #fff, 103px 430px #fff, 1283px 1319px #fff, 977px 1186px #fff,*/
/*    1966px 1516px #fff, 1287px 1129px #fff, 70px 1098px #fff, 1189px 889px #fff,*/
/*    1126px 1734px #fff, 309px 1292px #fff, 879px 764px #fff, 65px 473px #fff,*/
/*    1003px 1959px #fff, 658px 791px #fff, 402px 1576px #fff, 35px 622px #fff,*/
/*    529px 1589px #fff, 164px 666px #fff, 1876px 1290px #fff, 1541px 526px #fff,*/
/*    270px 1297px #fff, 440px 865px #fff, 1500px 802px #fff, 182px 1754px #fff,*/
/*    1264px 892px #fff, 272px 1249px #fff, 1289px 1535px #fff, 190px 1646px #fff,*/
/*    955px 242px #fff, 1456px 1597px #fff, 1727px 1983px #fff, 635px 801px #fff,*/
/*    226px 455px #fff, 1396px 1710px #fff, 849px 1863px #fff, 237px 1264px #fff,*/
/*    839px 140px #fff, 1122px 735px #fff, 1280px 15px #fff, 1318px 242px #fff,*/
/*    1819px 1148px #fff, 333px 1392px #fff, 1949px 553px #fff, 1878px 1332px #fff,*/
/*    467px 548px #fff, 1812px 1082px #fff, 1067px 193px #fff, 243px 156px #fff,*/
/*    483px 1616px #fff, 1714px 933px #fff, 759px 1800px #fff, 1822px 995px #fff,*/
/*    1877px 572px #fff, 581px 1084px #fff, 107px 732px #fff, 642px 1837px #fff,*/
/*    166px 1493px #fff, 1555px 198px #fff, 819px 307px #fff, 947px 345px #fff,*/
/*    827px 224px #fff, 927px 1394px #fff, 540px 467px #fff, 1093px 405px #fff,*/
/*    1140px 927px #fff, 130px 529px #fff, 33px 1980px #fff, 1147px 1663px #fff,*/
/*    1616px 1436px #fff, 528px 710px #fff, 798px 1100px #fff, 505px 1480px #fff,*/
/*    899px 641px #fff, 1909px 1949px #fff, 1311px 964px #fff, 979px 1301px #fff,*/
/*    1393px 969px #fff, 1793px 1886px #fff, 292px 357px #fff, 1196px 1718px #fff,*/
/*    1290px 1994px #fff, 537px 1973px #fff, 1181px 1674px #fff,*/
/*    1740px 1566px #fff, 1307px 265px #fff, 922px 522px #fff, 1892px 472px #fff,*/
/*    384px 1746px #fff, 392px 1098px #fff, 647px 548px #fff, 390px 1498px #fff,*/
/*    1246px 138px #fff, 730px 876px #fff, 192px 1472px #fff, 1790px 1789px #fff,*/
/*    928px 311px #fff, 1253px 1647px #fff, 747px 1921px #fff, 1561px 1025px #fff,*/
/*    1533px 1292px #fff, 1985px 195px #fff, 728px 729px #fff, 1712px 1936px #fff,*/
/*    512px 1717px #fff, 1528px 483px #fff, 313px 1642px #fff, 281px 1849px #fff,*/
/*    1212px 799px #fff, 435px 1191px #fff, 1422px 611px #fff, 1718px 1964px #fff,*/
/*    411px 944px #fff, 210px 636px #fff, 1502px 1295px #fff, 1434px 349px #fff,*/
/*    769px 60px #fff, 747px 1053px #fff, 789px 504px #fff, 1436px 1264px #fff,*/
/*    1893px 1225px #fff, 1394px 1788px #fff, 1108px 1317px #fff,*/
/*    1673px 1395px #fff, 854px 1010px #fff, 1705px 80px #fff, 1858px 148px #fff,*/
/*    1729px 344px #fff, 1388px 664px #fff, 895px 406px #fff, 1479px 157px #fff,*/
/*    1441px 1157px #fff, 552px 1900px #fff, 516px 364px #fff, 1647px 189px #fff,*/
/*    1427px 1071px #fff, 785px 729px #fff, 1080px 1710px #fff, 504px 204px #fff,*/
/*    1177px 1622px #fff, 657px 34px #fff, 1296px 1099px #fff, 248px 180px #fff,*/
/*    1212px 1568px #fff, 667px 1562px #fff, 695px 841px #fff, 1608px 1247px #fff,*/
/*    751px 882px #fff, 87px 167px #fff, 607px 1368px #fff, 1363px 1203px #fff,*/
/*    1836px 317px #fff, 1668px 1703px #fff, 830px 1154px #fff, 1721px 1398px #fff,*/
/*    1601px 1280px #fff, 976px 874px #fff, 1743px 254px #fff, 1020px 1815px #fff,*/
/*    1670px 1766px #fff, 1890px 735px #fff, 1379px 136px #fff, 1864px 695px #fff,*/
/*    206px 965px #fff, 1404px 1932px #fff, 1923px 1360px #fff, 247px 682px #fff,*/
/*    519px 1708px #fff, 645px 750px #fff, 1164px 1204px #fff, 834px 323px #fff,*/
/*    172px 1350px #fff, 213px 972px #fff, 1837px 190px #fff, 285px 1806px #fff,*/
/*    1047px 1299px #fff, 1548px 825px #fff, 1730px 324px #fff, 1346px 1909px #fff,*/
/*    772px 270px #fff, 345px 1190px #fff, 478px 1433px #fff, 1479px 25px #fff,*/
/*    1994px 1830px #fff, 1744px 732px #fff, 20px 1635px #fff, 690px 1795px #fff,*/
/*    1594px 569px #fff, 579px 245px #fff, 1398px 733px #fff, 408px 1352px #fff,*/
/*    1774px 120px #fff, 1152px 1370px #fff, 1698px 1810px #fff, 710px 1450px #fff,*/
/*    665px 286px #fff, 493px 1720px #fff, 786px 5px #fff, 637px 1140px #fff,*/
/*    764px 324px #fff, 927px 310px #fff, 938px 1424px #fff, 1884px 744px #fff,*/
/*    913px 462px #fff, 1831px 1936px #fff, 1527px 249px #fff, 36px 1381px #fff,*/
/*    1597px 581px #fff, 1530px 355px #fff, 949px 459px #fff, 799px 828px #fff,*/
/*    242px 1471px #fff, 654px 797px #fff, 796px 594px #fff, 1365px 678px #fff,*/
/*    752px 23px #fff, 1630px 541px #fff, 982px 72px #fff, 1733px 1831px #fff,*/
/*    21px 412px #fff, 775px 998px #fff, 335px 1945px #fff, 264px 583px #fff,*/
/*    158px 1311px #fff, 528px 164px #fff, 1978px 574px #fff, 717px 1203px #fff,*/
/*    734px 1591px #fff, 1555px 820px #fff, 16px 1943px #fff, 1625px 1177px #fff,*/
/*    1236px 690px #fff, 1585px 1590px #fff, 1737px 1728px #fff, 721px 698px #fff,*/
/*    1804px 1186px #fff, 166px 980px #fff, 1850px 230px #fff, 330px 1712px #fff,*/
/*    95px 797px #fff, 1948px 1078px #fff, 469px 939px #fff, 1269px 1899px #fff,*/
/*    955px 1220px #fff, 1137px 1075px #fff, 312px 1293px #fff, 986px 1762px #fff,*/
/*    1103px 1238px #fff, 428px 1993px #fff, 355px 570px #fff, 977px 1836px #fff,*/
/*    1395px 1092px #fff, 276px 913px #fff, 1743px 656px #fff, 773px 502px #fff,*/
/*    1686px 1322px #fff, 1516px 1945px #fff, 1334px 501px #fff, 266px 156px #fff,*/
/*    455px 655px #fff, 798px 72px #fff, 1059px 1259px #fff, 1402px 1687px #fff,*/
/*    236px 1329px #fff, 1455px 786px #fff, 146px 1228px #fff, 1851px 823px #fff,*/
/*    1062px 100px #fff, 1220px 953px #fff, 20px 1826px #fff, 36px 1063px #fff,*/
/*    1525px 338px #fff, 790px 1521px #fff, 741px 1099px #fff, 288px 1489px #fff,*/
/*    700px 1060px #fff, 390px 1071px #fff, 411px 1036px #fff, 1853px 1072px #fff,*/
/*    1446px 1085px #fff, 1164px 874px #fff, 924px 925px #fff, 291px 271px #fff,*/
/*    1257px 1964px #fff, 1580px 1352px #fff, 1507px 1216px #fff, 211px 956px #fff,*/
/*    985px 1195px #fff, 975px 1640px #fff, 518px 101px #fff, 663px 1395px #fff,*/
/*    914px 532px #fff, 145px 1320px #fff, 69px 1397px #fff, 982px 523px #fff,*/
/*    257px 725px #fff, 1599px 831px #fff, 1636px 1513px #fff, 1250px 1158px #fff,*/
/*    1132px 604px #fff, 183px 102px #fff, 1057px 318px #fff, 1247px 1835px #fff,*/
/*    1983px 1110px #fff, 1077px 1455px #fff, 921px 1770px #fff, 806px 1350px #fff,*/
/*    1938px 1992px #fff, 855px 1260px #fff, 902px 1345px #fff, 658px 1908px #fff,*/
/*    1845px 679px #fff, 712px 1482px #fff, 595px 950px #fff, 1784px 1992px #fff,*/
/*    1847px 1785px #fff, 691px 1004px #fff, 175px 1179px #fff, 1666px 1911px #fff,*/
/*    41px 61px #fff, 971px 1080px #fff, 1830px 1450px #fff, 1351px 1518px #fff,*/
/*    1257px 99px #fff, 1395px 1498px #fff, 1117px 252px #fff, 1779px 597px #fff,*/
/*    1346px 729px #fff, 1108px 1144px #fff, 402px 691px #fff, 72px 496px #fff,*/
/*    1673px 1604px #fff, 1497px 974px #fff, 1865px 1664px #fff, 88px 806px #fff,*/
/*    918px 77px #fff, 244px 1118px #fff, 256px 1820px #fff, 1851px 1840px #fff,*/
/*    605px 1851px #fff, 634px 383px #fff, 865px 37px #fff, 943px 1024px #fff,*/
/*    1951px 177px #fff, 1097px 523px #fff, 985px 1700px #fff, 1243px 122px #fff,*/
/*    768px 1070px #fff, 468px 194px #fff, 320px 1867px #fff, 1850px 185px #fff,*/
/*    380px 1616px #fff, 468px 1294px #fff, 1122px 1743px #fff, 884px 299px #fff,*/
/*    1300px 1917px #fff, 1860px 396px #fff, 1270px 990px #fff, 529px 733px #fff,*/
/*    1975px 1347px #fff, 1885px 685px #fff, 226px 506px #fff, 651px 878px #fff,*/
/*    1323px 680px #fff, 1284px 680px #fff, 238px 1967px #fff, 911px 174px #fff,*/
/*    1111px 521px #fff, 1150px 85px #fff, 794px 502px #fff, 484px 1856px #fff,*/
/*    1809px 368px #fff, 112px 953px #fff, 590px 1009px #fff, 1655px 311px #fff,*/
/*    100px 1026px #fff, 1803px 352px #fff, 865px 306px #fff, 1077px 1019px #fff,*/
/*    1335px 872px #fff, 1647px 1298px #fff, 1233px 1387px #fff, 698px 1036px #fff,*/
/*    659px 1860px #fff, 388px 1412px #fff, 1212px 458px #fff, 755px 1468px #fff,*/
/*    696px 1654px #fff, 1144px 60px #fff;*/
/*}*/

/*#stars:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 2000px;*/
/*    width: 1px;*/
/*    height: 1px;*/
/*    background: transparent;*/
/*    box-shadow: 779px 1331px #fff, 324px 42px #fff, 303px 586px #fff,*/
/*    1312px 276px #fff, 451px 625px #fff, 521px 1931px #fff, 1087px 1871px #fff,*/
/*    36px 1546px #fff, 132px 934px #fff, 1698px 901px #fff, 1418px 664px #fff,*/
/*    1448px 1157px #fff, 1084px 232px #fff, 347px 1776px #fff, 1722px 243px #fff,*/
/*    1629px 835px #fff, 479px 969px #fff, 1231px 960px #fff, 586px 384px #fff,*/
/*    164px 527px #fff, 8px 646px #fff, 1150px 1126px #fff, 665px 1357px #fff,*/
/*    1556px 1982px #fff, 1260px 1961px #fff, 1675px 1741px #fff,*/
/*    1843px 1514px #fff, 718px 1628px #fff, 242px 1343px #fff, 1497px 1880px #fff,*/
/*    1364px 230px #fff, 1739px 1302px #fff, 636px 959px #fff, 304px 686px #fff,*/
/*    614px 751px #fff, 1935px 816px #fff, 1428px 60px #fff, 355px 335px #fff,*/
/*    1594px 158px #fff, 90px 60px #fff, 1553px 162px #fff, 1239px 1825px #fff,*/
/*    1945px 587px #fff, 749px 1785px #fff, 1987px 1172px #fff, 1301px 1237px #fff,*/
/*    1039px 342px #fff, 1585px 1481px #fff, 995px 1048px #fff, 524px 932px #fff,*/
/*    214px 413px #fff, 1701px 1300px #fff, 1037px 1613px #fff, 1871px 996px #fff,*/
/*    1360px 1635px #fff, 1110px 1313px #fff, 412px 1783px #fff, 1949px 177px #fff,*/
/*    903px 1854px #fff, 700px 1936px #fff, 378px 125px #fff, 308px 834px #fff,*/
/*    1118px 962px #fff, 1350px 1929px #fff, 781px 1811px #fff, 561px 137px #fff,*/
/*    757px 1148px #fff, 1670px 1979px #fff, 343px 739px #fff, 945px 795px #fff,*/
/*    576px 1903px #fff, 1078px 1436px #fff, 1583px 450px #fff, 1366px 474px #fff,*/
/*    297px 1873px #fff, 192px 162px #fff, 1624px 1633px #fff, 59px 453px #fff,*/
/*    82px 1872px #fff, 1933px 498px #fff, 1966px 1974px #fff, 1975px 1688px #fff,*/
/*    779px 314px #fff, 1858px 1543px #fff, 73px 1507px #fff, 1693px 975px #fff,*/
/*    1683px 108px #fff, 1768px 1654px #fff, 654px 14px #fff, 494px 171px #fff,*/
/*    1689px 1895px #fff, 1660px 263px #fff, 1031px 903px #fff, 1203px 1393px #fff,*/
/*    1333px 1421px #fff, 1113px 41px #fff, 1206px 1645px #fff, 1325px 1635px #fff,*/
/*    142px 388px #fff, 572px 215px #fff, 1535px 296px #fff, 1419px 407px #fff,*/
/*    1379px 1003px #fff, 329px 469px #fff, 1791px 1652px #fff, 935px 1802px #fff,*/
/*    1330px 1820px #fff, 421px 1933px #fff, 828px 365px #fff, 275px 316px #fff,*/
/*    707px 960px #fff, 1605px 1554px #fff, 625px 58px #fff, 717px 1697px #fff,*/
/*    1669px 246px #fff, 1925px 322px #fff, 1154px 1803px #fff, 1929px 295px #fff,*/
/*    1248px 240px #fff, 1045px 1755px #fff, 166px 942px #fff, 1888px 1773px #fff,*/
/*    678px 1963px #fff, 1370px 569px #fff, 1974px 1400px #fff, 1786px 460px #fff,*/
/*    51px 307px #fff, 784px 1400px #fff, 730px 1258px #fff, 1712px 393px #fff,*/
/*    416px 170px #fff, 1797px 1932px #fff, 572px 219px #fff, 1557px 1856px #fff,*/
/*    218px 8px #fff, 348px 1334px #fff, 469px 413px #fff, 385px 1738px #fff,*/
/*    1357px 1818px #fff, 240px 942px #fff, 248px 1847px #fff, 1535px 806px #fff,*/
/*    236px 1514px #fff, 1429px 1556px #fff, 73px 1633px #fff, 1398px 1121px #fff,*/
/*    671px 1301px #fff, 1404px 1663px #fff, 740px 1018px #fff, 1600px 377px #fff,*/
/*    785px 514px #fff, 112px 1084px #fff, 1915px 1887px #fff, 1463px 1848px #fff,*/
/*    687px 1115px #fff, 1268px 1768px #fff, 1729px 1425px #fff,*/
/*    1284px 1022px #fff, 801px 974px #fff, 1975px 1317px #fff, 1354px 834px #fff,*/
/*    1446px 1484px #fff, 1283px 1786px #fff, 11px 523px #fff, 1842px 236px #fff,*/
/*    1355px 654px #fff, 429px 7px #fff, 1033px 1128px #fff, 157px 297px #fff,*/
/*    545px 635px #fff, 52px 1080px #fff, 827px 1520px #fff, 1121px 490px #fff,*/
/*    9px 309px #fff, 1744px 1586px #fff, 1014px 417px #fff, 1534px 524px #fff,*/
/*    958px 552px #fff, 1403px 1496px #fff, 387px 703px #fff, 1522px 548px #fff,*/
/*    1355px 282px #fff, 1532px 601px #fff, 1838px 790px #fff, 290px 259px #fff,*/
/*    295px 598px #fff, 1601px 539px #fff, 1561px 1272px #fff, 34px 1922px #fff,*/
/*    1024px 543px #fff, 467px 369px #fff, 722px 333px #fff, 1976px 1255px #fff,*/
/*    766px 983px #fff, 1582px 1285px #fff, 12px 512px #fff, 617px 1410px #fff,*/
/*    682px 577px #fff, 1334px 1438px #fff, 439px 327px #fff, 1617px 1661px #fff,*/
/*    673px 129px #fff, 794px 941px #fff, 1386px 1902px #fff, 37px 1353px #fff,*/
/*    1467px 1353px #fff, 416px 18px #fff, 187px 344px #fff, 200px 1898px #fff,*/
/*    1491px 1619px #fff, 811px 347px #fff, 924px 1827px #fff, 945px 217px #fff,*/
/*    1735px 1228px #fff, 379px 1890px #fff, 79px 761px #fff, 825px 1837px #fff,*/
/*    1980px 1558px #fff, 1308px 1573px #fff, 1488px 1726px #fff,*/
/*    382px 1208px #fff, 522px 595px #fff, 1277px 1898px #fff, 354px 552px #fff,*/
/*    161px 1784px #fff, 614px 251px #fff, 526px 1576px #fff, 17px 212px #fff,*/
/*    179px 996px #fff, 467px 1208px #fff, 1944px 1838px #fff, 1140px 1093px #fff,*/
/*    858px 1007px #fff, 200px 1064px #fff, 423px 1964px #fff, 1945px 439px #fff,*/
/*    1377px 689px #fff, 1120px 1437px #fff, 1876px 668px #fff, 907px 1324px #fff,*/
/*    343px 1976px #fff, 1816px 1501px #fff, 1849px 177px #fff, 647px 91px #fff,*/
/*    1984px 1012px #fff, 1336px 1300px #fff, 128px 648px #fff, 305px 1060px #fff,*/
/*    1324px 826px #fff, 1263px 1314px #fff, 1801px 629px #fff, 1614px 1555px #fff,*/
/*    1634px 90px #fff, 1603px 452px #fff, 891px 1984px #fff, 1556px 1906px #fff,*/
/*    121px 68px #fff, 1676px 1714px #fff, 516px 936px #fff, 1947px 1492px #fff,*/
/*    1455px 1519px #fff, 45px 602px #fff, 205px 1039px #fff, 793px 172px #fff,*/
/*    1562px 1739px #fff, 1056px 110px #fff, 1512px 379px #fff, 1795px 1621px #fff,*/
/*    1848px 607px #fff, 262px 1719px #fff, 477px 991px #fff, 483px 883px #fff,*/
/*    1239px 1197px #fff, 1496px 647px #fff, 1649px 25px #fff, 1491px 1946px #fff,*/
/*    119px 996px #fff, 179px 1472px #fff, 1341px 808px #fff, 1565px 1700px #fff,*/
/*    407px 1544px #fff, 1754px 357px #fff, 1288px 981px #fff, 902px 1997px #fff,*/
/*    1755px 1668px #fff, 186px 877px #fff, 1202px 1882px #fff, 461px 1213px #fff,*/
/*    1400px 748px #fff, 1969px 1899px #fff, 809px 522px #fff, 514px 1219px #fff,*/
/*    374px 275px #fff, 938px 1973px #fff, 357px 552px #fff, 144px 1722px #fff,*/
/*    1572px 912px #fff, 402px 1858px #fff, 1544px 1195px #fff, 667px 1257px #fff,*/
/*    727px 1496px #fff, 993px 232px #fff, 1772px 313px #fff, 1040px 1590px #fff,*/
/*    1204px 1973px #fff, 1268px 79px #fff, 1555px 1048px #fff, 986px 1707px #fff,*/
/*    978px 1710px #fff, 713px 360px #fff, 407px 863px #fff, 461px 736px #fff,*/
/*    284px 1608px #fff, 103px 430px #fff, 1283px 1319px #fff, 977px 1186px #fff,*/
/*    1966px 1516px #fff, 1287px 1129px #fff, 70px 1098px #fff, 1189px 889px #fff,*/
/*    1126px 1734px #fff, 309px 1292px #fff, 879px 764px #fff, 65px 473px #fff,*/
/*    1003px 1959px #fff, 658px 791px #fff, 402px 1576px #fff, 35px 622px #fff,*/
/*    529px 1589px #fff, 164px 666px #fff, 1876px 1290px #fff, 1541px 526px #fff,*/
/*    270px 1297px #fff, 440px 865px #fff, 1500px 802px #fff, 182px 1754px #fff,*/
/*    1264px 892px #fff, 272px 1249px #fff, 1289px 1535px #fff, 190px 1646px #fff,*/
/*    955px 242px #fff, 1456px 1597px #fff, 1727px 1983px #fff, 635px 801px #fff,*/
/*    226px 455px #fff, 1396px 1710px #fff, 849px 1863px #fff, 237px 1264px #fff,*/
/*    839px 140px #fff, 1122px 735px #fff, 1280px 15px #fff, 1318px 242px #fff,*/
/*    1819px 1148px #fff, 333px 1392px #fff, 1949px 553px #fff, 1878px 1332px #fff,*/
/*    467px 548px #fff, 1812px 1082px #fff, 1067px 193px #fff, 243px 156px #fff,*/
/*    483px 1616px #fff, 1714px 933px #fff, 759px 1800px #fff, 1822px 995px #fff,*/
/*    1877px 572px #fff, 581px 1084px #fff, 107px 732px #fff, 642px 1837px #fff,*/
/*    166px 1493px #fff, 1555px 198px #fff, 819px 307px #fff, 947px 345px #fff,*/
/*    827px 224px #fff, 927px 1394px #fff, 540px 467px #fff, 1093px 405px #fff,*/
/*    1140px 927px #fff, 130px 529px #fff, 33px 1980px #fff, 1147px 1663px #fff,*/
/*    1616px 1436px #fff, 528px 710px #fff, 798px 1100px #fff, 505px 1480px #fff,*/
/*    899px 641px #fff, 1909px 1949px #fff, 1311px 964px #fff, 979px 1301px #fff,*/
/*    1393px 969px #fff, 1793px 1886px #fff, 292px 357px #fff, 1196px 1718px #fff,*/
/*    1290px 1994px #fff, 537px 1973px #fff, 1181px 1674px #fff,*/
/*    1740px 1566px #fff, 1307px 265px #fff, 922px 522px #fff, 1892px 472px #fff,*/
/*    384px 1746px #fff, 392px 1098px #fff, 647px 548px #fff, 390px 1498px #fff,*/
/*    1246px 138px #fff, 730px 876px #fff, 192px 1472px #fff, 1790px 1789px #fff,*/
/*    928px 311px #fff, 1253px 1647px #fff, 747px 1921px #fff, 1561px 1025px #fff,*/
/*    1533px 1292px #fff, 1985px 195px #fff, 728px 729px #fff, 1712px 1936px #fff,*/
/*    512px 1717px #fff, 1528px 483px #fff, 313px 1642px #fff, 281px 1849px #fff,*/
/*    1212px 799px #fff, 435px 1191px #fff, 1422px 611px #fff, 1718px 1964px #fff,*/
/*    411px 944px #fff, 210px 636px #fff, 1502px 1295px #fff, 1434px 349px #fff,*/
/*    769px 60px #fff, 747px 1053px #fff, 789px 504px #fff, 1436px 1264px #fff,*/
/*    1893px 1225px #fff, 1394px 1788px #fff, 1108px 1317px #fff,*/
/*    1673px 1395px #fff, 854px 1010px #fff, 1705px 80px #fff, 1858px 148px #fff,*/
/*    1729px 344px #fff, 1388px 664px #fff, 895px 406px #fff, 1479px 157px #fff,*/
/*    1441px 1157px #fff, 552px 1900px #fff, 516px 364px #fff, 1647px 189px #fff,*/
/*    1427px 1071px #fff, 785px 729px #fff, 1080px 1710px #fff, 504px 204px #fff,*/
/*    1177px 1622px #fff, 657px 34px #fff, 1296px 1099px #fff, 248px 180px #fff,*/
/*    1212px 1568px #fff, 667px 1562px #fff, 695px 841px #fff, 1608px 1247px #fff,*/
/*    751px 882px #fff, 87px 167px #fff, 607px 1368px #fff, 1363px 1203px #fff,*/
/*    1836px 317px #fff, 1668px 1703px #fff, 830px 1154px #fff, 1721px 1398px #fff,*/
/*    1601px 1280px #fff, 976px 874px #fff, 1743px 254px #fff, 1020px 1815px #fff,*/
/*    1670px 1766px #fff, 1890px 735px #fff, 1379px 136px #fff, 1864px 695px #fff,*/
/*    206px 965px #fff, 1404px 1932px #fff, 1923px 1360px #fff, 247px 682px #fff,*/
/*    519px 1708px #fff, 645px 750px #fff, 1164px 1204px #fff, 834px 323px #fff,*/
/*    172px 1350px #fff, 213px 972px #fff, 1837px 190px #fff, 285px 1806px #fff,*/
/*    1047px 1299px #fff, 1548px 825px #fff, 1730px 324px #fff, 1346px 1909px #fff,*/
/*    772px 270px #fff, 345px 1190px #fff, 478px 1433px #fff, 1479px 25px #fff,*/
/*    1994px 1830px #fff, 1744px 732px #fff, 20px 1635px #fff, 690px 1795px #fff,*/
/*    1594px 569px #fff, 579px 245px #fff, 1398px 733px #fff, 408px 1352px #fff,*/
/*    1774px 120px #fff, 1152px 1370px #fff, 1698px 1810px #fff, 710px 1450px #fff,*/
/*    665px 286px #fff, 493px 1720px #fff, 786px 5px #fff, 637px 1140px #fff,*/
/*    764px 324px #fff, 927px 310px #fff, 938px 1424px #fff, 1884px 744px #fff,*/
/*    913px 462px #fff, 1831px 1936px #fff, 1527px 249px #fff, 36px 1381px #fff,*/
/*    1597px 581px #fff, 1530px 355px #fff, 949px 459px #fff, 799px 828px #fff,*/
/*    242px 1471px #fff, 654px 797px #fff, 796px 594px #fff, 1365px 678px #fff,*/
/*    752px 23px #fff, 1630px 541px #fff, 982px 72px #fff, 1733px 1831px #fff,*/
/*    21px 412px #fff, 775px 998px #fff, 335px 1945px #fff, 264px 583px #fff,*/
/*    158px 1311px #fff, 528px 164px #fff, 1978px 574px #fff, 717px 1203px #fff,*/
/*    734px 1591px #fff, 1555px 820px #fff, 16px 1943px #fff, 1625px 1177px #fff,*/
/*    1236px 690px #fff, 1585px 1590px #fff, 1737px 1728px #fff, 721px 698px #fff,*/
/*    1804px 1186px #fff, 166px 980px #fff, 1850px 230px #fff, 330px 1712px #fff,*/
/*    95px 797px #fff, 1948px 1078px #fff, 469px 939px #fff, 1269px 1899px #fff,*/
/*    955px 1220px #fff, 1137px 1075px #fff, 312px 1293px #fff, 986px 1762px #fff,*/
/*    1103px 1238px #fff, 428px 1993px #fff, 355px 570px #fff, 977px 1836px #fff,*/
/*    1395px 1092px #fff, 276px 913px #fff, 1743px 656px #fff, 773px 502px #fff,*/
/*    1686px 1322px #fff, 1516px 1945px #fff, 1334px 501px #fff, 266px 156px #fff,*/
/*    455px 655px #fff, 798px 72px #fff, 1059px 1259px #fff, 1402px 1687px #fff,*/
/*    236px 1329px #fff, 1455px 786px #fff, 146px 1228px #fff, 1851px 823px #fff,*/
/*    1062px 100px #fff, 1220px 953px #fff, 20px 1826px #fff, 36px 1063px #fff,*/
/*    1525px 338px #fff, 790px 1521px #fff, 741px 1099px #fff, 288px 1489px #fff,*/
/*    700px 1060px #fff, 390px 1071px #fff, 411px 1036px #fff, 1853px 1072px #fff,*/
/*    1446px 1085px #fff, 1164px 874px #fff, 924px 925px #fff, 291px 271px #fff,*/
/*    1257px 1964px #fff, 1580px 1352px #fff, 1507px 1216px #fff, 211px 956px #fff,*/
/*    985px 1195px #fff, 975px 1640px #fff, 518px 101px #fff, 663px 1395px #fff,*/
/*    914px 532px #fff, 145px 1320px #fff, 69px 1397px #fff, 982px 523px #fff,*/
/*    257px 725px #fff, 1599px 831px #fff, 1636px 1513px #fff, 1250px 1158px #fff,*/
/*    1132px 604px #fff, 183px 102px #fff, 1057px 318px #fff, 1247px 1835px #fff,*/
/*    1983px 1110px #fff, 1077px 1455px #fff, 921px 1770px #fff, 806px 1350px #fff,*/
/*    1938px 1992px #fff, 855px 1260px #fff, 902px 1345px #fff, 658px 1908px #fff,*/
/*    1845px 679px #fff, 712px 1482px #fff, 595px 950px #fff, 1784px 1992px #fff,*/
/*    1847px 1785px #fff, 691px 1004px #fff, 175px 1179px #fff, 1666px 1911px #fff,*/
/*    41px 61px #fff, 971px 1080px #fff, 1830px 1450px #fff, 1351px 1518px #fff,*/
/*    1257px 99px #fff, 1395px 1498px #fff, 1117px 252px #fff, 1779px 597px #fff,*/
/*    1346px 729px #fff, 1108px 1144px #fff, 402px 691px #fff, 72px 496px #fff,*/
/*    1673px 1604px #fff, 1497px 974px #fff, 1865px 1664px #fff, 88px 806px #fff,*/
/*    918px 77px #fff, 244px 1118px #fff, 256px 1820px #fff, 1851px 1840px #fff,*/
/*    605px 1851px #fff, 634px 383px #fff, 865px 37px #fff, 943px 1024px #fff,*/
/*    1951px 177px #fff, 1097px 523px #fff, 985px 1700px #fff, 1243px 122px #fff,*/
/*    768px 1070px #fff, 468px 194px #fff, 320px 1867px #fff, 1850px 185px #fff,*/
/*    380px 1616px #fff, 468px 1294px #fff, 1122px 1743px #fff, 884px 299px #fff,*/
/*    1300px 1917px #fff, 1860px 396px #fff, 1270px 990px #fff, 529px 733px #fff,*/
/*    1975px 1347px #fff, 1885px 685px #fff, 226px 506px #fff, 651px 878px #fff,*/
/*    1323px 680px #fff, 1284px 680px #fff, 238px 1967px #fff, 911px 174px #fff,*/
/*    1111px 521px #fff, 1150px 85px #fff, 794px 502px #fff, 484px 1856px #fff,*/
/*    1809px 368px #fff, 112px 953px #fff, 590px 1009px #fff, 1655px 311px #fff,*/
/*    100px 1026px #fff, 1803px 352px #fff, 865px 306px #fff, 1077px 1019px #fff,*/
/*    1335px 872px #fff, 1647px 1298px #fff, 1233px 1387px #fff, 698px 1036px #fff,*/
/*    659px 1860px #fff, 388px 1412px #fff, 1212px 458px #fff, 755px 1468px #fff,*/
/*    696px 1654px #fff, 1144px 60px #fff;*/
/*}*/

/*#stars2 {*/
/*    width: 2px;*/
/*    height: 2px;*/
/*    background: transparent;*/
/*    animation: animStar 100s linear infinite;*/
/*    box-shadow: 1448px 320px #fff, 1775px 1663px #fff, 332px 1364px #fff,*/
/*    878px 340px #fff, 569px 1832px #fff, 1422px 1684px #fff, 1946px 1907px #fff,*/
/*    121px 979px #fff, 1044px 1069px #fff, 463px 381px #fff, 423px 112px #fff,*/
/*    523px 1179px #fff, 779px 654px #fff, 1398px 694px #fff, 1085px 1464px #fff,*/
/*    1599px 1869px #fff, 801px 1882px #fff, 779px 1231px #fff, 552px 932px #fff,*/
/*    1057px 1196px #fff, 282px 1280px #fff, 496px 1986px #fff, 1833px 1120px #fff,*/
/*    1802px 1293px #fff, 6px 1696px #fff, 412px 1902px #fff, 605px 438px #fff,*/
/*    24px 1212px #fff, 234px 1320px #fff, 544px 344px #fff, 1107px 170px #fff,*/
/*    1603px 196px #fff, 905px 648px #fff, 68px 1458px #fff, 649px 1969px #fff,*/
/*    744px 675px #fff, 1127px 478px #fff, 714px 1814px #fff, 1486px 526px #fff,*/
/*    270px 1636px #fff, 1931px 149px #fff, 1807px 378px #fff, 8px 390px #fff,*/
/*    1415px 699px #fff, 1473px 1211px #fff, 1590px 141px #fff, 270px 1705px #fff,*/
/*    69px 1423px #fff, 1108px 1053px #fff, 1946px 128px #fff, 371px 371px #fff,*/
/*    1490px 220px #fff, 357px 1885px #fff, 363px 363px #fff, 1896px 1256px #fff,*/
/*    1979px 1050px #fff, 947px 1342px #fff, 1754px 242px #fff, 514px 974px #fff,*/
/*    65px 1477px #fff, 1840px 547px #fff, 950px 695px #fff, 459px 1150px #fff,*/
/*    1124px 1502px #fff, 481px 940px #fff, 680px 839px #fff, 797px 1169px #fff,*/
/*    1977px 1491px #fff, 734px 1724px #fff, 210px 298px #fff, 816px 628px #fff,*/
/*    686px 770px #fff, 1721px 267px #fff, 1663px 511px #fff, 1481px 1141px #fff,*/
/*    582px 248px #fff, 1308px 953px #fff, 628px 657px #fff, 897px 1535px #fff,*/
/*    270px 931px #fff, 791px 467px #fff, 1336px 1732px #fff, 1013px 1653px #fff,*/
/*    1911px 956px #fff, 587px 816px #fff, 83px 456px #fff, 930px 1478px #fff,*/
/*    1587px 1694px #fff, 614px 1200px #fff, 302px 1782px #fff, 1711px 1432px #fff,*/
/*    443px 904px #fff, 1666px 714px #fff, 1588px 1167px #fff, 273px 1075px #fff,*/
/*    1679px 461px #fff, 721px 664px #fff, 1202px 10px #fff, 166px 1126px #fff,*/
/*    331px 1628px #fff, 430px 1565px #fff, 1585px 509px #fff, 640px 38px #fff,*/
/*    822px 837px #fff, 1760px 1664px #fff, 1122px 1458px #fff, 398px 131px #fff,*/
/*    689px 285px #fff, 460px 652px #fff, 1627px 365px #fff, 348px 1648px #fff,*/
/*    819px 1946px #fff, 981px 1917px #fff, 323px 76px #fff, 979px 684px #fff,*/
/*    887px 536px #fff, 1348px 1596px #fff, 1055px 666px #fff, 1402px 1797px #fff,*/
/*    1300px 1055px #fff, 937px 238px #fff, 1474px 1815px #fff, 1144px 1710px #fff,*/
/*    1629px 1087px #fff, 911px 919px #fff, 771px 819px #fff, 403px 720px #fff,*/
/*    163px 736px #fff, 1062px 238px #fff, 1774px 818px #fff, 1874px 1178px #fff,*/
/*    1177px 699px #fff, 1244px 1244px #fff, 1371px 58px #fff, 564px 1515px #fff,*/
/*    1824px 487px #fff, 929px 702px #fff, 394px 1348px #fff, 1161px 641px #fff,*/
/*    219px 1841px #fff, 358px 941px #fff, 140px 1759px #fff, 1019px 1345px #fff,*/
/*    274px 436px #fff, 1433px 1605px #fff, 1798px 1426px #fff, 294px 1848px #fff,*/
/*    1681px 1877px #fff, 1344px 1824px #fff, 1439px 1632px #fff,*/
/*    161px 1012px #fff, 1308px 588px #fff, 1789px 582px #fff, 721px 1910px #fff,*/
/*    318px 218px #fff, 607px 319px #fff, 495px 535px #fff, 1552px 1575px #fff,*/
/*    1562px 67px #fff, 403px 926px #fff, 1096px 1800px #fff, 1814px 1709px #fff,*/
/*    1882px 1831px #fff, 533px 46px #fff, 823px 969px #fff, 530px 165px #fff,*/
/*    1030px 352px #fff, 1681px 313px #fff, 338px 115px #fff, 1607px 211px #fff,*/
/*    1718px 1184px #fff, 1589px 659px #fff, 278px 355px #fff, 464px 1464px #fff,*/
/*    1165px 277px #fff, 950px 694px #fff, 1746px 293px #fff, 793px 911px #fff,*/
/*    528px 773px #fff, 1883px 1694px #fff, 748px 182px #fff, 1924px 1531px #fff,*/
/*    100px 636px #fff, 1473px 1445px #fff, 1264px 1244px #fff, 850px 1377px #fff,*/
/*    987px 1976px #fff, 933px 1761px #fff, 922px 1270px #fff, 500px 396px #fff,*/
/*    1324px 8px #fff, 1967px 1814px #fff, 1072px 1401px #fff, 961px 37px #fff,*/
/*    156px 81px #fff, 1915px 502px #fff, 1076px 1846px #fff, 152px 1669px #fff,*/
/*    986px 1529px #fff, 1667px 1137px #fff;*/
/*}*/

/*#stars2:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 2000px;*/
/*    width: 2px;*/
/*    height: 2px;*/
/*    background: transparent;*/
/*    box-shadow: 1448px 320px #fff, 1775px 1663px #fff, 332px 1364px #fff,*/
/*    878px 340px #fff, 569px 1832px #fff, 1422px 1684px #fff, 1946px 1907px #fff,*/
/*    121px 979px #fff, 1044px 1069px #fff, 463px 381px #fff, 423px 112px #fff,*/
/*    523px 1179px #fff, 779px 654px #fff, 1398px 694px #fff, 1085px 1464px #fff,*/
/*    1599px 1869px #fff, 801px 1882px #fff, 779px 1231px #fff, 552px 932px #fff,*/
/*    1057px 1196px #fff, 282px 1280px #fff, 496px 1986px #fff, 1833px 1120px #fff,*/
/*    1802px 1293px #fff, 6px 1696px #fff, 412px 1902px #fff, 605px 438px #fff,*/
/*    24px 1212px #fff, 234px 1320px #fff, 544px 344px #fff, 1107px 170px #fff,*/
/*    1603px 196px #fff, 905px 648px #fff, 68px 1458px #fff, 649px 1969px #fff,*/
/*    744px 675px #fff, 1127px 478px #fff, 714px 1814px #fff, 1486px 526px #fff,*/
/*    270px 1636px #fff, 1931px 149px #fff, 1807px 378px #fff, 8px 390px #fff,*/
/*    1415px 699px #fff, 1473px 1211px #fff, 1590px 141px #fff, 270px 1705px #fff,*/
/*    69px 1423px #fff, 1108px 1053px #fff, 1946px 128px #fff, 371px 371px #fff,*/
/*    1490px 220px #fff, 357px 1885px #fff, 363px 363px #fff, 1896px 1256px #fff,*/
/*    1979px 1050px #fff, 947px 1342px #fff, 1754px 242px #fff, 514px 974px #fff,*/
/*    65px 1477px #fff, 1840px 547px #fff, 950px 695px #fff, 459px 1150px #fff,*/
/*    1124px 1502px #fff, 481px 940px #fff, 680px 839px #fff, 797px 1169px #fff,*/
/*    1977px 1491px #fff, 734px 1724px #fff, 210px 298px #fff, 816px 628px #fff,*/
/*    686px 770px #fff, 1721px 267px #fff, 1663px 511px #fff, 1481px 1141px #fff,*/
/*    582px 248px #fff, 1308px 953px #fff, 628px 657px #fff, 897px 1535px #fff,*/
/*    270px 931px #fff, 791px 467px #fff, 1336px 1732px #fff, 1013px 1653px #fff,*/
/*    1911px 956px #fff, 587px 816px #fff, 83px 456px #fff, 930px 1478px #fff,*/
/*    1587px 1694px #fff, 614px 1200px #fff, 302px 1782px #fff, 1711px 1432px #fff,*/
/*    443px 904px #fff, 1666px 714px #fff, 1588px 1167px #fff, 273px 1075px #fff,*/
/*    1679px 461px #fff, 721px 664px #fff, 1202px 10px #fff, 166px 1126px #fff,*/
/*    331px 1628px #fff, 430px 1565px #fff, 1585px 509px #fff, 640px 38px #fff,*/
/*    822px 837px #fff, 1760px 1664px #fff, 1122px 1458px #fff, 398px 131px #fff,*/
/*    689px 285px #fff, 460px 652px #fff, 1627px 365px #fff, 348px 1648px #fff,*/
/*    819px 1946px #fff, 981px 1917px #fff, 323px 76px #fff, 979px 684px #fff,*/
/*    887px 536px #fff, 1348px 1596px #fff, 1055px 666px #fff, 1402px 1797px #fff,*/
/*    1300px 1055px #fff, 937px 238px #fff, 1474px 1815px #fff, 1144px 1710px #fff,*/
/*    1629px 1087px #fff, 911px 919px #fff, 771px 819px #fff, 403px 720px #fff,*/
/*    163px 736px #fff, 1062px 238px #fff, 1774px 818px #fff, 1874px 1178px #fff,*/
/*    1177px 699px #fff, 1244px 1244px #fff, 1371px 58px #fff, 564px 1515px #fff,*/
/*    1824px 487px #fff, 929px 702px #fff, 394px 1348px #fff, 1161px 641px #fff,*/
/*    219px 1841px #fff, 358px 941px #fff, 140px 1759px #fff, 1019px 1345px #fff,*/
/*    274px 436px #fff, 1433px 1605px #fff, 1798px 1426px #fff, 294px 1848px #fff,*/
/*    1681px 1877px #fff, 1344px 1824px #fff, 1439px 1632px #fff,*/
/*    161px 1012px #fff, 1308px 588px #fff, 1789px 582px #fff, 721px 1910px #fff,*/
/*    318px 218px #fff, 607px 319px #fff, 495px 535px #fff, 1552px 1575px #fff,*/
/*    1562px 67px #fff, 403px 926px #fff, 1096px 1800px #fff, 1814px 1709px #fff,*/
/*    1882px 1831px #fff, 533px 46px #fff, 823px 969px #fff, 530px 165px #fff,*/
/*    1030px 352px #fff, 1681px 313px #fff, 338px 115px #fff, 1607px 211px #fff,*/
/*    1718px 1184px #fff, 1589px 659px #fff, 278px 355px #fff, 464px 1464px #fff,*/
/*    1165px 277px #fff, 950px 694px #fff, 1746px 293px #fff, 793px 911px #fff,*/
/*    528px 773px #fff, 1883px 1694px #fff, 748px 182px #fff, 1924px 1531px #fff,*/
/*    100px 636px #fff, 1473px 1445px #fff, 1264px 1244px #fff, 850px 1377px #fff,*/
/*    987px 1976px #fff, 933px 1761px #fff, 922px 1270px #fff, 500px 396px #fff,*/
/*    1324px 8px #fff, 1967px 1814px #fff, 1072px 1401px #fff, 961px 37px #fff,*/
/*    156px 81px #fff, 1915px 502px #fff, 1076px 1846px #fff, 152px 1669px #fff,*/
/*    986px 1529px #fff, 1667px 1137px #fff;*/
/*}*/

/*#stars3 {*/
/*    width: 3px;*/
/*    height: 3px;*/
/*    background: transparent;*/
/*    animation: animStar 150s linear infinte;*/
/*    box-shadow: 387px 1878px #fff, 760px 1564px #fff, 1487px 999px #fff,*/
/*    948px 1828px #fff, 1977px 1001px #fff, 1284px 1963px #fff, 656px 284px #fff,*/
/*    1268px 1635px #fff, 1820px 598px #fff, 642px 1900px #fff, 296px 57px #fff,*/
/*    921px 1620px #fff, 476px 1858px #fff, 658px 613px #fff, 1171px 1363px #fff,*/
/*    1419px 283px #fff, 1037px 731px #fff, 503px 663px #fff, 1562px 463px #fff,*/
/*    383px 1197px #fff, 1171px 1233px #fff, 876px 1768px #fff, 856px 1615px #fff,*/
/*    1375px 1924px #fff, 1725px 918px #fff, 952px 119px #fff, 768px 1212px #fff,*/
/*    992px 1462px #fff, 1929px 717px #fff, 1947px 755px #fff, 1818px 1123px #fff,*/
/*    1896px 1672px #fff, 460px 198px #fff, 256px 271px #fff, 752px 544px #fff,*/
/*    1222px 1859px #fff, 1851px 443px #fff, 313px 1858px #fff, 709px 446px #fff,*/
/*    1546px 697px #fff, 674px 1155px #fff, 1112px 130px #fff, 355px 1790px #fff,*/
/*    1496px 974px #fff, 1696px 480px #fff, 1316px 1265px #fff, 1645px 1063px #fff,*/
/*    1182px 237px #fff, 427px 1582px #fff, 859px 253px #fff, 458px 939px #fff,*/
/*    1517px 1644px #fff, 1943px 60px #fff, 212px 1650px #fff, 966px 1786px #fff,*/
/*    473px 712px #fff, 130px 76px #fff, 1417px 1186px #fff, 909px 1580px #fff,*/
/*    1913px 762px #fff, 204px 1143px #fff, 1998px 1057px #fff, 1468px 1301px #fff,*/
/*    144px 1676px #fff, 21px 1601px #fff, 382px 1362px #fff, 912px 753px #fff,*/
/*    1488px 1405px #fff, 802px 156px #fff, 174px 550px #fff, 338px 1366px #fff,*/
/*    1197px 774px #fff, 602px 486px #fff, 682px 1877px #fff, 348px 1503px #fff,*/
/*    407px 1139px #fff, 950px 1400px #fff, 922px 1139px #fff, 1697px 293px #fff,*/
/*    1238px 1281px #fff, 1038px 1197px #fff, 376px 1889px #fff,*/
/*    1255px 1680px #fff, 1008px 1316px #fff, 1538px 1447px #fff,*/
/*    1186px 874px #fff, 1967px 640px #fff, 1341px 19px #fff, 29px 1732px #fff,*/
/*    16px 1650px #fff, 1021px 1075px #fff, 723px 424px #fff, 1175px 41px #fff,*/
/*    494px 1957px #fff, 1296px 431px #fff, 175px 1507px #fff, 831px 121px #fff,*/
/*    498px 1947px #fff, 617px 880px #fff, 240px 403px #fff;*/
/*}*/

/*#stars3:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 2000px;*/
/*    width: 3px;*/
/*    height: 3px;*/
/*    background: transparent;*/
/*    box-shadow: 387px 1878px #fff, 760px 1564px #fff, 1487px 999px #fff,*/
/*    948px 1828px #fff, 1977px 1001px #fff, 1284px 1963px #fff, 656px 284px #fff,*/
/*    1268px 1635px #fff, 1820px 598px #fff, 642px 1900px #fff, 296px 57px #fff,*/
/*    921px 1620px #fff, 476px 1858px #fff, 658px 613px #fff, 1171px 1363px #fff,*/
/*    1419px 283px #fff, 1037px 731px #fff, 503px 663px #fff, 1562px 463px #fff,*/
/*    383px 1197px #fff, 1171px 1233px #fff, 876px 1768px #fff, 856px 1615px #fff,*/
/*    1375px 1924px #fff, 1725px 918px #fff, 952px 119px #fff, 768px 1212px #fff,*/
/*    992px 1462px #fff, 1929px 717px #fff, 1947px 755px #fff, 1818px 1123px #fff,*/
/*    1896px 1672px #fff, 460px 198px #fff, 256px 271px #fff, 752px 544px #fff,*/
/*    1222px 1859px #fff, 1851px 443px #fff, 313px 1858px #fff, 709px 446px #fff,*/
/*    1546px 697px #fff, 674px 1155px #fff, 1112px 130px #fff, 355px 1790px #fff,*/
/*    1496px 974px #fff, 1696px 480px #fff, 1316px 1265px #fff, 1645px 1063px #fff,*/
/*    1182px 237px #fff, 427px 1582px #fff, 859px 253px #fff, 458px 939px #fff,*/
/*    1517px 1644px #fff, 1943px 60px #fff, 212px 1650px #fff, 966px 1786px #fff,*/
/*    473px 712px #fff, 130px 76px #fff, 1417px 1186px #fff, 909px 1580px #fff,*/
/*    1913px 762px #fff, 204px 1143px #fff, 1998px 1057px #fff, 1468px 1301px #fff,*/
/*    144px 1676px #fff, 21px 1601px #fff, 382px 1362px #fff, 912px 753px #fff,*/
/*    1488px 1405px #fff, 802px 156px #fff, 174px 550px #fff, 338px 1366px #fff,*/
/*    1197px 774px #fff, 602px 486px #fff, 682px 1877px #fff, 348px 1503px #fff,*/
/*    407px 1139px #fff, 950px 1400px #fff, 922px 1139px #fff, 1697px 293px #fff,*/
/*    1238px 1281px #fff, 1038px 1197px #fff, 376px 1889px #fff,*/
/*    1255px 1680px #fff, 1008px 1316px #fff, 1538px 1447px #fff,*/
/*    1186px 874px #fff, 1967px 640px #fff, 1341px 19px #fff, 29px 1732px #fff,*/
/*    16px 1650px #fff, 1021px 1075px #fff, 723px 424px #fff, 1175px 41px #fff,*/
/*    494px 1957px #fff, 1296px 431px #fff, 175px 1507px #fff, 831px 121px #fff,*/
/*    498px 1947px #fff, 617px 880px #fff, 240px 403px #fff;*/
/*}*/


/*@keyframes animStar {*/
/*    from {*/
/*        transform: translateY(0px);*/
/*    }*/
/*    to {*/
/*        transform: translateY(-2000px);*/
/*    }*/
/*}*/

.chevron {
  position: absolute;
  width: 45px;
  height: 4px;
  opacity: 0;
   left: 50%;
    bottom: 70px;
    z-index: 80;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #e9681e;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 45deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -45deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

.text {
  display: block;
  margin-top: 75px;
  margin-left: -45px;
  font-family: inherit;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 3px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: .25;
  animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}

.second-section-2d {
    padding:129px 0;
}
.tabs {
  max-width:100%;
  margin: 0 auto;
  padding: 0 20px;
}
#tab-button {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#tab-button li {
  display: table-cell;
  width: 20%;
}
#tab-button li a {
  display: block;
  /*padding: .5em;*/
  /*background: #eee;*/
  /*border: 1px solid #ddd;*/
  text-align: center;
  /*color: #000;*/
  text-decoration: none;
}
#tab-button li:not(:first-child) a {
  border-left: none;
}
#tab-button li a:hover,
#tab-button .is-active a {
  border-bottom-color: transparent;
  /*background: #fff;*/
}
.tab-contents {
  padding: .5em 2em 1em;
  /*border: 1px solid #ddd;*/
}

section.tabsection {
    padding: 0px 0 50px 0px;
}
.prjct1{
       width: 100%;
    background: #3b3c40;
    height: 300px;
    border-radius: 10px;
     margin:20px 0px;
}
/*.tab-button-outer {
  display: none;
}*/
.gallerys {
    width:100%;
}
.gallerys ul {
    margin: 0px 0px;
    padding: 0px 0px;
        text-decoration: none;
}
.gallerys ul li {
   display: inline-block;
    list-style: none;
    margin: 3px 0px;
    padding: 0px 0px;
    /*width: 255px;*/
    height:auto;
}
.gallerys ul li img{
     /*width: 100%;*/
         border-radius: 10px;
}
.gallerys ul li img:hover {
    transform: scale(1.05) translateY(-5px);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    
     /* This timing applies on the way OUT */
  transition-timing-function: ease-in;

  /* Quick on the way out */
  transition: 0.2s;


}
.tab-contents {
  margin-top: 20px;
}
.tab-contents h2 {
    background: #3d3e42;
    padding: 6px 15px;
    border-radius: 10px;
    margin: 22px 0 22px 0;
}


figure{
  width: 100vw;
  height: 50vh;
  position: relative;
  background: green;
  text-align: center;
}
picture{
  position: relative;
  display: inline-block;
  width: 25%;
}
picture img{
  width: 100%
}
picture:not(:last-of-type){opacity: 0}
picture:first-of-type{
  background: red;
  animation: fadeinout 4s linear forwards infinite;
}
picture:nth-child(2){
  background: red;
  animation: fadeinout 4s 2s linear forwards infinite;/*you need to add the delay here*/
}
picture:last-of-type{
  animation: spin 4s linear infinite;
}
figcaption{
  position: absolute;
  bottom: 0;
  left:0;
  width: 100%;
} 
 
@keyframes fadeinout { 
  50% { opacity: 1; }
}
@keyframes spin {
  to { transform: rotate(360deg);}
}


.glist {
    width:100%;
}
.glist ul {
    margin: 0px 0px;
    padding: 0px 0px;
        text-decoration: none;
}
.glist ul li {
   display: inline-block;
    list-style: none;
    margin: 3px 0px;
    padding: 0px 0px;
    /*width: 255px;*/
    height:300px;
}
.glist ul li img{
     /*width: 100%;*/
         border-radius: 10px;
}
.gallery-icon {
    max-width: 130px;
    z-index: 1;
    position: absolute;
    filter: invert(100%) sepia(0%) saturate(10%) hue-rotate(214deg)
        brightness(106%) contrast(102%);
}

.gallery-icon.active {
    max-width:130px;
    z-index: 1;
    position: absolute;
    filter: invert(50%) sepia(74%) saturate(2783%) hue-rotate(351deg)
        brightness(96%) contrast(91%);
}

.gallery-icon.active:hover {
    max-width: 130px;
    z-index: 1;
    position: absolute;
    filter: invert(50%) sepia(74%) saturate(2783%) hue-rotate(351deg)
        brightness(96%) contrast(91%);
}


.gallery-icon:hover {
    /* margin-bottom: 17px; */
    /* margin-right: 17px; */
    animation-name: example;
    animation-duration: 2s;
    transition: 1s;
    filter: invert(43%) sepia(87%) saturate(809%) hue-rotate(347deg)
        brightness(94%) contrast(94%);
}

@keyframes example {
    0% {
        top: 0px;
    }
    25% {
        top: -10px;
    }
    75% {
        top: -10px;
    }
    100% {
        top: 0px;
    }
}

.gallery-icon-circle {
    min-width: 157px;
    opacity: 0.5;
    z-index: 0;
    /*filter: invert(98%) sepia(6%) saturate(119%) hue-rotate(301deg)*/
    /*    brightness(112%) contrast(100%);*/
}

.gallery-icon-circle:hover {
    min-width: 157px;
    opacity: 0.5;
    z-index: 0;
    filter: invert(43%) sepia(87%) saturate(809%) hue-rotate(347deg)
        brightness(94%) contrast(94%);
}

.gallery-icon-circle.active {
    min-width: 157px;
    opacity: 0.5;
    z-index: 0;
    filter: invert(43%) sepia(87%) saturate(809%) hue-rotate(347deg)
        brightness(94%) contrast(94%);
}
.animation-vedio-wrapper {
    display: flex;
    flex-direction: row;
}

img.female-2d-character {
    /*width: 96%;*/
    min-height: 200px;
    flex-direction: row;
    align-items: flex-end;
    margin-top: -122px;
    /* margin-top: -226px; */
}
.girl{width:auto !important;}
.male-2d-character {
    /*max-height: 589px;*/
    flex-direction: row;
    align-items: flex-end;
    margin-top: -134px;
}

.container-fluid.orange-container-2 {
    margin-top: 100px;
}

@keyframes move {
    25% {
        opacity: 1;
    }

    33% {
        opacity: 1;
        transform: translateY(30px);
    }

    67% {
        opacity: 1;
        transform: translateY(40px);
    }

    100% {
        opacity: 0;
        transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
}

.text {
    display: block;
    margin-top: 75px;
    margin-left: -45px;
    font-family: inherit;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 3px;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    opacity: 0.25;
    animation: pulse 2s linear alternate infinite;
    webkit-text-size-adjust: 100%;
    vertical-align: baseline;
    background: transparent;
}

@keyframes pulse {
    to {
        opacity: 1;
    }
}

.bounce:hover {
    animation-name: bounce;
    animation-timing-function: ease;
}
.ddd ul li {
       table-layout: inherit !important;
       list-style: none;
        display: inline !important;
}
@keyframes bounce {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-50px); }
  100% { transform: translateY(0); }
}


.tbct {
     table-layout: inherit !important;
    margin: 0 237px 0 0 !important;
   
}
.animation video {
    width: 100%;
}
.animation ul li{
    width:510px;
}
.rtn h2 {
    text-align: center;
    font-size: 45px;
}
.crs_r{
    width:100%;
    min-height:500px;
    border:solid 2px #fff;
        position: relative;
        margin:50px 0px;
}
.pano ul li {
    width: 710px;
}
.titleFont {
 font-size: 99px;
    font-style: normal;
    font-weight: 800;
    line-height: 7px;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    margin-left: 46px;
    padding: 13px;
    text-align: center;
    background: #000;
        margin: -26px auto;
    width: 660px;
}
ul#tab-dd {
    list-style: none;
    width: 35%;
}
ul#tab-dd li {
margin: 20px 0px;
}
ul#tab-dd li a{
     border: 1px solid transparent;
         border-radius: 4px;
    color: #fff;
    font-family: "Metropolis Semibold";
    padding: 4px 14px;
    display: block;
    width: 100%;
        font-size: 15px;
}
ul#tab-dd li:hover a{
 border: 1px solid #e9681e;
     border-radius: 4px;
    color: #e9681e;
    font-family: "Metropolis Semibold";
    padding: 4px 14px;
    display: block;
    width: 100%;
}
ul#tab-dd li.is-active a {
   border: 1px solid #e9681e;
       border-radius: 4px;
    color: #e9681e;
    font-family: "Metropolis Semibold";
    padding: 4px 14px;
    display: block;
    width: 100%;
}
.twdm{
  width:100%;
  float:left;  
}

.twdm h6{
text-align:center;
color:#e76400;
font-size:22px;
padding:17px 0px; 
     
}

.twdm p {
       color: #fff;
     font-family: "Metropolis Semibold";
    font-size: 15px;
    line-height: 30px;
    word-break: none;
    text-align: left;
    padding: 2px 0px;
}
.twdm p b{
     color: #fff;
}
.twdm ul {
    margin: 0px 0px;
    padding: 0px 0px;
    text-decoration: none;
}
.twdm ul li {
  color: #fff;
     font-family: "Metropolis Semibold";
    font-size: 15px;
    line-height: 30px;
    word-break: none;
    text-align: left;
}
.twdm h6 {
    text-align: left;
    color: #e9681e;
    font-size: 18px;
    padding: 17px 0px;
}


.pb-22 {
    padding-bottom: 5.5rem !important;
}
.car {
    display: flex;padding: 90px 0 20px 0px;
}
.crtry {
 
    width: 62%;
    float: right;
}
.botton-text-largess {
     
            padding-left: 233px;
}

.carbox {
  border: solid black;
  border-width: 8px 8px 0;
  position: relative;
  overflow: hidden;
  margin: 15px 10px;
  width: 100px;
  height: 50px;
}

.carbox:before,
.carbox:after {
  position: absolute;
  background: #000;
  content: '';
  height: 8px;
  width: 30%;
  bottom: 0;
  left: 0;
}
.tab-button-outer {
    position: relative;
}
.carbox:after {
  left: auto;
  right: 0;
}
.inrw{
    position: relative;
}
.ritc{
    right:-177px;
}