:root {
    --main-color: #49FFA7;
}

::-webkit-scrollbar {
    width: 0;
    background-color: black;
}

/* Track */
::-webkit-scrollbar-track {
    background-color: black;
    border: 1px solid white;
    border-radius: 100px;
    border: 1px solid #6D6D6D;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--main-color);
    box-shadow: 0px 2px 2px var(--main-color);
    border-radius: 10px;
}

#loader {
    /* transform: translateY(0%); */
    transition: all .5s ease-in-out;
    opacity: 1;
    /* z-index: 100; */
}

#loader.hide {
    opacity: 0 !important;
    /* transform: translateY(-100%) !important; */
}

section#client .clientWrapper::-webkit-scrollbar,
section#strategic .boxWrapper::-webkit-scrollbar {
    display: none;
}

section h2 span {
    color: transparent;
    font-family: 'Gotham';
    -webkit-text-stroke: .5px white;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    color: white;
    scroll-behavior: smooth;
    font-family: 'Gotham';
}

/* section div h2 span {
    color: white;
    -webkit-text-stroke: 1px black;
} */

/* header */
header,
header.hide,
header.scroll {
    background: rgb(35, 35, 35);
}

header ul {
    display: none;
}

header .mobileNav ul {
    display: block;
}

header {
    position: fixed;
    top: 1rem;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    transition: all 0.3s ease-in-out;
}

header ul li a {
    font-weight: 400;
    font-size: 15px;
    text-transform: capitalize;
}

header ul li a:hover {
    color: var(--main-color);
}

.mobileNav {
    z-index: 100;
    transform: translateX(110%);
    transition: all .5s ease-in-out;
}

.mobileNav.show {
    z-index: 100;
    transform: translateX(0%);
}

.mobileNav ul {
    display: flex !important;
}

.mobileNav li {
    width: 100%;
    height: 4rem;
}

.mobileNav li a {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 0 2rem;
}

@media (min-width:640px) {
    header {
        height: 4rem !important;
    }
}

@media (min-width:768px) {
    header {
        top: 0;
        left: 0;
        transform: translateX(0);
        background: transparent;
        width: 100%;
        height: 6rem !important;
        border-radius: 0px !important;
        justify-content: space-around !important;
        padding: 0 2.5rem;
    }

    header.hide {
        top: -100px;
    }

    header.scroll {
        background: black;
        box-shadow: 0px 1px 5px rgba(128, 128, 128, 0.15);
    }

    header ul,
    header span,
    header div.line {
        display: flex;
    }

    header #hamburger {
        display: none;
    }
}

/* home start */
section#home ul {
    transition: transform 1s ease-in-out;
}

section#home ul li {
    font-weight: 700;
    font-family: 'Gotham';
    color: white;
    text-transform: capitalize;
    font-size: 25px;
    line-height: 35px;
    height: 10rem;
}

section#home ul li span {
    color: var(--main-color);
    text-transform: capitalize;
}

section#home button {
    box-shadow: .5rem .5rem var(--main-color);
}

/* machine wrapper */
section#home .machineCoins.animate {
    animation-delay: 2s;
    animation: machineCoins 2s ease-in-out forwards;
}

section#home .coins.left-coins {
    animation: leftCoins 30s infinite ease-in-out;
}

section#home .coins.right-coins {
    animation: rightCoins 30s infinite ease-in-out;
}

section#home .wrapper .box {
    height: 8rem;
    width: 8rem;
    background-color: var(--main-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 .5rem;
}

section#home .wrapper .box span {
    font-size: 15px;
    font-weight: 400;
    color: black;
    text-align: center;
    text-transform: capitalize;
}

section#home .wrapper .box h3 {
    font-size: 30px;
    color: black;
    font-weight: bold;
}

@media only screen and (min-width: 420px) {
    section#home .wrapper .box {
        height: 10rem;
        width: 10rem;
        padding: 0 .75rem;
    }

    section#home .wrapper .box span {
        font-size: 17px;
    }

    section#home .wrapper .box h3 {
        font-size: 32px;
    }

    section#home .wrapper img.absolute,
    section#home .wrapper div.mix-blend-hue {
        height: 6rem;
        width: 6rem;
    }
}

@media only screen and (min-width: 540px) {
    section#home .wrapper .box {
        height: 11rem;
        width: 11rem;
        padding: 0 1rem;
    }

    section#home .wrapper .box span {
        font-size: 19px;
    }

    section#home .wrapper .box h3 {
        font-size: 35px;
    }

    section#home .wrapper img.absolute,
    section#home .wrapper div.mix-blend-hue {
        height: 7rem;
        width: 7rem;
    }
}

