html{
    scroll-behavior: smooth;
}

body{
    background-image: url("asset/background.webp");
    background-position: center;
    background-repeat: repeat-y;
    background-size: contain;
    overflow-x: hidden;
}

/* navbar */
nav.navbar{
    font-family: 'Poppins', sans-serif;
    height: auto;
    width: 100%;
    -webkit-transition: height .5s, line-height .5s; /* Safari */
    transition: height .5s, line-height .5s, .5s ease-in-out;
    overflow: hidden;
}

.navbg{
    background-color: #FFF !important;
}

.navbar-brand{
    width: 200px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.shadowNav{
    box-shadow: -2px 5px 12px 0px rgba(0, 0, 0, 0.3);
}

.nav-link{
    font-size: 16px;
    margin-right: 1rem;
    border: 1px solid transparent;
    border-radius: 12px;
}

nav a.nav-link{
    color: #3D3D3D;
}

nav a.nav-link.heroSec{
    color: #FFF;;
    text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.55);

    &:hover{
        border: 1px solid #FFF;
        color: #FFF;
    }
}

.navbar-expand-lg .navbar-nav .nav-link{
    padding-right: 1rem;
    padding-left: 1rem;
}

.navbar-nav .nav-link:hover{
    border: 1px solid #3D3D3D;
    border-radius: 12px;
    color: #3D3D3D;
}

.navbar-toggler{
    padding: 0;
    line-height: 0;
    border: none;
}

#toggle-3bar {
  width: 28px;
  height: 30px;
  margin: 10px auto;
}

#toggle-3bar div {
  width: 100%;
  height: 3px;
  border-radius: 20px;
  background: #3D3D3D;
  margin: 6px 0px auto;
  transition: all 0.3s;
  backface-visibility: hidden;
}

#toggle-3bar.heroSec div{
    background: #FFF;
}

.h-bar:first-child{
    margin-top: 20px !important;
}

.navbar-toggler:focus{
    box-shadow: none;
}

@media (min-width: 992px) {
    .scrolled-nav{
        height: 70px !important;
    }

    .scrolled-nav .navbar-brand{
        width: 150px;
    }

    .navbar-expand-lg .navbar-collapse{
        justify-content: flex-end;
    }

    .navbar-expand-lg .navbar-nav{
        align-items: center;
    }
}

@media (max-width: 992px) {
    .navbar.fixed-top{
        padding: 0px;
    }

    .navbar-collapse.collapse.show{
        padding-bottom: 20px;
    }

    nav a.nav-link.heroSec{
        color: #3D3D3D;
        text-shadow: unset;

        &:hover{
            border: 1px solid #3D3D3D;
            color: #3D3D3D;
        }
    }
}

@media (max-width: 576.5px) {
    .navbar-brand{
        width: 150px;
    }
}

.btn.btn-primary:active:focus{
    box-shadow: 0 0 1px #700000;
}


/* general */
.btn{
    border-radius: 10px;
    padding: 16px 28px;
    font-family: 'Poppins-Bold';
    transition: all .2s ease-in-out;
    border: none;
    /* box-shadow: 0px 1px 16.3px 0px rgba(0, 0, 0, 0.25); */
    font-size: 18px;

    box-shadow: 0 3px #700000;
    transition: transform 100ms;
    
    &:active, &:focus{
        border-color: none;
        transform: translateY(3px);
        box-shadow: 0 0 1px #700000;
    }
}

