:root {
    --red: #ff0000;
    --black-1: #0d040f;
    --black-2: #111111;
    --white: #ffffff;
    --grey-1: #515151;
    --grey-2: #3e3c42;
    --grey-3: #2d2b2f;
    --grey-4: #e1e1e1;
    --grey-5: #fcfcfc;
    --grey-6: #959090;
    --grey-7: #a8a4a4;
    --pink-1: #dd15b0;
    --pink-2: #e30069;
    --pink-3: #ce0562;
    --purple: #5f0e73;
}

@font-face {
    font-family: "Kanit";
    src: url("../font/Kanit-Light.woff2") format("woff2"), url("../font/Kanit-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Kanit";
    src: url("../font/Kanit-Regular.woff2") format("woff2"), url("../font/Kanit-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Kanit";
    src: url("../font/Kanit-Bold.woff2") format("woff2"), url("../font/Kanit-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Kanit";
    src: url("../font/Kanit-Medium.woff2") format("woff2"), url("../font/Kanit-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Gotham";
    src: url("../font/Gotham-Black.woff2") format("woff2"), url("../font/Gotham-Black.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Gotham";
    src: url("../font/Gotham-Light.woff2") format("woff2"), url("../font/Gotham-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

html,
body {
    background: #f2f2f2;
    color: var(--black-1);
    font-family: "Kanit";
    font-size: 14px;
    line-height: 1.3;
}

.container {
    width: 100%;
    max-width: 1320px;
}

img {
    display: inline-block;
    max-width: 100%;
}

.btn-outline-primary {
    border: 2px solid var(--purple);
    border-radius: 0;
    color: var(--grey-5);
    background: rgba(0, 0, 0, 0);
    padding: 10px 40px;
    text-transform: uppercase;
    font-size: 18px;
    transition: all 300ms ease;
}

.btn-outline-primary:hover {
    border-color: var(--purple);
    background: var(--purple);
}

/* size begin */
#windowSize * {
    font-family: "Arial", sans-serif !important;
}

#windowSize {
    position: fixed;
    left: 0px;
    bottom: 120px;
    z-index: 10000;
    background: rgba(0, 0, 0, 1);
    padding: 3px;
    text-align: right;
    font-weight: normal;
}

@media (min-width: 768px) {
    #windowSize {
        bottom: 250px;
    }
}

#windowSize tr {
    border-top: 1px solid #aaa;
}

#windowSize tr:first-of-type {
    border-top: none;
}

#windowSize td {
    font-size: 11px;
    color: #eee;
    margin: 0;
    padding: 0;
    text-align: center;
}

#windowSize td span.hideMe {
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
    transition: all 300ms ease;
    padding: 0;
}

#windowSize:hover td span {
    height: auto;
    line-height: 1;
    padding: 2px 0;
}

#windowSize b {
    color: red;
    font-weight: bold;
}

#windowSize p span {
    display: inline-block;
    padding: 0 3px;
    font-weight: bold;
}

#windowSize .ipAddress {
    max-width: 60px;
    word-wrap: break-word;
}
/* size end */
/* menu button begin */
.toggleMenu {
    display: inline-block;
    width: 42px;
    height: 42px;
    position: relative;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
    border: none;
    vertical-align: middle;
    border-radius: 10%;
    background: var(--grey-4);
    background: rgba(255, 255, 255, 0.75);
}

.toggleMenu span {
    display: block;
    position: absolute;
    height: 2px;
    width: 70%;
    background: var(--black-1);
    border-radius: 9px;
    opacity: 1;
    left: 50%;
    transform: translateX(-50%) rotate(0deg);
    transition: 0.25s ease-in-out;
}

.openMenu .toggleMenu span {
    background: var(--pink-1);
}

.toggleMenu span:nth-child(1) {
    top: 25%;
}

.toggleMenu span:nth-child(2),
.toggleMenu span:nth-child(3) {
    top: 50%;
    margin-top: -1px;
}

