html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    color: #000000;
    background-color: #ffffff;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.wow {
    visibility: hidden;
}

a,
button,
.btn {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a {
    text-decoration: none;
}

p:last-child {
    margin-bottom: 0 !important;
}

.owl-carousel .owl-item img {
    width: auto;
}


/* COMMON STYLE :START */

/* ---- customer container :start ---- */
.mxcontainer {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

.mxcontainer2 {
    max-width: 1288px;
    margin-left: auto;
    margin-right: auto;
}

/* ---- customer container :end ---- */

/* ---- Section spacing :start ---- */
.section-padding {
    padding: 120px 0px;
}

.section-margin {
    margin: 120px 0px;
}

/* ---- Section spacing :end ---- */
header {
    background: #000;
}

/* .classy-nav-container {
    position: relative;
}
.classy-nav-container::after {
    width: 10000px;
    height: 100%;
    content: '';
    background: #000;
    position: absolute;
    right: -10000px;
    top: 0;
}
.classy-nav-container::before {
    width: 10000px;
    height: 100%;
    content: '';
    background: #000;
    position: absolute;
    left: -10000px;
    top: 0; 
}
*/
/* ---- hd-type :start ---- */
.hd-style-1 {
    font-size: 80px;
    font-weight: 600;
    line-height: 0.9;
    margin-bottom: 15px;
}

/* ---- hd-type :end ---- */

/* ---- btn-style-1 :start ---- */
.btn-style-1 {
    /* font-family: proxima-nova-condensed, sans-serif; */
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    background-color: #fff;
    border: 2px solid #ffffff;
    border-radius: 20px;
    padding: 11px 20px;
    margin: 0px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}

.btn-style-1 img {
    width: 13px;
    max-width: 100%;
    height: auto;
    margin-left: 10px;
    transition: 0.5s;
}

.btn-style-1:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
}

.btn-style-1:hover img {
    filter: brightness(0) invert(1);
}

/* ---- btn-style-1 :end ---- */

/* ---- block-style-1 :start ---- */
.block-style-1 {
    width: 100%;
    height: 100%;
    color: #ffffff;
    background-color: #222222;
    border-radius: 47px;
    padding: 70px 40px;
    overflow: hidden;
}

.block-style-1 .bs1-icon {
    width: 100%;
    height: 65px;
    margin-bottom: 24px;
}

.block-style-1 .bs1-icon img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.block-style-1 .bs1-text {
    width: 100%;
}

.block-style-1 .bs1-text h3 {
    font-size: 25px;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 12px;
}

.block-style-1 .bs1-text p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.25;
    color: #ffffff;
    margin-bottom: 12px;
}

/* ---- block-style-1 :end ---- */

/* ---- block-style-2 :start ---- */
.block-style-2 {
    width: 100%;
    height: 100%;
    color: #ffffff;
    background-color: #161616;
    border-radius: 25px;
    padding: 35px 30px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.block-style-2 .bs2-top {
    width: 100%;
    height: auto;
    min-height: 200px;
    border-bottom: 1px solid #212121;
    padding-bottom: 20px;
}

.block-style-2 .bs2-top h3 {
    font-size: 63px;
    font-weight: 600;
    letter-spacing: -1%;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 5px;
}

.block-style-2 .bs2-top p {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -1%;
    line-height: 0.9;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 0px;
}

.block-style-2 .bs2-bottom {
    width: 100%;
    height: auto;
    padding-top: 60px;
    margin-top: auto;
}

.block-style-2 .bs2-bottom p {
    font-size: 25px;
    font-weight: 500;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 12px;
}

/* ---- block-style-2 :start ---- */

/* ---- block-style-3 :start ---- */

/* ---- block-style-3 :end ---- */

/* COMMON STYLE :END */

/* Hero Section :start */
.hero-section {
    width: 100%;
    height: auto;
    min-height: 530px;
    background-color: #000000;
    /* background-image: url('../images/hero-bg.webp'); */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    /* background-position: center; */
    padding: 80px 0px;
    display: flex;
    align-items: center;
    position: relative;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #1F1F1F;
    background: linear-gradient(0deg, rgba(31, 31, 31, 1) 0%, rgba(31, 31, 31, 0.5) 30%, rgba(31, 31, 31, 0) 60%);
    z-index: 2;
}

.hero-section picture,
.hero-section picture img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    z-index: 1;
}