@media only screen and (min-width: 640px) {
    section#home ul li {
        height: 14rem;
    }

    section#home ul li,
    section#home ul span {
        font-size: 30px;
        line-height: 35px;
    }
}

@media only screen and (min-width: 768px) {
    section#home ul li {
        height: 17rem;
        vertical-align: middle;
    }

    section#home ul li,
    section#home ul span {
        font-size: 35px;
        line-height: 40px;
    }

    section#home .wrapper .box span {
        font-size: 20px;
    }

    section#home .wrapper .box h3 {
        font-size: 40px;
    }

    section#home .wrapper img.absolute,
    section#home .wrapper div.mix-blend-hue {
        height: 7rem;
        width: 7rem;
    }
}

@media only screen and (min-width: 1024px) {

    section#home ul li,
    section#home ul span {
        font-size: 60px;
        line-height: 65px;
        height: 17rem;
    }

    section#home .wrapper .box {
        height: 12rem;
        width: 12rem;
    }

    section#home .wrapper img.absolute,
    section#home .wrapper div.mix-blend-hue {
        height: 9.5rem;
        width: 9.5rem;
    }
}

/* home end */

/* client start */
section#client .clientWrapper {
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
}

section#client .clientWrapper:hover .slider {
    animation-play-state: paused;
}

section#client .clientWrapper .slider {
    display: inline-flex;
    animation: 30s slide infinite linear;
}

section#client .clientWrapper .slider .slide {
    height: 12rem;
    min-width: 9rem;
    margin: 0 10px;
    padding: 10px;
    border-radius: 2rem;
    background-color: #d9d9d9;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

section#client .clientWrapper .slider .slide img {
    max-height: 8rem;
}

@media (min-width: 485px) {
    section#client .clientWrapper .slider .slide {
        height: 15rem;
        min-width: 12rem;
        margin: 0 15px;
    }
}

@media (min-width: 680px) {
    section#client .clientWrapper .slider .slide {
        height: 17rem;
        min-width: 14rem;
        margin: 0 15px;
    }
}

@media (min-width:1024px) {
    section#client .clientWrapper .slider .slide {
        height: 20rem;
        min-width: 16rem;
        margin: 0 15px;
        border-radius: 3rem;
        background-color: #d9d9d9;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
}

/* client end */

/* strategy start */
section#strategic .boxWrapper .box {
    min-height: 12rem;
    height: 30vh;
    padding: 1rem;
    padding-top: 2rem;
    max-height: 15rem;
    background: #d9d9d9;
    position: relative;
    overflow: hidden;
}

section#strategic .boxWrapper .box:hover {
    background-color: #49FFA7;
}

section#strategic .boxWrapper .boxSlide {
    min-width: 100%;
    padding: 0 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

section#strategic .boxWrapper .box h4 {
    font-size: 20px;
    line-height: 25px;
    min-width: 100%;
    color: black;
    font-weight: bold;
    text-transform: capitalize;
    font-family: 'Gotham';
    z-index: 10;
    margin-bottom: .5rem;
}

section#strategic .boxWrapper .box img {
    position: absolute;
    bottom: 0;
    right: 0;
    max-height: 100%;
    max-width: 100%;
    background-size: contain;
    /* transform: translate(100%, 100%); */
    transition: all .5s ease-in-out;
}

@media (min-width:380px) {
    section#strategic .boxWrapper .box h4 {
        font-size: 22px;
        line-height: 27px;
    }

    section#strategic .boxWrapper .box p {
        font-size: 14px;
        line-height: 18px;
    }
}

@media (min-width: 460px) {
    section#strategic .boxWrapper.mobile {
        display: none;
    }

    section#strategic .boxWrapper {
        display: grid;
    }

    section#strategic .nextBtn {
        display: none;
    }

    section#strategic .boxWrapper .box {
        min-height: 20rem;
        height: 25vh;
        max-height: 22rem;
        padding-top: 2rem;
    }

    section#strategic .boxWrapper .box h4 {
        margin-bottom: 1rem;
    }
}

@media (min-width:540px) {
    section#strategic .boxWrapper {
        padding: 0 10%;
    }
}

@media (min-width:740px) {
    section#strategic .boxWrapper {
        padding: 0 3rem;
        gap: .5rem;
    }
}

