@charset "UTF-8";
@import url("bootstrap.min.css");
@import url("wf-custom.css");
@import url("../fonts/stylesheet.css");
@import url("https://use.typekit.net/qrm1mby.css");
@import url("slick.css");
@import url("slick-theme.css");
@import url("lightbox.min.css");

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999999999999
}

.loader img {
    width: 100px;
    height: 100px
}

html,
body {
    overflow-x: hidden !important;
}

html {
    scroll-behavior: inherit !important;
}

btn:focus,
a:focus {
    outline: none;
}

.navbar-toggler:focus {
    outline: none !important;
    box-shadow: none;
}

body {
    font-family: 'neue_machinaregular';
    font-size: 24px;
    color: #000;
    background: #efefef;
    outline: none;
    overflow-x: hidden;
}

body {
    cursor: none;
}

body:hover .cursor_component {
    opacity: 1;
}

.cursor_component,
.section-edge_top,
.section-edge_bot,
.home-work_image-item,
.transition-component {
    pointer-events: none;
}

@media (pointer:coarse) {
    .cursor_component {
        display: none
    }
}

@media (pointer:fine) {
    .cursor_component {
        display: flex
    }
}

a {
    color: inherit;
}

:-webkit-autofill,
:-webkit-autofill:hover,
:-webkit-autofill:focus {
    border: 0 solid white;
    -webkit-text-fill-color: black;
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s;
}

:root {
    --color--light-1: white;
    --color--dark-1: black;
    --color--dark-3: #616369;
    --color--dark-2: #3b3f46;
    --color--light-3: #e7e7e7;
    --color--light-4: #a4a6a8;
    --color--light-2: #efefef;
}

.global-styles {
    display: block;
    position: fixed;
    top: 0;
    bottom: auto;
    left: 0;
    right: auto
}

.w-embed:before,
.w-embed:after {
    content: " ";
    grid-area: 1/1/2/2;
    display: table
}

.w-embed:after {
    clear: both
}

.w100 {
    width: 100%;
    float: left;
}

.nobg {
    background: none !important;
}

a {
    text-decoration: none;
}

p {
    width: 100%;
    float: left;
    font-family: 'neue_machinalight';
    color: #616369;
    line-height: normal;
    line-height: 1.5em;
    font-size: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    width: 100%;
    float: left;
    font-family: "swear-display", serif;
    line-height: normal;
}

.small {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: relative;
    background: #000;
    z-index: 9;
}

.big {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    left: -29px;
    top: -29px;
    border: 2px solid rgba(0, 0, 0, .3);
    position: absolute;
    z-index: -9;
}

@keyframes stretch {
    0% {
        opacity: .2;
        background-color: green;
        border-radius: 100%
    }

    50% {
        background-color: orange
    }

    100% {
        transform: scale(2.0);
        background-color: red
    }
}

header {
    width: 100%;
    float: left;
}

header .navbar .offcanvas {
    background: #efefef;
}

header .navbar .navbar-nav .nav-item .nav-link {
    color: #505050;
    font-family: "swear-display";
    background-color: transparent;
    border-radius: 3.6em;
    margin-bottom: .42em;
    font-size: 24px;
    padding: .42em 1.05em;
    transition: border-color .3s, background-color .3s, color .3s;
    width: auto;
    display: inline-block;
}

header .navbar .navbar-nav .nav-item .nav-link:hover {
    background-color: #efefef;
    color: #000000;
}

@media (min-width:1624px) and (max-width:10000px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1650px
    }
}

.slide:hover,
.slide:focus {
    box-shadow: inset 0 20em 0 0 var(--hover);
}

.slide {
    --color: #000;
    --hover: #000;
}

.downtotop:hover,
.downtotop:focus {
    box-shadow: inset 0 8em 0 0 var(--hover);
}

.downtotop {
    --color: #fff;
    --hover: #fff;
}

header .navbar-toggler {
    padding: 0;
    border: none;
    border-radius: unset;
}

.nav-button_background {
    width: 4.17em;
    height: 2.5em;
    transition: .2s;
    background-color: #dfdfdf;
    border-radius: 1.25em;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    overflow: hidden;
}

.nav-button_line-wrap {
    width: 1.46em;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    display: flex;
    position: absolute;
    overflow: hidden;
}

.nav-button_line {
    width: 1.46em;
    height: 2px;
    background-color: #000;
    border-radius: 1px;
    position: relative;
    transition: .2s;
}

