@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

body{
    font-family: "Plus Jakarta Sans", sans-serif;
}

#smooth-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  inset: 0;
}

#smooth-content {
  position: absolute;
  width: 100%;
  will-change: transform;
}

:root{
    --bg-ourmethod: linear-gradient(0deg, #FAFAFA 15.55%, #7371A9 42.03%, #3E2F84 64.81%, #010004 100%);
    --bg-about : linear-gradient(70.28deg, #F17721 0%, #FC6057 50.84%, #3D2F84 99.26%);
    --bg-join : #261D51;
    --bg-footer : #0C022F;
    --head-text : #3E2F84;
    --text : #333333;
    --nav-scoped : #3E2F84;
    --gray : #4C4C4C;
    --heading-size: 64px;
    --paragraph-size: 18px;
}

.heroSlider .swiper-slide{
    position: relative;
    height: 100vh;
    overflow: hidden;
}
.ex-backdrop{
    width: 100%;
    height: 100vh !important;
    object-fit: cover;
}
.heroSlider .swiper-slide img {
  transform: scale(1.08);   
  transition: transform 10s ease-out;
}
.heroSlider .swiper-slide-active img{  
    animation: zoomInOut  10s ease-in-out;
}
@keyframes zoomInOut {
    0%   { transform: scale(1); }
    75%  { transform: scale(1.1); }  
    100% { transform: scale(1.08); } 
}

.text-left{
    text-align: left !important;
}

.ex-grindtext{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: flex-end;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.44), rgba(0, 0, 0, 0.44)),linear-gradient(180deg, rgba(0, 0, 0, 0) 83.28%, #03020B 100%);
    padding-bottom: 10%;
}
.ex-title-head{
    color: white;
    font-size: 72px;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 1.4rem;
}
.ex-short-desc{
    color: white;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    width: 68%;
}
.btn-to-swiper{
    position: relative;
    transform: translateY(-7vw);
    z-index: 9;
    display: flex;
    align-items: center;
}
.btn-to-swiper .swiper-button{
    display: flex;
    align-items: center;
    column-gap: 15px;
    height: auto;
}
.btn-to-swiper svg{
    fill: white !important;
    color: white;
    height: 15px;
}
.btn-to-swiper .swiper-button-prev,
.btn-to-swiper .swiper-button-next{
    height: 40px;
    width: 40px;
    border: 2px solid white;
    border-radius: 100px;
    position: relative;
}
.ex-grd-scp,
.btn-to-swiper{
    padding-left: 5% !important;
    padding-right: 5% !important;
}
.slide-counter{
    color: white;
    margin-left: 15px;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    z-index: 9;
    text-align: left;
    margin-top: -8px;
}

section.ox-hero{
    height: 100vh;
    position: relative;
    z-index: 99;
    background-color: black;
}

.higliht-animate{
    animation: spin 28s linear infinite;
}

/* Animasi berputar halus */
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

section.method-ox{
    background: var(--bg-ourmethod);
    padding-top: 10rem;
    padding-bottom: 8rem;
    position: relative;
    z-index: 99;
}
.method-ox .title{
    text-align: center;
    color: white;
    font-size: var(--heading-size);
    font-weight: 600;
    margin-bottom: 4rem;
}
.oxigen-ox-block{
    background-color: white;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.ox-body-box {
    padding: 34px 30px 10px 30px;
}
.ox-footer-box{
    position: relative;
}
img.ox-bottom-fground{
    width: 100%;
}
.ox-footer-box::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 30px;
    background: linear-gradient(180deg, #FFFFFF 42.31%, rgba(255, 255, 255, 0) 100%);
}
.ox-b-title{
    font-size: 20px;
    color: var(--head-text);
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 12px;
}
.ox-b-detail{
    font-size: var(--paragraph-size);
    color: var(--gray);
    font-weight: 300;
    line-height: 24px;
}

.ox-about{
    background: linear-gradient(70.28deg, #F17721 0%, #FC6057 50.84%, #3D2F84 99.26%);
    padding-top: 8rem;
    overflow: hidden;
    position: relative;
    z-index: 99;
}
.higliht-animate{
    position: absolute;
    top: -1rem;
    filter: blur(5px);
    right: -18px;
}
.people-as{
    position: relative;
}
.offset-b-8{
    margin-bottom: -8px;
}
.ox-a-title{
    font-size: var(--heading-size);
    color: white;
    font-weight: 600;
    margin-bottom: 1rem;
}
.ox-a-detail{
    font-size: var(--paragraph-size);
    color: white;
    font-weight: 300;
    line-height: 24px;
}

.ox-great-bg{
    background: url(../image/Section-bg.webp)no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 100vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 9;
}
section{
    position: relative;
    z-index: 9;
}

section.ox-comport {
    width: 100%;
    padding-top: 8rem;
    padding-bottom: 8rem;
    position: relative;
    z-index: 99;
}

.ox-grid-fac{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
}
.ox-i-2{
    grid-column: span 2 / span 2;
}
.ox-i-3,
.ox-i-4,
.ox-i-5{
    grid-row-start: 2;
}
.ox-items{
    border: 1px solid #EBEBEB;
    border-radius: 16px;
    background: #FFFFFF url(../image/card-item-bg.jpg)no-repeat;
    background-position: center right;
    background-size: cover;
    height: 300px;
    overflow: hidden;
    padding: 30px;
    display: flex;
    align-items: center;
}
.ox-di-title{
    font-size: 56px;
    font-weight: 600;
    color: var(--head-text);
    margin-bottom: 1.5rem;
}
.ox-di-detail{
    color: #4C4C4C;
    font-size: 18px;
    font-weight: 200;
    line-height: 24px;
}

.ArticSlide {
  width: 100%;
  padding: 40px 0;
}

.custom-slide {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  transition: 0.4s ease;
  
  transform: scale(0.8);
  transition: all 0.45s ease;
}

.custom-slide img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 20px;
  opacity: 0.5;
}

.ArticSlide .swiper-slide-active {
  transform: scale(1.2) !important;
  opacity: 1;
  z-index: 9;
  position: relative;
}

.ArticSlide .swiper-slide::after{
    /* content: ''; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #010004;
    z-index: 0;
    opacity: 0.5;
}

.slide-content::before{
    content: '';
    position: absolute;
    width: 4px;
    height: 118%;
    left: 0;
    bottom: 0;
    background-color: #FC6057;
    z-index: 1;
}

.slide-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: white;
  padding: 0 30px 25px 30px;
  z-index: 1;
}
.ox-container-controll{
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 15px;
  margin-top: 2rem;
}
.grapgap{
    column-gap: 8px !important;
}
.swiper-btn{
  position: relative;
  z-index: 99;
  background-color: #3E2F84;
  border-radius: 100px;
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: .3s ease-in-out;
  cursor: pointer;
}
.swiper-btn:hover{
  transform: translateY(-1.5px);
  transition: .3s ease-in-out;
}

.swiper-btn svg{
    width: 8px;
}
.ox-art-title{
    font-size: 24px;
    font-weight: 600;
}
.ox-art-more{
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    color: #F48640;
}
section.ox-case-art,
section.ox-team{
    padding-top: 8rem;
    padding-bottom: 8rem;
    position: relative;
    z-index: 99;
}
section.ox-team{
    padding-top: 5rem;
}
.ox-title-sider{
    font-size: var(--heading-size);
    font-weight: 600;
    color: var(--head-text);
    text-align: center;
    margin-bottom: 4rem;
}
.ox-switz-text{
    text-align: center;
    color: var(--gray);
    font-weight: 400;
    font-size: 18px;
    position: relative;
    z-index: 9;
}

.ox-grid-team{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 80px;
    margin-top: 5rem !important;
}

.ox-list-team{

}
/* Item ke-7 dan ke-8 */
.ox-list-team:nth-child(7) {
   grid-column: 2; /* masuk ke kolom tengah */
}

.ox-list-team:nth-child(8) {
   grid-column: 3; /* masuk ke kolom kanan */
}

.ox-d-memberlist{
    width: 100%;
    border-radius: 24px;
}
.ox-graw{
    justify-content: center;
    margin-top: 4rem !important;
}

.ox-graw .col-md-4{
    padding: 25px 70px;
}

.ox-m-name{
    font-size: 24px;
    font-weight: 600;
    color: var(--head-text);
    margin-bottom: 5px;
}
.ox-m-position{
    font-size: 18px;
    font-weight: 400;
    color: #4C4C4C;
    width: 80%;
    margin: 0 auto;
}
.ox-lt-nm{
    text-align: center;
    margin-top: 20px;
}
section.ox-our-line{
    padding-top: 6rem;
    padding-bottom: 6rem;
    position: relative;
    z-index: 99;
    background-color: #F9FBFF;
}
.cardSlide{
    width: 60%;
    height: 480px;
}

.cardSlide .swiper-slide{
    background-color: white;
    box-shadow: 0px 0px 12.48px 0px #0000004D;
    border-radius: 13px;
}
.ox-heta{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.ox-bg-cscrap{
    width: 100%;
    height: 238px !important;
}
.ox-icon{
    width: 25px;
    height: 25px;
    margin-bottom: 2rem;
}
.ox-head-had{
    padding: 0 25px;
    margin-top: 2rem;
}
.ox-head-had h5{
    font-size: 18px;
    font-weight: 600;
    color: black;
    margin-bottom: 1rem;
}
.ox-h-h-detail{
    font-size: 18px;
    color: #4C4C4C;
    line-height: 24px;
}
.ox-flex-align-center{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
section.ox-join{
    background-color: var(--bg-join);
    border-bottom-right-radius:50px;
    border-bottom-left-radius: 50px;
    padding-top: 5rem;
    padding-bottom: 8rem;
}

.ox-j-straps{
    color: #FAFAFA;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    margin-top: 3.2rem;
}

.ox-j-s-title{
    font-size: 64px;
    font-weight: 600;
    margin-bottom: 1.5rem;
}
.ox-j-s-detail{
    font-size: 18px;
    font-weight: 200;
    line-height: 24px;
}

.ox-j-s-link{
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    color: #F9FBFF;
    background: linear-gradient(92.29deg, #F14242 1.92%, #E66C14 99.63%);
    padding: 12px 25px;
    border-radius: 100px;
    display: block;
    width: fit-content;
    margin: 0 auto;
    margin-top: 2.5rem;
}

section.ox-connected-ts{
    min-height: 100vh;
    width: 100%;
    background-color: #07011D;
    position: fixed !important;
    bottom: 0;
    left: 0;
    z-index: 0 !important;
}

section.ox-join,
section.ox-our-line,
section.ox-case-art, 
section.ox-team,
section.ox-case-art, 
section.ox-team,
section.ox-comport,
section.ox-about,
section.method-ox,
section.ox-hero,
section.ox-connected-ts{
   position: relative;
   z-index: 991;
}

.Gallery{
    padding-top: 4rem;
}

.Gallery .swiper-slide {
  transition: transform 0.4s ease;
  display: flex;
  justify-content: center;
}

.Gallery .swiper-slide-active img{
    box-shadow: -3px 0px 21px 3px rgba(0,0,0,1);
    -webkit-box-shadow: -3px 0px 21px 3px rgba(0,0,0,1);
    -moz-box-shadow: -3px 0px 21px 3px rgba(0,0,0,1);
}


.Gallery .swiper-slide img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 6px;
  transition: 0.4s ease;
}

/* slide tengah lebih besar */
.Gallery .swiper-slide-active{
  position: relative;
  z-index: 9;
}
.Gallery .swiper-slide-active img {
  transform: scale(1.1);
}

/* ukuran slide */
.Gallery .swiper-slide {
  width: 60%; /* slide tengah */
}

@media (max-width: 768px) {
.Gallery .swiper-slide {
    width: 80%;
  }
}

.navbar-nav li a{
    font-size: 12px;
    font-weight: 600;
    color: white !important;
    text-decoration: none;
}
.navbar-brand{
    position: relative;
}
._icon-color{
    position: absolute;
    opacity: 0;
}
a.btn-program{
    background: linear-gradient(92.29deg, #F14242 1.92%, #E66C14 99.63%);
    border-radius: 100px !important;
    display: block;
    width: fit-content;
    font-size: 12px !important;
    font-weight: 600 !important;
    color: white !important;
    padding: 12px 23px !important;
    height: 40px;
    line-height: 15px;
}
img.bs-logo{
    height: 40px;
}

nav.bs-navbar {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    margin-top: 1rem;
    transition: 0.5s ease-in-out;
}
nav.scrolled-color{
    background-color: white;
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    transition: 0.5s ease-in-out;
    margin-top: 0;
}
nav.scrolled-color ul li a{
    color: var(--head-text) !important;
}
nav.scrolled-color ._icon-color{
    opacity: 1;
}
nav.scrolled-color ._icon-white{
    opacity: 0;
}

.ox-wrap-glassy{
    background: #3e2f84cc;
    width: 65%;
    text-align: center;
    color: white;
    padding: 80px 30px;
    margin: 0 auto;
    border-radius: 24px;
    position: relative;
}

.ox-w-g-title{
    font-size: var(--heading-size);
    font-weight: 600;
    background: linear-gradient(92.29deg, #F14242 1.92%, #E66C14 99.63%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    margin-bottom: 2rem;
}
.ox-w-g-detail{
    color: #F9FBFF;
    font-size: var(--paragraph-size);
    font-weight: 200;
    line-height: 24px;
}

.btn-contact{
    text-decoration: none;
    background: linear-gradient(92.29deg, #F14242 1.92%, #E66C14 99.63%);
    color: #F9FBFF;
    font-size: 15px;
    font-weight: 200;
    border-radius: 100px;
    padding: 13px 30px;
    display: block;
    width: fit-content;
    margin: 0 auto;
    margin-top: 2rem;
}

.ox-list-contact{
    padding: 0;
    margin: 0;
    text-align: center;
}
.ox-list-contact li{
    list-style: none;
    display: inline-block;
    border-right: 1px solid #F9FBFF;
    padding-right: 15px;
    margin-right: 15px;
    margin-bottom: 8px;
}
.ox-list-contact li:last-child{
    padding-right: 0;
    margin-right: 0;
    border: 0;
}
.ox-list-contact li a{
    display: flex;
    align-items: center;
    column-gap: 5px;
    text-decoration: none;
    color: #F9FBFF;
    font-size: var(--paragraph-size);
    font-weight: 300;
}
.ox-list-contact.unx li a{
    font-size: 13px;
}
.ox-list-contact.unx{
    white-space: nowrap;
}
._icon-foot{
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.ox-call-addrs p{
    margin-bottom: 0;
}

.ox-nit-ac {
    text-align: center;
}
.footer-logo{
    width: 186px;
    object-fit: contain;
}
.ox-connect{
    color:#F9FBFF;
    font-weight: 200;
    font-size: 14px;
    display: flex;
    align-items: center;
    column-gap: 8px;
    margin: 0 auto;
    width: fit-content;
}
.copyright{
    color:#F9FBFF;
    font-size: 12px;
    font-weight: 200;
}
section.ox-connected-ts {
    padding-top: 15%;
}

.contraflox{
    width: 100%;
    height: 100vh;
}

/* animation clip about us */
.clip-image {
  width: 100%;
  height: 400px;
  overflow: hidden;
  
  clip-path: circle(5% at 78% 52%);
  transition: clip-path 2.8s cubic-bezier(0.25, 0.1, 0.25, 1);
}

[data-aos="clip-circle"].aos-animate {
  clip-path: circle(150% at center);
}

@keyframes test {
  from { clip-path: circle(5% at 78% 52%); }
  to   { clip-path: circle(100% at 78% 52%); }
}

.ox-top-5{
    margin-top: 5rem;
}
/* === */

.spinner-play{
    position: absolute;
    top: 0;
    left: -9%;
    height: 250px;
    /* animation: spinPlay 8s linear infinite; */
}

/* Animasi berputar halus */
@keyframes spinPlay {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.ox-non-block{
    height: 450px;
    background-position: center center;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}

.ox-non-block::after{
    content: '';
    height: 150px;
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2A2C64;
    box-shadow: 0px -20px 20px 15px #2a2c64;
}

.ox-oxide-text{
    color: white;
    position: absolute;
    bottom: 0;
    z-index: 1;
    padding: 25px;
    padding-bottom: 30px;
}
.ox-o-titx{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 14px;
}
.ox-partic{
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
}
.ox-partic p{
    margin-bottom: 0;
}
.ox-ocup-icon {
    background-color: white;
    width: 88px;
    padding: 5px;
    display: flex;
    justify-content: center;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    transform: translateY(28px);
}
.ox-ocup-icon img{
    height: 36px;
    width: 36px;
}

.ox-gs-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
}
.ox-items-o-g{
    border: 1px solid #EBEBEB;
    border-radius: 16px;
    background: #FFFFFF url(../image/card-item-bg.jpg)no-repeat;
    background-position: center right;
    background-size: cover;
    overflow: hidden;
    padding: 30px;
    display: flex;
    align-items: center;
}
.ox-is-2{
    grid-row: span 2 / span 2;
    height: 500px;
}
.ox-is-3{
    grid-column-start: 3;
}
.ox-gx-title{
    font-size: 50px;
    color: var(--head-text);
    font-weight: 500;
    margin-bottom: 1rem;
    transition: .3s ease-in-out;
}
.ox-gx-detail{
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    color: #4C4C4C;
    transition: .3s ease-in-out;
}

.ox-group-srv{
    width: 100%;
    height: 160px;
    background-position: center;
    position: relative;
    padding: 20px 30px;
    color: white;
    border-radius: 12px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.ox-group-srv::before{
    content: '';
    background-color: #261d51ad;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.ox-group-srv::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    inset: 0;
    z-index: 1;
    background: transparent; /* WAJIB sebagai nilai awal */
    /* transition: background .3s ease-in-out; */
}
.ox-gen-text{
    position: relative;
    z-index: 2;
}
.ox-g-sr-title{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0.7rem;
}
.ox-g-sr-detail{
    font-size: 14px;
    font-weight: 300;
}

.ox-group-srv:hover::after{
    background: linear-gradient(92.29deg, #F14242 1.92%, #E66C14 99.63%);
}

.ox-group-srv:hover .ox-g-sr-title{
    font-size: 30px;
    transition: .3s ease-in-out;
}

.ox-group-srv:hover .ox-g-sr-detail{
    font-size: 18px;
    transition: .3s ease-in-out;
}

/* flip our team */
.slide-flip {
  width: 100%;
  height: 290px;
  perspective: 1200px;
  position: relative;
  text-align: center;
}

.flip-inner {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
}

.flip-front,
.flip-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-front img,
.flip-back img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.flip-back {
  transform: rotateY(180deg);
}

/* Animasi flipping */
@keyframes flipCard {
  from { transform: rotateY(0deg); }
  to   { transform: rotateY(180deg); }
}

.ox-md{
    margin-bottom: 7rem;
}

/* ——————————————————————
   DELAY FLIP PER SLIDE
—————————————————————— */
.slide1 .flip-inner,
.slide2 .flip-inner,
.slide3 .flip-inner,
.slide4 .flip-inner,
.slide5 .flip-inner,
.slide6 .flip-inner,
.slide7 .flip-inner,
.slide8 .flip-inner {
  animation: none;
}

/* Animasi flip aktif saat aos-animate */
.slide1.aos-animate .flip-inner {
  animation: flipCard 1.2s forwards ease-out;
  animation-delay: 0.5s;
}

.slide2.aos-animate .flip-inner {
  animation: flipCard 1.2s forwards ease-out;
  animation-delay: 0.7s;
}

.slide3.aos-animate .flip-inner {
  animation: flipCard 1.2s forwards ease-out;
  animation-delay: 0.9s;
}

.slide4.aos-animate .flip-inner {
  animation: flipCard 1.2s forwards ease-out;
  animation-delay: 1.2s;
}

.slide5.aos-animate .flip-inner {
  animation: flipCard 1.2s forwards ease-out;
  animation-delay: 1.5s;
}

.slide6.aos-animate .flip-inner {
  animation: flipCard 1.2s forwards ease-out;
  animation-delay: 1.7s;
}

.slide7.aos-animate .flip-inner {
  animation: flipCard 1.2s forwards ease-out;
  animation-delay: 1.8s;
}

.slide8.aos-animate .flip-inner {
  animation: flipCard 1.2s forwards ease-out;
  animation-delay: 1.9s;
}

/* Text muncul setelah animasi */
.slide-title {
  margin-top: 15px;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.7s ease;
}

/* Delay text muncul sedikit setelah flip selesai */
.slide1.aos-animate .slide1-title {
  opacity: 0;
  transform: translateY(0);
  transition-delay: 0.5s; /* flip 1.2s + delay */
}

.slide2.aos-animate .slide2-title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.7s;
}

.slide3.aos-animate .slide3-title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.9s;
}

.slide4.aos-animate .slide4-title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.2s;
}

.slide5.aos-animate .slide5-title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.5s;
}

.slide6.aos-animate .slide6-title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.7s;
}

.slide7.aos-animate .slide7-title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.8s;
}

.slide8.aos-animate .slide8-title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.9s;
}

/* ——————————————————————
   TEXT TITLE ANIMATION
—————————————————————— */
.slide-title {
  margin-top: 15px;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.7s ease;
}

/* AOS AKTIF → setelah waktunya → tampil */
[data-aos].aos-animate .slide-title {
  opacity: 1;
  transform: translateY(0);
}


/* slug */
.oxi-full-banner {
    width: 100%;
    height: 450px !important;
    object-fit: cover;
    object-position: center;
}
.oxi-cs-title{
    font-size: 28px;
    font-weight: 600;
    color: var(--head-text);
    margin-bottom: 25px;
    width: 90%;
    margin: 0 auto;
}
.oxi-cs-category{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 3px;
    margin-bottom: 1.5rem;
}
.oxi-cs-category img{
    width: 24px;
    height: 24px;
    object-fit: contain;
}
.oxi-cs-category span{
    font-size: 20px;
    font-weight: 600;
    color: #333333;
}
.oxi-graph-list{
    margin-bottom: 2.5rem;
}
.oxi-grp-title{
    font-weight: 500;
    font-size: 20px;
    color: var(--head-text);
    margin-bottom: 18px;
}
.oxi-grp-detail{
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    color: #4C4C4C;
}
.to-back{
    color: #333333;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    display: block;
    width: fit-content;
    margin-bottom: 2.5rem;
}
.cot-5{
    padding-top: 4.5rem;
}

.caseart-nav{
    position: sticky !important;
    top: 0;
    z-index: 999;
    background-color: white;
}

.caseart-nav .navbar-nav li a{
    color: var(--head-text) !important;
}
.caseart-nav ._icon-white{
    opacity: 0;
}
.caseart-nav ._icon-color{
    opacity: 1 !important;
}
.oxi-case-study{
    background-color: white;
    padding-bottom: 5.5rem;
}
.oxi-thrs {
    background: #F9FBFF;
    width: 90%;
    text-align: center;
    padding: 30px;
    border-radius: 20px;
    margin: 0 0 0 auto;
    position: sticky;
    top: 7rem;
    margin-top: 0;
}
.ox-th-title {
    font-size: 20px;
    text-align: left;
    font-weight: 500;
    margin-bottom: 1.5rem;
    color: var(--head-text);
}
.ox-gg-detail {
    text-align: left;
    font-size: 16px;
}
.ox-gg-detail p{
    margin-bottom: 0;
}
.ox-gg-result {
    width: 55px;
}
.ox-ggraph {
    margin-bottom: 24px;
    display: flex;
    align-items: flex-start;
    column-gap: 20px;
}
.ox-sub-f-foot{
    font-size: 28px;
    color: white;
    font-weight: 600;
    text-align: center;
}
.oxi-probs{
    padding-top: 2rem;
    padding-bottom: 8rem;
}
.ox-bung-img{
    height: 500px !important;
    width: 100%;
    object-fit: cover;
    border-radius: 20px !important;
}
.oxi-cs-title {
    text-align: center !important;
    margin-top: 0;
    margin-bottom: 1.2rem;
    line-height: 45px;
}
.ox-bung-detail {
    margin-top: 2rem;
    font-size: 18px;
    color: #4C4C4C;
    font-weight: 300;
    line-height: 30px;
}
.ox-bung-detail p{
    /* margin-bottom: 0; */
}
.wrapper-bzt{
    position: relative;
    z-index: 1;
    background-color: white;
    padding-top: 2rem;
    padding-bottom: 8rem;
}

/* ---- */
.blur {
	filter: blur(100px);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.gradient-mask {
	border-radius: 99999px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 25vw;
	min-width: 1000px;
	height: 40vw;
	transform: translate(-50%, -50%) scale(0.7);
	overflow: hidden;
}

.spinning-gradient {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 25vw;
	height: 25vw;
	transform: translate(-50%, -50%);
	animation: spingrad 8s linear infinite;
	background: conic-gradient(from 91deg, #FC6057, #F48640, #2B215C);
}

@keyframes spingrad {
	0% {
		transform: translate(-50%, -50%) rotate(0deg) scale(2);
	}

	to {
		transform: translate(-50%, -50%) rotate(1turn) scale(2);
	}
}

footer{
    position: relative;
}

.share-btn{
    background: none;
    border: 0;
    padding: 0;
}
.share-box{
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.ox-title-share{
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 18px;
}
.gotslider{
    display: block;
    background-color: black;
    position: relative;
    overflow: hidden;
    transition: .3s ease-in-out;
}
.gotslider:hover img{
    transition: .3s ease-in-out;
    transform: scale(1.1);
}
li.df-adress{
    padding-right: 0;
    border-right: 0;
    margin-right: 0;
    display: flex;
    justify-content: center;
    text-align: center;
    margin-bottom: 28px;
}
.linkedfoot{
    width: 38px;
}

.popup-fix {
  position: fixed !important;
  inset: 0 !important;
  z-index: 999999999 !important;
  background: rgba(0,0,0,0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto !important;
}

.ox-slide-ox-x{
    background: url(../image/card-bg-popup.jpg)no-repeat;
    background-size: cover;
    border-radius: 15px;
    width: 70%;
    margin: 0 auto;
    overflow: hidden;
}
.ox-slide-ox-x,
.ox-img-ox-x{
    height: 400px !important;
}

.ox-img-ox-x{
    width: 100%;
    object-fit: contain;
    object-position: bottom;
}
.g-side{
    background-color: #fafbff;
}
.mySwiperDetail{
    margin-top: 8%;
}
.head-named {
    padding: 10px 0px;
    margin-bottom: 12px;
}
.head-named span{
    display: block;
}
.head-named span p{
    margin-bottom: 0;
}
.head-named span:first-child{
    font-size: 20px;
    font-weight: 700;
    color: var(--head-text);
    margin-bottom: 5px;
}
.head-named span:last-child{
    font-size: 16px;
    font-weight: 300;
}
.ox-sl-detail{
    font-size: 16px;
    padding-right: 25px;
    font-weight: 300;
    height: 280px;
    overflow-y: auto;
    overflow-x: hidden;
}
.ox-sl-detail::-webkit-scrollbar {
    width: 5px;
    border-radius: 100px;
}
/* Track */
.ox-sl-detail::-webkit-scrollbar-track {
    background: #D9D9DB; 
    border-radius: 100px
}
/* Handle */
.ox-sl-detail::-webkit-scrollbar-thumb {
    background: #3E2F84;
    background: linear-gradient(180deg,rgba(62, 47, 132, 1) 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 100px
}
button.close-x {
    position: absolute;
    right: 38px;
    padding: 0;
    background: none;
    border: 0;
    font-size: 20px;
    color: var(--head-text);
}

.swiba{
    background: var(--head-text);
    position: absolute;
    height: 38px;
    width: 38px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px; 
    color: white;
    z-index: 9;
    cursor: pointer;
}

.swiper-qnext{
    top: 50%;
    right: 1%;
}
.swiper-qprev{
    top: 50%;
    left: 1%;
}
.ox-g-wrapper{
    cursor: pointer;
}

.no-scroll {
  overflow: hidden !important;
  height: 100vh;
}
.hide-el {
  display: none !important;
}
.ur-categories {
    position: absolute;
    z-index: 9;
    display: flex;
    align-items: center;
    column-gap: 5px;
    background: #00000085;
    padding: 6px 11px;
    top: 16px;
    left: 18px;
    border-radius: 100px;
    font-size: 11px;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
}
.ur-categories::before{
    content: '';
    height: 15px;
    width: 15px;
    background: #f84035;
    border-radius: 100px;
    display: block;
}
.ox-slug-img {
    height: 28rem !important;
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
    margin-bottom: 3rem;
    object-position: center center;
}
img.ic_addressd {
    margin-right: 15px;
    width: 34px;
}


@media screen and (max-width: 1399px) {
    .mt-4.pe-5.ox-a-oxi{
        margin-top: -2rem !important;
    }
    .ox-graw .col-md-4 {
        padding: 25px 50px;
    }
}