.btn-primary, .submit-button{
    background: linear-gradient(65deg, #A91722 31.68%, #F87279 84.12%), linear-gradient(62deg, #9C171E 29.38%, #FF445B 72.37%);
    color: #FFF;

    &:hover{
        /* box-shadow: 0px 5px 5px 2px #851016; */
        /* top: 0;
        position: relative; */
        /* transform: translate(-5px, -5px); */
        transform: translateY(1px);
        box-shadow: 0 2px #700000;
    }

    &:active, &:focus{
        /* box-shadow: 0px 5px 0px 0px #a72b41; */
        /* top:5px; */
        border-color: 2px solid #A91722;

        transform: translateY(3px);
        box-shadow: 0 0 1px #700000;
    }
}

/* .btn-primary:hover, .submit-button:hover{
    background: linear-gradient(65deg, #F9A501 100%, #F9A501 100%);
    color: #494949;
    border-color: unset;
} */

.hero .btn-primary{
    border-color: 2px solid #A91722;
    background: linear-gradient(65deg, #A91722 31.68%, #F87279 84.12%), linear-gradient(62deg, #9C171E 29.38%, #FF445B 72.37%);
    color: #FFF;
    transition: .2s ease-in-out;

    &:hover{
        /* box-shadow: 5px 5px 5px 2px #851016;
        top: 0;
        position: relative;
        transform: translate(-5px, -5px); */
        transform: translateY(1px);
        box-shadow: 0 2px #700000;
    }

    &:active, &:focus{
        /* box-shadow: 0px 5px 0px 0px #a72b41;
        top:5px;
        border-color: 2px solid #A91722; */
        transform: translateY(3px);
        box-shadow: 0 0 1px #700000;
    }
}

.aos-hero{
    max-width: 800px;
}

@media (max-width:991px) {
    .aos-hero{
        max-width: 500px;
    }
}

section {
    margin-top: 3rem;
    margin-bottom: 3rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

h1{
    color: #FFF;
    text-shadow: 2px 4px 0px rgba(0, 0, 0, 0.59);
    font-family: 'Poppins-semiBold';
    font-size: 40px;
    font-weight:600;
    line-height: 54px;
    text-transform: none;

    .titleBig{
        font-family: 'Poppins-ExtraBold';
        font-weight: 800;
        font-size: 50px;
        padding-right: 0;
    }
}

h2{
    color: #444;
    text-align: center;
    font-family: 'Poppins-Bold';
    font-size: 36px;
    font-weight: 700;
    line-height: 54px;
    text-transform: none;
}

i{
    font-family: 'Poppins-Italic' !important;
}

b{
    font-family: 'Poppins-Bold' !important;
}

.ib{
    font-family: 'Poppins-BoldItalic' !important;
}

.t-white{
    color: #FFF !important;
}

.t-dark{
    color:  #393939;
}

.sect-desc{
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.sect-subtitle{
    color:  #393939;
    font-family: 'Poppins-Bold';
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px; /* 137.5% */
}

.img-full{
    width: 100%;
}


/* hero section */
.hero{
    position: relative;
    height: 100vh;
}

.heroTitle{
    top: 50%;
    transform: translateY(-50%);
}

.logo-red{
    display: none;
}

.overlay{
    background: linear-gradient(30deg, rgba(31,31,31,0.9) 30%, rgba(31,31,31,0) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
}

#vid1, #vid2, #vid3{
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100vw;
    height: auto;
    padding: 0;
}

.brush-red{
    background-image: url(asset/brush-merah.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    line-height: 66px;
    padding: 17px 0;
}

.brush-oren{
    background-image: url(asset/brush-oren.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}


/* section video */
.video-sect{
    min-height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    overflow-x: hidden;
    margin-bottom: 5rem;
}

#video{
    filter: drop-shadow(-1px 2px 8.4px rgba(0, 0, 0, 0.40));
    transition: .4s ease-in-out;
    cursor: pointer;
    border-radius: 16px;

    &:hover{
        filter: brightness(.6);
    }
}

.video-wrap{
    width: 75%;
}

.video-wrap:hover .btn-play{
    transform: scale(1.2) translate(-50%, -50%);
}

.btn-play{
    width: 138.25px;
    height: auto;
    top: 50%;
    left: 50%;
    transform: scale(1) translate(-50%, -50%);
    cursor: pointer;
    transition: all .4s ease-in-out;
    z-index: 3;
    pointer-events: none;
    transform-origin: 0% 0%;
}

.video-cont{
    width: 1108px;
    height: 698px;
    /* padding: 95px; */
    border-radius: 26.4px;
    border: 4.8px solid #B3AFAF;
    background: rgba(217, 217, 217, 0.10);
    backdrop-filter: blur(4.960000038146973px);
    justify-content: center;
    align-items: center;
    display: flex;
}


/* section 2 card-stack */
.stack-card{
    width: 100%;
    perspective: 500px;
    margin-bottom: 50px;
    scroll-behavior: smooth;
    will-change: opacity, transform;

    .card{
        border-radius: 16px;
        padding: 40px;
        justify-content: end;
        height: 600px;
        max-width: 1140px;
        max-height: 85vh;
        margin: 0 auto;
        -webkit-box-shadow: 1px 1px 17px 0px rgba(0,0,0,0.57);
        -moz-box-shadow: 1px 1px 17px 0px rgba(0,0,0,0.57);
        box-shadow: 1px 1px 17px 0px rgba(0,0,0,0.57);

        h2{
            font-family: "Poppins-Bold";
            margin-bottom: 0;
        }

        .card-text{
            max-width: 495px;
            margin-bottom: 0;
            position: absolute;
            right: 40px;
        }
    }

    .card1{
        /* background: linear-gradient(0deg, rgba(28, 69, 141, 0.7) 0%, rgba(186,188,226,0) 100%), url("https://i1.sndcdn.com/artworks-000204735105-v7u4bd-t500x500.jpg"); */
        background: url("./asset/Office-Madness/Section-3/1-ketika-ekspetasi-pekerjaan.webp");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        opacity: 1 !important;
    }

    .card2{
        background: linear-gradient(323.58deg, rgba(0, 0, 0, 0.8) 8.06%, rgba(0, 0, 0, 0.694904) 35.54%, rgba(0, 0, 0, 0) 56.14%), url("./asset/Office-Madness/Section-3/2-tidak-sesuai-realita.webp");
        /* background: url("./asset/Office-Madness/Section-3/2-tidak-sesuai-realita.webp"); */
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;

        h2{
            position: absolute;
            font-size: 50px;
            line-height: 45px;
            right: 40px;
            text-transform: uppercase;
            max-width: 355px;
        }

        .ct-big{
            font-size: 84px;
            line-height: 84px;
        }
    }

    .card3{
        background: linear-gradient(323.58deg, rgba(0, 0, 0, 0.8) 8.06%, rgba(0, 0, 0, 0.694904) 35.54%, rgba(0, 0, 0, 0) 56.14%), url("./asset/Office-Madness/Section-3/3-data-yang-berantakan.webp");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;

        h2{
            font-size: 48px;
            font-weight: 700;
            line-height: 60px;
            margin-bottom: 24px;
        }
    }

    .card4{
        background: linear-gradient(323.58deg, rgba(0, 0, 0, 0.8) 8.06%, rgba(0, 0, 0, 0.694904) 35.54%, rgba(0, 0, 0, 0) 56.14%), url("./asset/Office-Madness/Section-3/4-komunikasi-tidak-efektif.webp");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;

        h2{
            font-size: 48px;
            font-weight: 700;
            line-height: 60px;
            margin-bottom: 24px;
        }
    }

    .card5{
        background: linear-gradient(323.58deg, rgba(0, 0, 0, 0.8) 8.06%, rgba(0, 0, 0, 0.694904) 35.54%, rgba(0, 0, 0, 0) 56.14%), url("./asset/Office-Madness/Section-3/5-workflow-yang-tidak-jelas.webp");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;

        h2{
            font-size: 48px;
            font-weight: 700;
            line-height: 60px;
            margin-bottom: 24px;
        }
    }

    .card6{
        background: linear-gradient(0deg, rgba(31, 31, 31, 0.9) 0%, rgba(31,31,31,0) 50%), url("./asset/Office-Madness/Section-3/6-kalau-ada-hashmicro.webp");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;

        h2{
            font-size: 48px;
            font-weight: 700;
            line-height: 60px;
            margin-bottom: 24px;
        }
    }
}

.stack-card:last-child {
    margin-bottom: 0;
}

/* section 3 - yuKenalan */
#yuKenalan img{
    height: auto;
    border-radius: 14px;
}

section#yuKenalan{
    margin-top: 6rem;
    padding-top: 8rem;
}

/* testimoni */
.owl-carousel .owl-item img{
    width: unset;
}

.testi-name{
    color: #393939;
    font-family: 'Poppins-Bold';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
}

.testi-logo{
    width: 98px;
    height: 98px;
    border-radius: 8px;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.15);
    background-color: #FFF;
}

.testi-text{
    color: #393939;
    font-family: 'Poppins';
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px; /* 150% */
}

.testi-thumb{
    filter: drop-shadow(0px 0.655px 6.611px rgba(0, 0, 0, 0.15));
}

.owl-carousel .owl-item img.testi-thumb {
    width: 90%;
    margin: auto;
}

.btn-secondary{
    border-radius: 10px;
    border: 2px solid #949494;
    background-color: unset;
    /* cta */
    box-shadow: -5px 7px 18px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    font-size: 18px;

    &:hover{
        background-color: #F9A501;
        color: #343434;
        border: 2px solid #F9A501;
    }
}

.play{
    width: 20px;
    height: 20px;
    margin-right: 1rem;
}

#carousel .owl-nav{
    position: relative;
    opacity: 0.6;
    transition: all 0.25s ease-in-out;
}

#carousel .owl-prev, #carousel .owl-next{
    width: 55px;
    height: 55px;
    font-size: 50px;
    background: #949494;
    opacity: 0.8;
    /* filter: drop-shadow(0px 1px 10.1px rgba(0, 0, 0, 0.15)); */
    border-radius: 50px;
    position: absolute;

    &:hover{
        background-color: #F9A501;
        color: #343434;
        opacity: 1;
    }
}