.toggleMenu span:nth-child(4) {
    bottom: 25%;
}
.openMenu .toggleMenu {
    /*border-color: #fff;*/
}
.openMenu .toggleMenu span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.openMenu .toggleMenu span:nth-child(2) {
    transform: translateX(-50%) rotate(45deg);
}

.openMenu .toggleMenu span:nth-child(3) {
    transform: translateX(-50%) rotate(-45deg);
}

.openMenu .toggleMenu span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

@media (min-width: 768px) {
    .toggleMenu {
        display: none;
    }
}

/* menu button end */
.header {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
}
.header-wrapper {
    display: flex;
    border-bottom: 1px solid var(--grey-1);
}
.header-wrapper .header-menu {
    display: flex;
    margin: 0 auto;
}
.header-wrapper .header-menu ul {
    display: flex;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}
.header-wrapper .header-menu ul li {
    display: flex;
    border-left: 1px solid var(--grey-1);
}
.header-wrapper .header-menu ul li a {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    text-decoration: none;
    color: var(--grey-2);
    transition: all 300ms ease-out;
    padding: 10px 30px;
    font-size: 16px;
    text-align: center;
}

@media (min-width: 992px) {
    .header-wrapper .header-menu ul li a {
        padding: 10px 40px;
        font-size: 18px;
    }
}

.header-wrapper .header-menu ul li a:hover {
    color: var(--pink-1);
}

.hero {
    background: url("../img/home/bg-hero.png") no-repeat center top;
    background-size: cover;
    background-attachment: fixed;
    padding: 10% 0 50px;
}

@media (min-width: 992px) {
    .hero {
        padding: 10% 0 100px;
    }
}
.hero .image {
    position: relative;
}
.hero .image img {
    display: block;
    max-width: 100%;
    margin: 0 auto -30px;
}

.in-view .glitch .img-1 {
    animation: glitch1 2.5s infinite;
}

.in-view .glitch .img-2 {
    mix-blend-mode: color;
    animation: glitch2 2.5s infinite;
}

.in-view .glitch .img-3 {
    mix-blend-mode: color-burn;
    animation: glitch3 2.5s infinite;
}

.glitch .img-2,
.glitch .img-3 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

@keyframes glitch1 {
    0% {
        transform: none;
        opacity: 1;
    }
    7% {
        transform: skew(-0.5deg, -0.9deg);
        opacity: 0.75;
    }
    10% {
        transform: none;
        opacity: 1;
    }
    27% {
        transform: none;
        opacity: 1;
    }
    30% {
        transform: skew(0.8deg, -0.1deg);
        opacity: 0.75;
    }
    35% {
        transform: none;
        opacity: 1;
    }
    52% {
        transform: none;
        opacity: 1;
    }
    55% {
        transform: skew(-1deg, 0.2deg);
        opacity: 0.75;
    }
    50% {
        transform: none;
        opacity: 1;
    }
    72% {
        transform: none;
        opacity: 1;
    }
    75% {
        transform: skew(0.4deg, 1deg);
        opacity: 0.75;
    }
    80% {
        transform: none;
        opacity: 1;
    }
    100% {
        transform: none;
        opacity: 1;
    }
}

@keyframes glitch2 {
    0% {
        transform: none;
        opacity: 0.25;
    }
    7% {
        transform: translate(-2px, -3px);
        opacity: 0.5;
    }
    10% {
        transform: none;
        opacity: 0.25;
    }
    27% {
        transform: none;
        opacity: 0.25;
    }
    30% {
        transform: translate(-5px, -2px);
        opacity: 0.5;
    }
    35% {
        transform: none;
        opacity: 0.25;
    }
    52% {
        transform: none;
        opacity: 0.25;
    }
    55% {
        transform: translate(-5px, -1px);
        opacity: 0.5;
    }
    50% {
        transform: none;
        opacity: 0.25;
    }
    72% {
        transform: none;
        opacity: 0.25;
    }
    75% {
        transform: translate(-2px, -6px);
        opacity: 0.5;
    }
    80% {
        transform: none;
        opacity: 0.25;
    }
    100% {
        transform: none;
        opacity: 0.25;
    }
}

