﻿.navbar {
    background-color: #212121 !important;
   
}
.pageBackground2 {
    position: relative;
    object-fit: cover !important;
    background-image: url(../img/sayfa-arka.png);
    width: 100%;
    padding-bottom:4rem;
}
.catalogArea{
    background-color:white;
    border-radius: 10px;
    padding-top: 5px;
    position: relative;
    padding-bottom:2rem;
}

    .catalogArea::before {
        content: "";
        position: absolute;
        top: 0px;
        left: 0;
        width: 100%;
        height: 10px;
        background: #ffce13;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

.sticky-top{
    position:relative !important;
}
.downloadButton a {
    text-decoration: none;
    color: #FFF;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    display: flex;
    align-items: center;
    gap:10px;
    padding-right:0px;

}
.downloadButton{
    padding-top:3rem;
    display: flex;
    align-items:center;
    justify-content: end;
    margin-bottom:10px;
}
.logoPDF-products{
    padding-top:2rem;
    padding-bottom:2rem;
    display:flex;
    justify-content: center;
}
.pHeader {
    color: #000;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.pHeaderNumber {
    color: #000;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom:24px;
}
.pDetail {
    color: #474747;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; 
    margin-bottom:36px;
}
pFeature {
    color: #212121;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; 
    margin-bottom:16;
}
.featureHeader {
    color:  #212121;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 111.111% */
}
featureDetail {
    color:  #474747;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.ProductArea{
    display: flex;
    align-items: center;
    row-gap:1rem;
}
.navigationProduct{
    display:flex;
    justify-content:center;
    padding-top: 2rem;
}
.ProductText{
    padding-right: 5rem;
}
.product-img {
    width: 100%;
    height: auto;
    overflow: hidden;

}
.PageNumber{
    color: #000;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; 
    display:flex !important;
    justify-content:center !important;
    padding:2rem;
}
.NumberRow{
    display:flex !important;
    justify-content:center !important;
}
/* Pagination Link */
.page-link {
    position: relative;
    display: block;
    color: #fff;
    text-decoration: none;
    background-color: transparent !important;
    border: 1px solid #FFCE13;
}


    .page-link:hover {
        z-index: 2;
        color: #fff !important;
        background-color: transparent !important;
        border-color: #FFCE13;
    }
.page-item.active .page-link {
    z-index: 2;
    color: #000 !important;
    background-color: #ffce13 !important;
    border-color: #FFCE13;
    font-weight: 600;
}

.page-link:focus {
    z-index: 3;
    color: #fff!important;
    background-color: transparent !important;
    outline: 0;
    box-shadow: unset !important;
    border-color: #000;
}
@media (max-width: 768px){
    .ProductText {
        padding-right: 0rem;
    }
    .navigationProduct {
        padding-top: 1rem !important;
    }
    .product-img {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .PageNumber{
        padding:1rem;
    }
} 