@media (min-width:1024px) {
    section#strategic .boxWrapper {
        padding: 0 10%;
        gap: 1rem;
    }

    section#strategic .boxWrapper .box {
        min-height: 22rem;
        height: 30vh;
        max-height: 25rem;
        padding-top: 3rem;
    }

    section#strategic .boxWrapper h4 {
        font-size: 25px;
        line-height: 30px;
    }

    section#strategic .boxWrapper p {
        font-size: 15px;
        line-height: 20px;
    }
}

/* strategy end */

/* services start */
section#services .wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

section#services .wrapper .item {
    background: linear-gradient(180deg, #0E0E0E 30%, var(--main-color));
    border-radius: 1rem;
    width: 85%;
    padding: 1px;
}

section#services .wrapper .item>div {
    width: 100%;
    height: 60px;
    background-color: #d9d9d9;
    display: flex;
    align-items: center;
    /* flex-direction: column-reverse; */
    justify-content: center;
    gap: 10px;
    border-radius: 1rem;
    padding: 5px 0;
    cursor: pointer;
    transition: all .75s;
    position: relative;
}

section#services .wrapper .item.active>div {
    height: 260px;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
}

section#services .wrapper .item .bgImage {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .1;
    object-fit: cover;
    display: none;
}

section#services .wrapper .item.active .bgImage {
    display: block;
}

section#services .wrapper .item .imageWrapper {
    background-color: var(--main-color);
    border-radius: 50%;
    padding: 10px;
    /* margin-bottom: 10px; */
    z-index: 5;
}

section#services .wrapper .item p,
section#services .wrapper .item h4 {
    color: black;
}

section#services .wrapper .item p {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 18px;
    max-width: 90%;
    min-width: 15rem;
    text-align: center;
    display: none;
    transform: translateX(100%);
    opacity: 0;
    animation-delay: 1s;
    animation: 1s servicesP ease-in-out;
}

section#services .wrapper .item.active p {
    display: block;
    opacity: 1;
    transform: translateX(0);
}

section#services .wrapper .item h4 {
    font-size: 15px;
    font-weight: bolder;
    text-transform: uppercase;
    transition: all 1s ease-in-out;
}

section#services .wrapper .item.active .textWrapper {
    width: 100%;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

section#services .wrapper .item.active h4 {
    font-size: 18px;
    height: max-content;
}

section#services .wrapper .item .imageWrapper img {
    height: 30px;
    width: 30px;
}

section#services .wrapper .item.active .imageWrapper img {
    height: 60px;
    width: 60px;
}

@media (min-width:460px) {
    section#services .wrapper .item {
        width: 70%;
        border-radius: 1.5rem;
    }

    section#services .wrapper .item>div {
        height: 70px;
        border-radius: 1.5rem;
    }

    section#services .wrapper .item.active>div {
        height: 300px;
    }
}

@media (min-width:650px) {
    section#services .wrapper {
        flex-direction: row;
        width: auto;
    }

    section#services .wrapper .item>div {
        width: 70px;
        height: 22rem;
        flex-direction: column-reverse;
        justify-content: end;
        gap: 10px;
        padding: 15px 0;
    }

    section#services .wrapper .item.active>div {
        width: 300px;
        height: 22rem;
    }

    section#services .wrapper .item h4 {
        transform: rotate(-180deg);
        writing-mode: vertical-lr;
    }

    section#services .wrapper .item.active h4 {
        height: max-content;
        transform: rotate(-90deg);
    }
}

@media (min-width: 768px) {
    section#services .wrapper .item>div {
        width: 80px;
        height: 23rem;
    }

    section#services .wrapper .item.active>div {
        width: 350px;
        height: 23rem;
    }
}

@media only screen and (min-width: 1024px) {
    section#services .wrapper .item>div {
        width: 90px;
    }

    section#services .wrapper .item h4 {
        font-size: 17px;
    }

    section#services .wrapper .item.active h4 {
        font-size: 20px;
    }

    section#services .wrapper .item p {
        font-size: 15px;
    }
}

/* services end */

/* working start */
section#working ul li {
    font-size: 18px;
    text-transform: capitalize;
    line-height: 20px;
    font-weight: 300;
}

section#working ul li::before {
    content: '-';
    font-weight: bolder;
    font-size: 20px;
}

section#working .slider>div {
    min-width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

section#working .slider .slideWrapper .slide {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45vw;
    min-height: 10rem;
    height: 20vh;
    max-height: 12rem;
    background: #d9d9d9;
    border-radius: 2rem;
    position: relative;
    overflow: hidden;
}

