html,
body {
    margin: 0;
    padding: 0;
}

.header {
    background-color: rgba(255, 255, 255, 1);
}

.banner {
    border-bottom: 3px solid var(--Color, rgba(255, 0, 0, 1));
    height: 380px;
    background-repeat: no-repeat;
    display: flex;
    align-items: end;
    justify-content: center;
    padding-bottom: 60px;
}

.banner-title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Mulish;
    font-weight: 700;
    font-style: Bold;
    font-size: 46px;
    color: rgba(255, 255, 255, 1);
}

.pages-titles {
    padding: 20px 0px 20px 0px;
    font-family: Mulish;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: rgba(152, 152, 152, 1);
    display: flex;
    gap: 10px;
}

.page-line {
    border-bottom: 1px solid rgba(233, 233, 233, 1);
    margin-bottom: 70px;
}

.kurumsal-title {
    font-family: Mulish;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 46px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 1%;
}

.accordion-header:not(.collapsed) .icon {
    transform: rotate(-135deg);
    /* yukarı ok */
}

.kurumsal-desc {
    font-family: Mulish;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    color: rgba(31, 31, 31, 0.6);
    margin-top: 50px;
}

.kurumsal-desc * {
    margin: 0;
}

.card {
    display: flex;
    flex-direction: column;
    border: none;
}

.urun-img img {
    width: 100%;
    min-height: 396px;
}

.card-text {
    display: flex;
    flex-direction: column;
    padding: 30px 12px;
    gap: 20px;
}

.incele-button {
    font-family: Mulish;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(31, 31, 31, 1);
    border-bottom: 1px solid rgba(255, 0, 0, 1);
    max-width: 140px;
    padding-bottom: 18px;
}

.card-desc {
    color: rgba(31, 31, 31, 0.6);
    font-family: Mulish;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 23px;
    letter-spacing: 1%;
}

.card-title {
    font-family: Mulish;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: rgba(31, 31, 31, 1);
}

.kurumsal-video {
    margin-top: 100px;
    align-items: center;
    justify-content: center;
}

.video-box {
    position: relative;
    cursor: pointer;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    width: 100%;
}

.video-box img {
    width: 100%;
    display: block;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    background: rgba(255, 0, 0, 1);
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    cursor: pointer;
}

.play-button i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.kurumsal-text-group {
    margin-top: 100px;
    display: flex;
    align-items: center;
}

.kurumsal-img {
    display: flex;
    justify-content: end;
}