#carousel .owl-prev{
    top: -350px;
    left: 0px;
}

#carousel .owl-next{
    top: -350px;
    right: 0px;
}

#carousel .owl-prev span{
    position: absolute;
    left: 17px;
    top: -15px;
}

#carousel .owl-next span{
    position: absolute;
    right: 17px;
    top: -15px;
}

/* beresin-drama */
.beresin-drama{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("asset/section-6/bg.webp");
    padding-top: 5rem;
    padding-bottom: 5rem;
    /* border-radius: 50px; */
    overflow: hidden;
    position: relative;
}

.beresin-drama img{
    margin-top: 40px;
    margin-bottom: -135px;
    padding: 0;
}

.end-img{
    /* transform: skew(20deg, 20deg); */
    margin-top:100px;
    opacity: 0.7;
    transform: perspective(500px) rotateX(30deg) scale(.9);
}

.overlay2{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, rgb(0, 0, 0) 100%);
    width: 100%;
    height: 20%;
    position: absolute;
    z-index: 3;
    bottom: 0;
}


/* form */
.form h2{
    color: #343434;
    font-family: 'Poppins-Bold';
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px; /* 137.5% */
}

.form-control{
    font-family: 'Poppins';
    padding: 10px 13px;
}

/* footer */
footer{
    padding-top: 5rem;
    padding-bottom: 2rem;
    background-color: #FFF;
    border-radius: 30px 30px 0 0;
}

