* {
    transition: all .3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.swiper-container {
    min-height: 300px;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
    transition: all 0s;
}

body {
    overflow-x: hidden;
    background-color: #000;
    margin: 0;
    color: white;
}

html.open {
    overflow: hidden;
    padding-right: 9px;
}

video::-webkit-media-controls {
    display:none !important;
}

*::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}

*::-webkit-media-controls-play-button {
  display: none!important;
  -webkit-appearance: none;
}

*::-webkit-media-controls-panel {
  display: none!important;
  -webkit-appearance: none;
}

::selection {
    background-color: rgb(255, 255, 255);
    color: black;
}

::-webkit-scrollbar {
    width: 9px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 14px 14px 14px 14px black;
    border: solid 3px black;
}


::-webkit-scrollbar-thumb {
    box-shadow: inset 14px 14px 14px 14px white;
    border: solid 3px black;
    border-radius: 14px;
}

@font-face {
    font-family: cartograph-cf;
    src: url(fonts/cartograph-cf.ttf);
}

@font-face {
    font-family: DMSans-Regular;
    src: url(fonts/DMSans-Regular.ttf);
}

@font-face {
    font-family: IAAB3-Mono;
    src: url(fonts/IAAB3-Mono.otf);
}

@font-face {
    font-family: NeueHaasGroteskDisplay-Reg;
    src: url(fonts/NeueHaasGroteskDisplay-Reg.otf);
}

a {
    color: white;
    text-decoration: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

p {
    font-family: DMSans-Regular;
    font-size: 18px;
    font-weight: 100;
}

header,
footer {
    width: 100vw;
    display: flex;
    font-family: cartograph-cf;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    z-index: 10;
}

header {
    position: absolute;
    flex-wrap: wrap;

}

header>*,
footer>* {
    margin: 55px;
}


header .nav a,
footer .nav a {
    margin-right: 55px;
}

.mobi {
    display: none;
}

.desk {
    display: block;
}

.allSection {
    max-width: none;
}

section {
    width: 100%;
    min-height: 100svh;
    max-height: none;
    overflow: visible;
}

.bord {
    border-radius: 25px;
}

#sec1 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-image: url(img/back12.webp);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

#sec1 .abs_back {
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
}

#sec1>img {
    height: 300px;
}

h1 {
    font-size: 148.4133px;
    font-family: DMSans-Regular;
    font-weight: 100;
    margin: 0;
}

h3,
h2 {
    font-size: 31.8381px;
    font-family: DMSans-Regular;
    font-weight: 100;
    margin: 0;
    text-align: center;
}

h2 {
    font-size: 53.3811647059px;
    text-align: left;
    position: relative;
}

.overGradient {
    position: absolute;
    z-index: 1;
    mix-blend-mode: darken;
    height: 100px;
    width: 100px;
    filter: blur(50px);
}

#BuildingTheFuture {
    height: 200px;
    width: 200px;
    top: -100%;
    margin-left: -50px;
    background-color: rgb(0, 255, 255);
}

#Consulting {
    top: -50%;
    left: -50px;
    background-color: rgb(255, 255, 0);
}

#Strategy {
    margin-left: -50px;
    top: -50%;
    background-color: rgb(0, 255, 255);
}

#Development {
    top: -70%;
    margin-left: -150px;
    background-color: rgb(200, 100, 0);
}

#VAMR {
    background-color: rgb(222, 111, 216);
    height: 250px;
    width: 250px;
    filter: blur(80px);
    margin-left: -50px;
    margin-top: -50px;
}

#DigitalArtCG {
    background-color: rgb(0, 60, 255);
    height: 250px;
    width: 250px;
    filter: blur(100px);
}

#BlockchainNFTTokenization {
    background-color: rgb(207, 73, 0);
    height: 250px;
    width: 250px;
    filter: blur(75px);
    margin-left: -125px;
    margin-top: -125px;

}

#MetaverseArchitecture {
    background-color: rgb(0, 255, 255);
    height: 250px;
    width: 250px;
    filter: blur(75px);
    margin-top: -75px;
}

#AvatarsDigitalClothing {
    background-color: rgb(255, 255, 0);
    height: 250px;
    width: 250px;
    filter: blur(75px);
    margin-top: -75px;
    margin-left: -50px;
}

#sec2 {
    display: flex;
    justify-content: left;
    align-items: center;
    overflow: visible;
    position: relative;
    z-index: 1;
}

#sec2 img {
    position: absolute;
    width: 100%;
    mix-blend-mode: hard-light;
}

#sec2 h1,
#sec3 h1 {
    margin: 15px;
    font-size: 138px;
}

#sec3 {
    display: flex;
    justify-content: left;
    align-items: center;
}

#sec3 h1 {
    font-size: 118px;
}

.swiper-slide {
    position: relative;
    min-height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: visible;
    background-color: #000;
    height: auto;
}

.swiper-backface-hidden .swiper-slide {
    overflow: hidden;
}

