body {
    margin: 0;
    padding: 0;
}

.navbar-custom {
    background-color: #262626;
    padding: 15px 30px;
}

.navbar-custom .navbar-nav .nav-link {
    color: white;
    font-weight: 600;
    margin-right: 20px;
}

.navbar-custom .navbar-nav .nav-link:hover {
    color: #ffc107;
}

.hemen-basvur-btn {
    background-color: #cb1d21;
    color: white;
    font-weight: bold;
    border-radius: 15px;
    padding: 10px 20px;
    border: none;
    margin-right: 20px;
    border: none;
}

.hemen-basvur-btn:hover {
    background-color: #cb1d21cc;
}

.nav-icons i {
    font-size: 20px;
    color: white;
    margin-left: 15px;
    cursor: pointer;
}

@media (max-width: 991.98px) {
    .navbar-collapse {
        background-color: #004b6a;
        padding: 20px;
    }

    .navbar-nav {
        text-align: center;
    }

    .nav-icons {
        margin-top: 15px;
    }
}
.header{position: fixed;width: 100%;z-index: 3;}
.header .navbar-nav li a{
    color:#fff;
    font-weight:bold;
    text-decoration:none;
    padding: 10px 20px;
}
.header .nav-icons svg{
    color: #fff;
    font-size: 24px;
    padding: 10px;
}

.sagMenu{
    position:fixed;
    width:350px;
    height:100%;
    top:0;
    right: -350px;
    background-color:#eeeeee;
    transition: 0.5s all;
    z-index: 9;
}
.sagMenu.active{
    right: 0;
    z-index: 9;
}

.header .sagMenu .navbar-nav li a{
    color:#000;
    padding:0;
}
.header .sagMenu .navbar-nav li{
    padding: 15px 10px 15px 0px;
    /* text-align:center; */
}

.footer{
    background-color:#262626;
    margin-top:10px;
    padding:30px;
}

.sliderBlock{
    background-color: #262626;
    padding-top: 110px;
}

.swiper {
    width: 100%;

}

.swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
}
.slider-text h5 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #cb1d21;
    font-family: 'Pacifico', cursive;
}
.slider-text h2 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 10px;
    color:#fff;
}

.slider-text .sub-title {
    font-size: 24px;
    color:#fff;
    margin-bottom: 20px;
}

.swiper-slide img {
    width: 200px;
    height: auto;
    border-radius: 10px;
    margin-bottom: 20px;
}

.slide-button {
    background-color: #f1f1f1;
    color: #333;
    font-size: 16px;
    border-radius: 20px;
    font-weight: bold;
    padding: 10px 25px;
    display: inline-block;
    margin-top: 20px;
}

.swiper-pagination-bullet {
    background: #f1c40f;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #ffffff;
}

.accordion-button:not(.collapsed){
    color: #fff;
    background-color: #cb1d21;
//
stylelint-disable-line function-disallowed-list
}
.accordion-button{
    box-shadow:unset!important;
}


.ii_ikon{
    width: 64px;
    background-color: #404040;
    margin: 0px 0px 20px 0px;
    padding: 14px 15px 8px 15px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #e21b1f;
    border-radius: 50% 50% 50% 50%;
    font-size: 25px;
    color: #fff;
    text-align: center;
    box-shadow: 4px 4px 0px 0px #cb1d21;
}

.slider-text{
    margin-bottom:20px;
}