.footerkiri{
    width: 45%;
}

.verLine{
    border-right: 1px solid #393939;
}

.sosmed a{
    margin-right: 10px;
}

/* .sosmed i{
    margin-right: 5px;
} */

footer a{
    transition: ease;;
}

footer a:hover{
    opacity: .75;
    color: #949494;
}

hr{
    opacity: 1;
}

/* logo carousel */
    .vertical-y-padding-section {
      padding-top: 80px;
      padding-bottom: 80px;
    }

    .logo-perusahaan-img1{
      max-width: 145px;
      height: auto;
    }

    .logo-perusahaan-img1.me-4{
      margin-right: 3.5rem !important;
    }

    .sliding-left-move{
      animation: rightSlide 70s linear infinite;
    }

    .sliding-right-move{
      animation: leftSlide 70s linear infinite;
    }

    @keyframes rightSlide{
      from{
          transform: translateX(0px);
      }
      to{
          transform: translateX(-2080px);
      }
    }

    @keyframes leftSlide{
      from{
          transform: translateX(0px);
      }
      to{
          transform: translateX(2280px);
      }
    }

    @media (max-width:991.5px) {
      .logo-perusahaan-img1 {
        max-width: 85px;
      }

      .title-section{
        font-size: 22px;
        line-height: 30px;
      }
    }

@media (min-width:1400px) {
    h1{
        font-size: 40px;
        line-height: 50px;
        
        .title-1{
            padding-right: 8rem;
            display: inline-block;
        }
    }

    /* .heroTitle{
        top: 30%;
    } */
}

/* @media (min-width: 1670px) {
    .heroTitle{
        width: 50%;
    }
}

@media (min-width: 2000px) {
    .heroTitle{
        width: 40%;
    }
} */

