@keyframes flipInY {
    0% {
        opacity: 0;
        transform: rotateY(90deg);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInUp {
    0% {
        opacity: 0;
        transform: translateY(50%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        transform: translateY(-50%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInleft {
    0% {
        opacity: 0;
        transform: translateX(50%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(-50%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}



.flipInY {
    animation-name: flipInY;
}

.slideInUp {
    animation-name: slideInUp;
}

.slideInDown {
    animation-name: slideInDown;
}

.slideInLeft {
    animation-name: slideInleft;
}

.slideInRight {
    animation-name: slideInRight;
}

.fadeIn {
    animation-name: fadeIn;
}

.fadeOut {
    animation-name: fadeIn;
    animation-direction: reverse;
}

.zoomIn {
    animation-name: zoomIn;
}

.zoomOut {
    animation-name: zoomIn;
    animation-direction: reverse;
}

.zoomReverseIn {
    animation-name: zoomReverseIn;
}

.zoomReverseOut {
    animation-name: zoomReverseIn;
    animation-direction: reverse;
}

.flipInY {
    animation-name: flipInY;
}

.flipOutY {
    animation-name: flipInY;
    animation-direction: reverse;
}

[data-animation] {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}


.product-card-title {
    font-size: 22px;
    font-weight: bold;
}


.product-card-link {
    display: flex;
    justify-content: flex-end;
    color: white;
    text-decoration: underline;
    cursor: pointer;
}

.product-card {
    padding: 10px;
    border-radius: 8px;
    width: 400px;
    color: white;
}

.product-line-wrapper>:nth-child(1)>:nth-child(1) {
    background: rgb(37, 170, 226);
}

.product-line-wrapper>:nth-child(1)>:nth-child(2) {
    background: rgb(34, 168, 135)
}

.product-line-wrapper>:nth-child(1)>:nth-child(3) {
    background: rgb(117, 26, 255)
}

.product-line-wrapper>:nth-child(2)>:nth-child(1) {
    background: #2b6d7e
}

.product-line-wrapper>:nth-child(2)>:nth-child(2) {
    background: #419573
}

.product-line-wrapper>:nth-child(2)>:nth-child(3) {
    background: #85112aa6
}


.product-line-wrapper>:nth-child(3)>:nth-child(1) {
    background: #534baa
}

.product-line-wrapper>:nth-child(3)>:nth-child(2) {
    background: #3f84d4
}

.product-line-wrapper>:nth-child(3)>:nth-child(3) {
    background: #525595;
}





.clip {
    clip-path: polygon(0 26%, 59% 82%, 100% 100%, 0 100%);
    background-image: linear-gradient(to right top, #1e3a8a, #2563eb, #3b82f6, #60a5fa, #93c5fd, #a7d8ff, #bae6fd, #e0f2fe);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    opacity: .3;
}



.main {
    background-color: #2C3444;
}

.title-wrapper {
    justify-content: center;
    text-align: center;
    font-size: 28px;
    color: white;
    border-top: 1px solid #606060;
    border-bottom: 1px solid #606060;
    padding: 15px 0 20px 0;
    font-weight: 700;
    /* font-family: Quicksand; */
    line-height: 35px;
    display: flex;
}


.platform-card-title {
    font-size: 25px;
    font-weight: bolder;
    text-align: center;
}

.pf-card-wrapper>:nth-child(1) {
    background: linear-gradient(to left top, #0270D7, rgba(2, 112, 215, 0)) !important;
}

.pf-card-wrapper>:nth-child(2) {
    background: linear-gradient(to left top, #00BFFB, rgba(0, 191, 251, 0)) !important;
}

.pf-card-wrapper>:nth-child(3) {
    background: linear-gradient(to left top, #0270D7, rgba(2, 112, 215, 0)) !important;
}

.hero-text {
    font-size: 17px;
}

.csb-2 {
    display: flex;
    flex-direction: row-reverse;
    padding: 1em 0 1em 0;
    gap: 50px;
    align-items: center;
}

.csb-2>img {
    width: 50%;
    min-width: 50%;
}

.csb-text-wrapper {
    display: flex;
    gap: 25px;
    justify-content: center;
    height: 100%;
    flex-direction: column;
    height: 315px;
}

.csb-title {
    font-size: 22px;
    font-weight: bold;
}

.dashboard-svg {
    width: 80%;
}

.image-container {
    display: flex;
    justify-content: center;
    padding: 50px 0 50px 0;
}


/* First section */

.main-wrapper {
    z-index: 1;
    display: flex;
    flex-direction: row;
    height: 100%;
    gap: 50px;
    align-items: center;
    position: absolute;
}

.hero-image {
    max-width: 700px;
}

.left-block {
    z-index: 2;
    display: flex;
    width: 50%;
    height: 100%;
    padding-left: 10%;
    flex-direction: column;
    align-content: space-around;
    justify-content: space-evenly;
    color: white;
}

.right-block {
    z-index: 2;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
    /* width: 35%; */
}

.button-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.hero-section {
    min-height: 500px;
    background-color: #2C3444 !important;
    margin-top: 90px;
}

/* End first section */

/* Second section */

.evaluate-svg {
    display: flex;
    justify-content: center;
    padding: 1em 0 1em 0;
}

/* End of second section */

/* Third section */

.pf-card-wrapper {
    padding-top: 25px;
    display: flex;
    gap: 25px;
    justify-content: center;
    color: white;
    padding-bottom: 25px;
}


.platform-card-wrapper {
    width: 30%;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    padding: 15px;
    align-items: center;
    gap: 25px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.image-card {
    max-width: 330px;
    border-radius: 8px;
    width: 100%;
}

/* End of Third section */

/* 4st section */

.csb-1 {
    display: flex;
    flex-direction: row;
    padding: 1em 0 1em 0;
    gap: 50px;
    align-items: center;
    color: black;
}

.csb-1>img {
    width: 50%;
    min-width: 50%;
}

.right-block img {
    /* max-width: 580px; */
    border-radius: 8px;
    width: 98%;
    padding: 10px;
}

.career_img img{
    max-width: 510px;
}

/* end of 4st section */


.careers-title {
    font-size: 36px;
    margin-bottom: 30px;
    text-align: center;
    /* color: #2C3444; */
    padding-top: 30px;
}

.careers-container {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
    /* Allow wrapping for responsiveness */
}

.careers-box {
    /* background-color: white; */
    border-radius: 10px;
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    padding: 20px;
    text-align: center;
    flex: 1;
    max-width: 300px;
    width: 100%;
    /* Ensure full width on small screens */
}

.careers-box .icon {
    font-size: 40px;
    margin-bottom: 15px;
}

.careers-box h2 {
    margin-bottom: 10px;
    font-size: 24px;
    /* color: #fff; */
}

.careers-box p {
    font-size: 16px;
    /* color: #fff; */
}

/* Media Queries for Responsiveness */

@media (min-width: 992px) {
    .product-line-wrapper {
      display: flex;
      flex-direction: column;
      gap: 25px;
      padding: 0 25px 0 25px;
    }
  
    .product-line-wrapper>div {
      display: flex;
      justify-content: center;
      width: 100%;
      gap: 30px;
    }
  
    .product-card-wrapper {
      display: flex;
      flex-direction: column;
      gap: 25px;
      padding: 25px;
      justify-content: space-between;
      /* height: 100%; */
    }
  
    .product-line-wrapper>:nth-child(1)>:nth-child(2) {
      position: relative;
      bottom: 80px;
    }
  
  
    .product-line-wrapper>:nth-child(2)>:nth-child(1) {
      position: relative;
      left: 15px;
    }
  
    .product-line-wrapper>:nth-child(2)>:nth-child(2) {
      position: relative;
      bottom: 55px;
      margin: 5px;
    }
  
    .product-line-wrapper>:nth-child(2)>:nth-child(3) {
      position: relative;
      /* top: 15px; */
      top: 0;
      right: 15px;
    }
  
    .product-line-wrapper>:nth-child(3)>:nth-child(2) {
      position: relative;
      /* bottom: 55px; */
      /* bottom: 5px; */
      bottom: 0;
      /* margin: 5px; */
    }
  
    .product-line-wrapper>:nth-child(3)>:nth-child(3) {
      position: relative;
      top: 15px;
    }
}

/* Mobile */
@media (max-width: 991px) and (max-width: 1075px) {

    .right-block {
        width: 100%;
        align-items: center;
    }

    .dashboard-svg {
        width: 100%;
    }

    .csb-2 {
        padding: 15px;
        flex-direction: column;
    }

    .csb-2>img {
        width: 100%;
    }

    .csb-text-wrapper {
        height: 100%;
    }

    .csb-1 {
        padding: 15px;
        flex-direction: column;
    }

    .csb-1>img {
        width: 100%;
    }

    .image-card {
        width: 100%;
    }


    .platform-card-wrapper {
        width: 95%;
    }

    .pf-card-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .hero-section {
        margin-top: 50px;
    }

    .main-wrapper {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: auto;
        position: relative;
    }

    .left-block {
        padding: 0;
        width: 95%;
    }

    .hero-image {
        height: 100%;
        width: 100%;
        z-index: 2222;
        padding-bottom: 50px;
    }

    .evaluate-svg>img {
        width: 100%;
    }

    .careers-container {
        justify-content: space-around;
    }

    .careers-box {
        max-width: 45%;
        /* Two boxes per row */
    }

    .rtoken__container {
        position: static;
    }

    .product-line-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 25px;
        padding: 0 25px 0 25px;
    }

    .product-line-wrapper>div {
        display: flex;
        justify-content: center;
        flex-direction: column;
        width: 100%;
        gap: 25px;
        align-items: center;
    }

    .product-card-wrapper {
        display: flex;
        flex-direction: column;
        gap: 25px;
        padding: 25px;
        justify-content: space-between;
        height: 100%;
    }

}



@media (min-width: 992px) and (max-width: 1075px) {
    .product-line-wrapper {
      display: flex;
      flex-direction: column;
      gap: 25px;
      padding: 0 25px 0 25px;
    }
  
    .product-line-wrapper>div {
      display: flex;
      justify-content: center;
      width: 100%;
      gap: 25px;
    }
  
    .product-card-wrapper {
      display: flex;
      flex-direction: column;
      gap: 25px;
      padding: 25px;
      justify-content: space-between;
      height: 100%;
    }
  
    .product-line-wrapper>:nth-child(1)>:nth-child(2) {
      position: relative;
      bottom: 80px;
    }
  
  
    .product-line-wrapper>:nth-child(2)>:nth-child(1) {
      position: relative;
      left: 15px;
    }
  
    .product-line-wrapper>:nth-child(2)>:nth-child(2) {
      position: relative;
      bottom: 55px;
      margin: 5px;
    }
  
    .product-line-wrapper>:nth-child(2)>:nth-child(3) {
      position: relative;
      top: 15px;
      right: 15px;
    }
  
    .product-line-wrapper>:nth-child(3)>:nth-child(2) {
      position: relative;
      /* bottom: 55px; */
      bottom: 0;
      margin: 5px;
    }
  
    .product-line-wrapper>:nth-child(3)>:nth-child(3) {
      position: relative;
      top: 15px;
    }
}  



@media (max-width: 768px) {
    .careers-container {
        flex-direction: column;
        align-items: center;
    }

    .careers-box {
        max-width: 100%;
        /* One box per row on small screens */
        margin-bottom: 20px;
    }

    .careers-title {
        font-size: 28px;
    }
}

@media (max-width: 600px) {
    .careers-title {
        font-size: 24px;
    }

    .careers-box {
        padding: 15px;
    }

    .careers-box h2 {
        font-size: 20px;
    }

    .careers-box p {
        font-size: 14px;
    }

    .careers-box .icon {
        font-size: 35px;
    }

    .right-block img {
        width: 100%;
    }

    .product-card {
        width: 100%;
    }
}