.white-play-button {
    font-size: 50px;
    border: 1px solid rgba(231, 231, 231, 1);
    color: #fff;
    background-color: unset;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    cursor: pointer;
    -webkit-border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.white-play-button i {
    top: 50%;
    left: 50%;
}

.kurumsal-subtitle {
    font-family: Mulish;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 1%;
    color: rgba(255, 0, 0, 1);
    margin-bottom: 18px;
}

.video-play {
    margin-top: 50px;
    display: flex;
    align-items: center;
}

.video-play-text {
    margin-left: 20px;
    font-family: Mulish;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 230px;
    z-index: 1020;
}

.accordion-item button {
    border-bottom: 1px solid #eee;
}

.accordion-header {
    width: 100%;
    background: none;
    border: none;
    padding: 18px 0;
    font-size: 22px;
    font-weight: 600;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.icon {
    width: 10px;
    height: 10px;
    border-right: 2px solid red;
    border-bottom: 2px solid red;
    transform: rotate(45deg);
    transition: .3s;
}

.accordion-item.active .icon {
    transform: rotate(-135deg);
}

.accordion-content {
    margin-top: 40px;
}

.accordion-content li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 15px;
    display: flex;
    font-family: Mulish;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 1%;
    color: rgba(31, 31, 31, 0.6);
}

.accordion-content li::before {
    content: "•";
    color: red;
    position: absolute;
    left: 0;
}

.project-title {
    font-family: Mulish;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 46px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 1%;
    text-align: center;
    color: rgba(31, 31, 31, 1);
    margin-bottom: 40px;
}

.projects-section {
    padding-top: 110px;
    padding-bottom: 110px;
}

.project-tabs .nav-link {
    border-radius: 30px;
    padding: 15px 20px;
    color: #555;
    background: #fff;
    border: 1px solid rgba(233, 233, 233, 1);
    margin: 0 5px;
    font-family: Mulish;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 40px;
}

.project-tabs .nav-link.active {
    background: rgba(255, 0, 0, 1);
    color: #fff;
    border-color: rgba(255, 0, 0, 1);
}

.carousel-indicators {
    bottom: -100px !important;
}

.carousel-indicators .active {
    background-color: rgba(255, 0, 0, 1)!important;
    border: 3px solid rgba(255, 0, 0, 1) !important;
}

.carousel-indicators button {
    all: unset;
    width: 8px !important;
    height: 8px !important;
    border-radius: 50%;
    background-color: rgb(255, 255, 255) !important;
    border: 3px solid rgba(233, 233, 233, 1) !important;
    margin: 0 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.footer {
    margin-top: 0px;
}

.kurumsal-img img {
    width: 100%;
    max-height: 500px;
    height: 485px;
    width: 100%;
    object-fit: cover;
}

.product-table-wrapper {
    margin-top: 92px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 1.97px 6.47px 0px rgba(0, 0, 0, 0.02);
    box-shadow: 0px 45px 112px 0px rgba(0, 0, 0, 0.03);
}

.product-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

.product-table thead {
    background: #e30613;
    color: #fff;
}

.product-table th {
    padding: 10px;
    text-align: center;
    font-weight: 500;
    height: 52px;
    font-family: Mulish;
    font-weight: 700;
    font-style: Bold;
    font-size: 15px;
    leading-trim: NONE;
    line-height: 19px;
    letter-spacing: 0px;
    vertical-align: middle;
}

.product-table td {
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid #eee;
    height: 52px;
    font-family: Mulish;
    font-weight: 400;
    font-style: Regular;
    font-size: 13px;
    leading-trim: NONE;
    line-height: 19px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: rgba(31, 31, 31, 1);
}

.product-table tbody tr:nth-child(even) {
    background: #f8f8f8;
}

.product-table-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.standard-colors {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    margin-top: 20px;
}

.color-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #333;
}

.color-box {
    width: 100%;
    border: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    aspect-ratio: 1/1;
}

.color-box-text {
    font-family: Mulish;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 13px;
    leading-trim: NONE;
    line-height: 23px;
    letter-spacing: 1%;
    color: rgba(31, 31, 31, 1);
}

.product-table {
    width: 100%;
    min-width: 1200px;
}

.arge-desc-title {
    font-family: Mulish;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 38px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 1%;
    color: #1F1F1F;
    margin-bottom: 24px;
}

.arge-desc {
    font-family: Mulish;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 23px;
    letter-spacing: 1%;
    color: #1F1F1F99;
}

.arge-text {
    margin-top: 120px;
    display: flex;
    align-items: center;
    margin-bottom: 120px;
}

.arge-line {
    border: 1px solid #E9E9E9;
    margin-bottom: 68px;
    margin-top: 68px;
}

@media (max-width: 991px) {
    .video-play {
        margin-top: 50px;
        margin-bottom: 50px;
        display: flex;
        align-items: center;
    }
    .mobile-arge {
        margin-bottom: 80px;
    }
    .kurumsal-img {
        display: flex;
        justify-content: start;
    }
    .banner-title {
        font-size: 30px !important;
    }
    .kurumsal-desc {
        margin-bottom: 50px;
    }
    .kurumsal-subtitle {
        font-size: 18px;
    }
    .kurumsal-title {
        font-size: 38px;
    }
    .accordion-wrapper {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .accordion-item.full {
        grid-column: 1 / -1;
    }
    .project-tabs {
        justify-content: flex-start !important;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        padding-left: 10px;
    }
    .project-tabs .nav-item {
        flex: 0 0 auto;
    }
    .project-tabs::-webkit-scrollbar {
        display: none;
    }
    .product-table-wrapper {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 768px) {
    .product-table th,
    .product-table td {
        padding: 6px 8px;
        font-size: 12px;
        white-space: nowrap;
    }
}

@media (max-width: 524px) {
    .kurumsal-title {
        font-size: 28px;
    }
    .card img {
        min-height: 242px;
        object-fit: cover;
    }
}