:root {
    --red-color: #bb1515;
    --white-color: #FFFFFF;
    --white2-color: #CCCCCC;
    --gray1-color: #999999;
    --gray2-color: #666666;
    --gray3-color: #333333;
    --black-color: #000000;
}

*::-webkit-scrollbar {
    width: 11px;
    border-radius: 10px;
    background-clip: padding-box;
}

*::-webkit-scrollbar-track {
    background-color: transparent !important;
    border-radius: 10px;
}

*::-webkit-scrollbar-thumb {
    background-color: var(--red-color);
    border-radius: 10px;
    background-clip: padding-box;
    border: 3px solid transparent;
}

*::-webkit-scrollbar-thumb:hover {
    background-color: var(--red-color);
    cursor: pointer;
}

body {
    background-color: var(--black-color);
    overflow-x: hidden !important;
}

.row,
.container {
    padding: 0;
    --bs-gutter-x: 0rem;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.white-color{
    color: var(--white-color) !important;
}
.white2-color{
    color: var(--white2-color);
}
.gray-color{
    color: var(--gray1-color);
}
.red-color{
    color: var(--red-color) !important;
}
.normal-weight{
    font-weight: 400;
}
.font-size18{
    font-size: 18px;
}
.font-size6{
    font-size: 6rem;
}
.font-size25{
    font-size: 25px;
}
.font-size35{
    font-size: 35px;
}
.font-size60{
    font-size: 60px;
}
.light-weight{
    font-weight: 300;
}
.i {
    position: relative;
}
.navbar_custom {
    transition: background-color 0.3s ease;
}
.navbar-bg {
    position: relative;
    z-index: 1;
}

.navbar-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.1) 100%);
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.1) 100%);
}


.dot {
    position: absolute;
    top: 13px;
    left: 49%;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: red;
    transform: translateX(-50%);
    z-index: 2;
}

.btn-outline-custom-white {
    background: transparent;
    border: 1px solid var(--white-color);
    color: var(--white-color);
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 1;
    padding: 12px 24px;
    font-size: 16px;
    border-radius: 40px;
    cursor: pointer;
}

.btn-outline-custom-white.menu-btn-padding {
    padding: 12px 17px;
}

.btn-outline-custom-white::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: var(--red-color);
    transition: width 0.2s ease-in-out;
    z-index: -1;
    border-radius: 40px;
}

.btn-outline-custom-white:hover::before {
    width: 100%;
}

.btn-outline-custom-white:hover {
    transition: all .5s;
    z-index: 2;
    color: var(--white-color);
}

.parent-container-bg {
    position: relative;
    width: 100%;
}
.no-select {
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; 
  }

.bg-image1 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: -500px;
    left: -450px;
    z-index: -1;
}

.bg-image1 img {
    width: 100%;
    object-fit: cover;
    background-repeat: no-repeat;
    transform: rotate(-35deg);
}

.bg-image2 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 70px;
    right: -700px;
    z-index: -1;
}

.bg-image2 img {
    width: 100%;
    object-fit: cover;
    background-repeat: no-repeat;
}

.bg-image-3 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: -820px;
    z-index: -1;
}

.bg-image-3 img {
    width: 100%;
    object-fit: cover;
    background-repeat: no-repeat;
    transform: rotate(-60deg);
}

.bg-image-4 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: -700px;
    z-index: -1;
}

.bg-image-4 img {
    width: 120%;
    object-fit: cover;
    background-repeat: no-repeat;
}

.bg-image-5 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: -350px;
    left: -150px;
    z-index: -1;
}

.bg-image-5 img {
    width: 100%;
    object-fit: cover;
    background-repeat: no-repeat;
}

.bg-image-6 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 200px;
    left: -850px;
    z-index: -1;
}

.bg-image-6 img {
    width: 100%;
    object-fit: cover;
    background-repeat: no-repeat;
    transform: rotate(-30deg);
}