@media (max-width:991px) {
    .col-lg-6.col-11.border-right{
        border-right: none;
    }

    .circle-sm{
        left: 53px;
    }

    .owl-carousel .owl-item img.testi-thumb{
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1rem;
    }

    #vid1, #vid2, #vid3 {
        width: unset;
        height: 100vh;
        left: -20%;
        /* transform: translateX(50%); */
    }

    .video-wrap{
        width: 100%;
    }

    .border-left{
        border-left: none;
    }
    
    .testi-video iframe{
        height: 450px !important;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .beresin-drama{
        padding-left: 30px;
        padding-right: 30px;
    }
}

/* floating button */
.wa-viber p {
    margin: 0;
    flex: 100%;
    margin: auto;
    font-size: 16px;
}
.wa-viber {
    background-color: #fff;
    position: fixed;
    bottom: 16px;
    right: 30px;
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 250px;
    max-width: 95%;
    font-size: 15px;
    border-radius: 12px;
    /* overflow: hidden; */
    box-shadow: 3px 3px 25px -6px rgba(0,0,0,0.5);
    z-index: 999;
    font-family: 'Poppins';
}
.wa-vb-links{
    display: flex;
    flex-direction: row;
}
.wa-vb-links img{
    width: 30px;
}
.wa-vb-links a {
    padding: 8px 0;
    transition: ease all 0.3s;
    width: 100px;
}
/* .wa-vb-links a:hover{
    box-shadow: inset rgba(60, 70, 85, 0.2) 0px 0px 40px 0px, inset rgba(60, 70, 85, 0.2) 0px 0px 40px 0px, inset rgba(0, 0, 0, 0.2) 0px 0px 36px -24px;
} */
.wa-vb-links a:focus,.wa-vb-links a:hover{
    color: #333;
}