@keyframes glitch3 {
    0% {
        transform: none;
        opacity: 0.25;
    }
    7% {
        transform: translate(2px, 3px);
        opacity: 0.5;
    }
    10% {
        transform: none;
        opacity: 0.25;
    }
    27% {
        transform: none;
        opacity: 0.25;
    }
    30% {
        transform: translate(5px, 2px);
        opacity: 0.5;
    }
    35% {
        transform: none;
        opacity: 0.25;
    }
    52% {
        transform: none;
        opacity: 0.25;
    }
    55% {
        transform: translate(5px, 1px);
        opacity: 0.5;
    }
    50% {
        transform: none;
        opacity: 0.25;
    }
    72% {
        transform: none;
        opacity: 0.25;
    }
    75% {
        transform: translate(2px, 6px);
        opacity: 0.5;
    }
    80% {
        transform: none;
        opacity: 0.25;
    }
    100% {
        transform: none;
        opacity: 0.25;
    }
}

.hero .desc {
    background: var(--black-1) url("../img/home/bg-circles.png") no-repeat right 40px center;
    padding: 60px 30px;
    color: #fff;
    margin-bottom: 20px;
}
.hero .desc h1 {
    text-transform: uppercase;
    font-size: 24px;
    font-family: "Gotham";
    font-weight: 500;
}

@media (min-width: 992px) {
    .hero .desc h1 {
        font-size: 43px;
    }
}

.hero .desc h1 span {
    text-decoration: underline;
    text-decoration-color: var(--pink-1);
}
.hero .desc p {
    font-size: 16px;
    font-family: "Gotham";
    font-weight: 100;
}

.hero .desc *:last-child {
    margin-bottom: 0;
}

.hero .scroll-down {
    display: flex;
    font-size: 12px;
    line-height: 1.15;
    text-transform: uppercase;
    align-items: center;
}

@media (min-width: 992px) {
    .hero .scroll-down {
        font-size: 31px;
    }
}

.hero .scroll-down .text {
    display: flex;
    text-align: center;
    margin: auto;
    align-items: center;
}
.hero .scroll-down .text::before,
.hero .scroll-down .text::after {
    display: block;
    min-width: 19px;
    height: 22px;
    content: "";
    background: url("../img/home/icon-scroll.png") no-repeat center center;
    background-size: contain;
    margin: auto 0;
}

.hero .scroll-down .text::before {
    margin-right: 10px;
}
.hero .scroll-down .text::after {
    margin-left: 10px;
}
.hero .scroll-down .img {
    max-width: 15%;
}
.hero .scroll-down .img:first-of-type {
    padding-right: 20px;
}
.hero .scroll-down .img:last-of-type {
    padding-left: 20px;
}

.section.description {
    position: relative;
    margin-top: 40px;
}

@media (min-width: 992px) {
    .section.description {
        position: relative;
        margin-top: -50px;
        margin-bottom: -120px;
    }
}
.section.description .circle-wrapper {
    position: relative;
    max-width: 1400px;
    margin: auto;
    padding-bottom: 10vh;
}

@media (min-width: 992px) {
    .section.description .circle-wrapper {
        padding-bottom: 100px;
    }
}

.section.description .circle-wrapper::after {
    content: "";
    position: absolute;
    bottom: -15%;
    left: 0;
    width: 20%;
    transform: translateX(-50%);
    padding-top: 20%;
    background: url("../img/home/icon-pink-circle.png") no-repeat left center;
    background-size: contain;
}

.description-wrapper {
    position: relative;
    padding: 20px 30px;
    margin-bottom: 10px;
}

.description-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--purple);
    transform: skew(-2deg) rotate(-0.5deg);
}
@media (min-width: 576px) {
    .description-wrapper {
        padding: 50px 40px;
        margin-bottom: 40px;
    }
}
.description-wrapper .inner {
    position: relative;
    padding-right: 5%;
    background: url("../img/home/bg-pink-dots.png") no-repeat top right;
    background-size: auto 80%;
    transform: rotate(-0.5deg);
}
@media (min-width: 992px) {
    .description-wrapper .inner {
        position: relative;
        padding-right: 40%;
        background: url("../img/home/bg-pink-dots.png") no-repeat center right 30px;
        background-size: auto 100%;
        transform: rotate(-1deg);
    }
}

