* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: rubik;
    cursor: url('gs cursor.png'), auto;
}

.year_exp{
    /* margin-bottom: 250px; */
}


.career-section {
        position: relative;
        padding: 60px 0;
        background: #f7f7f7;
        overflow: hidden;
    }

    .career-section::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('back_img.jpg'); /* Replace with your image URL */
        background-size: cover;
        background-position: center;
        opacity: 0.1; /* Adjust opacity as needed */
        z-index: 1;
    }

    .career-section > div {
        position: relative;
        z-index: 2;
    }


/* 
.career-section{
    background-image: url(back_image.jpg);
} */


/* .crack-button {
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: background 0.3s ease;
    background: #dc2626; /* red or any other background */
  /* } */

  /* .crack-button span {
    position: relative;
    z-index: 10;
  }

  .crack-button::before,
  .crack-button::after {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    clip-path: polygon(0 0, 50% 0, 50% 50%, 0% 50%);
    transform: translate(0, 0);
    transition: transform 0.5s ease;
    z-index: 5;
  }

  .crack-button::after {
    clip-path: polygon(50% 0, 100% 0, 100% 50%, 50% 50%);
  }

  .crack-button:hover::before {
    transform: translate(-10px, -10px) rotate(-5deg);
  }

  .crack-button:hover::after {
    transform: translate(10px, 10px) rotate(5deg);
  }

  .crack-button:active {
    transform: scale(0.98);
  } */ 


.black-btn {
  position: relative;
  display: inline-block;
  padding: 14px 40px;
  color: #ffffff;
  background: #000000;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  border-radius: 6px;
  overflow: hidden;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  z-index: 0;
}

/* Animated gradient hover */
.black-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #ff0000, #ffffff, #000000, #ff0000);
  background-size: 300% 100%;
  transition: left 0.5s ease;
  z-index: -1;
}

.black-btn:hover::before {
  left: 0;
  animation: gradientMove 5s linear infinite;
}

.black-btn:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgb(0 0 0 / 0.5);
}

@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}


 /* Animation for the entire card */
    .career-section .career-box {
        animation: fadeInUp 1s ease forwards;
        transition: box-shadow 0.3s;
    }

    @keyframes fadeInUp {
        0% {
            opacity: 0;
            transform: translateY(40px);
        }
        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }

    /* Button hover effect */
    .career-section .apply-btn {
        background-color: #222;
        color: #fff;
        transition: background 0.3s, color 0.3s;
    }

    .career-section .apply-btn:hover {
        background-color: #ce1b1b;
        color: #fff;
        box-shadow: 0 0 10px rgba(206, 27, 27, 0.5);
    }

    /* Optional: Slight hover glow on the white box */
    .career-section .career-box:hover {
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    }
  
.conn_btn{
    background-color: #de2020;
}

.connected-btn::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    height: 3px;
    background-color: #fff;
    transition: all 0.4s ease;
    transform: translateX(-50%);
  }

  .connected-btn:hover::before {
    width: 100%;
  }

  .connected-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200%;
    height: 200%;
    background: rgba(255, 255, 255, 0.1);
    transform: translate(-50%, -50%) scale(0);
    border-radius: 50%;
    transition: transform 0.5s ease;
    z-index: 0;
  }

  .connected-btn:hover::after {
    transform: translate(-50%, -50%) scale(1);
  }

  .connected-btn span {
    position: relative;
    z-index: 10;
  }

section {
    position: relative;
}

@font-face {
    font-family: Raleway;
    src: url(../fonts/Raleway-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: Raleway;
    src: url(../fonts/Raleway-ExtraBold.ttf);
    font-weight: 700;
}

@font-face {
    font-family: rubik;
    src: url(../fonts/Rubik-Medium.ttf);
    font-weight: 500;
}

@font-face {
    font-family: rubik;
    src: url(../fonts/Rubik-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: rubik;
    src: url(../fonts/Rubik-Medium.ttf);
    font-weight: 500;
}

@font-face {
    font-family: rubik;
    src: url(../fonts/Rubik-SemiBold.ttf);
    font-weight: 600;
}

@font-face {
    font-family: rubik;
    src: url(../fonts/Rubik-Bold.ttf);
    font-weight: 700;
}

@font-face {
    font-family: rubik;
    src: url(../fonts/Rubik-ExtraBold.ttf);
    font-weight: 900;
}

/* all  */

.py-150 {
    padding-block: 150px;
}

.top-heading h2 {
    font-size: 54px;
    line-height: 74px;
    font-weight: 700;
    color: #ee2c2c;
    margin: 0 auto;
    text-transform: uppercase;
    margin-top: 20px;
}

h1,
h2,
h3 {
    font-family: Raleway !important;
    line-height: 66px;
}

/* header start ============= */

.menu-list a {
    position: relative;
    transition: all 0.4s ease-in-out;
}

.menu-list a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 0%;
    height: 3px;
    background-color: #ea2f2f;
    border-radius: 10px;
    transition: all 0.4s ease-in-out;
}

.menu-list a:hover {
    color: #ea3030;
}

.menu-list a:hover::after {
    width: 100%;
}

/* hero-section */

.hero-section {
    background-image: url(../images/hero-bg.jpg);
}

.tab-slider--trigger a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 0%;
    height: 3px;
    background-color: #e8392c;
    border-radius: 10px;
    transition: all 0.4s ease-in-out;
}

