﻿.back-to-sport {
    margin: 0 auto;
    padding: 0;
    text-align: left;
    background-color: #fff;
    position: relative;
    line-height: 1.1;
    max-width: 1200px;
}

.ft-w-100 {
    width: 100%;
}

.ft-relative {
    position: relative;
}

.ft-bs-section-title-area {
    background-color: #fd830c;
    position: relative;
}

    .ft-bs-section-title-area h2 {
        font-size: 39px;
        text-transform: uppercase;
        text-align: center;
        font-family: 'Ciutadella Display' !important;
        font-weight: 900;
        color: #fff;
        padding: 24px 0 !important;
        margin: 0px;
        line-height: 1;
    }

.ft-bts-subtitle h2 {
    font-size: 37px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Ciutadella' !important;
    font-weight: bold;
    color: #fff;
    padding: 30px 0 !important;
    margin: 0px;
    line-height: 1;
}

.ft-bts-bg-white {
    background-color: #fff;
    width: 100%;
    color: #2a2929;
    font-family: 'Amsi Pro Cond';
}


/*** Section 1*/
.ft-bts-content-top {
    position: relative;
    font-family: 'Ciutadella' !important;
    color: #fff;
}

.ft-bts-1 .ft-bts-content-top h2 {
    position: absolute;
    left: 60px;
    top: 20%;
    font-size: 83px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-family: 'Ciutadella' !important;
    color: #fff;
}

.ft-bts-1 p {
    padding: 30px;
    text-align: center;
    font-family: 'Amsi Pro Cond';
    font-size: 24px;
    line-height: 1.3;
    color: #000000;
}

/** Section 2 */

.ft-bs-2 .ft-bs-content-2 {
    padding: 32px 50px 30px 50px;
    background-color: #2a2929;
}

.ft-bs-content-2 p {
    text-align: center;
    font-family: 'Amsi Pro Cond' !important;
    font-size: 24px;
    line-height: 1.3;
    color: #fff;
}

p.table-content-title {
    font-size: 20px;
    color: #000000;
    text-align: left;
    font-family: 'Amsi Pro Cond' !important;
    font-weight: bold;
    margin-bottom:5px;
}

.ft-bts-bg-white ul {
  margin:0;
}

.ft-bts-bg-white li {
    font-size: 20px;
    list-style: none;
    margin-bottom:5px;
}

.ft-bts-day-name span {
    font-size: 24px;
    font-family: 'AmsiProCond';
    font-weight: 900;
    text-transform: uppercase;
}

.ft-bts-bg-white tr td {
    padding:20px;
}

    .ft-bts-bg-white tr td.ft-bts-day-name {
        border-right: 1px solid #000;
        text-align: center;
        width: 260px;
    }

.ft-bts-bg-white tr {
    border-bottom:1px solid #000;
}

.ft-bts-patren-1 {
    position: absolute;
    top: 220px;
    left: 0;
    z-index: 1;
}
.ft-bts-patren-2 {
    position: absolute;
    top: 132px;
    right: -50px;
    z-index: 1;
}

/** Section 3 */
.ft-bts-foods {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2’li sütun */
    gap: 30px;
    padding: 30px 60px;
}

.ft-bts-food {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    border-radius: 31px;
    background-color: #f69a41;
    height: 172px;
}


    .ft-bts-food h3 {
        font-size: 48px;
        font-family: 'Ciutadella' !important;
        font-weight: bold;
        color: #333231;
    }

    .ft-bts-food p {
        font-family: 'Amsi Pro Cond' !important;
        font-size: 24px;
        line-height: 1.3;
        color: #333231;
    }

    .ft-bts-food.bts-bg-2 {
        background-color: #b9aea4;
    }

.ft-bts-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding-bottom: 30px;
}

    .ft-bts-link p, .ft-bts-link a {
        margin: 0;
        font-family: 'Amsi Pro Cond' !important;
        font-size: 24px;
        color: #2e2d2c;
    }

    .ft-bts-link a {
        font-weight: bold;
        color: #000;
        text-decoration:underline;
    }

    /** Section 4*/

.ft-bts-product-area {
    padding:30px 60px;
}

.ft-bts-products {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

    .ft-bts-product-area > p {
        text-align: center;
        font-family: 'Amsi Pro Cond' !important;
        font-size: 24px;
        padding-bottom: 30px;
        font-weight: normal;
    }

.ft-bts-product {
    display: flex;
    align-items: center;
    gap:10px;
}

    .ft-bts-product img {
        flex: 1 1 50%;
        max-width: 50%;
    }

.ft-bts-info {
    flex: 1 1 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap:15px;
}

    .ft-bts-info h3 {
        font-size: 45px;
        font-family: 'Ciutadella' !important;
        font-weight: bold;
        color: #333231;
        margin:0px;
    }

    .ft-bts-info p {
        font-family: 'Amsi Pro Cond' !important;
        font-size: 24px;
        line-height: 1.2;
        font-weight: normal;
        margin:0px;
    }

.ft-bts-row-reverse {
    flex-direction: row-reverse;
}