/*Banner*/

.page-banner {
    position: relative;
}

.page-banner, .page-banner .page-banner-image, .page-banner .page-banner-image img {
    height: 400px;
    object-fit: cover;
}

.page-banner-image
{
    position: relative;
}
.page-banner-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000033;
}

.page-banner-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Poppins;
    font-size: 36px;
    font-weight: 600;
    line-height: 54px;
    text-align: left;
    color: #fff;
    padding-top: 137px;
}

/*Banner*/

/*Page Layout*/

.page-padding
{
    padding-top: 102px;
    padding-bottom: 102px;
}

/*Page Layout*/


.sertifikalarimiz-backdrop-image {
    background-image: url(/img/aytur/sertifikalarimiz-backdrop-image.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
}

.sertifikalarimiz-backdrop-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(118deg, rgb(255 255 255 / 89%) 32.01%, #FFFFFF 100%);
}

.page-content-area {
    display: flex;
    flex-direction: column;
    row-gap: 48px;
    position: relative;
    z-index: 1;
}

.page-title {
    font-family: Poppins;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    text-align: left;
    color: #1F1F1F;
}

.certificate-card {
    background: #fff;
    padding: 20px 18px;
    border-radius: 6px;
    box-shadow: 0px 4px 51.5px 0px #0000000D;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    height: 100%;
}

.certificate-card-link
{
    text-decoration: none;
}

.certificate-image, .certificate-image img {
    aspect-ratio: 2/1;
    object-fit: contain;
}

.certificate-name {
    text-align: center;
    color: #000;
    font-family: 'Poppins';
    font-size: 15px;
    line-height: 23px;
}

@media only screen and (max-width: 1199px)
{
    .page-title {
        font-size: 24px;
        line-height: 32px;
    }
}

@media only screen and (max-width: 575px)
{
    .certificate-card {
        padding: 25px 8px;
    }

    .page-content-area {
        row-gap: 32px;
    }
}

@media only screen and (max-width: 425px)
{
    .page-title {
        font-size: 21px;
        line-height: 29px;
    }
}