.tab-slider--trigger a:hover::after {
    width: 100%;
}

.tab-slider--trigger a.active::after {
    width: 100%;
}

.CGI-slide-content {
    transition: all 0.5s ease-in-out;
}

.CGI-slide a img {
    width: 100%;
}

.tab-slider--body .swiper-slide video {
    width: 100%;
}

.CGI-slide:hover .CGI-slide-content {
    height: 100%;
    opacity: 1;
    top: 0;
}

.review-section-box {
    background-image: url(../images/review-bg.png);
}

.brands-box,
.brands-box::after {
    transition: all 0.5s ease-in-out;
}

.brands-box:hover::after {
    background-color: #282828;
}

.brands-box:hover {
    color: #fff;
}

.brands-box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #db3030;
    width: 0;
    height: 100%;
    transition: all 0.5s ease-in-out;
}

.brands-box:hover::before {
    width: 100%;
}

.our-experience {
    animation: round 4s infinite;
    animation-direction: inherit;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
}

@keyframes round {
    0% {
        transform: rotate3d(0);
    }

    33% {
        transform: rotate(10deg) translateY(8px);
    }

    66% {
        transform: rotate(-10deg) translateY(-8px);
    }

    100% {
        transform: rotate(0);
    }
}

.confused-section {
    /* background-image: url(../images/confused-bg.png); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: red;
    color: #fff;
    
}

.confused-section img{
    /* padding-left: -50px; */
    margin-left: -30px;
}



.arrow {
    animation: updown 4s infinite;
    animation-direction: inherit;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
}

@keyframes updown {
    0% {
        transform: rotate(0);
    }

    50% {
        transform: rotate(16deg);
    }

    100% {
        transform: rotate(0);
    }
}

/* FOOTER START ================= */

.wp:hover {
    background-color: #de2020;
    border: #db3030;
}

.footer-menu__link:hover {
    color: red;

}

.footer-icon a i {
    transition: all 0.5s ease-in-out;
}

.footer-icon a {
    transition: all 0.5s ease-in-out;
}

.footer-icon a:hover i {
    color: #282828;
}

.footer-menu__list a {
    transition: all 0.5s ease-in-out;
}

.footer-content-links a {
    transition: all 0.5s ease-in-out;
}

/* FOOTER END */

.footer_hov:hover {
    color: red;
}

.footer-menu__title::before {
    background-color: #d8d5f2;
}

.mobile_menu:before {
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #fff transparent;
    margin: -14px 3px;
}

.mobile_menu nav ul .slide a {
    opacity: 1;
    animation: hidecolor 0.8s ease;
}

.mobile_menu nav ul li a {
    opacity: 0;
}

.mobile_menu nav ul .slide a:before {
    content: "";
    position: absolute;
    background: #3F51B5;
    width: 0%;
    height: 35px;
    animation: slide 0.8s ease;
}

.mobile_menu nav ul .slide a:before {
    content: "";
    position: absolute;
    background: #f71f1f;
    width: 0%;
    height: 35px;
    animation: slide 0.8s ease;
}

.tab-slider--trigger a {
    font-size: 18px;
}

.black-btn::before {
    position: absolute;
    top: 0px;
    left: 100%;
    right: -50px;
    content: "";
    background: #de2020;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    border-radius: 0%;
    transition-duration: 800ms;
    z-index: -1;
    bottom: 0;
}

.black-btn::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    opacity: 1;
    transform: scaleX(1);
    transition-duration: 800ms;
    background-color: #000;
    z-index: -2;
}

.black-btn:hover:before {
    left: 0px;
    right: 0px;
    transform: translateX(0);
}

