﻿.autumn-area {
    font-family: 'Gotham';
}
.autumn-area .w-100 {
    width: 100%;
}

.section-heading {
    position: relative;
}

.autumn-area p {
    font-size:22px;
    line-height:1.1;
}

.autumn-area h3 {
    font-size: 47px;
    line-height: 60px;
}

h1.section-title {
    font-size: 73.34px;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
    color: #fff;
    line-height: 1.2;
    text-align: center;
    font-family: 'Gotham';
    font-weight: 900;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.75);
}

.content-area {
    padding: 40px;
    font-size: 21px;
    line-height: 1.4;
    font-weight: 300;
    font-family: 'Gotham Book';
}

.autumn-area .text-bold {
    font-family: 'Gotham';
    font-weight: 500;
    line-height:30px;
}

.autumn-area .text-bolder {
    font-family: 'Gotham';
    font-weight: 700;
    line-height: 30px;
    line-height:1.2;
}

.section-line-title {
    background: #e4803c;
    text-align: center;
    padding: 17px 0;
    color: #fff;
    font-size: 42.46px;
    margin:0;
    line-height:1.3;
    margin:25px 0;
}
.content-2 {
    padding:40px 90px;
}
.atm-list {
position: relative;
margin:0;
}
.atm-list li {
    list-style: none;
    font-weight: 300;
    font-family: 'Gotham Book';
    font-size: 21px;
    position: relative;
    display: flex;
}

.atm-list img {
    width:22px;
    height:21px;
    margin-right:5px;
}

.autumn-area .text-center {
    text-align: center;
}

.autumn-area .text-left {
    text-align: left;
}

.autumn-area .mt-30 {
    margin-top:30px;
}

.autumn-area .mb-20 {
    margin-bottom: 20px;
}

.autumn-area .mt-50 {
    margin-top: 50px;
}

.autumn-area .line-heigt-1 {
    line-height: 1 !important;
}

.atm-cards-area {
    padding:30px;
}
.atm-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

    .atm-cards .box {
        width: 32%;
        border: 1px solid #ccc;
        padding: 20px;
        text-align: center;
        box-sizing: border-box;
        border-radius: 18px;
        color: #fff;
        font-size: 22.35px;
        font-family: 'Gotham Book';
        font-weight: 300;
        line-height: 1.3 !important;
        position: relative;
    }

    .bg-card-1 {
        background-color: #9f9f9f;
    }

    .bg-card-2 {
        background-color: #e4803c;
    }

    .bg-card-3 {
        background-color: #819b4a;
    }


.atm-cards .box .title, .atm-cards .box .title a {
    line-height: 1.3 !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    color: #fff !important;
    font-family: 'Gotham';
}

.card-icon {
    padding: 10px 10px 5px 10px;
    background-color: #fff;
    position: relative;
    top: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 0 0 15px 15px;
}

.bg-card-title {
    font-size: 35px;
    font-family: 'Gotham';
    color: #fff;
    text-transform: uppercase;
    text-align:center;
}

.atm-card-content {
    margin-bottom: 30px;
    padding: 20px;
}

.atm-card-content p {
    font-size: 28.75px;
    font-family: 'Gotham Book';
    color: #fff;
    line-height: 1.3;
    font-weight: 400;
    padding: 0 40px;
    margin: 30px 0;
}

.atm-card-content b {
    font-family: 'Gotham';
}

.bottom-text-list {
    display: flex;
    flex-direction: column;
    gap:95px;
}

.atm-text {
    padding:0 80px;
    width:50%
}

.atm-text b {
    font-family: 'Gotham';
    font-weight: 600;
}

.atm-img {
    position: absolute;
    right: 0;
}

.resource {
    margin:70px 0 30px 0;
}

    .resource h1 {
        background: #dadada;
        padding: 15px 0;
        color: #333;
        font-family: 'Gotham';
        font-weight: 600;
        text-transform: uppercase;
        text-align: center;
        margin: 0px;
        line-height: 1;
    }

.resource-list {
    margin: 35px 0;
    text-align: center;
    padding: 0 50px;
}
    .resource-list li {
        list-style: none;
        margin: 8px;
        line-height: 1;
        font-style: italic;
        font-size: 13px;
    }
        .resource-list li a {
            color: #333333;
        }

.d-flex-box-item {
    display:flex;
    align-items: center;
    justify-content: center;
}

.bg-renk-1 {
    background: #e4803c;
    color: #fff;
    padding:10px 23px;
}


.d-flex-box-item .content {
    width: 65%;
    z-index: 99;
}

.d-flex-box-item .image {
    width: 45%;
}

.bg-yesil {
    background: #5c9141;
}

.at-padding-0 {
    padding:0px !important;
    background: transparent !important;
    border: none !important;
}

    .at-padding-0 img {
        border-radius: 20px !important;
    }

.atm-cards-list {
    margin-top: 40px;
}

.atm-cards-list li {
    text-align: left;
    margin-bottom: 8px;
    line-height: 1.2;
}

.atm-row-reverse {
    flex-direction: row-reverse;
}

.atm-border-radius-40-right {
    border-radius: 0 40px 40px 0;
}

.atm-border-radius-40-left {
    border-radius: 40px 0 0 40px;
}


.atm-margin-45 {
    margin:45px 0;
}

.atm-content-400 {
    height: 400px;
}

.atm-cards .box .title a:hover {
    text-decoration: underline !important;
}