.description-wrapper h2 {
    font-size: 14px;
    line-height: 1.34;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}

@media (min-width: 768px) {
    .description-wrapper h2 {
        font-size: 18px;
    }
}
@media (min-width: 992px) {
    .description-wrapper h2 {
        font-size: 32px;
    }
}

.description-wrapper h2 span {
    text-decoration: underline;
    text-decoration-style: dashed;
}

.section.about {
    position: relative;
    margin: 100px 0 100px;
    background: var(--black-1);
    padding: 30px 0;
}

.section.about .inner {
    position: relative;
}

.section.about .text {
    color: #fff;
    font-weight: 100;
}
@media (min-width: 992px) {
    .section.about .text {
        padding: 50px 0;
    }
}

.section.about .text {
    color: var(--grey-4);
}
.section.about h2 {
    color: var(--grey-5);
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 43px;
}

.section.about .actions {
    margin-top: 30px;
}
.section.about .col-image {
    margin-top: -100px;
}

@media (min-width: 576px) {
    .section.about .col-image {
        margin: -100px 0 !important;
    }
    .section.about .col-image * {
        height: 100%;
    }
}

.section.about .image {
    border: 4px solid var(--grey-3);
}

.section.about .image img {
    filter: grayscale(100%);
    width: 100%;
    display: block;
    object-fit: cover;
    object-position: right;
}

.section.services {
    margin: 50px 0 0;
}

.section.services .headline {
    text-align: center;
    padding: 20px 0;
    background: url("../img/home/icon-dots-triangle.png") no-repeat left 20px top 20px,
        url("../img/home/icon-mixed.png") no-repeat right 20px top 20px;
    background-size: 15%, 15%;
    transition: all 4200ms ease;
}

.section.services .in-view .headline {
    animation: bgAnimation 10s infinite;
}

@keyframes bgAnimation {
    0% {
        background-size: 10%, 10%;
        background-position: left 50px top, right 50px top;
    }

    25% {
        background-size: 15%, 15%;
        background-position: left 10px top 30px, right 10px top 31px;
    }

    75% {
        background-size: 10%, 10%;
        background-position: left 10px top 30px, right 10px top 31px;
    }

    100% {
        background-size: 10%, 10%;
        background-position: left 50px top, right 50px top;
    }
}

@media (min-width: 992px) {
    .section.services {
        margin: 150px 0 0;
    }
    .section.services .headline {
        text-align: center;
        padding: 20px 0;
        background: url("../img/home/icon-dots-triangle.png") no-repeat left top,
            url("../img/home/icon-mixed.png") no-repeat right top;
        background-size: auto, auto;
    }
}
.section.services .headline .title {
    position: relative;
}
.section.services .headline h2 {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
    width: 100%;
}

.section.services .headline h2.original {
    opacity: 0;
    line-height: 1.4;
}
.section.services .headline h2.clone {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 0;
    opacity: 0;
    transition: all 600ms ease;
}

.section.services .in-view .headline h2.clone {
    line-height: 1.4;
    opacity: 1;
}

@media (min-width: 992px) {
    .section.services .headline h2 {
        font-size: 94px;
        margin-bottom: 40px;
    }
}

.section.services .headline .image {
    position: relative;
    padding: 10px;
    margin-bottom: -60px;
}

.section.services .headline .image:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 20%;
    padding-top: 20%;
    border: 4px dashed var(--grey-4);
    border-right: none;
    border-bottom: none;
}

.services-list {
    background: var(--black-1);
    color: var(--grey-5);
    padding: 80px 0;
}

.services-list h3 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: bold;
}

@media (min-width: 992px) {
    .services-list h3 {
        font-size: 72px;
        margin-bottom: 70px;
    }
}

