.our_work{

    padding: 50px 80px 50px 80px;
    position: relative;
    overflow: hidden;

}



@media screen and (max-width:768px) {

    .our_work{

        padding: 30px 30px;

    }

}



.container_content_ourWork{

    display: flex;

    flex-direction: column;

    /* align-items: center; */

    justify-content: center;

}

.title_ourWork{
    padding: 0px;
    margin-bottom: 60px;

}
/*
.title_ourWork h2{

    font-size: 50px;
    color: #000;
    font-weight: 300;

}*/

.title_ourWork p{
    font-size: 17px;
    padding-top: 10px;
    text-align: start;
}

@media screen and (max-width:768px) {
    .title_ourWork p{
        text-align: center;
    }
}

.button_ourWork2{

    display: none;

}



@media screen and (max-width:768px) {

    .title_ourWork{
        padding-right: 0;

        margin-bottom: 30px;

    }

    .title_ourWork h2{

        font-size: 30px;

        color: #000;

        text-align: center;

    }

    .button_ourWork{

        display: none;

    }

    .button_ourWork2{

        display: flex;

        justify-content: center;

        margin-top: 30px;

    }

}



/* .button_ourWork{

    display: flex;

    justify-content: center;

} */

.container_ourWork_gallery{

    padding-right: 0 !important;

}

@media screen and (max-width:768px) {

    .container_ourWork_gallery{

        padding-left: 0;

    }

}

.items_ourWork{

    position: relative;

    overflow: hidden;

    width: 100%;

    height: 600px;

    overflow: hidden;

}

.items_ourWork img{

    width: 100%;

    height: 100%;

    object-fit: cover;

    transition: 700ms;

}

.ourWork_overlay{
    position: absolute;
    bottom: -500px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(73,73,73);
    background: linear-gradient(180deg, rgba(73,73,73,0.01724439775910369) 10%, rgba(56,56,56,0.04245448179271705) 33%, rgba(54,54,54,0.4514180672268907) 60%, rgba(0,0,0,1) 100%);
    display: flex;
    justify-content: center;
    align-items: end;
    padding: 10px;
    transition: 1000ms;
}

.ourWork_overlay p{
    color: #fff;
    text-align: start;
    font-size: 18px;
    padding: 0 10px;
    max-height: 520px;
    overflow: auto;
}

@media screen and (max-width:768px) {
    .ourWork_overlay p{
        text-align: center;
    }
}

.ourWork_overlay p::-webkit-scrollbar{
    width: 3px;
    background: var(--color_primary-dark);
}

.ourWork_overlay p::-webkit-scrollbar-thumb{
    width: 3px;
    background: var(--color_primary-dark);
}

@media screen and (max-width:768px) {
    .ourWork_overlay p{
        color: #fff;
        text-align: center;
    }
}

.items_ourWork:hover .ourWork_overlay{

    transform: translateY(-500px);

    transition: 1000ms;

}



@media screen and (max-width:768px) {

    .items_ourWork{

        width: 100%;

        height: 520px;

        max-width: 300px;

        margin: auto;

    }

    .items_ourWork img{

        width: 100%;

        height: 100%;

        object-fit: cover;

    } 

}
@media (max-width: 480px) {
    .items_ourWork {
        width: 100%;
        height: 500px;
        max-width: 100%;
        margin: auto;
    }
}
/* owl carousel */

.our_work .owl-nav .owl-next {
	margin: 0 0px;
	padding: 10px !important;
	background: transparent !important;
	color: #5f5f5f!important;
	font-size: 17px !important;
	font-weight: 700 !important;
	opacity: 0;
	transition: 700ms;
	border-radius: 50%;
	border: 2px solid #5f5f5f!important;
	width: 40px;
	height: 40px;
	position: absolute;
	left: -85px;
	top: 50%;
    transform: scale(0.9);
}    
.our_work .owl-nav .owl-next::before {
	position: absolute;
	content: "";
	background: white;
	width: 8px;
	height: 8px;
	left: 1px;
	bottom: 3px;
    transform: rotate(50deg);
}

.our_work:hover  .owl-nav .owl-next {
    opacity: 1;
}