/* tema dari master page ========================================*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --text-color-base: #4F5665;
    --text-color-main: #222222;
    --main-color : #009BFF;
    --service-card-gradient: linear-gradient(156.05deg, rgba(8, 8, 8, 0.8) 37.12%, rgba(0, 155, 255, 0.8) 81.34%);
    --swiper-theme-color: #009BFF;
    --swiper-pagination-bullet-border-radius: 0%;
    --swiper-pagination-top: 45%;
}
* {
    font-family: "Poppins", sans-serif;
}

html,body {
    overflow-x: hidden;
}

/* fixed navbar */
body {
    padding-top: 76px;
}

p {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: var(--text-color-base);
}

.text-base {
    color: var(--text-color-base) !important;
}
.text-main {
    color : var(--main-color);
}
.fw-medium {
    font-weight: 500 !important;
}
.btn-main {
    position: relative;
    border-radius: 10px;

    background: #4F9CF9;
    border-radius: 10px;
    filter: drop-shadow(-5px 15px 15px #B6D7FF);
    color: #ffffff;
    padding: 14px;
}
.btn-main:hover {
    background: #0097ff;
    color: #ffffff;
}
.btn-outline-main {
    position: relative;
    border-radius: 10px;

    border-color: #4F9CF9;
    border-radius: 10px;
    filter: drop-shadow(-5px 15px 15px #B6D7FF);
    color: #4F9CF9;
    padding: 14px;
}
.btn-outline-main:hover {
    background: #0097ff;
    color: #ffffff;
}
.bg-recruit {
    position: absolute;
    z-index: -1;
}
.mt-base {
    margin-top: 95px;
}
.mb-base {
    margin-bottom: 70px;
}
.pb-base {
    padding-bottom: 150px;
}
.fs-7 {
    font-size: 14px;
}
.content-box {
    box-sizing: content-box;
}
.spacer {
    padding-top: 3rem;
}
.modal-backdrop.show {
    opacity: 0.85;
}
.footer-scroll {
    padding: 10px 18px 6px 18px;
    background-color: var(--main-color);
    color: white;
    cursor: pointer;
    margin-left: auto;
}
a.footer-scroll:hover{
    color: white;
}
/*end tema dari master page ========================================*/
#navTop {
    transition: all 550ms cubic-bezier(0.85, 0, 0, 1);
}

.nav-link {
    color:#202023;
}

.nav-item .dropdown-toggle::after {
    display: none !important;
}

.c-arrow {
    width: 1.5rem;
    height: 1.5rem;
}

.btn-contact {
    background: linear-gradient(135deg, #0097FF, #00B0FF);
    color: white!important;
    border: none;
    padding: 12px 18px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    min-width: 155px;
    transition: background 0.3s ease, transform 0.3s ease;
}

.btn-contact:hover {
    background: linear-gradient(135deg, #0097FF, #0080FF);
    transform: translateY(-2px);
}

.btn-contact img {
    height:18px;
    width:18px;
}

.quote {
    position: relative;
    padding-top: 10px;
}
.quote:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 31px;
    height: 5px;
    background: var(--main-color);
    border-radius: 10px;
}

footer {
    background-color: white;
    box-shadow:0 2px 4px rgba(0, 0, 0, 0.7);
}

footer .container {
    padding: 80px 0;
    /* padding: 80px 100px; */
}

.footer-social-icon {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    border:1px solid #0486d9;
    background-color: #f8f9fa;
    align-items: center;
    justify-content: center;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    display: flex;
}

.btn-try {
    padding: 20px 0;
    width: 186px;
    height: 60px;
    border-radius: 8px;
    color: white;
    background-color:var(--main-color);
}

.btn-try:hover {
    color: #0486d9;
}
/* service card ================================================================= */
.service-card {
    overflow: hidden;
    background-repeat: no-repeat no-repeat;
    background-size: 100% 100%;
    border: 0;
    border-radius: 0px;
    position: relative;
    transition: transform 0.55s cubic-bezier(0.85, 0, 0, 1);
}
.service-card:hover {
    /* transform: scale(1.04); */
}

.service-card .card-background
/* ,.service-card .card-background-gradient  */
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat no-repeat;
    background-size: cover;
}

.service-card .card-background {
    filter: blur(0px) brightness(50%);
    transition: all 0.55s cubic-bezier(0.85, 0, 0, 1);
    transform-origin: left top;
    transition-delay: 150ms;
}

/* .service-card .card-background-gradient {
    background-image: url(/images/overlay.jpg);
    transition: opacity 0.5s cubic-bezier(0.85, 0, 0, 1);
    opacity: 0;
} */

.service-card:hover .card-background {
    transform: scale(7);
    filter: blur(8px) brightness(55%);
    margin-left: -70px;
    margin-top: -70px;
}

/* .service-card:hover .card-background-gradient {
    opacity: 1;
} */

.service-card .card-body {
    position: relative;
}

.service-card .card-title {
    font-size: 19px;
    font-weight: 500;
    line-height: 1.3;
    color: white;
}

.service-card .card-text {
    transition: left 0.55s cubic-bezier(0.85, 0, 0, 1);
    position: relative;
    left: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: white;
}

.service-card:hover .card-text {
    left: 0%;
}

.service-card .service-card-footer {
    display: flex;
    padding-bottom: 2rem;
    margin-top: auto;
    justify-content: flex-end;
    transform: translateY(100%);
    transition: transform 0.55s cubic-bezier(0.85, 0, 0, 1);
}

.service-card:hover .service-card-footer {
    transform: translateY(0%);
}

.service-card-btn {
    display: flex;
    font-size: 16px;
    text-align: center;
    align-items: center;
    color: white;
    font-weight: 500;
}

.service-card-btn:hover > .service-card-btn-main:after {
    width: 100%;
}

.service-card-btn .service-card-btn-main:after{
    border-bottom: 1px solid;
    content: "";
    display: block;
    -webkit-transition-duration: 550ms;
    transition-duration: 550ms;
    -webkit-transition-property: width;
    transition-property: width;
    -webkit-transition-timing-function: cubic-bezier(0.85, 0, 0, 1);
    transition-timing-function: cubic-bezier(0.85, 0, 0, 1);
    width: 0;
}

/*end service card ================================================================= */

.why-title {
    font-size: 54px;
    font-weight: bold;
    margin-bottom: 16px;
    color: var(--text-color-main);
}
.why-desc {
    line-height: 30px;
}

.why-text-container {
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding-top: 8px;
    padding-left: 120px;
}

.client-title {
    font-size: 36px;
    font-weight: 500;
}
.client-desc {
    line-height: 30px;
}

.slide-nav-btn {
    font-size: 40px;
    border-radius: 0px;
    color: #000000db;
}
.porto-body {
    font-size: 14px;
}

.faq-title {
    font-weight: 600;
    color: var(--text-color-main);
    text-align: center;
    font-size: 32px;
    margin-bottom:50px;
}

/* scrolltrigger to/from state */
.scr-top-opacity .scr-bottom-opacity {
    transform: translateY(0%);
    opacity: 1;
}
.scr-pin {
    min-height: 500px;
    /* background: yellow; */
}

.scr-width {
    transform: scale(1);
}

.scr-fadeUp {
    opacity: 1;
    transform: translateY(0%);
}

/* custom animation ==================================================================================== */
.hero-animation-1 {
    /* duration,timing-function,delay,iteration-count,direction,fill-mode,play-state,name */
    animation: 0.75s cubic-bezier(0.38, 0, 0, 1) 0.55s 1 normal backwards running hero-custom-headline;
}

.headline-left-animation {
    /* duration,timing-function,delay,iteration-count,direction,fill-mode,play-state,name */
    animation: 0.75s cubic-bezier(0.38, 0, 0, 1) 1.5s 1 normal backwards running hero-custom-headline-left;
}

.headline-right-animation {
    /* duration,timing-function,delay,iteration-count,direction,fill-mode,play-state,name */
    animation: 0.75s cubic-bezier(0.38, 0, 0, 1) 1.5s 1 normal backwards running hero-custom-headline-right;
}

.hero-body-animation-1 {
    /* duration,timing-function,delay,iteration-count,direction,fill-mode,play-state,name */
    animation: 1s cubic-bezier(0.38, 0, 0, 1) 1.5s 1 normal backwards running hero-custom-body;
}

.modal.modal-zoom-in-out.show .modal-content {
    animation: zoom-in 0.3s ease-in forwards;
}
.modal.fade.modal-zoom-in-out:not(.show) .modal-content{
    animation: zoom-out 0.3s ease-out backwards;
}

@keyframes hero-custom-headline {
    0% {
        clip-path: inset(0% -100px);
        transform: translateY(20%);
        opacity: 0;
    }

    100% {
        clip-path: none;
        transform: translateY(0%);
        opacity: 1;
    }
}
@keyframes hero-custom-headline-right {
    0% {
        transform: translateX(calc(-1* var(--animation-translation-x, 10%)));
    }

    100% {
        transform: translateX(0%);
    }
}
@keyframes hero-custom-headline-left {
    0% {
        transform: translateX(var(--animation-translation-x, 10%));
    }

    100% {
        transform: translateX(0%);
    }
}
@keyframes hero-custom-body {
    0% {
        opacity: 0;
        transform: translateY(20%);
    }

    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}
@keyframes zoom-in {
    0% {
        opacity: 0;
        transform: scale(.8);
    }

    50% {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes zoom-out {
    50% {
        opacity: 0;
        transform: scale(.8);
    }
}
/* end custom animation ==================================================================================== */

/* ==============================================media min width first===============*/
/* Styles for screens between small and medium devices (sm) */
@media (min-width: 576px) {
    .spacer {
        padding-top: 3.5rem;
    }
    .porto-body { font-size: 18px;}
    .faq-title {
        font-size: 50px;
    }
}

/* Styles for screens between medium and large devices (md) */
@media (min-width: 768px) {
    .bg-recruit { padding: 40px 95px; }
    .bg-recruit:after {
        width: inherit;
        height: 1px;
        background: url('/images/Line 1.svg');
        content: "";
        display: block;
    }
    .p-md-4-5 {
        padding: 2rem !important;
    }
    .spacer {
        padding-top: 4.5rem;
    }
}

/* Styles for screens between large and extra large devices (lg) */
@media (min-width: 992px) {
    .porto-img {
        transform: translateY(60px)
    }
    text-lg-end {
        text-align: right;
    }

    .spacer {
        padding-top: 5rem;
    }
}

/* Styles for extra large devices and up (xl) */
@media (min-width: 1200px) {
    .fs-xl-4 {
        font-size: 1.5rem !important;
    }
    .spacer {
        padding-top: 8rem;
    }
}

/* ==============================================media max width first===============*/

/* Styles for large devices down (lg) */
@media (max-width: 1199px) {
    .why-text-container {
        padding-left: 0px;
        justify-content: start;
    }
}
/* Styles for medium devices down (md) */
@media (max-width: 991px) {   
    .mb-base{
        margin-bottom: 40px;
    }

    .navbar-brand-img {
        height: 29px;
    }
    .h-scroll-md {
        overflow-y: scroll;
    }
    
    .w-md-300px {
        width: 300px;
    }
    .mx-md-reset {
        margin-right: 0px;
        margin-left: 0px;
    }
    .px-md-reset {
        padding-right: 0px;
        padding-left: 0px;
    }
}
/* Styles for small devices down (sm) */
@media (max-width: 767px) {
}
/* Styles for extra small devices (xs) */
@media (max-width: 575px) {
    p {
        font-size: 14px;
        line-height: 22px;
    }
    .mb-base {
        margin-bottom: 26px;
    }
    .mt-base {
        margin-top: 30px;
    }
    .pb-base {
        padding-bottom: 100px;
    }
    .why-title {
        font-size: 32px;
        font-weight: 600;
    }
}