.left-right-animation {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.left-right-animation span {
    display: block;
    opacity: 0;
    transition: all 600ms ease;
}
.left-right-animation span.from-left {
    transform: translateX(100%);
}
.left-right-animation span.from-right {
    transform: translateX(-100%);
}

.in-view .left-right-animation span {
    transform: translate(0);
    opacity: 1;
}

.services-list h4 {
    font-size: 18px;
    margin: 10px 0;
    width: 100%;
}

.services-list .desc {
    font-size: 14px;
    font-weight: 100;
}

@media (min-width: 992px) {
    .services-list h4 {
        font-size: 50px;
    }

    .services-list .desc {
        font-size: 18px;
    }
}

.services-list .desc > *:last-child {
    margin-bottom: 0;
}

.services-list .table-wrap .row > div {
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid var(--grey-6);
    display: flex;
    align-items: center;
}

@media (min-width: 768px) {
    .services-list .table-wrap .row > div.col-desc {
        border-left: 1px solid var(--grey-6);
    }
}

.services-list .table-wrap .row > div.col-desc .desc {
    padding: 0 5% 0 2.5%;
}

.services-list .table-wrap .row > div.col-title:nth-last-child(2),
.services-list .table-wrap .row > div.col-desc:nth-last-child(1) {
    border-bottom: 1px solid var(--grey-6);
}

.services-list .table-wrap .row > div.col-title h4 {
    position: relative;
    padding: 30px 0;
}

.services-list .table-wrap .row > div.col-title h4::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px;
    vertical-align: middle;
}

@media (max-width: 768px) {
    .services-list .table-wrap .row > div.col-title h4::before {
        position: static;
    }
}

@media (min-width: 992px) {
    .services-list .table-wrap .row > div.col-title h4 {
        padding: 60px 0;
    }
    .services-list .table-wrap .row > div.col-title h4::before {
        width: 56px;
        height: 56px;
        background-size: auto;
    }
}

.services-list .table-wrap .row > div.col-title:nth-of-type(3n) h4::before {
    background-image: url("../img/home/icon-title-triangles.png");
}
.services-list .table-wrap .row > div.col-title:nth-of-type(3n-2) h4::before {
    background-image: url("../img/home/icon-title-triangle.png");
}
.services-list .table-wrap .row > div.col-title:nth-of-type(3n-1) h4::before {
    background-image: url("../img/home/icon-title-squares.png") !important;
}
.section.team {
    padding: 50px 0;
    background: url("../img/home/bg-team.png") repeat center center;
    background-attachment: fixed;
    background-size: auto 40%;
    position: relative;
}

.section.team:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.35);
}

.section.team .headline {
    display: flex;
    margin-bottom: 30px;
}

.section.team .headline .title {
    position: relative;
    padding: 30px;
    font-size: 32px;
    min-width: 70%;
    background: var(--white);
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid var(--black-2);
    margin: auto;
    display: flex;
}
.section.team .headline h2 {
    text-align: center;
    margin: auto;
    text-transform: uppercase;
    font-weight: bold;
}
.text-glitch {
    position: relative;
    margin: auto;
}
.text-glitch h2 {
    animation: textGlitch1 2.5s infinite;
    color: var(--black-1);
}

.text-glitch h2:nth-child(1) {
    position: relative;
    z-index: 111;
}
.text-glitch h2:nth-child(2),
.text-glitch h2:nth-child(3) {
    position: absolute;
    top: 0;
    left: 0;
}

.text-glitch h2:nth-child(2) {
    color: #67f3da;
    animation: textGlitch2 2.5s infinite;
}

.text-glitch h2:nth-child(3) {
    color: #f16f6f;
    animation: textGlitch3 2.5s infinite;
}
/*Keyframes*/

@keyframes textGlitch1 {
    0% {
        transform: none;
        opacity: 1;
    }
    7% {
        transform: skew(-0.5deg, -0.9deg);
        /* opacity: 0.75; */
    }
    10% {
        transform: none;
        opacity: 1;
    }
    27% {
        transform: none;
        opacity: 1;
    }
    30% {
        transform: skew(0.8deg, -0.1deg);
        /* opacity: 0.75; */
    }
    35% {
        transform: none;
        opacity: 1;
    }
    52% {
        transform: none;
        opacity: 1;
    }
    55% {
        transform: skew(-1deg, 0.2deg);
        /* opacity: 0.75; */
    }
    50% {
        transform: none;
        opacity: 1;
    }
    72% {
        transform: none;
        opacity: 1;
    }
    75% {
        transform: skew(0.4deg, 1deg);
        /* opacity: 0.75; */
    }
    80% {
        transform: none;
        opacity: 1;
    }
    100% {
        transform: none;
        opacity: 1;
    }
}