.hero-section video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}

.hero-section .hscaption-outer {
    width: 100%;
    position: relative;
    z-index: 3;
}

.hero-section .hsec-caption {
    width: 100%;
    height: auto;
    text-align: center;
}

.hero-section .hsec-caption h1 {
    font-size: 100px;
    font-weight: 600;
    letter-spacing: -2%;
    line-height: 0.9;
    color: #ffffff;
    margin-bottom: 50px;
}

.hero-section .hsec-caption p {
    font-size: 46px;
    font-weight: 500;
    letter-spacing: -1%;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 0px;
}

/* Hero Section :end */

/* The GhostStack Platform section :start */
.gs-platform-section {
    width: 100%;
    color: #ffffff;
    background-color: #1f1f1f;
}

.gs-platform-section .gspsec-top {
    text-align: center;
}

.gs-platform-section .gspsec-top p {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.25;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 12px;
}

.gs-platform-section .gspsec-video {
    width: 100%;
    height: auto;
    min-height: 514px;
    aspect-ratio: 1032 / 514;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.gs-platform-section .gspsec-video::after {
    content: '\f144';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    font-family: "Font Awesome 5 Free";
    font-size: 60px;
    font-weight: 900;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    /* animation: playwaves 3s ease-in-out infinite; */
}

.gs-platform-section .gspsec-video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.5s;
}

/* @keyframes playwaves {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.3, 1.3);
    }
    100% {
        transform: scale(1, 1);
    }
} */
.gs-platform-section .gspsec-video:hover img {
    transform: scale(1.05);
}

.gs-platform-section .gspsec-bottom {
    text-align: center;
    padding-bottom: 10px;
}

.gs-platform-section .gspsec-bottom p {
    font-size: 60px;
    font-weight: 500;
    line-height: 0.9;
    color: #ffffff;
    margin-bottom: 15px;
}

/* .gs-platform-section .gspsec-buttons {
    text-align: center;
    margin-top: 50px;
} */

/* The GhostStack Platform section :end */

/* Why Choose section :start */
.why-choose-section {
    width: 100%;
    color: #ffffff;
    background-color: #000000;
}

/* Why Choose section :end */

/* Ready to remove section :start */
.ready-to-section {
    width: 100%;
    color: #ffffff;
    background-color: #1e1e1e;
    background-image: url('../images/ready-to-section-bg-pattern.webp');
    background-repeat: repeat;
    background-position: center;
}

.ready-to-section .rtsec-body {
    text-align: center;
}

.ready-to-section .rtsec-body p {
    font-size: 30px;
    font-weight: 400;
    line-height: normal;
    color: #ffffff;
    margin-bottom: 20px;
}

.ready-to-section .rtsec-body p b {
    font-weight: 600;
}

.ready-to-section .rtsec-button {
    text-align: center;
}

/* Ready to remove section :end */

/* Footer section :start */
footer {
    width: 100%;
    background-color: #000000;
    padding: 40px 30px;
}

footer .ftinner {
    width: 100%;
    color: #ffffff;
    background-color: #161616;
    border-radius: 30px;
    padding: 70px 65px 50px 65px;
    overflow: hidden;
}

footer .ft-top .ftop-block h3 {
    font-size: 25px;
    font-weight: 800;
    line-height: normal;
    color: #ffffff;
    margin-bottom: 20px;
}

footer .ft-top .ftop-block .ftb-logo {
    width: 100%;
    margin-bottom: 20px;
}

footer .ft-top .ftop-block address {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    color: #ffffff;
    display: block;
    margin-bottom: 20px;
}

