body {
    background: url(images/bg.webp) no-repeat center center fixed;
    background-size: cover;
    font-family: 'Rubik', sans-serif;
}

.accordion-button {
    height: 250px;
    border-style: solid;
    border-width: 2px 1px 0px 1px;
    background-size: cover;
    color: white;
    font-size: 32px;
    letter-spacing: 2px;
    font-weight: bold;
    vertical-align: center;
    align-items: unset;
    background-position: center center;
}

.accordion-item {
    margin-bottom: 4px;
    border-style: solid;
}

.accordion-button:not(.collapsed) {
    color: white;
}

.accordion-button::after {
    background-size: 40px;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.4);
    margin-top: 170px;
    border-radius: 3px;
}

.accordion {

    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-body span {
    font-weight: 700;
    line-height: 1.2;
    color: #363535;
}

.accordion-body .fst-italic {
    font-style: italic !important;
    color: rgb(97, 96, 96);
}

.text-primary {
    color: #dd4e15 !important;
}

.accordion-body img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.button-75 {
    align-items: center;
    background-image: linear-gradient(135deg, #f34079 40%, #fc894d);
    border: 0;
    border-radius: 5px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    font-size: 13px;
    font-weight: 700;
    height: 44px;
    justify-content: center;
    letter-spacing: .4px;
    line-height: 1;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 19px;
    text-decoration: none;
    text-transform: uppercase;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-75:active {
    outline: 0;
}

.button-75:hover {
    outline: 0;
}

.button-75 span {
    transition: all 200ms;
}

.button-75:hover span {
    transform: scale(.9);
}

@media screen and (max-width: 991px) {
    .button-75 {
        font-size: 12px;
        height: 40px;
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
    }

    .button-75 span {
        line-height: 50px;
    }
}

.modal-content {
    background-color: #e9f4ff;
}

.input-group-text {
    border-radius: 5px 0px 0px 5px !important;
    background-color: #34434a;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    font-size: 24px;
    font-weight: bold;
    border: none;
    outline: none;
    background-color: #dd4e15;
    color: white;
    cursor: pointer;
    padding: 5px 10px 5px 10px;
    border-radius: 50%;
}

#myBtn:hover {
    background-color: #dd4e15;
}
.arama {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
  }