@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap");

* {
	font-family: "Poppins", sans-serif;
}

:root {
	--primary: #185fff;
	--blue-soft-1: #f5f8ff;
	--blue: #1d26cd;
	--blue-dark: #1e2772;
	--label-color: #555555;
	--bg-input: #d2e4f1;
	--radius: 35px;
	--gradient: linear-gradient(180deg, #fff 0.32%, #fff 52.82%, #f2eeee 101.11%);
	--shadow-1: 3px 8px 8px 0px rgba(10, 18, 67, 0.2);
	--shadow-2: 0px 12.11672px 24.23343px 0px rgba(1, 11, 253, 0.12);
}

body.bg-one-big {
	background: url("https://lkputamajaya.net/assets/images/bg-big-1.png")
		center center;
	background-size: cover;
	overflow-x: hidden;
}
body.bg-two-big {
	background: url("https://lkputamajaya.net/assets/images/bg-big-2.png")
		center center;
	background-size: cover;
	overflow-x: hidden;
}

.mt-52 {
	margin-top: 52px;
}

.text-head {
	color: var(--blue-dark);
	font-family: Poppins;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-top: 18px;
}

.form-card {
	border-radius: 35px;
	padding: 10px;
	box-sizing: border-box;
	box-shadow: var(--shadow-1);
}

.contact p {
	margin-bottom: 5px;
	color: #555;
	font-family: Poppins;
	font-size: 13.393px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.info {
	color: #555;
	font-family: Poppins;
	font-size: 16.156px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.bg-gradient-one {
	background-image: var(--gradient);
}

.group-form {
	margin-bottom: 32px;
}

label {
	color: var(--label-color);
	font-size: 16.156px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

/* form input */
input[type="text"],
input[type="date"],
input[type="number"],
select.form-select,
input[type="file"],
input[type="password"],
input[type="email"] {
	background-color: var(--bg-input);
	height: 50.49px;
	border-radius: 100px;
	line-height: 34px;
	color: var(--label-color);
	font-size: 15px;
	padding-left: 20px;
	padding-right: 20px;
}
input[type="text"]:focus,
input[type="date"]:focus,
input[type="number"]:focus,
input[type="file"]:focus,
input[type="password"]:focus,
.form-select:active,
.form-select:focus,
input[type="email"]:focus {
	background-color: var(--bg-input);
	height: 50.49px;
	border-radius: 100px;
	box-shadow: none;
	border: none;
}

.tombol-primary {
	width: 100%;
	height: 50.486px;
	background-color: var(--blue-dark);
	box-shadow: var(--shadow-2);
	border-radius: 100px;
	color: #fff;
	text-align: center;
	font-family: Poppins;
	font-size: 16.156px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	border: none;
	margin-top: 62px;
	margin-bottom: 80px;
}

.form-select {
	padding: 0px 20px 0px 20px;
	background-image: none;
}

.wrapper-input {
	position: relative;
}

.icon-circle {
	width: 50.486px;
	height: 50.486px;
	border-radius: 50%;
	background-color: var(--blue-dark);
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
}

input[type="file"]::-webkit-file-upload-button,
input[type="file"]::-webkit-file-upload-button:hover {
	height: 50px;
	background-color: transparent;
	color: transparent;
	width: 0px;
	position: absolute;
	left: -30px;
	z-index: -9999;
}

.form-card {
	position: relative;
}

.img-hero {
	width: 42%;
	position: absolute;
	left: -30px;
	bottom: -30px;
}

/*css3 design scrollbar*/
::-webkit-scrollbar {
	width: 10px;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background: var(--blue-soft-1);
}

::-webkit-scrollbar-thumb {
	background: var(--primary);
}

/* Text Selection */
::selection {
	background: #ca284b;
	color: #ffffff;
}
::-moz-selection {
	background: #ca284b;
	color: #ffffff;
}
::-webkit-selection {
	background: #ca284b;
	color: #ffffff;
}

@media (max-width: 480px) {
	.text-head {
		font-size: 26px;
	}

	.form-card .img-hero {
		height: 65vh !important;
		width: 55% !important;
		left: -40px;
		bottom: 0;
	}

	body.bg-one-big {
		background: url("https://lkputamajaya.net/assets/images/bg-small-1.png");
		background-size: contain;
		overflow-x: hidden;
	}
	body.bg-two-big {
		background: url("https://lkputamajaya.net/assets/images/bg-small-2.png");
		background-size: contain;
		overflow-x: hidden;
	}
}