.flexSlide {
    padding: 2% 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.urls a {
    background-color: #00000000;
    font-size: 12px;
    padding: 15px 20px 15px 20px;
    border: solid 1px rgba(255, 255, 255, 0.15);
    border-radius: 35px;
    font-family: cartograph-cf;
    font-size: 16px;
    font-weight: 100;
}

#sec3 .swiper-slide .urls {
    margin: 20px;
    margin-top: 35px;
    z-index: 10;
}

.sUrl {
    margin-left: 10px;
    left: 10%;
    background-color: #00000000;
    padding: 10px 15px 10px 15px;
}

.swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.5);
}

.flexSliderUI {
    padding-bottom: 30px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-evenly;
}

.swiper-button-next,
.swiper-button-prev {
    position: static;
    margin-top: 0
}

.swiper-pagination {
    position: static;
    transition: all .3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    width: auto;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    color: #fff;
    transition: all .3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.swiper-button-next:hover:after,
.swiper-button-prev:hover:after {
    text-shadow: 0 0 15px white;
    transform: scale(1.2);
}

.swiper-button-next:active:after,
.swiper-button-prev:active:after {
    transform: scale(0.4);
}

.swiper-pagination-bullet-active {
    background: #fff;
    transform: scale(1.25);
}

#sec4 {
    min-height: auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: flex-start;
}

#sec4>* {
    margin: 25px;
}

#sec4 img {
    width: 80%;
}

#sec4>video {
    max-width: 40%;
}

.right {
    width: 30%;
}


.right .urls {
    margin-top: 25px;
}

#sec5 {
    padding: 0 25px 0 25px;
    height: auto;
    width: calc(100% - 50px);
}

.flex {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

#sec6 .flex {
    width: 100%;
}

.one5 {
    width: 32.5%;
    padding: 0.5%;
    margin-bottom: 25px;
}

.one5 img {
    width: 100%;
}

.one5 .urls {
    margin-top: 35px;
    margin-bottom: 25px;
}

.one5Img {
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: calc(100% - 50px);
    aspect-ratio: 7/8;
    padding: 25px;
}

.one5Img h1 {
    line-height: 70px;
    font-size: 55px;
}

.light {
    position: relative;
    z-index: -2;
    box-shadow: 0 0 150px 0 #fbcaef85;
}

#sec6 {
    height: auto;
}

#sec6 .flex>img {
    height: 100vh;
    max-height: 1080px;
    object-fit: cover;
}

#sec6 p {
    margin: 0;
}


.one6 {
    margin-top: 25px;
}

.one6 p:nth-child(2) {
    position: relative;
    bottom: 15px;
    font-size: 18px;
}

.left {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin: 25px;
    max-width: 35%;
}

.modal {
    position: fixed;
    top: 0vh;
    left: 0vw;
    width: 100vw;
    height: 100vh;
    background-color: #000000;
    opacity: 0;
    z-index: -1;
    transform: rotate(180deg) scale(0);
    transition: all .6s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.modal.open {
    top: 0vh;
    left: 0vw;
    z-index: 10;
    opacity: 1;
    transform: rotate(0deg) scale(1);
}

.modal .k-hover {
    position: fixed;
    right: 0;
}

.modal h1 {
    font-size: 100px;
    margin: 25px;
    mix-blend-mode: difference;
}

.modalContent {
    height: 80vh;
    margin: 10vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: auto;
}

.modal img {
    position: fixed;
    z-index: -1;
    top: 0vh;
    left: 0vw;
    height: 100%;
    filter: invert() brightness(0.1);
}

.modal p {
    margin: 25px;
    mix-blend-mode: difference;
    max-width: 35%;
}

#sec1l video {
    height: 100%;
    max-width: 70%;
}

#sec1l {
    display: flex;
    justify-content: center;
}

.flexl {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 100vh;
}


.textl,
.flexl img {
    max-width: 50%;
}

#sec1l form {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: column;
    min-width: 30%;
}

form h3 {
    text-align: left;
    margin: 10px;
}

input,
textarea,
button {
    outline: 0;
    border: 0;
    background-color: #000000;
    margin: 10px;
    padding: 10px;
    font-size: 16px;
    border-radius: 5px 15px 15px 5px;
    border: solid 2px rgba(255, 255, 255, 0.7);
    border-left: solid 1px rgba(255, 255, 255, 0.7);
    color: #fff;
    font-family: DMSans-Regular;
}

input:hover,
textarea:hover {
    border-radius: 5px;
    border: solid 2px rgba(255, 255, 255, 0.9);
    border-left: solid 1px rgba(255, 255, 255, 0.9);
}

input:focus,
textarea:focus {
    border-radius: 0px;
    border: solid 2px rgba(255, 255, 255, 0);
    border-left: solid 1px rgba(255, 255, 255, 0);
    box-shadow: 0 0 155px 0 #ffffff4d;
    z-index: 2;
}

input::placeholder,
textarea::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

button {
    border-radius: 15px;
    border: solid 2px rgba(255, 255, 255, 0.7);
}

button:hover {
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 155px 0 #ffffff4d;
    color: #000;
    border-radius: 0px;
    border: solid 2px rgba(255, 255, 255, 0);
    border-left: solid 1px rgba(255, 255, 255, 0);
}

