@font-face {
    font-family: "Poppins";
    font-weight: 100;
    font-style: normal;
    src: url("../../assets/fonts/Poppins/Poppins-Thin.ttf");
    font-display: swap;
}
@font-face {
    font-family: "Poppins";
    font-weight: 100;
    font-style: italic;
    src: url("../../assets/fonts/Poppins/Poppins-Thin.ttf");
    font-display: swap;
}
@font-face {
    font-family: "Poppins";
    font-weight: 200;
    font-style: normal;
    src: url("../../assets/fonts/Poppins/Poppins-ExtraLight.ttf");
    font-display: swap;
}
@font-face {
    font-family: "Poppins";
    font-weight: 200;
    font-style: italic;
    src: url("../../assets/fonts/Poppins/Poppins-ExtraLightItalic.ttf");
    font-display: swap;
}
@font-face {
    font-family: "Poppins";
    font-weight: 300;
    font-style: normal;
    src: url("../../assets/fonts/Poppins/Poppins-Light.ttf");
    font-display: swap;
}
@font-face {
    font-family: "Poppins";
    font-weight: 300;
    font-style: italic;
    src: url("../../assets/fonts/Poppins/Poppins-LightItalic.ttf");
    font-display: swap;
}
@font-face {
    font-family: "Poppins";
    font-weight: 400;
    font-style: normal;
    src: url("../../assets/fonts/Poppins/Poppins-Regular.ttf");
    font-display: swap;
}
@font-face {
    font-family: "Poppins";
    font-weight: 400;
    font-style: italic;
    src: url("../../assets/fonts/Poppins/Poppins-Italic.ttf");
    font-display: swap;
}
@font-face {
    font-family: "Poppins";
    font-weight: 500;
    font-style: normal;
    src: url("../../assets/fonts/Poppins/Poppins-Medium.ttf");
    font-display: swap;
}
@font-face {
    font-family: "Poppins";
    font-weight: 500;
    font-style: italic;
    src: url("../../assets/fonts/Poppins/Poppins-MediumItalic.ttf");
    font-display: swap;
}
@font-face {
    font-family: "Poppins";
    font-weight: 600;
    font-style: normal;
    src: url("../../assets/fonts/Poppins/Poppins-SemiBold.ttf");
    font-display: swap;
}
@font-face {
    font-family: "Poppins";
    font-weight: 600;
    font-style: italic;
    src: url("../../assets/fonts/Poppins/Poppins-SemiBoldItalic.ttf");
    font-display: swap;
}
@font-face {
    font-family: "Poppins";
    font-weight: 700;
    font-style: normal;
    src: url("../../assets/fonts/Poppins/Poppins-Bold.ttf");
    font-display: swap;
}
@font-face {
    font-family: "Poppins";
    font-weight: 700;
    font-style: italic;
    src: url("../../assets/fonts/Poppins/Poppins-BoldItalic.ttf");
    font-display: swap;
}
@font-face {
    font-family: "Bevan";
    font-weight: 100;
    font-style: normal;
    src: url("../../assets/fonts/Bevan/Bevan-Regular.ttf");
    font-display: swap;
}
:root {
    --bg-alice-blue: #f0f8ff;
    --light-yellow: #fbf4d8;
    --light-green: #e9f1e4;
    --bg-pink: #f6efff;
    --blue-btn: #018abe;
}
* {
    font-family: Poppins !important;
    font-size: 16px !important;
    color: #404040;
}
body {
    font-family: Poppins;
    font-weight: 200;
    font-style: normal;
    position: relative;
    background-color: #F2F2F2;
}
p{
    padding: 0 !important;
    margin: 0 !important;
}
a{
    text-decoration: none;
    color: #404040;
}
strong{
    font-weight: bold;
}
header{
    width: 100%;
    max-width: 1440px;
    margin: auto;
    margin-bottom: 30px;
}
header .logo img{
    height: 40px;
    width: auto;
}
.navbar-nav{
    --bs-nav-link-padding-y: 0 !important;
}
.w-160{
    width: 160px;
}
.w-300{
    width: 300px;
}
.py-12{
    padding-top: 12px;
    padding-bottom: 12px;
}
.fs-14, .fs-14 strong{
    font-size: 14px !important;
}
.fs-64{
    font-size: 64px !important;
}
.btn-transparant, .btn-black:hover{
    border: 1px solid #404040;
    color: #404040 !important;
}
.btn-black, .btn-transparant:hover{
    background-color: #404040;
    color: white !important;
}
.slide-home{
    height: 878px;
    width: 100vw;
    max-width: 1440px;
    position: relative;
    margin: auto;
}
.text-home{
    position: absolute;
    right: 200px;
    top: 100px;
}
.subheader, .subheader span{
    font-size: 48px !important;
}
.desc{
    font-size: 20px !important;
}
.text-home-two{
    position: absolute;
    right: 200px;
    bottom: 50px;
    width: 500px;
    text-align: center;
    font-family: Bevan !important;
    font-size: 32px !important;
    text-shadow: 2px 2px 0 white;
}
.block-slider-product{
    max-width: 1024px;
    width: calc(100% - 40px);
    /* height: 576px; */
    margin: 20px auto;
    background-color: white;
    border-radius: 20px;
    padding-bottom: 4px;
}
.header-slider-product{
    max-width: 1018px;
    height: 40px;
    margin: auto;
}
.slider-product{
    background-color: #F2F2F2;
    max-width: 1018px;
    width: calc(100% - 6px);
    /* height: 531px; */
    margin: auto;
    border-radius: 20px;
    padding-top: 55px;
    padding-bottom: 40px;
}
.header-slider-product{
    padding: 10px 20px;
}
.header-slider-product .logo img, .slider-product .logo img, section .logo img{
    height: 20px;
    width: auto;
}
.slider-product .logo{
    margin-top: -15px;
}
.header-slider-product .nama-product, .header-product .nama{
    font-family: Bevan !important;
    font-size: 15px !important;
    text-transform: uppercase;
}
.slider-product .nama-product{
    font-family: Bevan !important;
    font-size: 64px !important;
    text-transform: uppercase;
    text-shadow: 2px 2px 0 white;
}
.slider-product .deskripsi{
    font-size: 15px !important;
    padding: 20px 80px 0 50px;
}
.slider-product .btn-transparant, .slider-product .btn-black{
    font-size: 32px !important;
}
.slider-product .block-button{
    margin-top: 100px;
}
.slider-product .block-buttom{
    margin-top: 70px;
}
.slider-product .block-buttom .keterangan{
    width: 300px;
    text-align: center;
    margin: auto;
    padding-top: 20px;
    font-size: 15px !important;
    font-weight: normal;
}
.slider-product .tempat-hadiah img{
    width: auto;
    height: 110px;
    border: 6px solid white;
    border-radius: 10px;
}
.slider-product .nama-hadiah{
    height: 110px;
    background-color: white;
    border: 4px solid white;
    border-radius: 10px;
    padding: 10px 40px 10px 10px;
}
.undi-sekarang{
    background-color: #404040;
    color: white;
    font-size: 13px !important;
    padding: 5px 15px;
    border-radius: 5px;
}
section{
    width: 100%;
    max-width: 1200px;
    margin: auto;
}
section .nama-product{
    font-family: Bevan !important;
    font-size: 48px !important;
    text-transform: uppercase;
    text-shadow: 2px 2px 0 white;
    width: 390px;
    text-align: end;
    margin-top: 50px;
}
section .logo{
    margin-top: -10px;
}
.point .number{
    font-size: 64px !important;
    font-weight: bolder;
}
.point .keterangan{
    font-size: 24px !important;
    font-weight: normal;
    margin-top: 17px;
    margin-left: 20px;
}
footer{
    margin: 100px 0 10px;
    text-align: center;
}
footer p{
    margin-top: 10px !important;
}
footer img{
    height: 50px;
    width: auto;
}
.logo-bawah img{
    width: 250px;
    height: auto;
    margin-bottom: 20px;
}
.header-link{
    font-size: 18px !important;
    font-weight: bold;
}
.block-login{
    max-width: 400px;
    width: 100%;
    background-color: white;
    margin: 40px auto;
    border-radius: 20px;
    padding-bottom: 4px;
}
.header-login{
    width: 394px;
    margin: auto;
    text-align: center;
    font-family: Bevan !important;
    font-size: 18px !important;
    text-transform: uppercase;
    text-shadow: 2px 2px 0 white;
    padding: 10px 0 5px;
}
.login{
    background-color: #F2F2F2;
    width: 394px;
    margin: auto;
    border-radius: 20px;
    padding: 20px;
}
.title-page{
    font-family: Bevan !important;
    font-size: 26px !important;
    font-weight: bold !important;
    margin-bottom: 20px;
    text-align: center;
}
.block-product{
    background-color: white;
    border-radius: 20px;
    padding-bottom: 3px;
}
.header-product{
    text-align: center;
    font-family: Bevan !important;
    font-size: 18px !important;
    text-transform: uppercase;
    text-shadow: 2px 2px 0 white;
    padding: 10px 10px 5px;
}
.product{
    background-color: #F2F2F2;
    width: calc(100% - 6px);
    margin: auto;
    border-radius: 20px;
    padding: 20px;
    height: 320px;
}
.nama-our-product{
    font-family: Bevan !important;
    font-size: 38px !important;
    text-transform: uppercase;
    text-shadow: 2px 2px 0 white;
    height: 120px;
    margin-top: 50px;
}
.nama-our-product .logo{
    margin-top: -5px !important;
    margin-right: 20px;
}
.keterangan-our-product{
    text-align: center;
    padding: 20px;
}
.gambar-product{
    padding: 10px 90px;
}
.gambar-product img{
    width: 100%;
    height: auto;
}
.logo-regis{
    margin-right: 30px !important;
}
.transformasi-digital{
    padding-top: 5rem;
}
.vertical-text{
    font-family: Bevan !important;
    font-size: 45px !important;
    text-transform: uppercase;
    writing-mode: sideways-lr;
}
.text-trans{
    width: 450px;
    border-left: 3px solid #D9D9D9;
    padding-left: 30px;
    font-size: 17px !important;
    margin-top: 40px;
}
.text-trans .text-background, .text-digital .text-background{
    background-color: #D9D9D9;
}
.text-digital{
    width: 400px;
    border-right: 3px solid #D9D9D9;
    padding-right: 30px;
    font-size: 17px !important;
    margin-top: 40px;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: end;
    z-index: 10;
}
.circle {
    width: 100px;
    height: 100px;
    background-color: #D9D9D9;
    border-radius: 50%;
    position: absolute;
    top: 50px;
    right: 200px;
}
.triangle-up {
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 100px solid #D9D9D9;
    position: absolute;
    bottom: 50px;
    left: 200px;
}
.donut {
    width: 300px;
    height: 150px;
    border-radius: 0 0 150px 150px;
    position: absolute;
    top: 330px;
    right: 100px;
    border: 20px solid white;
    border-top: none;
}
.garis-hr{
    border-bottom: 3px solid #D9D9D9;
    width: 150px;
}
.garis-hr-1{
    position: absolute;
    top: 250px;
    left: 400px;
}
.garis-hr-2{
    position: absolute;
    top: 280px;
    left: 420px;
}
.garis-vr{
    border-left: 3px solid #D9D9D9;
    height: 150px;
}
.garis-vr-1{
    position: absolute;
    top: 210px;
    left: 460px;
}
.garis-vr-2{
    position: absolute;
    top: 230px;
    left: 490px;
}
.skewed{
    background-image: linear-gradient(240deg, #EAEAEA, #D2D2D2);
    padding: 3rem;
    transform: rotate(-5deg) skew(-5deg);
    z-index: 9;
    height: 330px;
    margin-bottom: 200px;
}
.skewed h1{
    font-family: Bevan !important;
    font-size: 25px !important;
    text-transform: uppercase;
    margin-bottom: 30px !important;
}
.skewed p{
    font-size:18px !important;
    padding-right: 300px !important;
    font-weight: normal;
}
.product-list{
    margin-top: 30px;
    /* transform: rotate(-5deg) skew(-5deg); */
    /* background-color: #018abe; */
}
.item-product{
    width: 250px;
    height: 270px;
    display: inline-block;
    margin-right: 20px;
}
.lucky-draw{
    background-color: rgba(217, 217, 217, 0.5);
    border: 5px solid;
    border-image-source: linear-gradient(to bottom, #EAEAEA, #D2D2D2);
    border-image-slice: 1;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
.wheel-of-fortune{
    background-color: rgba(217, 217, 217, 0.5);
    border: 5px solid;
    border-image-source: linear-gradient(to bottom, #EAEAEA, #D2D2D2);
    border-image-slice: 1;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
.registrasi{
    background-color: rgba(217, 217, 217, 0.5);
    border: 5px solid;
    border-image-source: linear-gradient(to bottom, #EAEAEA, #D2D2D2);
    border-image-slice: 1;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
.item-product .nama-product-home{
    font-family: Bevan !important;
    font-size: 20px !important;
    text-transform: uppercase;
    text-shadow: 2px 2px 0 white;
    text-align: center;
    padding-top: 50px;
}
.galeri{
    padding: 100px 0 150px;
}
.gallery{
    width: 600px;
    max-width: 100%;
    margin: auto;
}
.gallery .foto{
    width: 200px;
    height: 200px;
    overflow: hidden;
    text-align: center;
}
.gallery .foto img{
    width: auto;
    height: 250px;
    filter: grayscale(100%);
}
.skewed-rv{
    background-image: linear-gradient(240deg, #EAEAEA, #D2D2D2);
    /* padding: 3rem; */
    transform: rotate(5deg) skew(5deg);
    z-index: 9;
    height: 330px;
    margin-bottom: 200px;
}
.stripe__content{
    transform: rotate(-5deg) skew(-5deg);
}
.skewed-rv h1{
    font-family: Bevan !important;
    font-size: 25px !important;
    text-transform: uppercase;
    margin-bottom: 30px !important;
    margin-top: 50px;
}
.slide-box{
    text-align: center;
}
.slide-box img{
    width: auto;
    height: 400px;
    filter: grayscale(100%);
}
.title-produk-layanan{
    font-family: Bevan !important;
    font-size: 25px !important;
    text-transform: uppercase;
    border-right: 3px solid #D9D9D9;
    padding-right: 50px;
}
.keterangan-produk-layanan{
    width: 400px;
    padding-left: 50px;
}
.joint-with-us{
    text-align: center;
    padding-top: 100px;
}
.joint-with-us h2{
    font-family: Bevan !important;
    font-size: 20px !important;
}
@media (max-width: 1024px) {
    .text-home{
        position: absolute;
        right: 20px;
        top: 30px;
    }
    .text-home-two{
        position: absolute;
        right: 20px;
        bottom: 50px;
        width: 470px;
        text-align: center;
        font-size: 24px !important;
    }
    section{
        padding: 0 20px;
    }
    .slider-product .nama-product{
        font-size: 47px !important;
    }
    .slider-product .deskripsi{
        padding: 10px 30px;
    }
    .circle {
        right: 100px;
    }
    .triangle-up {
        left: 100px;
    }
    .garis-hr-1{
        top: 250px;
        left: 300px;
    }
    .garis-hr-2{
        top: 280px;
        left: 320px;
    }
    .garis-vr-1{
        top: 210px;
        left: 360px;
    }
    .garis-vr-2{
        top: 230px;
        left: 390px;
    }
    .donut {
        display: none;
    }
    .nama-our-product{
        font-size: 31px !important;
        height: auto;
    }
    .nama-our-product .logo{
        margin-right: 5px;
    }
    .keterangan-our-product{
        padding: 20px 0;
    }
    .product{
        height: 300px;
    }
    .gambar-product{
        padding: 10px 60px;
    }
}
@media (max-width: 768px) {
    .text-home-two{
        position: absolute;
        text-align: center;
        left: 0;
        bottom: 50px;
        width: 100%;
        padding: 0 80px;
    }
    .skewed p{
        padding-right: 0 !important;
    }
    .registrasi{
        display: none;
    }
    .skewed-rv{
        height: 470px;
    }
    .slide-box{
        margin-top: 30px;
    }
    .gambar-product{
        padding: 10px 70px;
    }
}
@media (max-width: 576px){
    .text-home{
        position: absolute;
        left: 0;
        top: 30px;
        width: 100%;
        padding: 0 20px;
        text-align: center;
    }
    .text-home-two{
        position: absolute;
        text-align: center;
        left: 0;
        bottom: 20px;
        width: 100%;
        padding: 0 20px;
    }
    header{
        text-align: center;
    }
    .w-160{
        width: 100%;
    }
    .slider-product .nama-product{
        font-size: 40px !important;
    }
    .slider-product{
        padding-bottom: 20px;
    }
    .slider-product .block-button{
        margin-top: 50px;
    }
    .slider-product .logo{
        padding-right: 30px;
        margin-top: -10px;
    }
    li.nav-item{
        width: 100%;
        text-align: start;
    }
    .gallery .foto{
        width: calc(100vw / 3);
        height: calc(100vw / 3);
    }
    .circle, .triangle-up, .garis-hr, .garis-vr{
        display: none;
    }
    .text-digital{
        position: inherit;
    }
    .text-trans{
        width: calc(100vw - 30px);
        padding-right: 20px;
    }
    .transformasi-digital{
        padding-top: 0 !important;
    }
    .product-list{
        display: none;
    }
    .skewed{
        margin-top: 50px;
        margin-bottom: 0;
    }
    .skewed-rv{
        height: 570px;
    }
    .product{
        height: 350px;
    }
    .gambar-product{
        padding: 10px 70px;
    }
    .nama-our-product{
        margin-bottom: 60px;
    }
    .keterangan-produk-layanan{
        padding-left: 0;
        margin-top: 20px;
    }
    .title-produk-layanan{
        border-right: none;
    }
}