/* project detailed page css start -------------------------- */

main section.section_container:first-child {
    margin-top: 50px !important;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.case_study_detailed .container {
    width: 100% !important;
}

.section_container ul li {
    color: #000000;
}

.section_container ul li h5 {
    font-size: 20px;
}

.section_container ul li p {
    font-size: 16px;
}

.project_main_title h1 {
    font-size: 56px;
    font-weight: 500;
    position: relative;
}

.project_main_title h1::after {
    content: "case study";
    position: absolute;
    top: -110px;
    right: -50%;
    font-size: 145px;
    font-weight: bold;
    color: #ededed;
    z-index: -1;
}

.project_banner img {
    width: 100%;
}

@media only screen and (max-width: 992px) {
    .project_main_title h1::after {
        top: -80px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 126px;
    }

    .project_main_title h1 {
        font-size: 46px;
    }
}

@media only screen and (max-width: 768px) {
    .project_main_title h1::after {
        top: -80px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 100px;
    }
}

@media only screen and (max-width: 576px) {
    .project_main_title h1::after {
        display: none;
    }

    .project_main_title h1 {
        font-size: 46px;
    }
}

.section_container .section_bg img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    max-height: 470px;
    object-fit: cover;
    filter: grayscale(100%);
    /* margin-top: auto;
    margin-bottom: auto; */
}

.section_title {
    font-size: 32px !important;
    margin-bottom: 25px;
}


/* image slider css start ======================================== */


.card {
    margin: 5px;
}

.card img {
    height: 400px;
}

.owl-carousel .owl-item img {
    border-radius: 0px !important;
    object-fit: cover !important;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.owl-nav .owl-prev {
    left: -50px;
}

.owl-nav .owl-next {
    right: -50px;
}

.owl-dots {
    text-align: center;
    margin-top: 10px;
}

.owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.owl-dot span {
    display: none !important;
}

/* .owl-dots {
    display: block !important;
    text-align: center;
    margin-top: 10px;
}

.owl-dot {
    width: 12px;
    height: 12px;
    background: black !important;
    display: inline-block;
    margin: 5px;
    border-radius: 50%;
}

.owl-dot.active {
    background: red !important;
} */


.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    display: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background-color: #c6c6c6 !important;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background-color: #c6c6c6 !important;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot.active {
    background-color: #9a9a9a !important;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot:hover {
    background-color: #9a9a9a !important;
}



/* image slider css end ======================================== */

.technologies {
    width: auto;
    height: 120px;
    padding: 20px;
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: center;
    background-color: #ffffff;
    box-shadow: 5px 5px 20px #f3f3f3;
    border-radius: 10px;
}

.technologies img {
    height: 50px;
}

.technologies p {
    font-size: 16px;
    color: #00000050;
}


.quote_container .quote {
    padding: 40px;
    border-top: 1px solid #636363;
    border-bottom: 1px solid #636363;
    /* border-top: 1px solid transparent;
    border-image: linear-gradient(to right, transparent, #636363, transparent) 1;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(to right, transparent, #636363, transparent) 1; */
}

.quote_container .quote p {
    font-style: italic;
}

.quote_container .quote .author {
    font-weight: 700;
}


.section_container#footer {
    background-image: url("../img/background/black_bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    /* color: #000000;
    background-color: #9c9c9c; */
}

.section_container#footer h2 {
    font-size: 46px;
    line-height: 60px;
    margin-bottom: 60px;
}

.section_container#footer p {
    margin-bottom: 30px;
}

.section_container#footer p a {
    color: #ffffff;
}

.section_container h2 span img {
    height: 40px;
    width: 100px;
    object-fit: cover;
    border-radius: 50px;
}

.footer_card {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 15px;
    color: #fff;
    padding: 10px;
    margin-bottom: 15px;
}

.footer_card p {
    font-size: 12px;
    color: #ffffff75;
    margin-bottom: 0px !important;
}


/* back navigation css start ----------------------------- */

.container #goBackButton {
    position: absolute;
    top: 30px;
    right: 100px;
    width: 56px;
    height: fit-content;
    margin: 0;
    padding: 8px 13px;
    border-radius: 30px;
    background: none;
    display: flex;
    align-items: center;
    gap: 11px;
    border: 1px solid #1D4DA0;
    transition: .3s;
    overflow: hidden;
}

@media only screen and (max-width: 768px) {
    .container #goBackButton {
        position: absolute;
        top: -15px;
        right: 15px;
    }
}

.container #goBackButton p {
    font-size: 20px;
    line-height: 32px;
    margin-top: auto;
    margin-bottom: auto;
    display: inline;
}

.container #goBackButton:hover {
    width: 125px;
}

.container #goBackButton i {
    font-size: 30px;
    line-height: 32px;
    display: inline;
}

/* Hide the button by default */
#goBackButton {
    opacity: 0;
}

/* back navigation css end ----------------------------- */