.bg-image-7 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: -350px;
    left: -450px;
    z-index: -1;
}

.bg-image-7 img {
    width: 100%;
    object-fit: cover;
    background-repeat: no-repeat;
    transform: rotate(30deg);
}

.bg-image-8 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: -400px;
    right: -600px;
    z-index: -1;
}

.bg-image-8 img {
    width: 120%;
    object-fit: cover;
    background-repeat: no-repeat;
}

.left-side-menu-bar a {
    font-size: 2.5rem;
    font-weight: 300 !important;
}

.right-side-menu-bar p {
    color: var(--gray1-color);
    font-size: 16px;
}

.right-side-menu-bar ul li {
    padding: 5px 0px;
}

.nav-links ul {
    list-style: none;
    padding: 0;
}

.nav-links a {
    text-decoration: none;
    font-weight: 600;
    color: var(--white-color);
}

.social-link a {
    font-size: 18px;
}

.nav-links a {
    background: linear-gradient(to right, var(--red-color) 50%, var(--white-color) 50%);
    background-size: 200% 100%;
    background-position: 100% 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: background-position .3s ease;
}

.nav-links a:hover {
    background-position: 0 0;
}

.header h1 {
    font-size: 8vw;
    font-weight: 300 !important;
    color: var(--white-color);
}

.header h1 span {
    font-weight: 600;
    color: var(--red-color);
}

.right-side-header p {
    color: var(--gray1-color);
    font-size: 18px;
}

.about-us-container {
    margin-top: 200px;
}

.partner-container {
    margin-top: 200px;
}

.heading-red-section h4 {
    text-transform: uppercase;
    font-size: 26px;
    color: var(--red-color);
    font-weight: 300;
    letter-spacing: 1.5px;
}

.content-section {
    font-size: 25px;
    color: var(--white2-color);
    font-weight: 300;
}

.service-container {
    margin-top: 200px;
}

.logo-scroll-wrapper {
    overflow-x: hidden;
    /* Default: no scroll on desktop */
}

.logo-row {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}

.logo-item {
    flex: 1;
    padding: 1rem;
    text-align: center;
    box-sizing: border-box;
}

.logo-item img {
    height: 50px;
    max-width: 100%;
}

.text-services h2 {
    font-size: 6rem;
    font-weight: 300;
    color: var(--white-color);
}

.text-services h2 span {
    font-weight: bold;
    color: var(--red-color);
}

.paragraph-service {
    padding-top: 20px;
    width: 60%;
    align-items: end;
}

.button-service {
    width: 60%;
}

.paragraph-service p {
    color: var(--gray1-color);
    font-size: 18px;
    padding-bottom: 20px;

}

.work-area h1 {
    font-size: 6rem;
    font-weight: 300 !important;
    color: var(--white-color);
}

.work-area h1 span {
    font-weight: 600;
    color: var(--red-color);
}

.right-side-work-area p {
    color: var(--gray1-color);
    font-size: 18px;
}

.image-container-section {
    width: 100%;
    height: 550px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    cursor: pointer;
}

.image-container-section img {
    border-radius: 20px;
    object-fit: cover;
    box-sizing: border-box;
    width: 100%;
    height: 550px;
    transition: ease-in-out 0.3s;
}

.laern-more-service {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    color: var(--white2-color);
}

.laern-more-service span {
    background: linear-gradient(to right, var(--red-color) 50%, var(--white-color) 50%);
    background-size: 200% 100%;
    background-position: 100% 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: background-position 0.5s ease;
}

.laern-more-service:hover span {
    background-position: 0 0;
}

.laern-more-service svg path {
    transition: fill 0.5s ease;
}
.laern-more-service:hover svg path {
    fill: var(--red-color);
}

.image-container-section.service-page {
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    cursor: pointer;
}

.image-container-section.service-page img {
    border-radius: 20px;
    object-fit: cover;
    box-sizing: border-box;
    width: 100%;
    height: 400px;
    transition: ease-in-out 0.3s;
}