@keyframes textGlitch2 {
    0% {
        transform: none;
        opacity: 0.25;
    }
    7% {
        transform: translate(-2px, -3px);
        opacity: 0.5;
    }
    10% {
        transform: none;
        opacity: 0.25;
    }
    27% {
        transform: none;
        opacity: 0.25;
    }
    30% {
        transform: translate(-5px, -2px);
        opacity: 0.5;
    }
    35% {
        transform: none;
        opacity: 0.25;
    }
    52% {
        transform: none;
        opacity: 0.25;
    }
    55% {
        transform: translate(-5px, -1px);
        opacity: 0.5;
    }
    50% {
        transform: none;
        opacity: 0.25;
    }
    72% {
        transform: none;
        opacity: 0.25;
    }
    75% {
        transform: translate(-2px, -6px);
        opacity: 0.5;
    }
    80% {
        transform: none;
        opacity: 0.25;
    }
    100% {
        transform: none;
        opacity: 0.25;
    }
}

@keyframes textGlitch3 {
    0% {
        transform: none;
        opacity: 0.25;
    }
    7% {
        transform: translate(2px, 3px);
        opacity: 0.5;
    }
    10% {
        transform: none;
        opacity: 0.25;
    }
    27% {
        transform: none;
        opacity: 0.25;
    }
    30% {
        transform: translate(5px, 2px);
        opacity: 0.5;
    }
    35% {
        transform: none;
        opacity: 0.25;
    }
    52% {
        transform: none;
        opacity: 0.25;
    }
    55% {
        transform: translate(5px, 1px);
        opacity: 0.5;
    }
    50% {
        transform: none;
        opacity: 0.25;
    }
    72% {
        transform: none;
        opacity: 0.25;
    }
    75% {
        transform: translate(2px, 6px);
        opacity: 0.5;
    }
    80% {
        transform: none;
        opacity: 0.25;
    }
    100% {
        transform: none;
        opacity: 0.25;
    }
}

@media (min-width: 992px) {
    .section.team .headline h2 {
        font-size: 80px;
    }
}

/* .team-wrapper {
    background: url("../img/home/bg-team.png") repeat center center;
    background-attachment: fixed; 
    padding: 30px 0;
    margin-top: 20px;
}

@media (min-width: 992px) {
    .team-wrapper {
        background: url("../img/home/bg-team.png") repeat center center;
        background-attachment: fixed; 
        padding: 100px 0;
        margin-top: 50px;
    }
} */

.team-wrapper {
    overflow: hidden;
}

.team-wrapper .items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 30px 0;
}

.team-wrapper .items .item {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 20px 0;
    position: relative;
    transition: all 1200ms ease;
    padding: 5px 5px;
}

.in-view .team-wrapper .items .item {
    padding: 5px 15px;
}

.team-wrapper .items .item:hover {
    z-index: 10;
}
.team-wrapper .items .item .item-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid var(--black-2);
    background: var(--white);
}

@media (min-width: 420px) {
    .team-wrapper .items .item {
        width: 50%;
        min-width: 250px;
    }
}
@media (min-width: 768px) {
    .team-wrapper .items .item {
        width: 33%;
    }
}
@media (min-width: 992px) {
    .team-wrapper .items .item {
        width: 30%;
    }
}

.team-wrapper .items .item .image {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 115%;
}

.team-wrapper .items .item .image::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    border-bottom: 7px dotted var(--black-1);
}

.team-wrapper .items .item .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
    transition: all 300ms ease;
}
.team-wrapper .items .item:hover .image img {
    filter: grayscale(0%);
}

