/*!
 * Start Bootstrap - Portfolio Item HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");

body {
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    font-family: "Outfit", sans-serif;
    font-size: 16px;
}

/* Page loader */
.page-loader {
    position: fixed;
    inset: 0;
    background: #fafafa;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 1;
    visibility: visible;
    transition: opacity 260ms ease, visibility 260ms ease;
}

.page-loader__spinner {
    width: 34px;
    height: 34px;
    border: 2px solid rgba(0, 0, 0, 0.16);
    border-top-color: rgba(0, 0, 0, 0.72);
    border-radius: 50%;
    animation: loaderSpin 0.8s linear infinite;
}

body.is-loaded .page-loader {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@keyframes loaderSpin {
    to {
        transform: rotate(360deg);
    }
}

h3{
	color: rgba(0,0,0,0.8);
	letter-spacing: -0.8px;
	font-weight: 600;
}




.portfolio-item {
    margin-bottom: 25px;
}

.img-responsive{
	margin-bottom: 5px;
}

/*------Side Colun Position Fixed-----------*/

.container_fixed{
	position: fixed;
	width: 50%;
	text-align: left;
	color: rgba(0,0,0,0.8);
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.5px;
}

.container_fixed p{
	position: relative;
	width: 50%;
}



/*--------Link Go Back----------*/


.go_back{
	margin-top: 30px;
	width: 50%;
	height: 50px;
	border: solid 0px #9F71AE;
	border-radius: 2px;
	background-color: rgba(0, 0, 0, .8);
	text-align: center;
	font-weight: lighter;
	display: block;
	vertical-align: middle;
	transition: transform 160ms ease, box-shadow 160ms ease, opacity 160ms ease;
	will-change: transform;
 }

.go_back:hover {
	transform: translateY(-1px);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
	opacity: 0.95;
}

.go_back:active {
	transform: translateY(0);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.10);
}

.go_back p{
	margin-top: 13px;
	padding-left: 8px;
}



.go_back p{
	display: inline-block;
	font-size: 17px;
	font-family: 'outfit', sans-serif;
	font-weight: 300;
	color: rgba(255, 255, 255, 255);

}

/*-------Footer--------*/

footer {
    margin: 50px 0;
    color: rgba(0,0,0,0.3);
}

footer p {
	font-weight: 400;
	letter-spacing: 0.5px;
}
