.Our_Projects {
    margin: 50px 0px;
}

.Our_Projects .Common_Title .text_content {
    width: 100%;
}

.Our_Projects .swiper_div {
    display: flex;
    align-items: center;
    height: 580px;
    margin-top: 1%;
}

.Our_Projects .swiper_div .swiper {
    height: 100%;
}

.Our_Projects .swiper_div .swiper-wrapper {
    margin-top: 103px;
    height: 800px;
}

.Our_Projects .swiper_div .swiper-wrapper .swiper-slide {}

.Our_Projects .swiper_div .swiper-wrapper .swiper-slide .project_card {
    cursor: pointer;
}

.Our_Projects .swiper_div .swiper-wrapper .swiper-slide .project_card.even {
    transform: translate(0px, -50px);
    transition: 0.3s;
}

.Our_Projects .swiper_div .swiper-wrapper .swiper-slide:hover .project_card.even {
    transform: translate(0px, 50px);
    transition: 0.3s;
}


.Our_Projects .swiper_div .swiper-wrapper .swiper-slide .project_card.odd {
    transform: translate(0px, 50px);
    transition: 0.3s;
}

.Our_Projects .swiper_div .swiper-wrapper .swiper-slide:hover .project_card.odd {
    transform: translate(0px, -50px);
    transition: 0.3s;
}


.Our_Projects .swiper_div .swiper-wrapper .swiper-slide .project_card .inner_card {
    position: relative;
}

.Our_Projects .swiper_div .swiper-wrapper .swiper-slide .project_card .inner_card .outer_img_div {
    position: relative;
}

.Our_Projects .swiper_div .swiper-wrapper .swiper-slide .project_card .inner_card .outer_img_div .overlay {
    position: absolute;
    width: 100%;
    height: 0px;

    border-radius: 10px;
    background: #271714 0% 0% no-repeat padding-box;
    border-radius: 10px;
    opacity: 0.4;
    transition: 0.3s;
}

.Our_Projects .swiper_div .swiper-wrapper .swiper-slide .project_card.even .inner_card .outer_img_div .overlay {
    bottom: 0px;
}

.Our_Projects .swiper_div .swiper-wrapper .swiper-slide .project_card.odd .inner_card .outer_img_div .overlay {
    top: 0px;
}

.Our_Projects .swiper_div .swiper-wrapper .swiper-slide:hover .project_card .inner_card .outer_img_div .overlay {
    height: 100%;
    transition: 0.3s;
}

.Our_Projects .swiper_div .swiper-wrapper .swiper-slide .project_card .inner_card .img_holder {}

.Our_Projects .swiper_div .swiper-wrapper .swiper-slide .project_card .inner_card .img_holder .inner_img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    aspect-ratio: 3/4;
    object-fit: cover;
}

.Our_Projects .swiper_div .swiper-wrapper .swiper-slide .project_card .inner_card .info_holder {
    border-left: 1px solid #271714;
    padding-left: 5px;
    position: absolute;

    z-index: -1;
    transition: 0.3s;
}

.Our_Projects .swiper_div .swiper-wrapper .swiper-slide .project_card.odd .inner_card .info_holder {
    bottom: 50%;
}


.Our_Projects .swiper_div .swiper-wrapper .swiper-slide .project_card.even .inner_card .info_holder {
    top: 50%;
}


.Our_Projects .swiper_div .swiper-wrapper .swiper-slide:hover .project_card.even .inner_card .info_holder {
    top: -80px;
}

.Our_Projects .swiper_div .swiper-wrapper .swiper-slide:hover .project_card.odd .inner_card .info_holder {
    bottom: -80px;
    transition: 0.3s;
}

.Our_Projects .swiper_div .swiper-wrapper .swiper-slide .project_card .inner_card .info_holder .project_name {
    color: #202020;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.Our_Projects .swiper_div .swiper-wrapper .swiper-slide .project_card .inner_card .info_holder .loactaion {
    color: #202020;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}


.Our_Projects .mobile_view {
    display: none;
}

.Our_Projects .desktop_view {
    display: block;
}

@media (min-width:0px) and (max-width: 991px) {
    .Our_Projects .mobile_view {
        display: block;
    }

    .Our_Projects .desktop_view {
        display: none;
    }

    .Our_Projects .swiper_div .swiper-wrapper {
        height: auto;
    }

    .Our_Projects .swiper_div {
        height: auto;
    }

    .Our_Projects .mySwiper .swiper-pagination-bullet {
        width: 7px;
        height: 7px;
    }

    .Our_Projects .mySwiper .swiper-pagination-bullet-active {
        width: 10px;
        height: 10px;
    }
}

@media (min-width:0px) and (max-width: 320px) {
    /* .Our_Projects .swiper_div {
        height: 450px !important;
    } */
}

@media (min-width:321px) and (max-width: 485px) {
    /* .Our_Projects .swiper_div {
        height: 515px !important;
    } */
}

@media (min-width:486px) and (max-width: 575px) {
    /* .Our_Projects .swiper_div {
        height: 562px !important;
    } */
}

@media (min-width:0px) and (max-width: 767.98px) {
    /* .Our_Projects .swiper_div {
        height: 536px;
        margin-top: 0px;
    } */

    .Our_Projects .swiper_div .swiper-wrapper .swiper-slide .project_card .inner_card .info_holder .loactaion {
        font-size: 14px;
    }

    .Our_Projects .swiper_div .swiper-wrapper .swiper-slide .project_card .inner_card .info_holder .project_name {
        font-size: 15px;
    }

    .Our_Projects .swiper_div .swiper-wrapper {
        margin-top: 71px;
    }
}

@media (min-width:768px) and (max-width: 1399px) {
    .Our_Projects .swiper_div {
        height: 520px;
    }

    .Our_Projects .swiper_div .swiper-wrapper .swiper-slide .project_card .inner_card .info_holder .project_name {
        font-size: 16px;
    }
}

@media (min-width:0px) and (max-width: 991px) {

    .Our_Projects .swiper_div .swiper-wrapper .swiper-slide:hover .project_card.even .inner_card .info_holder,
    .Our_Projects .swiper_div .swiper-wrapper .swiper-slide .project_card.even .inner_card .info_holder {
        top: -80px;
    }

    .Our_Projects .swiper_div .swiper-wrapper .swiper-slide:hover .project_card.even,
    .Our_Projects .swiper_div .swiper-wrapper .swiper-slide .project_card.even {
        transform: translate(0px, 0px);
    }

    .Our_Projects .swiper_div .swiper-wrapper .swiper-slide:hover .project_card.odd,
    .Our_Projects .swiper_div .swiper-wrapper .swiper-slide .project_card.odd {
        transform: translate(0px, -50px);
    }

    .Our_Projects .swiper_div .swiper-wrapper .swiper-slide:hover .project_card.odd .inner_card .info_holder,
    .Our_Projects .swiper_div .swiper-wrapper .swiper-slide .project_card.odd .inner_card .info_holder {
        bottom: -80px;
    }

    .Our_Projects .swiper_div .swiper-wrapper .swiper-slide:hover .project_card .inner_card .outer_img_div .overlay,
    .Our_Projects .swiper_div .swiper-wrapper .swiper-slide .project_card .inner_card .outer_img_div .overlay {
        height: 100%;
    }
}