.team-wrapper .items .item .desc {
    padding: 12px 30% 12px 24px;
    height: 100%;
    background: var(--white);
    transition: all 300ms ease;
}
.team-wrapper .items .item.icon-square .desc {
    background: url("../img/home/icon-square.png") no-repeat right 10% center;
}
.team-wrapper .items .item.icon-square:hover .desc {
    background: url("../img/home/icon-square-white.png") no-repeat right 10% center;
}
.team-wrapper .items .item.icon-triangles .desc {
    background: url("../img/home/icon-triangles.png") no-repeat right 10% center;
}
.team-wrapper .items .item.icon-triangles:hover .desc {
    background: url("../img/home/icon-triangles-white.png") no-repeat right 10% center;
}
.team-wrapper .items .item.icon-squares .desc {
    background: url("../img/home/icon-squares.png") no-repeat right 10% center;
}
.team-wrapper .items .item.icon-squares:hover .desc {
    background: url("../img/home/icon-squares-white.png") no-repeat right 10% center;
}
.team-wrapper .items .item:hover .desc {
    color: var(--white);
    background-color: var(--pink-2) !important;
}

.team-wrapper .items .item .desc > *:last-child {
    margin-bottom: 0;
}

.team-wrapper .items .item:nth-of-type(3n-3) {
    transform: rotate(5deg);
}
.team-wrapper .items .item:nth-of-type(3n-2) {
    transform: rotate(-5deg);
}
.team-wrapper .items .item:nth-of-type(3n-1) {
    transform: translateY(20px);
}

.in-view .team-wrapper .items .item {
    transform: none !important;
}

.section.newsletter {
    background: var(--black-1);
    padding: 120px 0 80px;
}
.section.newsletter .inner {
    padding: 24px;
    background: var(--white);
}

