@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

body {
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Bebas Neue', cursive;
}

.ff-montserrat {
    font-family: 'Montserrat', sans-serif;
}

.bg-white-50 {
    background-color: rgba(255, 255, 255, 0.5);
}

.bg-linear-white {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.5) 100%);
}

.bg-black {
    background-color: #000;
}

.bg-footer {
    background-color: #D3D3D3;
}

.bg-gray {
    background-color: #3C3F44;
}

.bg-lightgray2 {
    background-color: #f1f1f1;
}

.bg-lightgray {
    background-color: #E2E2E2;
}

.bg-facebook {
    background-color: #2d548c;
}

.bg-twitter {
    background-color: #4cb8ff;
}

.bg-youtube {
    background-color: #ff4948;
}

.bg-instagram {
    background-color: #c73b17;
}

.bg-extralightgray {
    background-color: #EAECEE;
}

.bg-lightgray-50 {
    background-color: rgb(213, 216, 218, 0.5);
}

.bg-white {
    background-color: rgb(255, 255, 255, 0.5);
}

.text-gray {
    color: #949494;
}

.text-red {
    color: #A12E31;
}

.text-lightred {
    color: #9b3042;
}

.text-blue {
    color: #283c73;
}

.bg-red-50 {
    background-color: rgb(161, 46, 49, 0.5);
}

.bg-lightred {
    background-color: #9b3042;
}


.bg-lightred2 {
    background-color: #b85b5c;
}

.bg-red {
    background-color: #A12E31;
}

.bg-aqua {
    background-color: #97F4E3;
}

.bg-lightred {
    background-color: #AC2B2E;
}

.bg-linear-black {
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(65, 66, 66, 1) 100%);
}

.hover-bg-red {
    transition: all 0.5s ease;
}

.hover-bg-red:hover {
    background-color: #A12E31;
}

.bi-list {
    cursor: pointer;
}

.gap-large {
    column-gap: 125px;
}

#desktop_header_items a {
    text-decoration: none;
    color: #A12E31;
    font-weight: bold;
    font-style: italic;
    letter-spacing: 2px;
}

.header_divider {
    width: 2px;
    height: 30px;
    background-color: #fff;
}

@media only screen and (max-width: 1400px) {
    .left-mobile {
        left: -150px !important;
    }
}

.hover-underline-animation {
    display: inline-block;
    position: relative;
    color: #A12E31;
}

.hover-underline-animation:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #A12E31;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}








.hover-cursor {
    cursor: pointer;
}




#rightmenu {
    width: 100vw;
    z-index: 13 !important;
    display: none;
    height: 100vh;
    /*overflow-y: hidden;*/
    overflow-x: hidden;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
    padding-bottom: 200px;
}

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 12 !important;
}

.fs-iletisim {
    font-size: 12px;
}

.fs-footer {
    font-size: 15px;
}

.fs-header_img {
    font-size: 12px;
    margin-right: 5px;
}

.fs-item {
    font-size: 100px;
}

.fs-header-title {
    font-size: 4rem;
}

.fs-header-text {
    font-size: 2rem;
}

.fs-header-btn {
    font-size: 1rem;
}


#header_ara_social2 {
    margin-left: 10rem !important;
}

.page_title_absolute {
    top: 20%;
    left: 30%;
}

@media only screen and (max-width: 992px) {

    .page_title_absolute {
        top: 30%;
        left: 7.5%;
    }

    #header_ara_social2 {
        margin-left: 0 !important;
        row-gap: 10px !important;
    }

    .fs-header-title {
        font-size: 1rem;
    }

    .fs-header-text {
        font-size: 0.5rem;
    }

    .fs-header-btn {
        font-size: 0.25rem;
    }

    #slider_content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
    }

    #header_content {
        padding: 30px 10px !important;
    }

    #slider_buttons {
        margin-top: 30px !important;
    }

    .pn-3 {
        padding: 5px !important;
    }

    .pe-auth {
        padding-right: 0 !important;
        padding: 0 15px !important;
    }

    .ps-auth {
        padding-left: 0 !important;
        padding: 0 15px !important;
    }
}

.pe-auth {
    padding-right: 40px;
}

.ps-auth {
    padding-left: 40px;
}


.pn-3 {
    padding: 20px;
}

#slider_buttons {
    margin-top: 30%;
}

.header_logo {
    width: 7.5vw;
    min-width: 3.5rem;
    height: auto;
}

.header_logo_absolute {
    top: 1.5rem;
}

.footer_logo {
    width: 10vw;
    min-width: 5rem;
    height: auto;
}

.header_input {
    outline: none;
    border: none;
}

#header_content {
    padding: 30px 50px;
}

#slider_content {
    width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

#slider_buttons {
    display: flex;
    justify-content: center;
    align-items: center;
}

.input_none {
    outline: none;
    border: none;
}

.search_divider {
    width: 3px;
    height: 30px;
    background-color: #999999;
}











.tab_header {
    cursor: pointer;
    color: #fff;
}

.tab_header_active {
    color: #A12E31;
}




.duyuru_image {
    width: 100%;
    height: 15rem;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}


.hr_divider {
    width: 100%;
    height: 5px;
    background-color: #2E3B46;
}

.opacity-low {
    opacity: 30%;
}








.fs-big {
    font-size: calc(5vw + 1em);
}

.fs-big2 {
    font-size: calc(1vw + 1em);
}












.border-auth {
    border-right: 10px solid #A12E31;
    border-bottom: 10px solid #A12E31;
}

.input-auth {
    outline: none;
    border: none;
    border-bottom: 1px solid #000;
}

.btn-red {
    --bs-btn-color: #fff;
    --bs-btn-bg: #A12E31;
    --bs-btn-border-color: #A12E31;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #cc494d;
    --bs-btn-hover-border-color: #cc494d;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #cc494d;
    --bs-btn-active-border-color: #cc494d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #A12E31;
    --bs-btn-disabled-border-color: #A12E31;
}





















.iletisim_icon {
    height: 7.5rem;
}















.kategori_icerik {
    padding: 10px;
    width: 100%;
    background-color: #edecf3;
}

.kategori_icerik a {
    text-decoration: none;
    color: #9f9f9f;
}

.kategori_divider {
    width: 100%;
    height: 2px;
    background-color: #d1d1d1;
}











.item_img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


.page_number {
    width: 30px;
    height: 30px;
    text-align: center;
    text-decoration: none;
    background-color: #fff;
    color: #000;
    padding: 5px;
}

#page_sonraki {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #fff;
    background-color: transparent;
    color: #fff;
}










.swiper {
    width: 100%;
}