.nav-button_line.is-top {
    width: .73em;
    margin-bottom: .31em;
}

.nav-button_line.is-bot {
    margin-top: .31em;
}

header button.navbar-toggler:hover .nav-button_line.is-top {
    width: 1.25em;
}

header button.navbar-toggler:hover .nav-button_line.is-bot {
    width: .73em;
}

header button.navbar-toggler:hover .nav-button_background {
    width: 2.5em;
    background: #fff;
}

.nav-button_menu-line-wrap {
    width: 2.5em;
    height: 2.5em;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
    position: absolute;
    overflow: hidden;
}

.logo {
    width: 150px;
    float: left;
}

.logo-top {
    margin: 0;
    transition: .2s;
}

.logo-top span {
    width: 100%;
    float: left;
}

.logo-top span img {
    width: 100%;
    float: left;
    filter: brightness(0) invert(1);
}

.logo-line {
    float: left;
    margin: .1em 0 0 1.3em;
    transition: .2s;
}

.logo-line span {
    width: 100%;
    float: right;
}

.logo-line span img {
    width: 2.167em;
    float: right;
    transition: .2s;
    filter: brightness(0) invert(1);
}

.offcanvas-title span {
    width: 100%;
    float: left;
}

.offcanvas-title span img {
    width: 150px;
    float: left;
}

.fullbannersection {
    width: 100%;
    position: relative;
    float: left;
    background: #fff;
}

.banner {
    width: 100%;
    float: left;
    background: #fff;
}

.section-home-pitch {
    z-index: 2;
    margin-top: 12em;
    position: relative;
}

.circleanimation {
    width: 100%;
    float: left;
}

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

    100% {
        transform: rotate(360deg)
    }
}

.circletext {
    width: 150px;
    float: right;
    margin: 0 0;
}

.circletext span {
    width: 150px;
    float: right;
    position: relative;
    padding: 38.18px 50px;
}

.circletext span img {
    width: 100%;
    float: right;
}

.circletext aside {
    width: 150px;
    float: right;
    position: absolute;
    animation: rotate 10s linear infinite;
}

.circletext aside img {
    width: 100%;
    float: right;
}

.textAndelement {
    width: 100%;
    float: left;
    position: absolute;
    top: 50%;
    vertical-align: middle;
    transform: translateY(-50%);
}

.bannerText {
    width: 100%;
    float: left;
    position: relative;
}

.bannerText h1 {
    width: 100%;
    float: left;
    text-align: center;
    margin: 0;
    color: #000;
    font-family: 'clash_displaymedium';
}

.bannerText h2 {
    width: 100%;
    float: left;
    text-align: center;
    margin: 0;
    color: #000;
    font-family: "swear-display-cilati";
    font-weight: 300;
}

.bannerText h3 {
    width: 100%;
    float: left;
    text-align: center;
    margin: 0;
    color: #000;
    font-family: "swear-display-cilati";
    font-weight: 600;
}

