/* =========================================
   Portfolio Page Specific Styles
   ========================================= */
/* =========================================
   Breakpoint System
   ========================================= */
/* =========================================
   Button Styles Mixin
   ========================================= */
/* =========================================
   Horizontal Scroll Container Mixin
   ========================================= */
/* Hero Section */
@media (max-width: 1024px) and (min-width: 767px) {
  .header-content {
    height: 64px;
  }
  .mobile-menu {
    top: 64px;
  }
}
.portfolio-section {
  background-image: url(../image/career/web-career.png);
  background-size: cover;
  background-position: inherit;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: center;
  border-bottom: 1px solid var(--color-white-transparent-1);
  position: relative;
  background-attachment: fixed;
  padding-top: 300px;
  padding-bottom: 300px;
}
@supports (-webkit-touch-callout: none) {
  .portfolio-section {
    background-attachment: scroll;
  }
}
@media (max-width: 767px) {
  .portfolio-section {
    padding-top: 48px;
  }
}

@media (max-width: 1024px) {
  .portfolio-section .p-24 {
    padding: 24px 0;
  }
}
.portfolio-section h1 {
  margin: auto;
  line-height: 120%;
  text-align: center;
  max-width: 1342px;
  letter-spacing: 0.97px;
  text-shadow: 0px 0px 36px rgba(255, 255, 255, 0.4509803922);
}

