@charset "UTF-8";
.box_top {
	margin-top: 80px;
}

.box_top2 {
	margin-top: 160px;
}

.title {
	display: initial;
	width: unset;
	height: unset;
	text-align: right;
}

.title_one {
	display: inline-block;
	font-size: 38px;
}

.title_two {
	position: unset;
	display: inline-block;
	font-size: 38px;
	font-weight: bold;
	color: var(--color_gold);
}

.title_three {
	position: unset;
	display: inline-block;
	font-size: 28px;
	font-weight: bold;
	color: var(--color_gold);
	margin-bottom: 14px;
}

.txt-titr {
	font-weight: normal;
	color: var(--color_gold);
}

.txt-titr2 {
	font-weight: bold;
	color: var(--color_light_link);
}

.proj_img {
	position: absolute;
	width: 100%;
	height: 304px;
	background-image: url(../../assets/img/index.png);
	background-size: 25px;
	overflow: hidden;
}

.proj_img div {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.about {
	margin: 250px auto 20px;
	padding: 0;
}

.boxbg {
	position: relative;
	padding: 20px 30px;
	background-color: var(--color_dark2);
	color: var(--color_light);
	border-radius: 20px;
	z-index: 1;
}

.boxbg:hover {
	-webkit-box-shadow: unset;
	box-shadow: unset;
	background-image: unset;
	transition: none;
}

.about2 {
	margin: 40px auto 20px;
}

.card {
	background-color: unset;
	border: unset;
}

.boxbg_view img {
	width: 100%;
	height: auto;
	padding: 10px;
	margin-bottom: 8px;
	border: 1px solid var(--color_dark);
	border-radius: 5px;
	transition: all .3s ease-in-out;
}

.boxbg_view img:hover {
	transform: scale(1.02);
	transition: all .3s ease-in-out;
	background-color: rgba(30, 33, 40, 0.4);
}


/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
	.box_top2 {
		margin-top: 100px;
	}
	.title_one {
		font-size: 30px;
	}
	.title_two {
		font-size: 30px;
	}
	.my-5{
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}