/* ================================
   REFERANS PAGE CSS
   ================================ */

/* ================================
   Banner Styles
   ================================ */
.bannerp {
    background-image: url(../img/biossbanner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 267px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
}

.banner-text {
    color: white;
    font-size: 36px;
    font-weight: 500;
    text-align: center;
    font-family: 'Catamaran';
    line-height: 100%;
    letter-spacing: 0%;
}

/* ================================
   Container Styles
   ================================ */
.container-fluid.h {
    padding-left: 200px;
    padding-right: 200px;
    padding-top: 111px;
}

.container-fluid.ehizmet {
    padding-left: 200px;
    padding-right: 200px;
    padding-bottom: 50px !important;
}

/* ================================
   Breadcrumb Styles
   ================================ */
.subtext {
    padding-top: 24px;
}

span.redt {
    color: red;
}

/* ================================
   Title & Content Styles
   ================================ */
.titleb {
    font-size: 50px;
    padding-bottom: 30px;
    font-weight: 500;
}

.aboutusa {
    padding-bottom: 30px;
    padding-right: 60px;
    color: #333333 !important;
}

/* ================================
   Genel Bakis Box Styles
   ================================ */
.genel-bakis-header.text-white.fw-semibold {
    background-color: #C92127;
    padding: 21px;
    margin-bottom: 20px;
}

.genel-bakis-box.shadow-sm {
    box-shadow: none !important;
    border: 1px solid red;
}

a.btn.btn-danger.px-4.py-2.fw-semibold.rounded-pill {
    width: 490px;
    height: 65px;
    background-color: #C92127;
    border-radius: 0px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}

.genel-bakis-body {
    padding: 15px 31px;
}



.custom-page-container > .container {
    width: 1500px;
    max-width: 100%;
}

.page-content-padding {
    padding: 60px 0;
}

.reference-text-and-images {
    display: flex;
    flex-direction: column;
    row-gap: 65px;
}

.reference-text {
    display: flex;
    flex-direction: column;
    row-gap: 36px;
}

.reference-title {
    font-family: Catamaran;
    font-weight: 500;
    font-size: 54px;
    line-height: 64px;
    color: #333333;
}

.reference-description * {
    margin: 0;
}

.reference-description {
    font-family: Catamaran;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}

.reference-list-and-overview {
    padding-left: 46px;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.reference-list-button a {
    font-family: Catamaran;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 1.11px;
    display: flex;
    align-items: center;
    column-gap: 12px;
    justify-content: space-between;
    padding: 16px 21px;
    text-decoration: none;
    background: #C92127;
    color: #fff;
}

    .reference-list-button a svg {
        width: 32px;
    }

.reference-overview-title {
    font-family: Catamaran;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 1.8px;
    color: #FFFFFF;
    padding: 12px 21px;
    background: #C92127;
}

.reference-overview-content {
    padding: 20px 32px;
    background: #fff;
    border: 1px solid #C92127;
    border-top: none;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.reference-overview-content-item {
    display: flex;
    flex-direction: column;
    row-gap: 4px;
}

.reference-overview-content-item-title {
    font-family: Catamaran;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.reference-overview-content-item-value {
    font-family: Catamaran;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

.other-two-reference-images {
    height: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.reference-images img {
    height: 100%;
}

    .other-two-reference-images img {
        height: 50%;
    }

.two-reference-images {
    height: 100%;
}

.two-reference-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* ================================
   Responsive Styles
   ================================ */

@media only screen and (max-width: 1199px)
{
    .reference-list-and-overview {
        padding-left: 0;
    }

    .reference-title {
        font-size: 32px;
        line-height: 42px;
    }

    .reference-description {
        font-size: 15px;
        line-height: 23px;
    }

    .reference-list-button a {
        font-size: 16px;
        line-height: 24px;
    }

    .reference-overview-title {
        font-size: 16px;
        line-height: 24px;
    }

    .reference-overview-content {
        padding: 20px 24px;
    }

    .reference-overview-content-item-title {
        font-size: 15px;
        line-height: 23px;
    }

    .reference-overview-content-item-value {
        font-size: 15px;
        line-height: 23px;
    }

    .page-content-padding {
        padding: 40px 0;
    }

}







@media (max-width: 1002px) {
    .titleb {
        font-size: 34px;
        line-height: 1.5;
    }

    .container-fluid.h {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (max-width: 768px) {
    .container-fluid.ehizmet {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    .container-fluid.h {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
    }

    .aboutusa {
        padding-right: 0;
    }

    a.btn.btn-danger.px-4.py-2.fw-semibold.rounded-pill {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .subtext {
        padding-left: 15px;
    }
}