@media (max-width: 1680px) {
  .portfolio-section h1 {
    font-weight: 500;
  }
}
.portfolio-section p {
  color: var(--color-white);
  max-width: 1026px;
  margin: 0 auto;
  letter-spacing: 0.72px;
  text-align: center;
  opacity: 0.7 !important;
}
@media (max-width: 1680px) {
  .portfolio-section p {
    max-width: 690px;
  }
}
@media (max-width: 1024px) {
  .portfolio-section p {
    max-width: 600px;
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .portfolio-section p {
    font-size: 16px;
    letter-spacing: 0%;
  }
}

@media (max-width: 1024px) {
  .portfolio-section:after,
  .portfolio-section::before {
    display: none;
  }
  .portfolio-section {
    background-image: url(../image/career/tab-career.png);
    background-position: center;
    padding-top: 80px;
    height: unset;
    background-attachment: unset;
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media (max-width: 600px) {
  .portfolio-section {
    background-position: inherit;
    padding-top: 260px;
    padding-bottom: 260px;
    height: unset;
    background-attachment: unset;
    background-image: url(../image/career/mobile-career-.png);
  }
}
.free-consultation {
  width: 263px !important;
  margin: 0px auto 0;
}

@media (max-width: 1024px) {
  .free-consultation {
    margin: 0 auto 0;
    width: 227px !important;
  }
}
@media (max-width: 600px) {
  .free-consultation {
    margin: 0 auto 0;
    width: 211px !important;
  }
}
.portfolio-launch-your-idea h3 {
  max-width: 1420px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 1680px) {
  .portfolio-launch-your-idea h3 {
    max-width: 1110px;
  }
}
@media (max-width: 1280px) {
  .portfolio-launch-your-idea h3 {
    max-width: 903px;
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .portfolio-launch-your-idea h3 {
    max-width: 537px;
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  .portfolio-launch-your-idea h3 {
    font-size: 20px !important;
  }
}
.why-work {
  position: relative;
  overflow: hidden;
  background: #08121C;
}
.why-work::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  right: -120px;
  top: 50%;
  transform: translateY(-50%);
  background: radial-gradient(circle, rgba(0, 153, 255, 0.35) 0%, rgba(0, 153, 255, 0) 70%);
  pointer-events: none;
}
.why-work .container {
  width: 100%;
}
.why-work .content {
  max-width: 818px;
}
.why-work .content h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 500;
  line-height: 58px;
  margin-bottom: 20px;
  letter-spacing: 2%;
}
@media (max-width: 1024px) {
  .why-work .content h2 {
    font-size: 24px;
    margin-bottom: 16px;
    line-height: 140%;
  }
}
.why-work .content p {
  max-width: 772px;
  width: 100%;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0%;
}
@media (max-width: 1800px) {
  .why-work .content p {
    max-width: 680px;
  }
}
@media (max-width: 1550px) {
  .why-work .content p {
    max-width: 620px;
  }
}
@media (max-width: 1024px) {
  .why-work .content p {
    max-width: 660px;
    font-size: 16px;
    margin-bottom: 32px;
    line-height: 140%;
  }
}
@media (max-width: 600px) {
  .why-work .content p {
    max-width: 307px;
    font-size: 16px;
    letter-spacing: 0%;
    line-height: 140%;
  }
}
.why-work .gallery-grid {
  display: grid;
  display: grid;
  grid-template-columns: minmax(220px, 408px) minmax(220px, 408px) minmax(240px, 439px) minmax(220px, 375px);
  gap: 16px;
  justify-content: center;
  align-items: start;
}
.why-work .gallery-grid .card {
  overflow: hidden;
  border-radius: 16px;
  width: 100%;
}
.why-work .gallery-grid .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 1024px) {
  .why-work .gallery-grid .card {
    border-radius: 32px;
  }
}
@media (max-width: 600px) {
  .why-work .gallery-grid .card {
    border-radius: 16px;
  }
}
.why-work .gallery-grid .card-1 {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: clamp(260px, 24vw, 408px);
  height: clamp(320px, 38vw, 537px);
  align-self: start;
  margin-top: clamp(20px, 4vw, 56px);
}
.why-work .gallery-grid .card-2 {
  grid-column: 2/3;
  grid-row: 1/2;
  max-width: clamp(260px, 24vw, 408px);
  height: clamp(220px, 24vw, 344px);
  align-self: start;
  margin-top: clamp(20px, 4vw, 56px);
}
.why-work .gallery-grid .card-3 {
  grid-column: 3/4;
  grid-row: 1/3;
  max-width: clamp(280px, 26vw, 439px);
  height: clamp(360px, 40vw, 577px);
  align-self: start;
  margin-top: calc(-1 * clamp(80px, 12vw, 180px));
}
.why-work .gallery-grid .card-4 {
  grid-column: 4/5;
  grid-row: 1/2;
  max-width: clamp(240px, 22vw, 375px);
  height: clamp(280px, 30vw, 440px);
  align-self: start;
  margin-top: clamp(-44px, -3vw, -20px);
}
.why-work .gallery-grid .card-5 {
  grid-column: 2/3;
  grid-row: 2/3;
  width: clamp(300px, 30vw, 537px);
  height: clamp(220px, 24vw, 344px);
  align-self: start;
}
.why-work .gallery-grid .card-6 {
  grid-column: 3/4;
  grid-row: 2/3;
  width: clamp(220px, 21vw, 411px);
  height: clamp(180px, 20vw, 295px);
  align-self: start;
  left: 144px;
}
@media (max-width: 1850px) {
  .why-work .gallery-grid .card-6 {
    left: 168px;
  }
}
@media (max-width: 1680px) {
  .why-work .gallery-grid .card-6 {
    left: 130px;
  }
}
@media (max-width: 1440px) {
  .why-work .gallery-grid .card-6 {
    left: 120px;
  }
}
@media (max-width: 1024px) {
  .why-work .gallery-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 12px;
    padding-top: 0;
  }
  .why-work .gallery-grid .card-1,
  .why-work .gallery-grid .card-2,
  .why-work .gallery-grid .card-3,
  .why-work .gallery-grid .card-4,
  .why-work .gallery-grid .card-5,
  .why-work .gallery-grid .card-6 {
    grid-column: auto !important;
    grid-row: auto !important;
    margin: 0 !important;
    width: 100% !important;
    min-width: unset !important;
    max-width: unset !important;
    margin-left: 0 !important;
    border: 1px solid #01CBCF;
  }
  .why-work .gallery-grid .card-1,
  .why-work .gallery-grid .card-2 {
    height: clamp(218px, 56vw, 420px) !important;
  }
  .why-work .gallery-grid .card-6 {
    left: auto;
  }
  .why-work .gallery-grid .card-3,
  .why-work .gallery-grid .card-4,
  .why-work .gallery-grid .card-5,
  .why-work .gallery-grid .card-6 {
    height: clamp(126px, 33vw, 300px) !important;
  }
}
@media (max-width: 600px) {
  .why-work .gallery-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 4px;
    padding-top: 0;
  }
  .why-work .gallery-grid .card-1,
  .why-work .gallery-grid .card-2,
  .why-work .gallery-grid .card-3,
  .why-work .gallery-grid .card-4,
  .why-work .gallery-grid .card-5,
  .why-work .gallery-grid .card-6 {
    grid-column: auto !important;
    grid-row: auto !important;
    margin: 0 !important;
    width: 100% !important;
    min-width: unset !important;
    max-width: unset !important;
    margin-left: 0 !important;
    border: 1px solid #01CBCF;
  }
  .why-work .gallery-grid .card-1,
  .why-work .gallery-grid .card-2 {
    height: clamp(218px, 40vw, 420px) !important;
  }
  .why-work .gallery-grid .card-3,
  .why-work .gallery-grid .card-4,
  .why-work .gallery-grid .card-5,
  .why-work .gallery-grid .card-6 {
    height: clamp(126px, 32vw, 300px) !important;
  }
}