.contact {
    width: 100vw;
}

.modal .k-hover {
    z-index: 10;
    background-color: #000;
}

.modal .k-hover:hover {
    transform: scale(1.5);
}

@media (min-width: 1920px) {

    .allSection {
        max-width: 1920px;
    }

    section {
        min-height: 1080px;
    }

    body {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 1200px) {

    #sec1 {
        backdrop-filter: blur(15px);
    }

    .modal h1 {
        font-size: 80px;
    }

    #sec2 h1,
    #sec3 h1 {
        font-size: 77px;
    }

}

@media (max-width: 1100px) {

    input:hover,
    textarea:hover,
    button:hover {
        outline: 0;
        border: 0;
        background-color: #000000;
        margin: 10px;
        padding: 10px;
        border-radius: 5px 15px 15px 5px;
        border: solid 2px rgba(255, 255, 255, 0.7);
        border-left: solid 1px rgba(255, 255, 255, 0.7);
        color: #fff;
        font-weight: 200;
        box-shadow: 0 0 0 0 #0000004d;
    }

    input:active,
    textarea:active {
        border-radius: 5px;
        border: solid 2px rgba(255, 255, 255, 0.9);
        border-left: solid 1px rgba(255, 255, 255, 0.9);
    }

    button:active {
        font-weight: bold;
        background-color: rgba(255, 255, 255, 0.9);
        box-shadow: 0 0 155px 0 #ffffff4d;
        color: #000;
        border-radius: 0px;
        border: solid 2px rgba(255, 255, 255, 0);
        border-left: solid 1px rgba(255, 255, 255, 0);
    }

    .swiper-button-next:hover:after,
    .swiper-button-prev:hover:after {
        text-shadow: 0 0 0px white;
        transform: scale(1);
    }

    .swiper-button-next:active:after,
    .swiper-button-prev:active:after {
        text-shadow: 0 0 15px white;
        transform: scale(1.2);
    }


    #VAMR {
        height: 200px;
        width: 200px;
    }

    #BlockchainNFTTokenization {
        filter: blur(100px);
    }

    #MetaverseArchitecture {
        width: 150px;
    }

    #AvatarsDigitalClothing {
        height: 150px;
        width: 150px;
        margin-left: -50px;
    }

    #sec1 {
        height: 100svh;
        background-size: 300%;
        box-shadow: inset 0px -50px 50px black;
        background-image: url(img/back1.webp);

    }

    .modalContent p {
        margin-bottom: 20vh;
    }

    .modal h1 {
        font-size: 30px;
    }

    .textl,
    .flexl img {
        max-width: calc(100% - 50px);
    }

    #sec1l video {
        height: auto;
        max-width: 100%;
        width: 100%;
    }

    #sec1l {
        height: auto;
        flex-direction: column;
    }

    .modalContent {
        height: 100vh;
        flex-wrap: wrap;
        margin: 0;
        margin-top: 20px;
    }

    .modal p {
        max-width: 100%;
    }

    html.open {
        overflow: hidden;
        padding-right: 0px;
    }

    .left {
        max-width: 100%;
    }

    #sec6 .flex>img {
        height: auto;
        width: 100%;
    }

    .one6 img {
        height: 48px;
    }

    #sec3 .swiper-slide img {
        width: 150%;
        top: 0;
    }

    header>* {
        margin: 7px;
    }

    footer>* {
        margin: 15px;
    }

    footer img {
        height: 45px;
    }

    header img {
        margin-top: 15px;
        height: 15px;
        width: 100%;
        object-fit: contain;
    }

    header .nav a,
    footer .nav a {
        margin: 0 7px;
    }

    header {
        justify-content: space-around;
    }

    h1,
    #sec2 h1,
    #sec3 h1 {
        font-size: 48px;
    }

    #sec2 h1,
    #sec3 h1 {
        margin: 7px;
    }

    h3 {
        font-size: 20px;
    }

    #sec3,
    #sec2 {
        height: auto;
        min-height: 60vh;
    }

    #sec3 {
        align-items: flex-start;
    }

    #sec3 .swiper-slide .urls {
        margin: 7px;
        margin-top: 35px;
    }


    #sec4>* {
        margin: 10px;
    }

    #sec4>video {
        width: calc(100vw - 20px);
        max-width: none;
    }

    .right {
        width: 100%;
    }


    .right .urls {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    #sec5 {
        padding: 0 10px 0 10px;
        width: calc(100% - 20px);
    }

    .flex {
        flex-wrap: wrap;
    }

    .one5 {
        width: 100%;
        padding: 0%;
    }

    .mobi {
        display: block;
    }

    footer.mobi {
        display: flex;
    }

    .desk {
        display: none;
    }

    .flexSlide {
        padding: 7% 0;
    }

}

@media (max-width: 850px) {
    .flexSlide {
        padding: 15% 0;
        background-position: left;
        background-size: 150%;
    }

    #sec2 img {
        width: 180%;
        margin-left: calc(-15% - 10px);
    }
}

@media (max-width: 450px) {
    #sec3 .swiper-slide .urls {
        margin-bottom: 25px;
    }
}