.action-area-image-container {
    transition: all 0.3s ease;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    padding: 20px 35px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.button-container {
    margin-top: 10px;
    display: flex;
    justify-content: flex-start;
    opacity: 0;
    transition: all 0.3s ease;
}

.button-container .btn {
    border: 1px solid var(--white2-color);
    height: 36px;
    width: 100px;
    padding: 0;
    border-radius: 50px;
    color: var(--white2-color);
    transition: all 0.3s ease;
}

.arrow-container {
    display: flex;
    justify-content: flex-end;
    transform: translateX(-10px);
    opacity: 0;
    transition: all 0.3s ease;
}

.heading-action-area-image-container {
    font-size: 40px;
    margin-bottom: 0;
    color: var(--white-color);
    font-weight: 400;
    transform: translateY(15px);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.heading-action-area-image-container.service-page {
    font-size: 25px;
    margin-bottom: 0;
    color: var(--white-color);
    font-weight: 400;
    transform: translateY(15px);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.image-container-section:hover img {
    transform: scale(1.2);
}

.image-container-section:hover .action-area-image-container {
    background: rgba(0, 0, 0, 0.5);
}

.image-container-section:hover .heading-action-area-image-container {
    transform: translateY(0);
    opacity: 1;
}

.image-container-section:hover .button-container {
    opacity: 1;
    width: auto;
}

.image-container-section:hover .button-container .btn {
    height: 36px;
    width: 110px;
    border-bottom: 1px solid var(--white2-color);
}

.image-container-section:hover .arrow-container {
    transform: translateX(10px);
    opacity: 1;
}

.process-container {
    margin-top: 200px;
}

.accordian-section {
    position: relative;
    margin-top: 100px;
}

.insight-section {
    margin-top: 200px;
}

.article-container {
    margin-top: 200px;
}

.image-container-section-bottom-to-top {
    width: 100%;
    height: 550px;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    cursor: pointer;
}

.image-container-section-bottom-to-top img {
    border-radius: 20px;
    object-fit: cover;
    box-sizing: border-box;
    width: 100%;
    height: 600px;
    transition: transform 0.3s ease-in-out;
    transform: translateY(0px);
}

.image-container-section-bottom-to-top:hover img {
    transform: translateY(-50px);
}

.image-container-section-bottom-to-top:hover .action-area-image-container {
    background: rgba(0, 0, 0, 0.5);
}

.image-container-section-bottom-to-top:hover .heading-action-area-image-container {
    transform: translateY(0);
    opacity: 1;
}

.image-container-section-bottom-to-top:hover .button-container {
    opacity: 1;
    width: auto;
}

.image-container-section-bottom-to-top:hover .button-container .btn {
    height: 36px;
    width: 110px;
    border-bottom: 1px solid var(--white2-color);
}

.image-container-section-bottom-to-top:hover .arrow-container {
    transform: translateX(10px);
    opacity: 1;
}

.process-area h1 {
    font-size: 35px;
    font-weight: 300 !important;
    color: var(--white-color);
}
.step-header {
    display: flex;
    width: 100% !important;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-size: 4rem;
    padding: 10px 0;
}
.step-title {
    display: flex;
    align-items: center;
    text-align: center;
    gap: 10px;
}

.step-number {
    font-size: 4rem;
    font-weight: 300;
    color: var(--white-color);
}
.step-number-round {
    font-size: 30px;
    font-weight: 300;
    color: var(--gray1-color);
    border: 1px solid var(--gray1-color);
    padding: 0px 20px;
    border-radius: 50px;
}
.step-name {
    font-size: 4rem;
    font-weight: 300;
    color: var(--white-color);
}
.step-name-round{
    font-size: 3.5rem;
}

.toggle-icon {
    font-size: 4rem;
    transition: transform 0.3s ease;
    font-weight: 300;
    color: var(--white-color);
}

.step-content {
    padding-top: 20px;
    padding-bottom: 30px;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 18px;
    color: var(--gray1-color);
}

.step {
    border-bottom: 1px solid var(--gray1-color);
    margin-bottom: 50px;
}

.insight-area h1 {
    font-size: 35px;
    font-weight: 300 !important;
    color: var(--white-color);
}

.articles-area {
    border-bottom: 1px solid var(--gray3-color);
    cursor: pointer;
}

.image-area-articles {
    border-radius: 20px;
    width: 100%;
    overflow: hidden;
}

.image-area-articles img {
    height: 350px;
    width: 90%;
    border-radius: 20px;
    object-fit: cover;
    box-sizing: border-box;
    transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
    transform: scale(1);
}

.first-article-lg {
    height: 450px;
    overflow: hidden;
}

.first-article-lg img {
    width: 95% !important;
    height: 100% !important;
}

.articles-area:hover .first-article-lg img {
    width: 100% !important;
    transform: scale(1) !important;
}

.articles-area:hover .image-area-articles img {
    transform: scale(1.05);
    width: 100%;
}

.heading-text-area-article {
    font-size: 60px;
    font-weight: 300;
    color: var(--white-color);
}

.desc-text-area-article {
    font-size: 18px;
    color: var(--gray1-color);
}

.date-article {
    font-size: 18px;
    color: var(--white2-color);
}

.tag-button-article .btn {
    border: 1px solid var(--white2-color);
    height: 30px;
    width: 70px;
    padding: 0;
    border-radius: 50px;
    color: var(--white2-color);
    transition: all 0.3s ease-in-out;
}

.read-more-article {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    color: var(--white2-color);
}

.read-more-article span {
    background: linear-gradient(to right, var(--red-color) 50%, var(--white-color) 50%);
    background-size: 200% 100%;
    background-position: 100% 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: background-position 0.5s ease;
}

.articles-area:hover .read-more-article span {
    background-position: 0 0;
}

.read-more-article svg path {
    transition: fill 0.5s ease;
}

.articles-area:hover .read-more-article svg path {
    fill: var(--red-color);
}

.build-app-section {
    border-bottom: 1px solid var(--gray2-color);
}

.text-build-app h2 {
    font-size: 6.5rem;
    font-weight: 300;
    color: var(--white-color);
    line-height: 1;
}

.text-build-app h2 span {
    font-weight: bold;
    color: var(--red-color);
}

.paragraph-build-app {
    padding-top: 20px;
    width: 60%;
    align-items: end;
}

.button-build-app {
    width: 60%;
}

.paragraph-build-app p {
    color: var(--white2-color);
    font-size: 18px;
    padding-bottom: 20px;
    padding-right: 50px;

}

.foooter-area-heading {
    font-size: 24px;
    color: var(--white-color);
    font-weight: 300;
}

.email-form {
    border-bottom: 1px solid var(--gray1-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.email-input {
    background: transparent;
    border: none;
    color: var(--white-color);
    flex: 1;
    font-size: 30px;
    font-weight: 300;
    padding: 10px 0;
}

.email-input::placeholder {
    color: var(--gray1-color);
}

.email-input:focus {
    outline: none;
    box-shadow: none;
}

.arrow-btn {
    background: none;
    border: none;
    color: var(--white-color);
    font-size: 1.5rem;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.email-form:hover .arrow-btn {
    transform: translateX(5px);
}

.desc-footer-area-text {
    font-size: 18px;
    color: var(--gray2-color);
}

.desc-footer-area-text a {
    font-size: 16px;
    color: var(--gray2-color);
}

.footer-links a {
    text-decoration: none;
    font-weight: 600;
    color: var(--white-color);
    font-size: 18px;
}

.footer-links a {
    background: linear-gradient(to right, var(--red-color) 50%, var(--white-color) 50%);
    background-size: 200% 100%;
    background-position: 100% 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: background-position 1s ease;
}

.footer-links a:hover {
    background-position: 0 0;
}

.footer-bottom-area a {
    font-size: 18px;
    color: var(--white2-color);
    text-decoration: none;
}

.back-to-top {
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(to right, var(--red-color) 50%, var(--white2-color) 50%);
    background-size: 200% 100%;
    background-position: 100% 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: background-position 0.3s ease;
}

.back-to-top:hover {
    background-position: 0 0;
}

.arrow-up {
    margin-top: 5px;
}

.back-to-top .arrow-up path {
    transition: fill 0.6s ease;
    fill: var(--white2-color);
}

.back-to-top:hover .arrow-up path {
    fill: var(--red-color);
}

.fullscreen-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    background-color: var(--black-color);
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease-in-out, visibility 1s ease-in-out;
}

.fullscreen-menu.show {
    opacity: 1;
    visibility: visible;
}


/* contact page */
.footer-up-hr {
    border-top: 1px solid var(--gray2-color);
    opacity: 1;
    margin-top: 0px;
}

.contact-page-address p {
    font-size: 18px;
    color: var(--gray1-color);
}

.desc-contact-page h3 {
    font-size: 35px;
    color: var(--white-color);
    font-weight: 300;
}

.input-custom-contact {
    border: none;
    border-bottom: 1px solid var(--white2-color);
    background: transparent;
    outline: none;
    width: 100%;
    padding: 5px 0;
    font-size: 16px;
    color: var(--gray1-color);
}

.form-group {
    position: relative;
}

.form-group label {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-80%);
    transition: 0.3s ease;
    color: var(--gray1-color);
    font-size: 25px;
    font-weight: 300;
    pointer-events: none;
}

.form-group label sup {
    color: var(--red-color);
    font-size: 25px;
    font-weight: 500;
}

sup {
    top: 0em !important;
}

.input-custom-contact:focus+label,
.input-custom-contact:not(:placeholder-shown)+label {
    top: 0;
    font-size: 16px;
    color: var(--gray1-color);
}




/* insight page */

.header-insight-page h1 {
    font-size: 65px;
    font-weight: 300 !important;
    color: var(--white-color);
}

.header-insight-page h1 span {
    font-weight: 600;
    color: var(--red-color);
}

.tag-filter .tag {
    font-size: 55px;
    font-weight: 300;
    color: var(--gray1-color);
    cursor: pointer;
    transition: all 0.3s ease;
}

.tag-filter .tag .count {
    font-size: 30px;
    margin-left: 0px;
    color: var(--gray2-color);
}

.tag-filter .tag.active {
    color: var(--white-color);
}

.tag-filter .tag:hover {
    color: var(--white-color);
}


.article-container {
    display: none;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.article-container.show {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.insight-article-btn a {
    width: auto !important;
    height: auto !important;
    padding: 5px 10px !important;
    font-size: 14px !important;
    border: 1px solid var(--white-color);
    border-radius: 50px;
    color: var(--white-color);
    text-decoration: none;
}

.article-detail-tag-btn {
    color: var(--white-color);
    border: 1px solid var(--white-color);
    border-radius: 50rem;
    padding: 6px 10px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.article-detail-tag-btn.lg {
    padding: 10px 20px;
}

/* insight detail */

.header-insight-detail-page h1 {
    font-size: 65px;
    font-weight: 300 !important;
    color: var(--white-color);
}

.header-insight-detail-page h1 span {
    font-weight: 600;
    color: var(--red-color);
}

.insight-text-area-container {
    margin-top: 100px;
    margin-bottom: 100px;
}

.description-insight-content p {
    color: var(--gray1-color);
    font-size: 18px;
}

.quote-container {
    margin-top: 100px;
    margin-bottom: 100px;
}

.quote-container h3 {
    font-size: 45px;
    color: var(--white-color);
    font-weight: 300;
}

.quote-icon {
    display: flex;
    font-family: 'Poppins', sans-serif;
    font-size: 90px;
    color: var(--red-color);
    height: 90px;
}

/* work */

.product-section {
    display: none;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.product-section.show {
    display: block;
    opacity: 1;
    transform: translateY(0);
}


.testimonial-section {
    color: var(--white-color);
    padding: 60px 20px;
}

.swiper {
    max-width: 75%;
    margin: 0 auto;
    padding: 40px 20px;
}

.swiper-slide {
    padding: 10px 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.quote {
    font-size: 35px;
    font-weight: 300;
    margin-bottom: 50px;
}

.author {
    font-size: 22px;
    font-weight: 300;
    color: var(--white2-color);
}



.swiper-button-prev,
.swiper-button-next {
    background: transparent;
    border: 1px solid var(--white-color);
    color: var(--white-color);
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 1;
    width: 0px;
    height: 0px;
    padding: 16px 21px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.5s ease;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 16px !important;
}

.swiper-button-prev {
    left: 0 !important;
}

.swiper-button-next {
    right: 0 !important;
}

.swiper-button-prev::before,
.swiper-button-next::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: var(--red-color);
    transition: width 0.2s ease-in-out;
    z-index: -1;
    border-radius: 50%;
}

.swiper-button-prev:hover::before,
.swiper-button-next:hover::before {
    width: 100%;
}


.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 16px;
    color: var(--white-color);
    z-index: 2;
}

/* Work Detail */

.work-detail-technologies ul{
    font-size: 25px;
    color: var(--gray1-color);
    font-weight: 300;
}
.work-detail-technologies ul li::marker {
    font-size: 25px;
}

.work-detail-overview h1{
    font-size: 65px;
    color:var(--white2-color);
    font-weight: 300;
}

.work-detail-section-section {
    font-size: 20px;
    color: var(--gray1-color);
    font-weight: 300;
}


/* about */
.slider-wrapper-about {
    overflow: hidden;
    width: 100%;
}

.slider-image-about {
    display: flex;
    gap: 3rem;
    animation: scrollSlider 60s linear infinite;
    width: max-content;
}

.img-slider-about-page {
    height: 500px;
    /* width: 800px; */
    border-radius: 30px;
}

@keyframes scrollSlider {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}
.team-section-about-page h1 {
    font-size: 65px;
    font-weight: 300 !important;
    color: var(--white-color);
}
.team-section-about-page h1 span {
    font-weight: 600;
    color: var(--red-color);
}
.worker-card-header{
    position: relative;
}
.worker-card-image{
    height: 400px;
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
    transition: all 0.3s ease;
}
.worker-card-image.shrunk{
    height: 200px;
}
.worker-card-image.shrunk img{
    transform: scale(1.1);
}
.worker-card-image img{
    height: 400px;
    border-radius: 20px;
    object-fit: cover;
    width: 100%;
    transform: scale(1);
    transition: all .3s;
}
.worker-card-heading {
    font-size: 40px;
    margin-bottom: 0;
    color: var(--white-color);
    font-weight: 400;
    transform: translateY(15px);
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.button-postion-worker.btn{
    border: 1px solid var(--white2-color);
    height: 36px;
    width: 100px;
    padding: 0;
    border-radius: 50px;
    color: var(--white2-color);
    transition: all 0.3s ease;
}
.worker-card{
    height: 550px;
    overflow: hidden;
}
.worker-card-main {
    opacity: 0;
    visibility: hidden;
    max-height: 10px;
    overflow: hidden;
    transition: all 0.4s ease;
}

.worker-card-main.show {
    opacity: 1;
    visibility: visible;
    max-height: 1000px;
}

.worker-card-desc ul li {
    color: var(--gray1-color);
    font-size: 16px;
}
.team-plus-minus {
    background: transparent;
    border: 1px solid var(--gray1-color);
    color: var(--white-color);
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 1;
    right: 10px;
    top: 10px;
    border-radius: 50px;
    cursor: pointer;
}
.team-plus-minus:hover{
    border: 1px solid var(--white2-color);
    color: var(--white2-color);
}