.box-ig{
    border-radius: 0 12px 12px 0; 
}
.wa-vb-links .box-ig .tooltiptext:after{border-color:#eddeff transparent transparent transparent;}
.wa-vb-links .box-ig:hover,.wa-vb-links .box-ig .tooltiptext{
    background-color: #eddeff;
    color: #333;
}
.wa-vb-links .box-wa .tooltiptext:after{border-color:#c4ffc9 transparent transparent transparent;}
.wa-vb-links .box-wa:hover,.wa-vb-links .box-wa .tooltiptext{
    background-color: #c4ffc9;
    color: #333;
}
.wa-vb-links .box-msg .tooltiptext:after{border-color:#C5E4FF transparent transparent transparent;}
.wa-vb-links .box-msg:hover,.wa-vb-links .box-msg .tooltiptext{
    background-color: #C5E4FF;
    color: #333;
}
.wa-vb-links .box-msg{border-radius: 0 12px 12px 0;}

@media (max-width:575px) {
    .wa-viber {
        right: 50%;
        transform: translateX(50%);
        width:250px;
        overflow: hidden;
    }
    /* .wa-vb-links img{
        width: 44px !important;
    } */
    .wa-vb-links a {
        padding: 6px 5px;
        transition: ease all 0.3s;
        width: 75px;
    }
}
.tooltiptext{visibility: hidden;}
.tltp{position: relative;}
.tltp  .tooltiptext {
    visibility: hidden;
    width: 110px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 15px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: all ease .2s;
    transform: translateY(100%) scale(0.8);
    -webkit-transform: translateY(100%) scale(0.8);
}

.tltp .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.tltp:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
    transform: translateY(0%) scale(1);
    -webkit-transform: translateY(0%) scale(1);
}


/* responsive settings */
@media (min-width: 1900px) {
    h1 .title-1{
        padding-right: 0;
    }
}

@media (max-width: 991px) {
    .video-sect{
        margin-bottom: 6rem;
        margin-top: 6rem;
        min-height: auto;
    }

    .btn{
        margin-bottom: 5px;
    }

    .stack-card{
        .card2 h2, .card-text{
            right: unset !important;
            left: 50%;
            transform: translateX(-50%);
            width: 90%;

            .sect-desc{
                text-align: center;
            }
        }
    }
}

@media (max-width:767px) {
    section{
        margin-bottom: 1rem;
        margin-top: 1rem;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    
    .hero .sect-desc{
        text-align: center;
    }
    
    h1{
        font-size: 34px;
        line-height: 46px;
        text-align: center;

        .titleBig{
            font-size: 42px;
            line-height: 48px;
        }
    }

    .btnRow{
        height: 100px;
    }
    
    h2{
        font-size: 28px;
        line-height: 34px;
        text-align: center;
    }

    .stack-card {
        .card3 h2, .card4 h2, .card5 h2{
            font-size: 38px;
            line-height: 54px;
            margin-bottom: 0;
        }

        .card2 h2{
            font-size: 38px;
            margin-bottom: 0;
            line-height: 45px;
        }

        .card2 .ct-big{
            font-size: 70px;
            line-height: 70px;
        }

        .card1{
            background-image: url("./asset/Office-Madness/Section-3/Mobile/2-revisi-size-MOBILE.webp");
            background: url("./asset/Office-Madness/Section-3/Mobile/2-revisi-size-MOBILE.webp");
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
        }

        .card6{
            background-image: url("./asset/Office-Madness/Section-3/Mobile/card-year-endlast.webp");
            background: url("./asset/Office-Madness/Section-3/Mobile/card-year-endlast.webp");
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
        }
    }
    
    .sect-desc{
        font-size: 16px;
        line-height: 24px;
    }
    
    .sect-subtitle{
        font-size: 24px;
        line-height: 36px;
    }
    
    .btn{
        /* width: 100%; */
        display: block;
        margin: 0 auto 5px auto;
    }

    .btn-secondary{
        text-align: center;
    }

    .testi-text{
        font-size: 22px;
        line-height: 34px;
    }

    .owl-theme .owl-nav.disabled+.owl-dots{
        margin-top: 24px;
    }

    .text-cont{
        height: 430px;
        /* margin-top: 2rem; */
    }

    .footerkiri{
        width: 100%;
        margin-bottom: 2rem;
    }

    .navbar-nav {
        .nav-link{
            margin-bottom: 0;
        }

        .nav-link:last-of-type{
            margin-bottom: 1rem;
        }

        .btn.btn-primary{
            width: 100%;
        }
    }

    .owl-carousel .owl-item img.testi-thumb{
        width: 70%;
        margin-bottom: 0;
    }

    .testi-text{
        font-size: 20px;
        line-height: 32px;
    }

    .beresin-drama{
        padding-top: 3rem;
    }

    .beresin-drama img{
        margin-bottom: -20px;
    }
    
    .testi-video iframe{
        height: 360px !important;
    }

    .end-img{
        transform: perspective(500px) rotateX(30deg) scale(1.5);
    }

    .overlay2{
        left: 0;
        height: 30%;
    }

    .btn{
        font-size: 16px;
        padding: 14px;
    }
}

@media (max-width: 576px) {
    h1 {
        font-size: 18px;
        line-height: 26px;

        .titleBig{
            font-size: 32px !important;
            line-height: 38px !important;

            .brush-red{
                line-height: 38px;
            }
        }
    }

    .text-cont{
        height: 680px;
    }

    #vid1, #vid2, #vid3 {
        left: -110%;
        /* right: -30%; */
        transform: unset;
    }   

    .stack-card {
        margin: 0 !important;

        .card1{
            background:linear-gradient(0deg, rgba(0, 0, 0, 0.8) 8.06%, rgba(0, 0, 0, 0.694904) 20%, rgba(0, 0, 0, 0) 56.14%), url("./asset/Office-Madness/Section-3/jpg/1-start.jpg");

            background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 8.06%, rgba(0, 0, 0, 0.694904) 20%, rgba(0, 0, 0, 0) 56.14%), image-set(
                url("./asset/Office-Madness/Section-3/Mobile/2-revisi-size-MOBILE.webp") type("image/webp"),
                url("./asset/Office-Madness/Section-3/jpg/1-start.jpg") type("image/jpeg")
            );
            background-position: 52%;
        }

        .card2{
            /* fallback */
            background:linear-gradient(0deg, rgba(0, 0, 0, 0.8) 8.06%, rgba(0, 0, 0, 0.694904) 20%, rgba(0, 0, 0, 0) 56.14%), url("./asset/Office-Madness/Section-3/jpg/2-realita.jpg");

            background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 8.06%, rgba(0, 0, 0, 0.694904) 20%, rgba(0, 0, 0, 0) 56.14%), image-set(
                url("./asset/Office-Madness/Section-3/2-tidak-sesuai-realita.webp") type("image/webp"),
                url("./asset/Office-Madness/Section-3/jpg/2-realita.jpg") type("image/jpeg")
            );
            background-repeat: no-repeat;
            background-position: 52%;
            background-size: cover;
        }

        .card3{
            background:linear-gradient(0deg, rgba(0, 0, 0, 0.8) 8.06%, rgba(0, 0, 0, 0.694904) 20%, rgba(0, 0, 0, 0) 56.14%), url("./asset/Office-Madness/Section-3/jpg/2-realita.jpg");

            background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 8.06%, rgba(0, 0, 0, 0.694904) 20%, rgba(0, 0, 0, 0) 56.14%), image-set(
                url("./asset/Office-Madness/Section-3/3-data-yang-berantakan.webp") type("image/webp"),
                url("./asset/Office-Madness/Section-3/jpg/3-data.jpg") type("image/jpeg")
            );
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
        }

        .card4{
            background:linear-gradient(0deg, rgba(0, 0, 0, 0.8) 8.06%, rgba(0, 0, 0, 0.694904) 20%, rgba(0, 0, 0, 0) 56.14%), url("./asset/Office-Madness/Section-3/jpg/4-komunikasi.jpg");

            background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 8.06%, rgba(0, 0, 0, 0.694904) 20%, rgba(0, 0, 0, 0) 56.14%), image-set(
                url("./asset/Office-Madness/Section-3/4-komunikasi-tidak-efektif.webp") type("image/webp"),
                url("./asset/Office-Madness/Section-3/jpg/4-komunikasi.jpg") type("image/jpeg")
            );
            background-repeat: no-repeat;
            background-position: 80%;
            background-size: cover;
        }

        .card5{
            background:linear-gradient(0deg, rgba(0, 0, 0, 0.8) 8.06%, rgba(0, 0, 0, 0.694904) 20%, rgba(0, 0, 0, 0) 56.14%), url("./asset/Office-Madness/Section-3/jpg/5-workflow.jpg");

            background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 8.06%, rgba(0, 0, 0, 0.694904) 20%, rgba(0, 0, 0, 0) 56.14%), image-set(
                url("./asset/Office-Madness/Section-3/5-workflow-yang-tidak-jelas.webp") type("image/webp"),
                url("./asset/Office-Madness/Section-3/jpg/5-workflow.jpg") type("image/jpeg")
            );
            background-repeat: no-repeat;
            background-position: 20%;
            background-size: cover;
        }

        .card6{
            background:linear-gradient(0deg, rgba(0, 0, 0, 0.8) 8.06%, rgba(0, 0, 0, 0.694904) 20%, rgba(0, 0, 0, 0) 56.14%), url("./asset/Office-Madness/Section-3/jpg/6-end.jpg");

            background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 8.06%, rgba(0, 0, 0, 0.694904) 20%, rgba(0, 0, 0, 0) 56.14%), image-set(
                url("./asset/Office-Madness/Section-3/Mobile/card-year-endlast.webp") type("image/webp"),
                url("./asset/Office-Madness/Section-3/jpg/6-end.jpg") type("image/jpeg")
            );
            background-position: center;
        }

        .card6, .card1{
            background-size: cover;
        }
    }

    footer{
        padding-bottom: 4rem;
    }
}

@media (max-width: 425px) {
    
    .circle-sm{
        display: none;
    }

    .border-left, .border-right{
        border: none;
    }

    .btnRow .col-9{
        width: 83.33333333% !important;
    }
    .testi-video iframe{
        height: 210px !important;
    }
    
}

@media (max-width:425px) {
    /* h1 {
        font-size: 26px;
        line-height: 34px;
    } */
    .brush-red {
        line-height: 44px;
    }
    .hero .btn{
        font-size: 16px !important;
        padding:14px 28px !important;
    }

    .text-cont {
        height: 520px;
    }
}
@media (max-width: 375px) {
    /* h1 {
        font-size: 22px;
        line-height: 24px;
    } */
    .hero .sect-desc {
        font-size: 15px;
        line-height: 24px;
    }

    .beresin-drama h2{
        font-size: 22px;
    }
}

@media (min-width: 576px) and (max-width:767px){
    .hero .container{
        max-width: 100%;
    }
}