.reboot-rising {
  position: relative;
  overflow: hidden;
  background: #020b14;
}
.reboot-rising .container-reboot {
  margin: auto;
  position: relative;
}
.reboot-rising .top-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  margin-bottom: 48px;
  position: relative;
  z-index: 5;
  padding-inline: 120px;
}
@media (max-width: 1024px) {
  .reboot-rising .top-content {
    margin-bottom: 35px;
  }
}
.reboot-rising .top-content::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -10%;
  transform: translateY(-50%);
  width: 800px;
  height: 600px;
  background: radial-gradient(rgba(0, 180, 200, 0.18) 0%, rgba(0, 120, 160, 0.08) 45%, transparent 70%);
  border-radius: 50%;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .reboot-rising .top-content::before {
    left: -50%;
  }
}
.reboot-rising .top-content::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10%;
  transform: translateY(-50%);
  width: 800px;
  height: 600px;
  background: radial-gradient(rgba(0, 180, 200, 0.18) 0%, rgba(0, 50, 150, 0.08) 45%, transparent 70%);
  border-radius: 50%;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .reboot-rising .top-content::after {
    right: -50%;
  }
}
@media (max-width: 600px) {
  .reboot-rising .top-content::after {
    display: none;
  }
}
@media (max-width: 1024px) {
  .reboot-rising .top-content {
    padding-inline: 40px;
  }
}
@media (max-width: 600px) {
  .reboot-rising .top-content {
    display: block;
    padding-inline: 16px;
    margin-bottom: 40px;
  }
}
.reboot-rising .top-content h2 {
  font-size: 48px;
  font-weight: 500;
  line-height: 58px;
  max-width: 786px;
  width: 100%;
}
@media (max-width: 1580px) {
  .reboot-rising .top-content h2 {
    font-size: 42px;
  }
}
@media (max-width: 1440px) {
  .reboot-rising .top-content h2 {
    font-size: 32px;
    line-height: 140%;
  }
}
@media (max-width: 1024px) {
  .reboot-rising .top-content h2 {
    max-width: 406px;
    width: 100%;
    font-size: 24px;
    line-height: 140%;
    letter-spacing: 2%;
  }
}
@media (max-width: 1024px) {
  .reboot-rising .top-content h2 {
    margin-bottom: 12px;
  }
}
.reboot-rising .top-content p {
  max-width: 676px;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 34px;
}
@media (max-width: 1580px) {
  .reboot-rising .top-content p {
    font-size: 22px;
  }
}
@media (max-width: 1440px) {
  .reboot-rising .top-content p {
    font-size: 20px;
    line-height: 140%;
  }
}
@media (max-width: 1024px) {
  .reboot-rising .top-content p {
    max-width: 308px;
    width: 100%;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0%;
  }
}

.reboot-gallery-wrapper {
  position: relative;
  height: 766px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .reboot-gallery-wrapper {
    height: 301px;
    margin-top: -10px;
  }
}
@media (max-width: 1024px) {
  .reboot-gallery-wrapper {
    margin-top: -30px;
  }
}

/* ROWS */
.slider-row {
  position: absolute;
  width: 100%;
  overflow: hidden;
}