footer .ft-top .ftop-block .fContact-btn {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    background-color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 100px;
    padding: 11px 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    transition: 0.5s;
}

footer .ft-top .ftop-block .fContact-btn:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
}

footer .ft-top .ftop-block .ftlist-1 {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

footer .ft-top .ftop-block .ftlist-1 li {
    width: 100%;
    position: relative;
    padding-left: 24px;
}

footer .ft-top .ftop-block .ftlist-1 li::before {
    content: '';
    position: absolute;
    top: 9px;
    left: 0px;
    width: 5px;
    height: 5px;
    background-color: #ffffff;
    border-radius: 100%;
}

footer .ft-top .ftop-block .ftlist-1 li a {
    color: inherit;
}

footer .ft-top .ftop-block .ftlist-1 li a:hover {
    text-decoration: underline;
}

footer .ft-top .ftop-block .ftlist-2 {
    list-style: none;
    padding: 0;
    margin: 0px 0px 20px 0px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

footer .ft-top .ftop-block .ftlist-2 li {
    width: 100%;
    display: flex;
    gap: 12px;
}

footer .ft-top .ftop-block .ftlist-2 li i {
    font-size: 16px;
}

footer .ft-top .ftop-block .ftlist-2 li a {
    color: inherit;
}

footer .ft-top .ftop-block .ftlist-2 li a:hover {
    text-decoration: underline;
}

footer .ft-top .ftop-map {
    width: 100%;
    height: 282px;
    background-color: #ffffff;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

footer .ft-top .ftop-map iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

footer .ft-bottom {
    width: 100%;
    margin-top: 24px;
}

footer .ft-bottom .fbottom-block p {
    font-size: 17px;
    font-weight: 300;
    color: #ffffff;
}

/* Footer section :end */

/* Inner banner Section :start */
.innerbanner-section {
    width: 100%;
    height: auto;
    min-height: 500px;
    background-color: #000000;
    padding: 120px 0px 20px;
    display: flex;
    align-items: center;
    position: relative;
}

.innerbanner-section picture,
.innerbanner-section picture img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    z-index: 1;
}

.innerbanner-section::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #1F1F1F;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.5) 30%, rgba(0, 0, 0, 0) 60%);
    z-index: 2;
}

.innerbanner-section .ibcaption-outer {
    padding: 0px 98px;
    position: relative;
    z-index: 3;
}

.innerbanner-section .insec-caption {
    width: 100%;
    height: auto;
}

.innerbanner-section .insec-caption h1,
.innerbanner-section .insec-caption h2 {
    font-size: 60px;
    font-weight: 500;
    letter-spacing: -2%;
    line-height: 0.9;
    color: #ffffff;
    margin-bottom: 0px;
}

/* Inner banner Section :end */

/* Benefits Page :start */
.phase-section {
    padding: 100px 0px 0px;
}

.phase-section .phasec-head {
    width: 100%;
    margin-bottom: 60px;
}

.phase-section .phasec-head h2 {
    margin-top: 5px;
    margin-bottom: 10px;
}

.phase-section .phasec-head p {
    font-family: proxima-nova-condensed, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.1;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 0px;
}

.phase-section .phasec-list {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.phase-section .phasec-list li {
    width: calc(20% - 12px);
    flex-shrink: 0;
}


.phase-section .phasec-list .phase-block {
    width: 100%;
    height: 100%;
    color: #ffffff;
    background-color: #222222;
    border-radius: 25px;
    padding: 30px 25px 25px 25px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.phase-section .phasec-list .phase-block .pblk-top {
    width: 100%;
    height: auto;
    margin-bottom: 35px;
}

.phase-section .phasec-list .phase-block .pblk-top .btop-icon {
    width: 100%;
    height: 60px;
    margin-bottom: 15px;
}

.phase-section .phasec-list .phase-block .pblk-top .btop-icon img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.phase-section .phasec-list .phase-block .pblk-top h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 5px;
}

.phase-section .phasec-list .phase-block .pblk-middle {
    width: 100%;
    height: auto;
}

.phase-section .phasec-list .phase-block .pblk-middle h4 {
    font-size: 152px;
    font-weight: 600;
    line-height: 0.65;
    color: #ffffff;
}

.phase-section .phasec-list .phase-block .pblk-middle h4 sup {
    font-size: 0.29em;
    vertical-align: revert;
}

.phase-section .phasec-list .phase-block .pblk-bottom {
    width: 100%;
    height: auto;
    padding-top: 20px;
    margin-top: auto;
}

.phase-section .phasec-list .phase-block .pblk-bottom p {
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 12px;
}

.turns-operational-section {
    padding-bottom: 80px;
}

/* Benefits Page :end */

/* ===================================================== Developer 2 ===================================================== */
/* ===================================================== Developer 2 ===================================================== */

.industries {
    background: #000;
    padding: 60px 0;
}

.industries-slide .owl-dots {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 8px;
    padding-top: 40px;
}

.industries-slide .owl-dot span {
    display: none;
}

.industries-slide .owl-dot {
    width: 25px;
    height: 8px;
    border-radius: 4px;
    background: #292828 !important;
    outline: none;
}

.industries-slide .owl-dot.active {
    width: 40px;
    background: #fff !important;
}

.first-sec {
    padding: 0 0 55px 0;
}

.first-sec p {
    font-size: 35px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    font-weight: 500;
    line-height: 34px;
}

.animation-box-wrap {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    min-height: 480px;
    padding: 0 72px;
    overflow: visible;
}

.platform-carousel-arrow {
    position: absolute;
    top: 30%;
    z-index: 4;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
    padding: 0;
    cursor: pointer;
    transition: background 0.25s ease, border-color 0.25s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.platform-carousel-arrow:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.55);
}

.platform-carousel-arrow i {
    font-size: 16px;
}

.platform-carousel-prev {
    left: 0;
}

.platform-carousel-next {
    right: 0;
}

.cell-5.animation-box {
    position: absolute;
    left: 50%;
    top: 0;
    width: 31%;
    max-width: 360px;
    margin: 0;
    transition: all 0.4s ease;
    transform-origin: center top;
    will-change: transform, opacity;
}

.cell-5.animation-box.prev {
    transform: translateX(-153%) scale(0.85);
    opacity: 0.72;
    z-index: 1;
}

.cell-5.animation-box.active {
    transform: translateX(-50%) scale(1.1);
    opacity: 1;
    z-index: 2;
}

.cell-5.animation-box.next {
    transform: translateX(53%) scale(0.85);
    opacity: 0.72;
    z-index: 1;
}

/* @media (max-width: 991px) {
    .animation-box-wrap {
        min-height: 620px;
    }
    .cell-5.animation-box {
        width: 42%;
        max-width: none;
    }
}
@media (max-width: 575px) {
    .animation-box-wrap {
        min-height: 680px;
        padding: 0 40px;
    }
    .cell-5.animation-box {
        width: 78%;
    }
    .cell-5.animation-box.prev {
        transform: translateX(-150%) scale(0.85);
    }
    .cell-5.animation-box.next {
        transform: translateX(50%) scale(0.85);
    }
} */
.cell-5 .imgBx {
    border-radius: 25px;
    overflow: hidden;
}

.cell-5 .imgBx img {
    width: 100%;
    transition: 0.3s;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.cell-5:hover .imgBx img {
    transform: scale(1.06);
}

.cell-5 .imgBx.two img {
    aspect-ratio: 1/0.6;
}

.cell-5 h2 {
    font-family: proxima-nova-condensed, sans-serif;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin: 25px 0 0 0;
    text-align: center;
    line-height: 0.9;
}

.cell-5 p {
    font-family: proxima-nova, sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    margin: 15px 0 0 0;
    text-align: center;
    line-height: 1;
}

.platform {
    background: #000;
    padding: 60px 0 0 0;
}

.the-platform {
    background: #1f1f1f;
    padding: 80px 0;
    margin: 60px 0 0 0;
}

.the-platform p {
    font-family: proxima-nova, sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 15px 0;
    line-height: 1.2;
}

.the-platform p.first {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 15px 0;
    line-height: 1.1;
}

.benefits {
    background: #000;
    padding: 60px 0 0 0;
    overflow-x: hidden;
}

.benefits .benefits-challenges-3d {
    display: grid;
    place-items: center;
    min-height: 460px;
    padding: 180px 0 60px;
    overflow: visible;
    margin-bottom: 70px;
}

.benefits .benefits-challenges-3d__viewport {
    display: grid;
    place-items: center;
    perspective: 1000px;
    -webkit-perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.benefits .benefits-challenges-3d__carousel {
    --carousel-scale: 1;
    transform: rotateX(70deg) scale3d(var(--carousel-scale), var(--carousel-scale), var(--carousel-scale));
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    display: grid;
    place-items: center;
    position: relative;
    width: 1px;
    height: 1px;
    animation: benefits-challenges-3d-rotate 18s linear infinite;
    transition: transform 1s;
    background-image: radial-gradient(circle at 50% 50%, #222 30%, transparent 40%);
}

.benefits .benefits-challenges-3d__carousel:hover {
    animation-play-state: paused;
}

.benefits .benefits-challenges-3d__card-back {
    display: grid;
    place-items: center;
    width: 200px;
    height: 248px;
    background-color: #141414;
    position: absolute;
    border-radius: 10px;
    transform-origin: center center;
}

.benefits .benefits-challenges-3d__carousel .cell {
    display: grid;
    place-items: start center;
    align-content: start;
    width: 200px;
    height: 248px;
    max-width: none;
    padding: 12px;
    margin: 0;
    background-color: #2a2a2a;
    position: absolute;
    box-shadow: 0 0 22px rgba(0, 0, 0, 0.55);
    border-radius: 10px;
    transform-origin: center center;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-box-reflect: below 4px linear-gradient(transparent 72%, rgba(255, 255, 255, 0.06));
}

.benefits .benefits-challenges-3d__slot--1 {
    transform: rotateZ(0deg) rotateX(90deg) translateY(125px) translateZ(285px) rotateZ(180deg);
}

.benefits .benefits-challenges-3d__card-back--1 {
    transform: rotateZ(0deg) rotateX(90deg) translateY(125px) translateZ(282px);
}

.benefits .benefits-challenges-3d__slot--2 {
    transform: rotateZ(72deg) rotateX(90deg) translateY(125px) translateZ(285px) rotateZ(180deg);
}

.benefits .benefits-challenges-3d__card-back--2 {
    transform: rotateZ(72deg) rotateX(90deg) translateY(125px) translateZ(282px);
}

.benefits .benefits-challenges-3d__slot--3 {
    transform: rotateZ(144deg) rotateX(90deg) translateY(125px) translateZ(285px) rotateZ(180deg);
}

.benefits .benefits-challenges-3d__card-back--3 {
    transform: rotateZ(144deg) rotateX(90deg) translateY(125px) translateZ(282px);
}

.benefits .benefits-challenges-3d__slot--4 {
    transform: rotateZ(216deg) rotateX(90deg) translateY(125px) translateZ(285px) rotateZ(180deg);
}

.benefits .benefits-challenges-3d__card-back--4 {
    transform: rotateZ(216deg) rotateX(90deg) translateY(125px) translateZ(282px);
}

.benefits .benefits-challenges-3d__slot--5 {
    transform: rotateZ(288deg) rotateX(90deg) translateY(125px) translateZ(285px) rotateZ(180deg);
}

.benefits .benefits-challenges-3d__card-back--5 {
    transform: rotateZ(288deg) rotateX(90deg) translateY(125px) translateZ(282px);
}

.benefits .benefits-challenges-3d .img-bx {
    border-radius: 14px;
    overflow: hidden;
    width: 100%;
    height: 150px;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

.benefits .benefits-challenges-3d .img-bx img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.benefits .benefits-challenges-3d .cell p {
    font-family: proxima-nova-condensed, sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    margin: 10px 0 0;
    text-align: center;
    line-height: 1.25;
    text-transform: uppercase;
}

.benefits .benefits-challenges-3d .img-bx:hover img {
    transform: scale(1.06);
}

@keyframes benefits-challenges-3d-rotate {
    from {
        transform: rotateX(70deg) rotateZ(0deg) scale3d(var(--carousel-scale), var(--carousel-scale), var(--carousel-scale));
    }

    to {
        transform: rotateX(70deg) rotateZ(360deg) scale3d(var(--carousel-scale), var(--carousel-scale), var(--carousel-scale));
    }
}

@media (prefers-reduced-motion: reduce) {
    .benefits .benefits-challenges-3d__carousel {
        animation-duration: 60s;
    }

    .benefits .benefits-challenges-3d__carousel:hover {
        animation-play-state: running;
    }
}

.benefits .the-shift {
    background-color: #1f1f1f;
    padding: 100px 0;
}

.benefits .the-shift .hd-style-1 {
    text-align: center;
}

.benefits .the-shift .hd-style-1 sub {
    font-size: 50px;
    line-height: 1;
    margin: 15px 0 0 0;
    bottom: 0;
    top: 0;
    display: block;
}

.benefits .before-after .head-row {
    display: flex;
    flex-direction: row;
}

.benefits .before-after .head-row .cell {
    width: 50%;
    padding: 10px 45px;
}

.benefits .before-after .head-row .cell span {
    font-family: proxima-nova, sans-serif;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    display: block;
}

.benefits .before-after .cell-row-wrap {
    /* height: 440px; */
    overflow: hidden;
    position: relative;
}

.benefits .before-after .cell-row-inner {
    gap: 8px;
    display: flex;
    flex-direction: column;
}

.benefits .before-after .cell-row-wrap::after {
    width: 100%;
    height: 150px;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    background: #1F1F1F;
    background: -webkit-linear-gradient(360deg, rgba(31, 31, 31, 1) 0%, rgba(31, 31, 31, 0) 100%);
    background: -moz-linear-gradient(360deg, rgba(31, 31, 31, 1) 0%, rgba(31, 31, 31, 0) 100%);
    background: linear-gradient(360deg, rgba(31, 31, 31, 1) 0%, rgba(31, 31, 31, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1F1F1F", endColorstr="#1F1F1F", GradientType=0);
    display: none;
}

.benefits .before-after .cell-row {
    display: flex;
    flex-direction: row;
    position: relative;
    justify-content: space-between;
}

.benefits .before-after .cell-row::after {
    width: 62px;
    height: 34px;
    transform: skew(-20deg);
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    top: 0;
    background: url('../images/arrow.png') center center no-repeat;
    background-size: 100% auto;
}

.benefits .before-after .cell-row .cell {
    border-radius: 10px;
    background-color: #161616;
    width: calc(50% - 65px);
    padding: 15px 30px 15px 20px;
    border: 1px solid #504f4f;
    border-style: dashed;
    border-radius: 50px;
    display: flex;
    align-items: center;
}

.benefits .before-after .cell-row .cell i {
    min-width: 68px;
    min-height: 68px;
    border-radius: 50%;
    background: #393939;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.benefits .before-after .cell-row .cell i img {
    width: 30px;
}

.benefits .before-after .cell-row .cell span {
    font-family: proxima-nova, sans-serif;
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    display: block;
    line-height: 1;
}





.contact {
    background: #000;
    padding: 60px 0;
}

.contact-top {
    padding: 0 0 80px 0;
}

.contact-top p {
    font-family: proxima-nova, sans-serif;
    font-size: 30px;
    color: #fff;
    margin: 0;
    font-weight: 500;
}

.contact-top p a {
    font-weight: 700;
    color: #fff;
    display: block;
}

.contact-top p a:hover {
    text-decoration: underline;
}

.contact h2 {
    font-family: proxima-nova-condensed, sans-serif;
    font-weight: 600;
    font-size: 30px;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
}

.contact h6 {
    font-family: proxima-nova, sans-serif;
    color: #585858;
    font-size: 18px;
    margin: 5px 0 25px 0;
    font-weight: 500;
}

.contact h3 {
    font-family: proxima-nova, sans-serif;
    color: #fff;
    margin: 0 0 6px 0;
    font-size: 15px;
    font-weight: 500;
}

.contact .cell {
    margin: 0 0 30px 0;
}

.contact input,
.contact textarea {
    font-family: proxima-nova, sans-serif;
    width: 100%;
    background-color: #252525;
    border-radius: 8px;
    padding: 13px 15px;
    outline: none;
    box-shadow: none;
    border: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.contact textarea {
    min-height: 145px;
    resize: none;
}

.contact .submit {
    font-family: proxima-nova-condensed, sans-serif;
    height: 54px;
    border-radius: 27px;
    background: #fff;
    color: #000;
    padding: 0 60px;
    text-transform: uppercase;
    border: 0;
    outline: none;
    font-size: 20px;
    font-weight: 500;
    border: 2px solid #fff;
}

.contact .submit:hover {
    background: none;
    color: #fff;
}
.contact .submit:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

/* ---- Contact form feedback :start ---- */
.contact .required-star {
    color: #ff4d4d;
}
.contact input.is-invalid,
.contact textarea.is-invalid {
    border: 1px solid #ff4d4d !important;
    background-color: #2e1a1a;
}
.contact input.is-valid,
.contact textarea.is-valid {
    border: 1px solid #3a7a3a !important;
}
.contact .field-error {
    display: block;
    color: #ff6b6b;
    font-size: 12px;
    font-family: proxima-nova, sans-serif;
    margin-top: 5px;
}
.contact .field-error:empty {
    display: none;
}
.contact .form-alert {
    display: none;
    padding: 15px 20px;
    border-radius: 8px;
    margin-bottom: 24px;
    font-family: proxima-nova, sans-serif;
    font-size: 15px;
    font-weight: 500;
}
.contact .form-alert.alert-success {
    background-color: #0d2b0d;
    color: #6fcf6f;
    border: 1px solid #3a7a3a;
}
.contact .form-alert.alert-danger {
    background-color: #2b0d0d;
    color: #cf6f6f;
    border: 1px solid #7a3a3a;
}
.contact .cf-turnstile {
    margin-bottom: 10px;
}
/* ---- Contact form feedback :end ---- */

/* Meet the Team :start */
.meet-the-team-page {
    width: 100%;
    background-color: #000000;
    padding: 100px 0px 80px;
}

.meet-team-block {
    width: 100%;
    background-color: #161616;
    border-radius: 25px;
    margin-bottom: 60px;
}
.meet-team-block:last-child {
    margin-bottom: 0px;
}
.meet-team-block .mtb-left {
    padding: 15px 30px 30px 15px;
}
.meet-team-block .mtb-left .mtimage {
    width: 100%;
    height: auto;
    aspect-ratio: 333/351;
    border-radius: 18px;
    overflow: hidden;
}
.meet-team-block .mtb-left .mtimage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}
.meet-team-block .mtb-left .mtdetail {
    width: 100%;
    text-align: center;
    margin-top: 24px;
}
.meet-team-block .mtb-left .mtdetail h2 {
    font-family: proxima-nova, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 0;
}
.meet-team-block .mtb-left .mtdetail p {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 0;
}

.meet-team-block .mtb-right {
    width: 100%;
    height: 100%;
    padding: 35px;
    display: flex;
    align-items: center;
    border-left: 2px dashed #000000;
}
.meet-team-block .mtb-right p {
    font-family: proxima-nova, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 24px;
}
/* Meet the Team :end */