/* ===========================
SGIFT PROJECT SHOWCASE
=========================== */

.sgift-project-swiper{

    width:100%;

}

.sgift-home-project{

    padding:60px;

    border-radius:24px;

    overflow:hidden;

    color:#fff;

}

.sgift-home-project-content{

    padding-right:50px;

}

.sgift-home-project-badge{

    display:inline-flex;

    align-items:center;

    gap:10px;

    padding:10px 20px;

    border:1px solid rgba(255,255,255,.2);

    border-radius:100px;

    color:#d6b36a;

    margin-bottom:25px;

    font-weight:600;

}

.sgift-home-project-title {
	font-size: 35px !important;
	line-height: 1.3;
	margin-bottom: 25px;
	text-transform: uppercase;
}

.sgift-home-project-title a{

    color:#fff;

}

.sgift-home-project-title a:hover{

    color:#d6b36a;

}

.sgift-home-project-client{

    font-size:20px;

    margin-bottom:20px;

    border-left:4px solid #d6b36a;

    padding-left:15px;

}

.sgift-home-project-summary{

    line-height:1.9;

    color:#eee;

    margin-bottom:35px;

}

.sgift-home-highlight{

    height:100%;

    padding:20px;

    border-radius:12px;

    background:rgba(255,255,255,.05);

    border:1px solid rgba(255,255,255,.08);

    transition:.3s;

}

.sgift-home-highlight:hover{

    border-color:#d6b36a;

    transform:translateY(-4px);

}

.sgift-home-highlight h3{

    font-size:16px;

    margin-bottom:12px;

}

.sgift-home-highlight p{

    margin:0;
    color:#ddd;
	font-size: 14px;
}

.sgift-home-project-buttons{

    display:flex;

    gap:15px;

    margin-top:35px;

    flex-wrap:wrap;

}

.sgift-btn-primary,

.sgift-btn-outline{

    display:inline-flex;

    justify-content:center;

    align-items:center;

    padding:15px 30px;

    border-radius:100px;

    text-decoration:none;

    transition:.3s;

}

.sgift-btn-primary{

    background:#d6b36a;

    color:#fff;

}

.sgift-btn-primary:hover{

    background:#00a18a;

}

.sgift-btn-outline{

    border:1px solid rgba(255,255,255,.3);

    color:#fff;

}

.sgift-btn-outline:hover{

    background:#fff;

    color:#333;

}

.sgift-home-project-image{

    height:100%;

    min-height:600px;

    border-radius:18px;

    overflow:hidden;

    box-shadow:0 25px 60px rgba(0,0,0,.25);

}

.sgift-home-project-image img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:.5s;

}

.sgift-home-project:hover .sgift-home-project-image img{

    transform:scale(1.04);

}

/* Tablet */

@media(max-width:991px){

.sgift-home-project{

padding:40px;

}

.sgift-home-project-content{

padding-right:0;

margin-bottom:40px;

}

.sgift-home-project-title{

font-size:32px;

}

.sgift-home-project-image{

min-height:450px;

}

}

/* Mobile */

@media(max-width:767px){

.sgift-home-project{

	padding:10px;

	}

.sgift-home-project-title {
	font-size: 15px !important;
	line-height: 1.3em;
}

.sgift-home-project-client{

	font-size:14px;

}

.sgift-home-project-buttons{

flex-direction:column;

}

	.sgift-btn-primary,

	.sgift-btn-outline{

		width:100%;

	}

	.sgift-home-project-image{

		min-height:320px;
		margin-top:10px;
		margin-bottom:10px;
	
	}
	
    .sgift-home-project .row{
        flex-direction:column-reverse;
    }
	
	.sgift-home-highlight{
		padding: 10px;
	}
	.sgift-home-highlight h3 {
		font-size: 14px;
		margin-bottom: 12px;
	}

}