.prj-slider
{
padding: 24px;
    height: 680px;
    border-right: 1px solid var(--color-gray-scale-gray-300);
    border-top: 1px solid var(--color-gray-scale-gray-300);
    border-bottom: 1px solid var(--color-gray-scale-gray-300);
}


.prj-slide-haed
{
    height: 240px;
    background: var(--color-dark-scale-dark-400);
    /*padding: 70px 0;*/
    display: flex;
    justify-content: center;
    align-items: center;
}
.owl-carousel .owl-item .prj-slide-haed img
{
    width: 280px;
    /*margin: 0 auto;*/
}

.prj-slide-haed.fulsize
{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.owl-carousel .owl-item .prj-slide-haed.fulsize img
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.projects .prj-head
{

    font-family: Segoe UI;
    font-size: 19px;
    font-weight: 700;
    line-height: 26.6px;
    letter-spacing: -0.01em;
    text-align: left;

    Color: var(--color-dark-scale-dark-300);
}
:root .projects>.row
{
    margin-right: 0px;
    margin-left: 0px;
}
.projects .prj-line-head
{
    padding: 100px 24px 24px 24px;
    display: flex;
    justify-content: space-between;
}
.prj-slide-title
{
    margin-top: 32px;
    font-family: Raleway;
    font-size: 30px;
    font-weight: 600;
    line-height: 37.5px;
    letter-spacing: -0.01em;
    text-align: left;
    color: var(--color-dark-scale-dark-500);
}
.prj-slide-body
{

    font-family: Segoe UI;
    font-size: 19px;
    font-weight: 400;
    line-height: 26.6px;
    letter-spacing: -0.01em;
    text-align: left;
    color: var(--color-dark-scale-dark-300);

}
.prj-slide-btn .m-redbtn::before
{
    margin-right: 0;
}
.prj-slide-btn  .m-redbtn
{
    padding-left: 10px;
    padding-right: 18px;
    position: absolute;
    bottom: 24px;
}
.projects .owl-theme .owl-nav
{
    float: right;
    margin-top: 0px;
    padding: 24px 24px 64px 0;
}
.projects .owl-theme .owl-nav button.owl-next,
.projects .owl-theme .owl-nav button.owl-prev
{
    height: 56px;
    width: 56px;
    margin-left: 12px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    background: var(--color-gray-scale-gray-100);
    border-radius: 0;
}
.projects .owl-theme .owl-dots
{
    padding: 51px 40px 91px 24px;
    display: flex;
    justify-content: space-between;
}
.projects .prj-slider-end
{
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    height: 680px;
    padding: 48px 24px;
}
.projects .prj-slider-end h3 a
{
    color: var(--color-gray-scale-color-50);
    font-family: Raleway;
    font-size: 38px;
    font-weight: 600;
    line-height: 45.6px;
    letter-spacing: -0.02em;
    text-align: left;
    text-decoration: none;

}
.projects .prj-slider-end h3 a img
{
    width: 24px;
    height: 24px;
    margin-left: 8px;
    display: inline;
}
.projects .owl-theme .owl-dots button
{
    flex: 1;
    margin: 0;
    height: 2px;
    background: var(--color-dark-scale-dark-500);
    opacity: 0.2;
}
.projects .owl-theme .owl-dots button.active
{
    opacity: 1;
}
.projects .owl-theme .owl-dots button span
{
    display: none;
}
.prj-bot
{
    clear: both;
}
.prj-all {
    float: right;
}
.prj-all a
{
    font-family: Segoe UI;
    font-size: 19px;
    font-weight: 400;
    line-height: 26.6px;
    letter-spacing: -0.01em;
    text-align: left;
    text-decoration: none;
    color: var(--color-dark-scale-dark-500);
}
.prj-all
{
    border-bottom: 1px solid var(--color-dark-scale-dark-500);
}
@media (max-width: 1919px) {
    .projects .prj-line-head
    {
        padding: 100px 52px 24px 52px;
    }
    .projects .owl-theme .owl-dots
    {
        padding: 51px 40px 91px 52px;
    }
    .projects .owl-theme .owl-nav
    {
        padding: 24px 52px 64px 0;
    }
}
@media (max-width: 1399px) {
    .projects .prj-line-head
    {
        padding: 64px 36px 24px 36px;
    }
    .projects .owl-theme .owl-dots
    {
        padding: 51px 40px 91px 36px;
    }
    .projects .owl-theme .owl-nav
    {
        padding: 24px 36px 64px 0;
    }
}
@media (max-width: 767px) {
    .prj-slide-btn .m-redbtn
    {
        width: auto;
    }
    .projects .prj-line-head
    {
        padding: 64px 15.5px 24px 15.5px;
    }
    .projects .owl-theme .owl-dots
    {
        padding: 51px 40px 91px 15.5px;
    }
    .projects .owl-theme .owl-nav
    {
        padding: 24px 15.5px 64px 0;
    }
    .prj-slide-title
    {
        font-size: 24px;
    }
    .prj-slide-body
    {
        font-size: 15px;
    }
}