.black-btn:hover:after {
    transform: scaleX(0);
    transition-duration: 1500ms;
}

.black-btn {
    border: 1px solid #000;
    z-index: 5;
    transition: all 0.5s ease-in-out;
}

.black-btn:hover {
    color: #000;
}

/* video btn */

button.mute-btn {
    position: absolute;
    right: 16px;
    top: 16px;
}

button.mute-btn i {
    font-size: 20px;
}

.tabsSwiper {
    padding: 10px 0 !important;
}

.tabsSwiper .swiper-slide {
    width: max-content !important;

}

.tabsSwiper .swiper-button-next,
.tabsSwiper .swiper-button-prev {
    top: 50% !important;
    color: #000 !important;
    background: #fff !important;
}

.tabsSwiper .swiper-button-next {
    right: 0;
}

.tabsSwiper .swiper-button-prev {
    left: 0;
}

.tabsSwiper .swiper-button-next:after,
.tabsSwiper .swiper-button-prev:after {
    font-size: 24px !important;
    font-weight: 900 !important;
}

.tabsSwiper .swiper-wrapper {
    margin-inline: 40px !important;
}

.hero-section-video .mute-btn {
    top: unset;
    right: 30px;
    bottom: 220px !important;
    background-color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-section-video .mute-btn i {
    font-size: 20px;
    color: #000;
}

/* videoadsSwiper slider btn */

.videoadsSwiper {
    padding: 0 25px !important;
}

.videoadsSwiper .swiper-button-prev {
    left: 0px;
}

.videoadsSwiper .swiper-button-next {
    right: 0px;
}

.videoadsSwiper .swiper-button-next,
.videoadsSwiper .swiper-button-prev {
    background-color: #fff;
    width: 48px;
    height: 48px;
    border-radius: 100%;
}

.videoadsSwiper .swiper-button-next::after,
.videoadsSwiper .swiper-button-prev::after {
    font-size: 22px;
    font-weight: bold;
    color: #000;
}

/* tabs slider */

.tabSwiper .swiper-button-next:after,
.tabSwiper .swiper-button-prev:after {
    color: #000 !important;
    font-size: 18px !important;
    font-weight: bold;
}

.tabSwiper .swiper-button-next,
.tabSwiper .swiper-button-prev {
    background-color: #fff;
    width: 30px;
    height: 30px;
    top: unset;
    bottom: 10px;
    border-radius: 100%;
}

.tabSwiper {
    padding-block: 10px !important;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0 !important;
}

/* testimonial-review  */

.testimonial-review {
    background: #de2d2d;
    color: #fff;
    padding: 40px;
}

.lets_connect {
    background-color: red;
    color: white;
    font: bold;
    margin-top: 50px;
    margin-left: 50px;
}

.contactuscss{
    /* background-color: #000;
    color: white; */
    /* justify-content: center; */
    /* justify-items: center; */
    /* align-items: center; */
    padding-left: 300px;
}

/* video tabs changes */

.wrapper {
    padding: 30px;
    position: relative;
    overflow-x: hidden;
    max-width: 100%;
    background: #000000;
    border-radius: 13px;
}

.wrapper .icon {
    position: absolute;
    top: 0;
    height: 100%;
    width: 120px;
    align-items: center;
    display: none;
}

.icon i {
    width: 55px;
    height: 55px;
    cursor: pointer;
    font-size: 1.2rem;
    text-align: center;
    line-height: 55px;
    border-radius: 50%;
    color: #fff;
}

.icon i:hover {
    color: #212121;
    background: #efedfb;
}

.icon:first-child i {
    margin-left: 10px;
}

.icon:last-child i {
    margin-right: 10px;
}

.wrapper .tabs-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    list-style: none;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.tabs-box.dragging {
    scroll-behavior: auto;
    cursor: grab;
}

.tabs-box .tab {
    cursor: pointer;
    font-size: 20px;
    white-space: nowrap;
    background: #f5f4fd;
    padding: 12px 30px;
    border-radius: 30px;
    border: 1px solid #d8d5f2;
    user-select: none;
    width: 100%;
    text-align: center;
}

.tabs-box .tab:hover {
    background: #efedfb;
}

.tabs-box.dragging .tab {
    user-select: none;
    pointer-events: none;
}

.tabs-box .tab.active {
    color: #282828;
    background: #ea2727;
    color: white;
    border-color: transparent;
}

@keyframes slide {
    0% {
        width: 0;
        padding: 0px 10px;
        margin: 0px -5px;
    }

    80% {
        width: 105%;
        padding: 0px 10px;
        margin: 0px -5px;
    }

    100% {
        width: 0;
        padding: 0 0;
    }
}

header.mobile_nav {
    margin: 1px 10px 0;
    display: none;
}

header .mobile_nav .burger .mobile_nav__label {
    margin: -10px 5px;
    width: 135px;
    position: absolute;
    color: black;
}

@keyframes hidecolor {
    0% {
        color: #fff;
    }

    75% {
        color: #fff;
    }

    100% {
        color: white;
    }
}

/* MEDIA QUERY START */

@media (max-width:1399px) {
    .hero-section-video .mute-btn {
        bottom: 100px !important;
    }

    .wrapper .icon {
        display: flex;
    }

    .icon:first-child {
        left: 0;
        display: none;
        background: linear-gradient(90deg, #212121 50%, transparent);
    }

    .icon:last-child {
        right: 0;
        justify-content: flex-end;
        background: linear-gradient(-90deg, #212121 50%, transparent);
    }
}

@media (max-width:1279px) {
    .top-heading h2 {
        font-size: 44px;
        line-height: 60px;
        margin-top: 10px;
    }

    .testimonial-review {
        padding: 30px;
    }
}

@media (max-width:860px) {
    .brands-box {
        max-width: unset;
    }
}

@media (max-width:767px) {
    .top-heading h2 {
        font-size: 36px;
        line-height: 48px;
    }

    .py-150 {
        padding-block: 100px;
    }

    .footer-post-content {
        padding-left: 10px;
    }

    .tab-slider--trigger a {
        font-size: 16px;
    }

    .hero-section-video .mute-btn {
        width: 30px;
        height: 30px;
    }

    .hero-section-video .mute-btn i {
        font-size: 16px;
    }

    .icon i {
        width: 45px;
        height: 45px;
        line-height: 45px;
    }

    .tabs-box .tab {
        font-size: 18px;
        padding: 10px 30px;
    }

    .wrapper .tabs-box {
        gap: 14px;
    }

    .wrapper .icon {
        width: 80px;
    }

    .videoadsSwiper .swiper-button-next,
    .videoadsSwiper .swiper-button-prev {
        width: 45px;
        height: 45px;
    }

    .videoadsSwiper .swiper-button-next::after,
    .videoadsSwiper .swiper-button-prev::after {
        font-size: 16px;
    }
}

@media (max-width:640px) {
    .footer-content-links a {
        font-size: 14px;
    }
}

@media (max-width:575px) {
    .top-heading h2 {
        font-size: 30px;
        line-height: 42px;
    }

    .footer-content-links a {
        font-size: 16px;
    }

    .footer-subscribe p {
        margin-block: 20px;
    }

    .wrapper {
        padding: 20px;
    }

    .wrapper .tabs-box {
        gap: 10px;
    }

    .tabs-box .tab {
        font-size: 16px;
        padding: 8px 24px;
    }

    .icon:first-child i {
        margin-left: 5px;
    }

    .icon:last-child i {
        margin-right: 5px;
    }
}

@media (max-width:480px) {
    .top-heading h2 {
        font-size: 28px;
        line-height: 38px;
    }

    .py-150 {
        padding-block: 80px;
    }

    .videoadsSwiper .swiper-button-next,
    .videoadsSwiper .swiper-button-prev {
        width: 40px;
        height: 40px;
    }

    .videoadsSwiper {
        padding: 0 12px !important;
    }

    .hero-section-video .mute-btn {
        right: 20px;
        bottom: 90px !important;
    }

    .hero-section-video .mute-btn {
        width: 24px;
        height: 24px;
    }

    .hero-section-video .mute-btn i {
        font-size: 14px;
    }

    .tab-slider--trigger {
        width: 50%;
        margin-bottom: 20px;
        text-align: start;
    }

    .tabs-box .tab {
        padding: 8px 20px;
    }

    .wrapper .icon {
        width: 60px;
    }

    .tab-slider--nav {
        padding-inline: 12px;
    }

    .icon i {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}

@media (max-width: 390px) {
    .tab-slider--trigger {
        width: 100%;
        text-align: center;
    }

    /* .tab-slider--trigger a{
        font-size: 18px;
    }   */
}

@media (max-width: 360px) {

    /* .videoadsSwiper .swiper-button-next{
        right: 34%;
    }
    .videoadsSwiper .swiper-button-prev{
        left: 34%;
    } */
    .testimonial-review {
        padding: 20px;
    }

    .tab-slider--trigger {
        width: 100%;
    }
}

.error {
    color: red;
}