.hero {
    width: 100vw;
    height: 100%;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: start;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.wrapper-stickers {
    z-index: 3;
    width: 100%;
    height: 100%;
    left: 0;
    right: auto;
    overflow: hidden;
}

.cover-image {
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.cover-image.contain {
    object-fit: contain;
}

.splash-wrapper-position {
    z-index: 10;
    width: 18vh;
    height: 18vh;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: 29%;
    left: 65%;
}

.stickers {
    max-width: 100vw;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.sticker-01 {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.sticker-01.image-01 {
    z-index: 5;
    width: 30vh;
    height: 30vh;
    top: -10%;
    left: -2%;
}

.sticker-01.image-02 {
    z-index: 6;
    width: 30vh;
    height: 30vh;
    top: 0;
    left: 0;
}

.sticker-01.image-03 {
    z-index: 9;
    width: 30vh;
    height: 30vh;
    left: -11%;
    top: 0;
}

.sticker-01.image-04 {
    z-index: 7;
    width: 30vh;
    height: 30vh;
    bottom: -15%;
    left: 0;
    bottom: 0;
}

.sticker-01.image-05 {
    z-index: 8;
    width: 30vh;
    height: 30vh;
    top: 0;
    left: 0;
}

.sticky-hero {
    z-index: 12;
    height: calc(100vh - 100px);
    position: relative;
}

@media screen and (max-width:767px) {
    .sticker-01.image-01 {
        width: 20vh;
        height: 20vh
    }

    .sticker-01.image-02 {
        width: 20vh;
        height: 20vh
    }

    .sticker-01.image-03 {
        width: 20vh;
        height: 20vh
    }

    .sticker-01.image-04 {
        width: 20vh;
        height: 20vh
    }

    .sticker-01.image-05 {
        width: 20vh;
        height: 20vh
    }
}

@media screen and (max-width:479px) {
    .sticker-01.image-01 {
        top: -14%;
        left: -40%
    }

    .sticker-01.image-02 {
        left: 40%
    }

    .sticker-01.image-03 {
        left: -55%;
        top: 5%
    }

    .sticker-01.image-04 {
        left: 28%;
        bottom: 15%
    }

    .sticker-01.image-05 {
        left: 30%
    }
}

.fixed-position {
    position: fixed;
    top: 0;
    left: 0;
    transition: transform .5s ease
}

.menusection {
    width: 100%;
    float: left;
    padding: 0 0 7em;
   
}

.downmenu {
    width: 100%;
    float: left
}

.downmenu ul {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

.downmenu ul li {
    width: auto;
    float: left
}

.downmenu ul li a {
    width: auto;
    float: left;
    color: #000;
    font-size: 18px;
    font-family: 'neue_machinaultrabold';
    margin: 0;
    line-height: 18px;
    text-decoration: none;
}

.downmenu ul li a span {
    width: 100%;
    float: left;
    font-family: 'neue_machinalight';
    margin: 0 0 5px;
}

.readmoreBtn {
    width: 100%;
    float: left;
    text-align: center;
}

.readmoreBtn a {
    width: auto;
    float: none;
    display: inline-block;
    background: #fff;
    color: #000;
    font-size: 25px;
    font-family: 'clash_displaylight';
    border: 1.5px solid #000;
    border-radius: 45px;
    margin: 0;
    padding: 22px 60px;
    line-height: 30px;
    text-decoration: none;
    transition: 1s;
    z-index: 9999;
    position: relative;
}

.helloMAD {
    width: 100%;
    float: left;
    padding: 100px 0 100px;
    position: relative;
}

.helloMAD .helloMADinner {
    width: 100%;
    float: left;
    padding: 0 0;
}

.helloMAD .helloMADinner h1 {
    width: 100%;
    float: left;
    text-align: center;
    color: #fff;
    font-size: 160px;
    font-family: "swear-display-cilati";
    font-weight: 400;
}

.helloMAD .helloMADinner h1 span {
    font-family: 'neue_machinaultrabold';
    font-style: normal;
}

.helloMAD .helloMADinner h1 span {
    width: auto;
    color: transparent;
    font-family: 'neue_machinaultrabold';
    font-weight: 600;
    color: #fff;
    font-style: normal;
    background-color: #fff;
    background-clip: text;
    opacity: 1;
    transition: background-image .5s ease, color .5s ease, opacity .5s ease;
}

.helloMAD .helloMADinner h1 span:hover {
    background-image: url("../img/line-bg-2.jpg");
    background-size: cover;
    background-position: center;
    color: transparent;
    opacity: 1
}

.helloMAD .helloMADinner p {
    width: 100%;
    float: left;
    text-align: center;
    color: #fff;
    font-size: 70px;
    line-height: 70px;
    font-family: "swear-display";
    font-style: italic;
    font-weight: 300;
}

.helloMAD .helloMADinner h2 {
    width: 100%;
    float: left;
    text-align: center;
    color: #fff;
    font-size: 70px;
    font-family: 'neue_machinaultrabold';
}

.scrollbox {
    width: 100%;
    height: 9em;
    border: 2px solid rgba(255, 255, 255, .2);
    border-radius: 6em;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
    position: relative;
    overflow: hidden;
}

.m-scroll {
    white-space: nowrap;
    display: flex;
    height: 100%;
    border-radius: 6em;
    justify-content: flex-start;
    align-items: center;
    padding: 1.25em;
    display: flex;
}

.textscroll {
    display: inline-block;
    min-width: auto;
    margin: 0;
    padding: 0 20px;
    color: #fff;
    font-family: "swear-display";
    font-size: 150px;
    line-height: 120px;
    opacity: .5;
    flex: none;
    transition: opacity .2s;
}

.textscroll:hover {
    opacity: 1;
    flex: none;
    transition: opacity .2s;
}

.linescroll {
    width: 100%;
    height: auto;
    margin: -10em 0 0 0;
    position: relative;
    overflow: hidden;
    z-index: 99999;
}

.wave-scroll,
.wave-scroll2 {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.waveprogress {
    display: inline-block;
    min-width: auto;
    margin: 0;
    padding: 0;
    flex: none;
    transition: opacity .2s;
    width: 100%;
}

.waveprogress img {
    width: 100%;
    display: inline-block;
    min-width: auto;
    margin: 0;
    padding: 0;
}

@keyframes scrollText {
    from {
        transform: translateX(0%)
    }

    to {
        transform: translateX(-50%)
    }
}

.stripesOn {
    width: 100%;
    float: left;
    padding: 200px 0 0;
    position: relative;
}

.stripesOn .stripesOninner {
    width: 100%;
    float: left;
}

.stripesOn .stripesOninner h1 {
    width: 100%;
    float: left;
    text-align: center;
    color: #000;
    font-size: 160px;
    font-family: "swear-display-cilati";
    font-weight: 600;
}

.stripesOn .stripesOninner h1 span {
    width: auto;
    color: transparent;
    font-family: 'neue_machinaultrabold';
    font-weight: 600;
    color: #000;
    font-style: normal;
    background-color: #000;
    background-clip: text;
    opacity: 1;
    transition: background-image .5s ease, color .5s ease, opacity .5s ease;
}

.stripesOn .stripesOninner h1 span:hover {
    background-image: url("../img/line-bg-2.jpg");
    background-size: cover;
    background-position: center;
    color: transparent;
    opacity: 1
}

.projectlist {
    width: 100%;
    float: left;
    padding: 100px 0 50px;
}

.projectlist .projectlistinner {
    width: 100%;
    float: left;
}

.projectlist .projectlistinner h1 {
    width: 100%;
    float: left;
    text-align: center;
    color: #000;
    font-size: 90px;
    font-family: "swear-display-cilati";
    font-weight: 500;
}

.projectlist .projectlistinner aside {
    width: 100%;
    float: left;
    text-align: center;
}

.projectlist .projectlistinner aside a {
    width: auto;
    float: none;
    display: inline-block;
    text-align: center;
    font-size: 30px;
    color: #B4B4B4;
    font-family: 'clash_displayregular';
    position: relative;
    margin: 0 140px 0 0;
}

.projectlist .projectlistinner aside a:after {
    content: '';
    position: absolute;
    left: 204px;
    top: 16px;
    width: 104px;
    height: 15px;
    background: url("../img/arrow-big.png") no-repeat left center;
    background-size: cover;
}

.projectBox {
    width: 100%;
    float: left;
    position: relative;
}

.projectBox .linkArrow {
    width: auto;
    float: right;
    font-weight: 300;
    position: relative;
    line-height: 100px;
    top: 20px;
    top: -16px;
}

.projectBox .linkArrow:before {
    content: "-";
    position: absolute;
    top: 3px;
    left: -20px;
}

.projectBox a:hover .linkArrow {
    position: relative;
}

@keyframes slideAnimation {
    from {
        right: 0
    }

    to {
        right: 10px
    }
}

.services {
    width: 100%;
    float: left;
    padding: 50px 0;
}

.services .servicesInner {
    width: 100%;
    float: left;
}

.services .servicesInner h1 {
    width: 100%;
    float: left;
    font-family: 'neue_machinaregular';
    font-size: 90px;
}

.services .servicesInner h2 {
    width: 100%;
    float: left;
    color: #B4B4B4;
    font-family: 'neue_machinaregular';
    font-size: 30px;
}

.services .servicesBox {
    width: 100%;
    height: 100%;
    float: left;
    padding: 10px 50px 50px;
    background: #fff;
    border: 0 solid transparent;
    border-top-width: 2px;
    transition: border-color .3s, box-shadow .3s;
    z-index: 9999;
}

.services .servicesBox:hover {
    border-top-color: #000;
    box-shadow: 6px 6px 1.88em 1px rgba(0, 0, 0, .12);
}

.services .servicesBox h1 {
    width: 100%;
    float: left;
    text-align: right;
    margin: 0 0 20px;
    font-family: "swear-display";
    font-size: 140px;
    line-height: 140px;
    text-shadow: 5px 0 #dfdfdf;
}

.services .servicesBox h2 {
    width: 100%;
    float: left;
    color: #000;
    font-family: 'neue_machinaregular';
    font-size: 40px;
    position: relative;
    padding: 0 0 10px;
}

.services .servicesBox h2:after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    background: #000;
    height: 2px;
    width: 32px;
}

.services .servicesBox p {
    color: #616369;
    padding: 15px 0 0;
    margin: 0;
    font-size: 20px;
}

.home-services_component {
    z-index: -999;
    position: relative;
}

.home-services_heading-wrap {
    z-index: 1;
    perspective: 40em;
    text-align: center;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 5.73em;
    display: flex;
    position: relative;
}

.home-services_subhead-wrap {
    width: 100%;
    align-items: center;
    margin-top: .83em;
    display: flex;
}

.home-services_divider-line {
    height: 2px;
    flex: 1;
    align-items: center;
    margin-left: 1.25em;
    margin-right: 1.25em;
    display: flex;
    position: relative;
}

.line-fill {
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.line-fill.is-white {
    background-color: #fff;
}

.home-services_image-wrap {
    width: 100%;
    position: absolute;
    top: 2px;
    overflow: hidden;
}

.home-services_lines {
    width: 100%;
    perspective-origin: 50% 0;
    transform-origin: 50% 0;
    object-fit: contain;
    object-position: 50% 0%;
}

.partners {
    width: 100%;
    float: left;
    padding: 100px 0 0;
}

.partners .partnersInner {
    width: 100%;
    float: left;
}

.partners .partnersInner h1 {
    width: 100%;
    float: left;
    text-align: center;
    font-family: 'neue_machinaregular';
    position: relative;
    font-size: 35px;
    padding: 0 0 30px;
}

.partners .partnersInner h1:after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #B4B4B4;
    height: 2px;
    width: 200px;
}

.partners .partnerslogo {
    width: 100%;
    float: left;
    padding: 40px 20px;
}

.partners .partnerslogo span {
    width: 100%;
    float: left;
    text-align: center;
}

.partners .partnerslogo span img {
    width: 200px;
    height: 100px;
    float: none;
    display: inline-block;
    object-fit: contain;
}

.aboutTEAM {
    width: 100%;
    float: left;
    padding: 0 0 100px;
    background: #fff;
}

.aboutTEAM .aboutTEAMInner {
    width: 100%;
    float: left;
}

.aboutTEAM .aboutTEAMInner h1 {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 160px;
    font-family: "swear-display-cilati";
    font-weight: 400;
}

.aboutTEAM .aboutTEAMInner h1 span {
    width: auto;
    color: transparent;
    font-family: 'neue_machinaultrabold';
    font-weight: 600;
    color: #000;
    font-style: normal;
    background-color: #000;
    background-clip: text;
    opacity: 1;
    transition: background-image .5s ease, color .5s ease, opacity .5s ease;
}

.aboutTEAM .aboutTEAMInner h1 span:hover {
    background-image: url("../img/line-bg-2.jpg");
    background-size: cover;
    background-position: center;
    color: transparent;
    opacity: 1;
}

.ourteam {
    width: 100%;
    float: left;
    text-align: center;
    display: table;
}

.teamBox {
    width: calc(17%);
    float: none;
    display: table-cell;
    position: relative;
    text-align: center;
    transition: .5s;
}

.secondlineteam .teamBox {
    width: calc(10%);
}

.teamImagebox {
    left: 0;
    width: 100%;
    height: 24em;
    float: left;
    position: relative;
    z-index: 9;
    transition: .5s;
    border-radius: 8em;
    overflow: hidden;
}

.teamBox:hover {
    width: 30%;
}

.teamBox:hover .teamImagebox {
    width: 100%;
    height: 24em;
    border-radius: .5em;
    z-index: 999;
    left: 0;
}

.secondlineteam .teamBox:hover {
    width: 19%;
}

.ourteam .teamBox:first-child:hover .teamImagebox {
    left: 0;
}

.ourteam .teamBox:last-child .teamImagebox {
    right: 0;
    left: inherit;
}

.ourteam .teamBox:last-child:hover .teamImagebox {}

.teamImagebox span {
    width: 100%;
    height: 100%;
    float: left;
}

.teamImagebox span img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    float: left;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.teamBox:hover .teamImagebox span img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.teamDetails {
    width: 100%;
    float: left;
    left: 0;
    margin: 0;
    border-radius: .5em;
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    transition: opacity .1s, visibility .1s, height .1s;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 99999;
    padding: 50px 20px 20px;
    text-align: left;
    position: absolute;
    bottom: 0;
    display: flex;
}

.teamName {
    width: calc(100% - 40px);
    float: left;
}

.teamArrow {
    width: 40px;
    float: left;
    padding: 0 0 0 10px;
    display: flex;
    align-items: flex-end
}

.teamArrow span {
    width: 100%;
    float: left;
}

.teamArrow span img {
    width: 100%;
    float: left;
    background: #fff;
    border-radius: 50%;
    padding: 5px;
}

.ourteam .teamBox:first-child .teamDetails {
    left: 0;
}

.ourteam .teamBox:last-child .teamDetails {
    left: 0;
}

.teamBox:hover .teamDetails {
    width: 100%;
    opacity: 1;
    transition: opacity .1s, visibility .1s, height .1s;
    visibility: visible;
    height: auto;
}

.teamDetails h2 {
    color: #fff;
    font-family: "swear-display";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    margin: 0;
}

.teamDetails h4 {
    width: 100%;
    float: left;
    margin: 0 0;
    padding: 0;
    color: #fff;
    font-family: 'neue_machinaregular';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.teamDetails p {
    width: 100%;
    float: left;
    font-size: 20px;
    line-height: 30px;
}

.aboutMAD {
    width: 100%;
    float: left;
    padding: 100px 0 0;
    background: #fff;
}

.aboutMAD .madImage {
    width: 100%;
    float: left;
}

.doors-container {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.door {
    position: absolute;
    top: 0;
    width: 186px;
    height: 250px;
    transition: transform 1s, opacity .5s .3s;
    overflow: hidden;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 1
}

.door.left {
    left: 50%;
    transform: translateX(-50%);
    background-image: url("../img/leftface.png");
}

.door.right {
    right: 50%;
    transform: translateX(50%);
    background-image: url("../img/rightface.png");
}

.bannerreveal {
    position: absolute;
    top: 0;
    width: 100%;
    height: 250px;
    background-position: center;
    background-image: url("../img/revealbanner.png");
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 4s;
}

.doors-container:hover .door.left {
    transform: translateX(-14.30em);
}

.doors-container:hover .door.right {
    transform: translateX(14em);
}

.doors-container:hover .bannerreveal {
    opacity: 1;
}

.doors-container:not(:hover) .bannerreveal {
    transition: opacity .5s;
    opacity: 0;
}

.aboutMAD .aboutMADInner {
    width: 100%;
    float: left;
}

.aboutMAD .aboutMADInner h1 {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 160px;
    font-family: "swear-display-cilati";
    font-weight: 400;
}

.aboutMAD .aboutMADInner h1 span {
    width: auto;
    color: transparent;
    font-family: 'neue_machinaultrabold';
    font-weight: 600;
    color: #000;
    font-style: normal;
    background-color: #000;
    background-clip: text;
    opacity: 1;
    transition: background-image .5s ease, color .5s ease, opacity .5s ease;
}

.aboutMAD .aboutMADInner.brandingheading h1 {
    text-align: left;
    font-size: 100px;
}

.aboutMAD .aboutMADInner h1 span:hover {
    background-image: url("../img/line-bg-2.jpg");
    background-size: cover;
    background-position: center;
    color: transparent;
    opacity: 1;
}

.aboutMAD .aboutMADInner p {
    text-align: center;
    margin: 0 0 15px;
    font-size: 22px;
}

.letscreate {
    width: 100%;
    float: left;
    padding: 100px 0;
    background: #fff;
}

.letscreate .letscreateInner {
    width: 100%;
    float: left;
}

.letscreate .letscreateInner h1 {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 100px;
    font-family: 'neue_machinaregular';
    font-weight: 400;
    margin: 0;
    line-height: 90px;
}

.letscreate .letscreateInner h1 span {
    font-family: "swear-display-cilati";
    font-style: normal;
    position: relative;
}

.readyBtn {
    width: 100%;
    float: left;
    text-align: center;
    z-index: 999;
    margin: 60px 0 0 0;
}

.readyBtn a {
    width: auto;
    float: right;
    display: inline-block;
    background: #fff;
    color: #000;
    font-size: 25px;
    font-family: 'clash_displaylight';
    border: 1.5px solid #000;
    border-radius: 45px;
    margin: 0;
    padding: 22px 60px;
    line-height: 30px;
    text-decoration: none;
    transition: 1s;
    position: relative;
    z-index: 99;
}

.readyBtn .customcursor aside {
    left: 90%;
    bottom: -45%;
}

.workPage {
    width: 100%;
    float: left;
    padding: 130px 0;
    background: #fff;
}

.workDetails {
    padding: 0;
}

footer {
    width: 100%;
    float: left;
    padding: 130px 0 50px;
    background: #000;
    position: relative;
}

.footerlogo {
    width: 100%;
    float: left;
}

.footerlogo span {
    width: 100%;
    float: left;
}

.footerlogo span img {
    width: 250px;
    float: left;
}

.footerMenu {
    width: 100%;
    float: left;
}

.footerMenu ul {
    width: 100%;
    float: left;
    margin: 20px 0 0;
    ;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    text-align: left;
}

.footerMenu ul li {
    width: auto;
}

.footerMenu ul li a {
    width: 100%;
    float: left;
    color: #B4B4B4;
    font-family: "swear-display";
    font-style: italic;
    font-size: 46px;
    font-weight: 400;
}

.getintouchBtn {
    width: 100%;
    float: left;
    text-align: center;
    z-index: 999;
    margin: 10px 0 0 0;
}

.getintouchBtn a {
    width: auto;
    float: left;
    font-size: 18px;
    background: #000;
    color: #B4B4B4;
    font-weight: 300;
    font-family: "swear-display";
    border: 1px solid #B4B4B4;
    border-radius: 25px;
    margin: 0;
    padding: 4px 20px 7px;
    text-decoration: none;
}

.socialmediaIcon {
    width: 100%;
    float: left;
    position: absolute;
    bottom: 0;
}

.socialmediaIcon ul {
    width: auto;
    float: right;
    margin: 0 0 0;
    padding: 0;
    list-style: none;
}

.socialmediaIcon ul li {
    width: auto;
    float: left;
    margin: 0 30px 0 0;
}

.socialmediaIcon ul li:last-child {
    margin: 0;
}

.socialmediaIcon ul li a {
    width: auto;
    float: left;
    filter: brightness(0) invert(.5);
}

.socialmediaIcon ul li a img {
    width: 30px;
    float: left;
}

.socialmediaText {
    width: 100%;
    float: left;
}

.socialmediaText ul {
    width: 100%;
    float: left;
    margin: 0 0 0;
    padding: 0;
    list-style: none;
}

.socialmediaText ul li {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
}

.socialmediaText ul li a {
    width: 100%;
    float: left;
    color: #b4b4b4;
    font-size: 30px;
    font-family: 'neue_machinaultrabold';
    margin: 0 0 0 0;
    text-transform: uppercase;
    line-height: 30px;
}

.copyright {
    width: 100%;
    float: left;
    padding: 0 0 0;
    position: absolute;
    bottom: 0;
}

.copyright p {
    width: 100%;
    float: left;
    color: #B4B4B4;
    font-size: 16px;
    font-family: 'clash_displaylight';
    padding: 0;
    margin: 0;
}

.nav_blend-mode~.nav_container-left .nav-logo_component {
    mix-blend-mode: difference !important;
    color: white !important;
}

.nav_blend-mode~.nav_container-left .nav_logo-line {
    background-color: white !important;
}

.footermail {
    width: 100%;
    float: left;
    padding: 20px 0;
}

.footermail h2 {
    width: 100%;
    float: left;
    margin: 0;
    font-family: 'neue_machinaultrabold';
    font-size: 2.5rem;
    color: #fff;
}

.webdesigntext {
    width: 100%;
    display: inline-block;
    padding: 2.5em;
}

.webdesigntext .project-details_date {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 0 0 30px 0;
    margin: 30px 0;
    border-bottom: 2px solid #efefef;
}

.section-cs-key-image .carousel {
    border-radius: .75em;
    overflow: hidden;
}

.responsive {
    width: 100%;
    float: left;
}

.gallerybox {
    width: 100%;
    float: left;
    padding: 30px 0;
    background-color: #fff;
}

.gallerylightbox {
    width: 100%;
    float: left;
}

.gallerylightbox ul {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    list-style-position: inherit;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 10px;
    row-gap: 10px;
}

.gallerylightbox ul li {
    display: block;
}

.gallerylightbox ul li a {
    display: block;
}

.gallerylightbox ul li a img {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    object-fit: cover;
    transition: transform .3s ease
}

.gallerylightbox ul li a img:hover {
    transform: scale(1.05)
}

.more-btn {
    width: auto;
    float: right;
    display: inline-block;
    background: #fff;
    color: #000;
    border: 1.5px solid #000;
    border-radius: 45px;
    margin: 0;
    padding: 22px 60px;
    line-height: 30px;
    text-decoration: none;
    transition: transform .5s ease;
    position: relative;
    z-index: 99;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    font-family: 'neue_machinaultrabold';
}

.more-btn:hover {
    background: #000;
    color: #fff;
}

.hidden {
    display: none;
}

.teamPage {
    width: 100%;
    float: left;
    padding: 4em 0;
    background-color: #fff;
}

.teamimage {
    width: 100%;
    float: left;
    border-radius: 1em;
    overflow: hidden;
    border: 2px solid rgb(223, 223, 223);
}

.teamimage span,
.teamimage span img {
    width: 100%;
    float: left;
}

.teamDetailsBox {
    width: 100%;
    float: left;
}

.teamDetailsBox h2 {
    width: 100%;
    float: left;
    font-size: 40px;
}

.teamDetailsBox h4 {
    width: 100%;
    float: left;
    font-size: 20px;
    padding: 0 0 10px;
}

@media (min-width:1025px) and (max-width:1440px) {
    .stripesOn .stripesOninner h1 {
        font-size: 130px
    }
}

@media (min-width:1025px) and (max-width:1367px) {
    .stripesOn .stripesOninner h1 {
        font-size: 113px
    }
}

@media (min-width:769px) and (max-width:1024px) {
    .stripesOn .stripesOninner h1 {
        font-size: 93px
    }

    .teamImagebox,
    .teamBox:hover .teamImagebox {
        height: 18em
    }
}

@media (min-width:300px) and (max-width:768px) {
    .footerlogo span img {
        width: 150px
    }

    .helloMAD .helloMADinner h1,
    .stripesOn .stripesOninner h1,
    .aboutMAD .aboutMADInner h1,
    .aboutTEAM .aboutTEAMInner h1 {
        font-size: 80px
    }

    .aboutMAD .aboutMADInner.brandingheading h1 {
        font-size: 60px
    }

    .textscroll {
        font-size: 75px
    }

    .scrollbox {
        height: 5.5em
    }

    .helloMAD .helloMADinner h2 {
        font-size: 50px
    }

    .helloMAD .helloMADinner p {
        font-size: 50px
    }

    .linescroll {
        margin: -5em 0 0 0
    }

    .helloMAD .helloMADinner {
        padding: 50px 0 0
    }

    .services .servicesBox h1 {
        font-size: 100px
    }

    .letscreate .letscreateInner h1 {
        font-size: 70px
    }

    .footerlogo span {
        text-align: center
    }

    .footerlogo span img {
        float: none;
        display: inline-block
    }

    .copyright {
        position: relative
    }

    .copyright p {
        text-align: center
    }

    .footerMenu ul li a {
        font-size: 24px;
        text-align: center
    }

    .footermail h2 {
        text-align: center;
        font-size: 1.3rem
    }

    .socialmediaIcon {
        position: relative;
        text-align: center
    }

    .socialmediaIcon ul {
        float: none;
        display: inline-block
    }

    .socialmediaText {
        padding: 0 0 25px
    }

    .socialmediaText ul li a {
        text-align: center
    }

    .ourteam {
        display: block
    }

    .teamBox,
    .secondlineteam .teamBox {
        width: 40%;
        display: inline-block;
        float: none
    }

    .teamBox:hover,
    .secondlineteam .teamBox:hover {
        width: 50%
    }

    .teamImagebox,
    .teamBox:hover .teamImagebox {
        height: 15em
    }

    .gallerylightbox ul {
        grid-template-columns: repeat(2, 1fr)
    }

    .partners .partnerslogo {
        padding: 20px 10px
    }

    .partners .partnerslogo span img {
        width: 100%
    }

    .bannerText h1 {
        font-size: calc(1.375rem + 1.5vw)
    }

    .bannerText h2 {
        font-size: calc(1.325rem + .9vw)
    }

    .bannerText h3 {
        font-size: calc(1.3rem + .6vw)
    }
}

@media (min-width:300px) and (max-width:767px) {
    .workPage{margin:84px 0 0 0;}
    
    
}

@media (min-width:300px) and (max-width:374px) {
    .navbar-brand img {
        width: 216px
    }
}