.section.newsletter .inner .item {
    border: 1px solid var(--black-1);
    height: 100%;
    display: flex;
    flex-direction: column;
}
.section.newsletter .inner .item-inner {
    padding: 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

@media (min-width: 1280px) {
    .section.newsletter .inner .item-inner {
        padding: 24px 48px;
    }
}

.section.newsletter .inner form {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.section.newsletter .inner .row {
    margin-left: -24px;
    margin-right: -24px;
}
.section.newsletter .inner .row > * {
    padding-left: 24px;
    padding-right: 24px;
}

.section.newsletter .inner .col-desc {
    border-bottom: 7px dotted var(--black-1);
    padding-bottom: 15px;
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .section.newsletter .inner .col-desc {
        border-bottom: none;
        border-right: 7px dotted var(--black-1);
        padding-bottom: 0;
        margin-bottom: 0;
    }
}

.section.newsletter h3 {
    font-size: 24px;
    margin-bottom: 24px;
}

@media (min-width: 992px) {
    .section.newsletter h3 {
        font-size: 48px;
        margin-bottom: 24px;
    }
    .section.newsletter h3 br {
        display: block;
    }
}

.section.newsletter .col-desc .text {
    border-top: 1px solid var(--grey-6);
    padding-top: 24px;
    margin-top: auto;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 100;
}

.section.newsletter h3 span {
    color: var(--pink-1);
}
.section.newsletter a {
    color: var(--pink-1);
}

.section.newsletter .col-form .actions {
    margin-top: auto;
}

.section.newsletter .col-form .actions button {
    background: var(--pink-3);
    padding: 12px 12px 12px 24px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    border: none;
    color: var(--white);
    font-size: 18px;
    text-transform: uppercase;
    transition: all 300ms ease;
    align-items: center;
}

@media (min-width: 992px) {
    .section.newsletter .col-form .actions button {
        font-size: 22px;
    }
}

.section.newsletter .col-form .actions button .ico {
    min-width: 16px;
}

.section.newsletter .col-form .actions button:hover {
    background: var(--purple);
}
.section.newsletter .input {
    margin-bottom: 10px;
}
.section.newsletter .input input,
.section.newsletter .input textarea {
    display: block;
    width: 100%;
    border: none;
    padding: 10px 0;
    border-radius: 0;
    border-bottom: 1px solid var(--grey-7);
}

.section.newsletter .custom-checkbox {
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
}
.section.newsletter .custom-checkbox label {
    padding-right: 10px;
    cursor: pointer;
    margin-bottom: 5px;
}

.section.newsletter .custom-checkbox label input {
    color: var(--black-1);
    margin-right: 5px;
}

.footer {
    background: var(--black-1);
    color: var(--grey-4);
    padding-top: 40px;
}

.footer .footer-wrapper {
    border-top: 1px solid var(--grey-1);
}

@media (min-width: 768px) {
    .footer .footer-wrapper .col-footer:not(:first-of-type) {
        border-left: 1px solid var(--grey-1);
    }
}

.footer .footer-wrapper .col-footer .inner {
    padding: 15px 0;
}

@media (min-width: 1140px) {
    .footer .footer-wrapper .col-footer .inner {
        padding: 30px 0;
    }
}

.footer h4 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 100;
}

@media (max-width: 768px) {
    .footer h4::after {
        content: "";
        display: block;
        width: 40px;
        height: 2px;
        margin-top: 5px;
        background: #fff;
    }
}

.footer h4 a {
    font-size: 16px;
    font-weight: bold;
    color: var(--white);
    text-decoration: none;
    transition: all 300ms ease;
}

.footer h4 a:hover {
    color: var(--pink-1);
}

@media (min-width: 1140px) {
    .footer h4 a {
        font-size: 20px;
    }
}

.footer ul.social {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer ul.social li {
    margin-bottom: 10px;
}
.footer ul.social li a {
    display: flex;
    align-items: center;
    padding: 5px 0;
    color: var(--white);
    text-decoration: none;
    font-weight: 100;
    transition: all 300ms ease;
}
.footer ul.social li a:hover {
    color: var(--pink-1);
}

.footer ul.social li a span.ico {
    margin-right: 10px;
}

.footer ul.social li a img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.footer .menu-footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer .menu-footer ul li {
}
.footer .menu-footer ul li a {
    display: block;
    padding: 10px 0;
    color: var(--white);
    text-decoration: none;
    transition: all 300ms ease;
}
.footer .menu-footer ul li a:hover {
    color: var(--pink-1);
}

@media (max-width: 768px) {
    .header-wrapper {
        position: relative;
    }
    .header-mobile-wrapper {
        min-width: 100%;
        display: flex;
    }
    .toggleMenuWrapper {
        margin: auto 0 auto auto;
        justify-content: end;
    }
    .header-menu {
        min-width: 100%;
        height: 0;
        opacity: 0;
        transition: all 300ms ease;
        background: rgba(255, 255, 255, 0.75);
        position: absolute;
        top: 100%;
        display: flex;
        justify-content: end;
        border: 1px solid var(--grey-1);
    }
    .openMenu .header-menu {
        opacity: 1;
        height: auto;
    }
    .header-wrapper .header-menu ul {
        width: 100%;
    }
    .header-wrapper .header-menu ul li {
        width: 25%;
    }
    .header-wrapper .header-menu ul li a {
        padding: 20px 30px;
    }
    .header-wrapper .header-menu ul li:first-of-type {
        border-left: 0;
    }
    .hero {
        padding-top: 100px;
    }

    .services-list .table-wrap .row > div {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .services-list .table-wrap .row > div.col-title h4 {
        padding-bottom: 0;
    }
    .services-list .table-wrap .row > div.col-desc .desc {
        padding: 10px 0;
    }
}

@media (max-width: 576px) {
    .header-menu {
        width: auto;
        min-width: auto;
        right: 0;
    }
    .header-wrapper .header-menu ul {
        flex-direction: column;
    }
    .header-wrapper .header-menu ul li {
        width: 100%;
    }
    .header-wrapper .header-menu ul li,
    .header-wrapper .header-menu ul li:first-of-type {
        border: none;
    }
    .header-wrapper .header-menu ul li {
        border-top: 1px solid var(--grey-1);
    }
    .header-wrapper .header-menu ul li a {
        padding: 20px 30px;
    }
}