section#working .slider .slideWrapper .slide:hover {
    background-color: #49FFA7;
}

section#working .slider .slideWrapper .slide span {
    font-size: 17px;
    line-height: 20px;
    color: black;
    font-weight: bold;
    max-width: 80%;
    text-align: center;
    text-transform: capitalize;
    font-family: 'Gotham';
    z-index: 10;
}

section#working .slider .slideWrapper .slide img {
    position: absolute;
    bottom: 0;
    right: 0;
    max-height: 50%;
    transform: translate(100%, 100%);
    transition: all .5s ease-in-out;
}

section#working .slider .slideWrapper .slide:hover img {
    transform: translate(0, 0);
}

@media only screen and (min-width: 480px) {
    section#working .slider .slideWrapper .slide span {
        font-size: 20px;
        line-height: 25px;
    }
}

@media only screen and (min-width: 530px) {
    section#working .slider .slideWrapper .slide {
        min-height: 13rem;
        max-height: 17rem;
    }

    section#working .slider .slideWrapper .slide span {
        font-size: 22px;
        line-height: 27px;
    }
}

@media only screen and (min-width: 646px) {
    section#working .slider .slideWrapper .slide {
        width: 40vw;
    }
}

@media only screen and (min-width: 768px) {
    section#working .slider .slideWrapper .slide {
        min-height: 15rem;
        max-height: 20rem;
    }

    section#working .slider .slideWrapper .slide span {
        font-size: 25px;
        line-height: 30px;
    }
}

@media only screen and (min-width: 1024px) {
    section#working .slider .slideWrapper .slide {
        width: 38vw;
    }

    section#working .slider .slideWrapper .slide span {
        font-size: 30px;
        line-height: 35px;
    }
}

/* working end */

/* contact start */

section#contact input,
section#contact textarea {
    background-color: transparent;
    color: black;
    border: 1px solid gray;
    width: 100%;
    padding: 0.5rem 0.75rem;
    border-radius: .75rem;
    /* text-transform: capitalize; */
    font-size: 12px;
    outline: none;
}

section#contact input::-webkit-inner-spin-button,
section#contact input::-webkit-outer-spin-button {
    appearance: none;
    -webkit-appearance: none;
}

/* contact end */

/* Contact Banner Section Styles */
.contact-banner-section {
    position: relative;
    width: 100vw;
    min-height: 420px;
    background: #0a0a0a;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 60px 0 40px 0;
}

.contact-banner-bg-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16vw;
    font-weight: 900;
    color: #181818;
    opacity: 0.7;
    user-select: none;
    pointer-events: none;
    white-space: nowrap;
    z-index: 1;
}

.contact-banner-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contact-banner-text {
    color: #fff;
    font-size: 2.2rem;
    line-height: 2.8rem;
    font-weight: 500;
    text-align: center;
}

.contact-banner-email {
    color: #49FFA7;
    font-size: 2.5rem;
    line-height: 3rem;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s;
}

.contact-banner-email:hover {
    color: #36c97c;
    text-decoration: underline;
}

.contact-banner-telegram {
    margin-top: 3rem;
    display: flex;
    justify-content: center;
}

.contact-banner-telegram-btn {
    display: flex;
    align-items: center;
    gap: 5px;
    background: #0a0a0a;
    border-radius: 50px;
    padding: 8px 25px 8px 15px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    text-decoration: none;
    border: 2px solid var(--main-color);
    transition: background 0.2s, color 0.2s;
}

.contact-banner-telegram-btn span{
    font-size: 1.3rem;
}

.contact-banner-telegram-btn:hover span {
    color: rgb(208, 206, 206);
}

.contact-banner-telegram-icon {
    width: 40px;
    height: 40px;
    background-size: contain;
    display: block;
}

@media (max-width: 600px) {
    .contact-banner-section {
        min-height: 320px;
    }

    .contact-banner-telegram {
        margin-top: 2rem;
    }

    .contact-banner-bg-text {
        font-size: 18vw;
    }

    .contact-banner-text {
        font-size: 1.2rem;
        line-height: 1.7rem;
    }

    .contact-banner-email {
        font-size: 1.4rem;
        line-height: 1.9rem;
    }

    .contact-banner-telegram-btn {
        font-size: 1.1rem;
        padding: 2px 10px 2px 5px;
    }

    .contact-banner-telegram-btn span{
        font-size: 0.8rem;
    }

    .contact-banner-telegram-icon {
        width: 28px;
        height: 28px;
    }
}

/* End Contact Banner Section Styles */