/* 1.1.general-setting-pages *************************/
/****************************************************/
:root {
	--pr-color: #fff;
	--second-color: #0a0a0a;
	--cubicbz: cubic-bezier(.9, 0, .1, 1);
	--fz-big: 60px;
}

* {
	box-sizing: border-box;
	font-family: 'Syne', sans-serif;
	font-weight: 800;
	margin: 0;
	padding: 0;
	font-feature-settings: 'pnum' on, 'lnum' on;
}

body {
	background:rgb(0, 0, 0);
}

/******************************************/
section {
	padding-top: 150px;
	padding-bottom: 50px;
}
.wrapp {
	width: 100%;
	height: auto;
	overflow: hidden;
	z-index: 2;
}
canvas {
    position: fixed; /* Tetap di layar */
    top: 0;
    left: 0;
    width: 100vw; /* Lebar penuh viewport */
    height: 100vh; /* Tinggi penuh viewport */
    z-index: 9999; /* Pastikan di atas konten */
    pointer-events: none; /* Tidak mengganggu interaksi */
}



.content {
	width: 100%;
	padding: 0 70px;
}

.char {
	display: inline-block;
}

/* Paralax Effect On GSAP **********************************/
/* header ********/
.header {
	position: relative;
	display: flex;
	padding: 0 45px;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100vh;
}

.header__marq {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 5;
}

.header__marq {
	width: 100%;
	height: auto;
	background: #171717;
	overflow: hidden;
}

.header__marq-wrapp {
	display: flex;
	width: 100%;
	height: auto;
	padding: 8px 70px;
	
}

.header__marq-txt {
	position: relative;
	flex: 0 0 auto;
	display: inline-block;
	padding-right: 55px;
	margin-right: 15px;
	text-transform: uppercase;
	color: var(--pr-color);
	color: rgb(255, 255, 255);
	font-size: 25px;
}

.header__marq-star {
	position: absolute;
	width: 30px;
	height: 30px;
	right: 0;
}

.header__marq-star img {
	display: block;
	width: 100%;
	height: 100%;
}

.title {
	position: relative;
	margin: 60px;
	align-items: center;
	text-transform: uppercase;
	mix-blend-mode: difference;
	z-index: 23;
}

.title .word {
    display: inline-block;
    margin-right: 0.9rem; /* Jarak antar kata */
    text-align: center;
   
}

/* Hapus jarak di kata terakhir */


.title_paralax {
    display: inline-block;
    will-change: transform;
    font-size: 60px;
    text-align: start;
    width: 67%;
    padding-bottom: 40px;
    flex-direction: row;
	color: #fff;
}


.stroke {
	font-size: 40px;
	text-align: start;
	width: 50%;
	/* transform: translateX(40%); */
	padding: 10px 20px;
	background-color:rgba(12, 70, 0, 0);
	border-radius: 10px 0 10px 0;
}

.title .stroke {
	display: inline-block;
	
}

.header__img {
	position: absolute;
	width: 34%;
	height: 64%;
	top: 100px;
	right: 190px;
	clip-path: polygon(0% 100%, 0% 60%, 50% 100%, 0% 100%);
	overflow: hidden;
	border-radius: 20px;
	z-index: 20;
}

.header__img img {
	display: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.section-title {
	position: relative;
	margin: 0;
	margin-bottom: 60px;
	line-height: .8;
	font-size: 60px;
	text-align: center;
	color:rgb(0, 0, 0);
	text-transform: uppercase;
}

.section-title .stroke {
	color: transparent;
	-webkit-text-stroke: 1px rgb(0, 255, 123);
}

.section-title__square {
	position: absolute;
	display: inline-block;
	width: 130px;
	height: 130px;
	border: 2px solid #4b4b4b;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}

/* about ********/

.benefits {
    margin-top: -200px; /* Atur jarak tetap */
}
.about .section-title {
	text-align: left;
}

.about__wrapp {
	display: flex;
	justify-content: space-between;
}

.about__img,
.about__txt {
	width: calc(50% - 35px);
	height: auto;
}

.about__txt {
	padding-right: 70px;
}

.about__p {
    line-height: 1.5; /* Jarak antar baris */
    font-size: 22px;
    word-spacing: 5px; /* Menambahkan jarak antar kata */
     /* Menambahkan jarak antar huruf (opsional) */
}

.about__p span {
    margin-bottom: 17px; /* Menambahkan jarak vertikal antar kalimat */
    display: block; /* Mengubah <br> menjadi elemen blok */
    
}


.about__img {
	height: 90vh;
	overflow: hidden;
	border-radius: 0 40px 40px 0;
}

/* benefits ********/
.benefits__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px;
	width: 100%;
	height: auto;
}

.benefits__item {
	list-style: none;
	width: calc(33.33% - 27px);
}

.benefits__num {
	display: inline-block;
	font-size: 60px;
	color: transparent;
	-webkit-text-stroke: 1px var(--pr-color);
}

.benefits__p {
	font-size: 20px;
	color: #4b4b4b;
}

/* work ********/
.work {
	padding-top: 150px;
}

.work__wrapp {
	display: flex;
	flex-wrap: wrap;
	row-gap: 120px;
	justify-content: space-between;
	padding: 0 120px;
}

.work__item {
	position: relative;
	width: calc(50% - 40px);
	height: 60vh;
}

.work__item-num {
	position: absolute;
	display: inline-block;
	font-size: 70px;
	color: var(--pr-color);
	mix-blend-mode: difference;
	z-index: 2;
}

.work__item-img {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.work__item-img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}



/* Untuk tablet (768px ke bawah) */
@media screen and (max-width: 768px) {
    .header {
        flex-direction: column;
        align-items: center;
        padding: 20px;
        text-align: center;
    }

    .title_paralax {
        font-size: 50px;
        line-height: 1.2;
        width: 100%;
    }

    .stroke {
        font-size: 25px;
        width: auto;
        padding: 8px 12px;
    }

    .about__img,
    .about__txt {
        width: 100%;
        margin: 10px 0;
    }

    .about__p {
        font-size: 14px;
        line-height: 1.5;
        padding: 0 10px;
    }

    .benefits__num {
        font-size: 50px;
    }

    .work__item {
        height: 50vh;
    }
}

/* Untuk smartphone (480px ke bawah) */
@media screen and (max-width: 480px) {
    .header {
        padding: 15px;
    }

	.title {
		width: 100%;
		padding: 39px;
    }
    .title_paralax {
		position: relative;
		top: -50px;
		text-align: center;
		color: rgb(255, 255, 255);
		padding-bottom: 0px;
		font-size: 8vw;
	}
	.title .word {
		display: inline-block;
		margin-right: 0rem; /* Jarak antar kata */
		text-align: center;
	   
	}
    .stroke {
        font-size: 20px;
        padding: 6px 10px;
    }

    .section-title {
        font-size: 24px;
    }

    .benefits__num {
        font-size: 40px;
    }

    .benefits__p {
        font-size: 12px;
    }

    .about__p {
        font-size: 12px;
        padding: 0 8px;
    }
}