.slider-left {
  top: 100px;
}
@media (max-width: 1024px) {
  .slider-left {
    top: 36px;
  }
}

.slider-right {
  bottom: 60px;
}
@media (max-width: 1024px) {
  .slider-right {
    bottom: 20px;
  }
}

/* TRACK */
.slider-track {
  display: flex;
  gap: 12px;
  width: max-content;
}

/* CARDS */
.card {
  width: 294px;
  height: 294px;
  overflow: hidden;
  border-radius: 4px;
  flex-shrink: 0;
  position: relative;
}
@media (max-width: 1024px) {
  .card {
    width: 117px;
    height: 117px;
  }
}
.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
}

/* CENTER IMAGE */
.center-image {
  height: 766px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
@media (max-width: 1024px) {
  .center-image {
    width: 165px;
    height: 300px;
  }
}
.center-image img {
  width: 420px;
  max-width: 100%;
  object-fit: contain;
}

/* SIDE FADE */
.reboot-gallery-wrapper::before,
.reboot-gallery-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  width: 180px;
  height: 100%;
  z-index: 4;
  pointer-events: none;
}

.reboot-gallery-wrapper::before {
  left: 0;
  background: linear-gradient(to right, #07111b, rgba(7, 17, 27, 0));
}

.reboot-gallery-wrapper::after {
  right: 0;
  background: linear-gradient(to left, #07111b, rgba(7, 17, 27, 0));
}

/* TOP BOTTOM FADE */
.reboot-rising::before,
.reboot-rising::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 120px;
  z-index: 3;
  pointer-events: none;
}

.reboot-rising::before {
  top: 0;
  background: linear-gradient(to bottom, #07111b, rgba(7, 17, 27, 0));
}

.reboot-rising::after {
  bottom: 0;
  background: linear-gradient(to top, #07111b, rgba(7, 17, 27, 0));
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .portfolio-launch-your-idea-content {
    padding-inline: 40px;
  }
}
.portfolio-launch-your-idea h3 {
  max-width: 1420px;
  width: 100%;
  font-size: 48px;
  margin: 0 auto;
}

@media (max-width: 1680px) {
  .portfolio-launch-your-idea h3 {
    max-width: 1000px;
  }
}
@media (max-width: 1440px) {
  .portfolio-launch-your-idea h3 {
    max-width: 800px;
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .portfolio-launch-your-idea h3 {
    max-width: 580px;
    width: 100%;
    font-size: 24px;
    margin: 0px;
    text-align: left;
  }
}
.portfolio-launch-your-idea p {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  padding-top: 20px;
}
@media (max-width: 1440px) {
  .portfolio-launch-your-idea p {
    max-width: 750px;
  }
}
@media (max-width: 1024px) {
  .portfolio-launch-your-idea p {
    max-width: 750px;
    text-align: left;
    padding-top: 16px;
  }
}
@media (max-width: 600px) {
  .portfolio-launch-your-idea p {
    max-width: 295px;
    font-size: 16px;
    font-weight: 400;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.portfolio-launch-your-idea .p {
  max-width: 960px;
  width: 100%;
  text-align: center;
  margin: auto;
  color: rgba(255, 255, 255, 0.7);
}

.portfolio-launch-your-idea-content a {
  max-width: 217px !important;
  width: 100%;
  margin: 20px auto 0px;
}
@media (max-width: 1440px) {
  .portfolio-launch-your-idea-content a {
    margin: 16px auto 0px;
  }
}
@media (max-width: 1024px) {
  .portfolio-launch-your-idea-content a {
    max-width: 190px !important;
    margin: 16px auto 0px;
    margin: 0px;
    text-align: left;
  }
}
@media (max-width: 600px) {
  .portfolio-launch-your-idea-content a {
    max-width: 174px !important;
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .portfolio-launch-your-idea-content a {
    width: 100%;
    margin: 16px 0px 0px 0px;
    text-align: left;
  }
}
@media (max-width: 600px) {
  .portfolio-launch-your-idea-content a {
    width: 100%;
    margin: 0px;
  }
}
.digitian-package {
  background: #08121C;
  padding: 120px;
}
@media (max-width: 1024px) {
  .digitian-package {
    padding: 60px 40px;
  }
}
@media (max-width: 600px) {
  .digitian-package {
    padding: 40px 16px;
  }
}

/* ============================================
TOP CONTENT
============================================ */
.package-top-content {
  text-align: center;
  width: 100%;
  margin: 0 auto 60px;
}
@media (max-width: 1024px) {
  .package-top-content {
    margin-bottom: 32px;
  }
}
@media (max-width: 600px) {
  .package-top-content {
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .package-top-content h2 {
    text-align: left;
  }
}
@media (max-width: 600px) {
  .package-top-content h2 {
    font-size: 24px;
  }
}
.package-top-content p {
  max-width: 1200px;
  width: 100%;
  color: rgba(255, 255, 255, 0.7);
  padding-block: 20px;
  margin: auto;
}
@media (max-width: 1680px) {
  .package-top-content p {
    max-width: 936px;
  }
}
@media (max-width: 1024px) {
  .package-top-content p {
    max-width: 688px;
    width: 100%;
    margin: 0px;
    text-align: left;
  }
}

/* BUTTON */
.theme-btn {
  max-width: 331px;
  width: 100%;
  margin: auto;
}
@media (max-width: 1024px) {
  .theme-btn {
    margin: 0px;
    max-width: 281px;
  }
}
@media (max-width: 600px) {
  .theme-btn {
    max-width: 265px;
    margin: 0px;
  }
}

/* ============================================
GRID
============================================ */
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  /* Top 3 cards */
}
.benefits-grid .benefit-card {
  grid-column: span 2;
}
.benefits-grid {
  /* Bottom 2 large cards */
}
.benefits-grid .large-card {
  grid-column: span 3;
}
@media (max-width: 1024px) {
  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .benefits-grid .benefit-card {
    grid-column: span 1;
  }
  .benefits-grid .large-card {
    grid-column: span 1;
    min-height: auto;
  }
  .benefits-grid .benefit-card:last-child,
  .benefits-grid .large-card:last-child {
    grid-column: 1/-1;
  }
}
@media (max-width: 600px) {
  .benefits-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

/* ============================================
CARD
============================================ */
.benefit-card {
  min-height: auto;
  position: relative;
  padding: 40px 32px;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(0, 45, 87, 0.12) 0%, rgba(0, 45, 87, 0.02) 100%);
  border: 1px solid rgba(0, 162, 255, 0.18);
  backdrop-filter: blur(10px);
  transition: 0.4s ease;
  display: flex;
  flex-direction: column;
}
.benefit-card:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 207, 255, 0.4);
}
.benefit-card {
  /* INNER BLUE GLOW */
}
.benefit-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top, rgba(0, 119, 255, 0.18), transparent 70%);
  pointer-events: none;
}
@media (max-width: 1024px) {
  .benefit-card {
    min-height: auto;
    padding: 16px;
  }
}
.benefit-card h3 {
  color: #fff;
  font-size: 24px;
  line-height: 58px;
  font-weight: 500;
  margin-bottom: 12px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1550px) {
  .benefit-card h3 {
    font-size: 23px;
    line-height: 48px;
  }
}
@media (max-width: 1440px) {
  .benefit-card h3 {
    font-size: 21px;
    line-height: 46px;
  }
}
@media (max-width: 1024px) {
  .benefit-card h3 {
    font-size: 18px;
    line-height: 26px;
  }
}
.benefit-card p {
  color: rgba(255, 255, 255, 0.72);
  position: relative;
  z-index: 2;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0%;
}
@media (max-width: 1550px) {
  .benefit-card p {
    font-size: 22px;
  }
}
@media (max-width: 1440px) {
  .benefit-card p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 1024px) {
  .benefit-card p {
    font-size: 16px;
    line-height: 140%;
  }
}

/* ============================================
ICON
============================================ */
.icon-box {
  width: 72px;
  height: 72px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  background: rgba(0, 119, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  z-index: 2;
}
.icon-box img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}
@media (max-width: 600px) {
  .icon-box img {
    width: 72px;
    height: 72px;
  }
}

.desktop-img {
  box-shadow: none;
}

/*# sourceMappingURL=career.css.map */
