/*fonts*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/*fonts*/

/* ROOT */
:root {
    --mobil-menu-bg: #f9f9f9;
    --mobil-menu-yazi: #674747;
    --primary-blue: #209cd2;
    --renk1 :#f46f22;
    --renk2:#f46f22;
    --renk3:black;
    --renk5: linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(235,236,237,1) 100%);
    --renk6: #f1f1f1;
    --font1: "Montserrat", sans-serif;

}

::selection {
    background: var(--renk1);
    color: #ffffff;
}

.active5 {
    position: relative;
}

.active5:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-color: var(--secondary);
    border: 3px solid #ffffff;
    border-radius: 50px;
    left: 50%;
    transform: translateX(-50%);
    top: 92%;
}

body {
    background-image: url("../img/bg.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
}
main{
    overflow: hidden;
}

body::-webkit-scrollbar-track {
    background-color: transparent
}

body::-webkit-scrollbar {
    width: 10px;
    background-color: transparent;
}

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #aaa
}

body::-webkit-scrollbar-thumb:hover {
    background-color: #606060
}

a {
    color: var(--renk3);
}


a:hover {
    text-decoration: none;
    color: var(--renk3);
}

/* SCROLL TOP */
.scrollup {
    position: fixed;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 24px;
    width: 24px;
    bottom: 60px;
    right: 20px;
    background-color: var(--renk2);
    border: 1px solid white;
    color: white;
    font-size: 12px;
    z-index: 99;
    border-radius: 10%;
    opacity: 0;
    transform: rotate(-45deg);
    transition: 400ms;
    pointer-events: none;
}

.scrollup.aktif {
    bottom: 48px;
    opacity: 1;
    transition: 400ms;
    pointer-events: all;
}

.scrollup i {
    transform: rotate(45deg);
    transition: 400ms;
}

.scrollup:hover {
    background-color: var(--renk1);
    color: white;
    transform: scale(.9) rotate(0);
    transition: 400ms;
}

.scrollup:hover i {
    transform: rotate(0);
    transition: 400ms;
}
address p {
display: flex;
}

ul {
    list-style-type: none;
}

/* HC-OFFCANVAS */
.hc-nav-trigger {
    right: -5px;
    top: 75px;
}
.is-sticky .hc-nav-trigger{
    top: 35px;
}

.hc-nav-trigger span {
    background-color: var(--renk1);
}
.hc-nav-trigger span, .hc-nav-trigger span::after, .hc-nav-trigger span::before, .hc-offcanvas-nav a.nav-next:before{
    background: var(--renk1);
}
.hc-offcanvas-nav .nav-back a, .hc-offcanvas-nav .nav-item-link, .hc-offcanvas-nav li.nav-close a{
    color: var(--renk1);
}
.hc-offcanvas-nav .nav-back span::before, .hc-offcanvas-nav .nav-next span::before{
    border-color: var(--renk1);
}
.yanbasliklar {
    color: #209cd2;
}

.hc-offcanvas-nav.nav-levels-overlap .nav-content::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    right: 0;
    opacity: .4;
    background-repeat: no-repeat;
    background-position-y: bottom;
}

.hc-offcanvas-nav .nav-close-button span::after, .hc-offcanvas-nav .nav-close-button span::before {
    width: 10px;
    height: 10px;
    margin-top: -5px;
}

.hc-offcanvas-nav .nav-title + .nav-close a:not(.has-label) {
    top: 15px;
    right: 0;
}

.hc-offcanvas-nav .nav-close-button span::before {
    margin-left: -11px;
}

.fancybox__container {
    z-index: 9999;
}


/* HEADER */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    animation: fadeIn linear;
    animation-duration: 0.6s;
}



header.is-sticky {
    background: #ffffff;
    box-shadow: rgb(0 0 0 / 35%) 0 5px 15px;
    animation: none;
}


.navbar-brand {
    position: relative;
    width: 100px;
}

.hbtlogoGizle {
    position: absolute;
    right: 0;
    top: 0;
    width: 75%;
    height: 100%;
    background: #ffffff;
    transform: scaleX(0);
    transform-origin: right center;
    transition: .5s;
}

header.is-sticky .hbtlogoGizle {
    transform: scaleX(1);
    transition-delay: .45s;
}

header.is-sticky .headerSosyal {
    display: none !important;
}

header.is-sticky .navbar-brand:hover .hbtlogoGizle {
    transform: scaleX(0);
    transition-delay: 0ms;
    transition: .5s;
}

.hizmetlerimiz-altmenu a {
    color: black;
    transition: 800ms;
    border-bottom: 1px groove slategray;
    padding-bottom: 5px;
}

.hizmetlerimiz-altmenu:hover a {
    transition: 800ms;
    padding-right: 15px;

}
.nav-item > .nav-link{
    text-transform: uppercase;
}
.nav-link{
    color: var(--renk6);
    position: relative;
    overflow: hidden;
}
.is-sticky .nav-link{
    color: black;
}
.is-sticky .nav-link:hover{
    color: black;
}
.nav-link:hover{
    color: var(--renk6);
}
.sayfaHeader .nav-link{
    color: black;
}

.sayfaHeader .nav-link .hbt-icon{
    background-color: black;
}
.is-sticky .hbt-icon{
    background-color: black !important;
}
.dropdown-menu .nav-link{
    color: black;
}

/* header sosyal medya */
.sosyalMedyaUl {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.sosyalMedyaUl li:not(:last-of-type) {
    margin-right: 2px;
}
.sosyalMedyaUl li{
    transition: all .4s;
}
.sosyalMedyaUl li:hover{
    transform: scale(1.2);
}
.sosyalMedyaUl li a, .canvas-social li a {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    text-decoration: none !important;
    color: var(--renk6) !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 50% !important;
    font-size: 14px !important;
    margin: 0 5px !important;
    transition: .2s ease-in-out !important;
}
.sayfaHeader .nav-link::before{
    background-color: black;
}
.telefonnumaramiz a , .telefonnumaramiz i{
    color: var(--renk6) !important;
}


.headerTelefon,
.headerTelefon:hover {
    color: #b6bbbe;
}

.headerTelefonIcon {
    display: inline-block;
    min-width: 30px;
    border: 1px solid #b6bbbe;
    border-radius: 50%;
    aspect-ratio: 1/1;
    text-align: center;
    line-height: 28px;
    color: #b6bbbe;
}

/*
* FOOTER
*/


footer .footer-alt-bg {
    border-top: 8px solid var(--renk1);
    background: #fff;
    color: #fff;
    font-size: 15px;
    position: relative;
    z-index: 30;
    padding-bottom: 8px
}

.footer-alt-bg::before{
    content: "";
    width: 100%;
    height: 5px;
    background-color: white;
    position: absolute;
    top: -10px;
    left: 0;
}

footer .footer-alt-bg .footer-alt-ic {
    margin-right: auto
}

footer .footer-alt-bg p {
    padding: .8em 0 .4em;
    position: relative;
    z-index: 1;
    font-size: 12px;
    color: #555;
    text-align: right
}

footer .footer-Link{
    transition: all .4s;
}

footer .footer-Link:hover{
    padding-left: 10px;
}

footer .footer-ust-img {
    position: absolute;
    width: 100%;
    height: 55px;
    top: -40px;
    transform: perspective(1px)
}

footer .hakanbt-logo:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: -44px;
    left: -16px;
    border-style: solid;
    border-width: 0 30px 35px 30px;
    border-color: transparent transparent #fff transparent
}

footer .hakanbt-logo:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: -34px;
    left: -6px;
    border-style: solid;
    border-width: 0 20px 24px 20px;
    border-color: transparent transparent var(--renk1) transparent
}

footer .hakanbt-logo {
    position: absolute;
    bottom: -14px;
    left: 15px;
    height: 35%;
    width: 100%
}

.hakanbt {
    width: 28px !important;
    height: 25px !important;
    overflow: hidden !important;
    position: relative !important;
    margin: 0 !important;
    transition: all .5s ease-in-out .1s !important
}

.hakanbt img {
    max-width: none !important;
    user-select: none;
}

.hakanbt:hover {
    width: 125px !important
}


.dropdown-menu {
    border: 1px solid #dddddd;
    border-radius: 0;
    padding: 0;
}

.navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    margin-top: 0;
}

.navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0 0;
}

.navbar .nav-item:hover .dropdown-menu, .navbar .mega-menu .dropdown-menu {
    transition: .3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
}

.right-menu {
    position: absolute;
    top: 0;
    left: 100%;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    margin-top: 0;
    background-color: #fff;
    list-style: none;
}
.navbar .nav-item.right:hover .right-menu {
    transition: .3s;
    opacity: 1;
    visibility: visible;
    display: block;
    pointer-events: all;
    animation-name: dropdownAnimasyon;
    animation-duration: 1s;
    animation-timing-function: ease;
}

.swiper {
    width: 100%;
}

.swiper-slide {
    text-align: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sayfaBaslik{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.sayfaBaslik h2 {
    text-align: center;
    display: inline-flex;
    position: relative;
    padding: 0 0 20px 0;
    justify-content: center;
    align-items: center;
    font: var(--font1);
    color: var(--renk1);
    font-size: 38px;
    font-weight: 800;
    text-transform: uppercase;
}
.sayfaBaslik h4{
    text-align: center;
    display: inline-flex;
    position: relative;
    padding: 0 0 20px 0;
    justify-content: center;
    align-items: center;
    font: var(--font1);
    color: var(--renk1);
    font-size: 28px;
    font-weight: 800;
}
.sayfaBaslik h6{
    text-align: center;
    display: inline-flex;
    position: relative;
    padding: 0 0 10px 0;
    justify-content: center;
    align-items: center;
    font: var(--font1);
    color: var(--renk1);
    font-size: 24px;
    font-weight: 800;
}
.sayfaBaslik .baslikIcon{
    position: absolute;
    bottom: -4px;
    background-image: url("../img/yazi-alt.svg");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 50px;
    height: 30px;
}
.hizmet_rehberi .sayfaBaslik .baslikIcon, .uyelik_avantajlari .sayfaBaslik .baslikIcon{
    background-image: url("../img/yazi-alt-2.svg");
}
.sayfaBaslik h2::before, .sayfaBaslik h4::before, .sayfaBaslik h6::before{
    content: "";
    width: calc(50% - 30px);
    height: 2px;
    background-color: var(--renk1);
    position: absolute;
    bottom: 3px;
    right: 0;
}
.sayfaBaslik h2::after, .sayfaBaslik h4::after, .sayfaBaslik h6::after{
    content: "";
    width: calc(50% - 30px);
    height: 2px;
    background-color: var(--renk1);
    position: absolute;
    bottom: 3px;
    left: 0;
}
.sayfaBaslik.beyaz h2{
    color: white;
}

.sayfaBaslik.beyaz h2::before{
    background-color: white;
}

.sayfaBaslik.beyaz h2::after{
    background-color: white;
}
.ortalaX {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.swiper-button-next, .swiper-button-prev {
    color: var(--renk3) !important;
}
.swiper-button-next{
    right: -10px;
}
.swiper-button-prev{
    left: -10px;
}

footer {
    background-color: var(--renk1);
    color: white;
    background-size: 100% 100%;
    overflow: hidden;
    position: relative;
}
footer::before{
    content: "";
    background-image: url("../img/siluet.png");
    width: 100%;
    height: 100%;
    background-size: 120% auto;
    position: absolute;
    z-index: 1;
    bottom: 45px;
    left: 0;
    background-repeat: no-repeat;
    background-position: bottom;
}
footer .container{
    position: relative;
    z-index: 4;
}
footer a {
    color: white !important;
}
.footer-list h3{
    color: white;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
}
.footer-list i{
    margin-right: 10px;
    transition: all .4s;
    color: white;
}
.footer-social li i:hover{
    box-shadow: rgba(149, 157, 165, 0.4) 0 8px 24px;
}
.footer-social li i{
    color: white;
    transition: all .4s;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 8px;
    font-size: 22px;
    padding: 0;
}
.footer-social li:hover i{
    transform: rotate(360deg);
}
.footer-list li:hover i{
    margin-right: 15px;
}
.footer-list li{
    margin: 10px 0;
}

.hizmet-card {
    display: inline-block;
    background-color: transparent;
    margin-top: 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
    width: 100%;
    border-radius: 10px;
    border: none;
    overflow: hidden;
    position: relative;
}

.hizmet-card-top img {
    width: 100%;
    transition: all .4s;
}
.hizmet-card-top{
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.hizmet-card-top i{
    display: none;
}

.hakkimizda .img-fluid{
    width: 100%;
    border-radius: 10px;
    transition: all .4s;
}
.hizmet-card-title {
    font-size: 16px;
    font-weight: 500;
    position: relative;
    background-color: var(--renk6);
    padding: 10px !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.hizmet-card-title i{
    position: absolute;
    width: 50px;
    height: 50px;
    transition: all .4s;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--renk3);
    color: white;
    border-radius: 10px;
    top: -40px;
    right: 10px;
}
.hizmet-card-title h5{
    font-size: 16px;
    margin-top: 10px;
}
.hizmet-card-title p{
    font-size: 13px;
}

.mySwiperzaman .swiper-slide{
    text-align: left !important;
    cursor: context-menu;
}
.mySwiperzaman hr{
    background-color: black;
    position: relative;
}
.mySwiperzaman hr::before{
    content: "\f111";
    font: var(--fa-font-solid);
    font-size: 15px;
    position: absolute;
    left: 0;
    top: -7.5px;
}

.rakamlarlaBiz {
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    align-items: center;
    height: auto;
    color: white;
    background-color: var(--renk1);
}
.rakamlarlaBiz .sayfaBaslik h2, .rakamlarlaBiz .cls-1{
    color: white;
    fill: white !important;
}
.countreup i {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 30px;
    color: white;
    font-size: 40px;
    line-height: 80px;
}

.count {
    font-size: 35px;
    color: #fff;
    font-family: Rubik, sans-serif;
    font-weight: 500;
    margin-bottom: 13px;
    line-height: 1;
    display: inline-block;
}

.countreup p {
    font-size: 18px;
    font-weight: 600;
}



.snip1573 {
    background-color: #fff;
    display: inline-block;
    font-family: sans-serif Poppins-Regular;
    font-size: 10px;
    max-width: 180px;
    height: 135px;
    padding-top: 10px;
    min-width: 180px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    -webkit-box-shadow: 0 6px 14px 0 rgb(215 215 219);
    -moz-box-shadow: 0 6px 14px 0 rgba(215, 215, 219, 1);
    box-shadow: 0 6px 14px 0 rgb(215 215 219);
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}

/* Slider Haberler*/

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-container {
    width: 100%;
    height: 300px;
    margin: 20px auto;
}

.append-buttons {
    text-align: center;
    margin-top: 20px;
}

.append-buttons button {
    display: inline-block;
    cursor: pointer;
    border: 1px solid #007aff;
    color: #007aff;
    text-decoration: none;
    padding: 4px 10px;
    border-radius: 4px;
    margin: 0 10px;
    font-size: 13px;
}

.modal-content {
 top: 50px;
}

.slider .swiper-button-next{
    right: 10px;
}
.slider .swiper-button-prev{
    left: 10px;
}
.slider{
    overflow: hidden;
}
.slogon {
    background-color: var(--renk2);
    color: white;
}
.referans_content {
    background-color: #fff;
    max-width: 200px;
    height: 135px;
    min-width: 180px;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
    transition: all .4s;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.referans_content img{
    width: 90% !important;
}
.referans_content:hover{
    box-shadow: rgba(0, 0, 0, 0.1) 0 10px 15px -3px, rgba(0, 0, 0, 0.05) 0 4px 6px -2px;
}
.referans_content::before{
    content: "";
    position: absolute;
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 1), transparent);
    opacity: 0;
    transition: opacity 0.1s ease-in-out;
    pointer-events: none;
}

.referans_content:hover::before {
    animation: shine 1s ease-in-out 0.2s forwards;
}

@keyframes shine {
    0% {
        transform: translate(150%, -35%);
        opacity:0.3;
    }
    100% {
        transform: translate(-150%, 35%);
        opacity:0.8;
    }
}
.galeri_link {
    display: inline-block;
    background-color: #e0e0e0;
    color: #dc3545;
    height: auto;
    box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
    width: 100%;
}

.galeri-card-top img {
    width: 100%;
    height: 191px;
}

.galeri-card-title {
    padding-top: 20px;
    height: 80px;
    font-size: 16px;
    font-weight: 500;
}



address a {
    color: black;

}

address {
    font-size: 14px;
}

/* Slider  */
.swiper-slide .title {
    font-size: 30px;
    color: white;
    font: var(--font1);
    font-size: 35px;
    font-weight: 900;
}

.slider-yazi{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left !important;
    top: 0;
    left: 0;
}

.swiper-slide .subtitle {
    font-size: 20px !important;
    color: white;
    font-weight: 650 !important;
    font: var(--font1);
}


.headerSosyal .fa-phone {
    color: var(--renk3)
}

.custom-swipper-wrapper {
    transform: translate(-15px, 0);
    width: 1110px;
}

.buton-sag {
    position: fixed;
    right: -40px;
}

.buton-sol {
    position: fixed;
    left: -40px;

}
.list-unstyled li {
    padding: 5px 0;
}
.short_image {
    height: 280px;
    width: 100%;
    color: white;
    display: flex;
    margin-bottom: 20px;
    padding-top: 205px;
    align-items: center;
    position: relative;
    background-color: var(--renk1);
    box-shadow: rgba(149, 157, 165, 0.5) 0 8px 24px;
}
.short_image .container{
    position: relative;
    height: 100%;
}
.short_image .row{
    height: 100%;
}

.short-title {
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.short-title h1 {
    font-weight: 400;
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: white;
}

.bread-nav {
    display: flex;
    justify-content: center;
}

.breadcrumb {
    margin: 0;
    background: transparent;
}
.bread{
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translateY(90%);
    background-color: var(--renk1);
    border-radius: 0 0 8px 8px;
}

.breadcrumb .breadcrumb-item, .breadcrumb-item a {
    color: white !important;
}
.hk-content {
    padding: 10px;
    text-align: justify;
}

.hk-img {
    width: 100%;
}

figure.snip0023 {
    color: #fff;
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #000000;
    text-align: center;
}

figure.snip0023 img {
    opacity: 1;
    width: 100%;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.snip0023 * {
    box-sizing: border-box;
}

.faaliyetimg {
    width: 100%;
    height: 191px;
}

figure.snip0023 > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

figure.snip0023 > div::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    background-image: linear-gradient(45deg, #000000 0%, transparent 40%, rgba(255, 255, 255, 0.15));
}

figure.snip0023 i {
    display: inline-block;
    font-size: 36px;
    color: #ffffff;
    padding: 6px 16px;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    -webkit-transition: 0.05s linear;
    transition: 0.05s linear;
    -webkit-transition-delay: 0.01s;
    transition-delay: 0.01s;
}

figure.snip0023 .curl {
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(225deg, #ffffff, #f3f3f3 20%, #bbbbbb 38%, #aaaaaa 44%, #888888 50%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.3));
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    transition: all .4s ease;
}

figure.snip0023 .curl:before, figure.snip0023 .curl:after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 12%;
    bottom: 6%;
    width: 70%;
    max-width: 300px;
    max-height: 100px;
    height: 55%;
    box-shadow: 0 12px 15px rgb(0 0 0 / 30%);
    transform: skew(-10deg) rotate(-6deg);
}

figure.snip0023 .curl:after {
    left: auto;
    right: 6%;
    bottom: auto;
    top: 14%;
    transform: skew(-15deg) rotate(-84deg);
}

figure.snip0023:hover > div::before, figure.snip0023.hover > div::before {
    opacity: 1;
}

figure.snip0023:hover i, figure.snip0023.hover i {
    opacity: 0.7;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

figure.snip0023:hover .curl, figure.snip0023.hover .curl {
    width: 90px;
    height: 90px;
}

.alt_baslik {
    height: 60px;
    text-align: center;
    color: black;
    font-weight: 500;
}

.whatsapp_sor {
    color: white;
    bottom: 50px;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    left: 30px;
    background: #34AF23;
    text-align: center;
    z-index: 99;
    font-size: 30px;
    text-decoration: none;
    border-radius: 100%;
    transition: all .2s;
}
.whatsapp_sor:hover {
    color: white;
    height: 60px;
    width: 60px;
    left: 25px;
    bottom: 45px;
}
.joinchat__box {
    display: flex;
    flex-direction: column;
    position: fixed;
    bottom: 48px;
    left: 28px;
    z-index: 9999;
    width: calc(100vw - 20px*2);
    max-width: 400px;
    min-height: 170px;
    max-height: calc(100vh - 20px - 20pc);
    border-radius: 32px;
    background: transparent;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 50%);
    text-align: left;
    overflow: hidden;
    transform: scale3d(0,0,0);
    opacity: 0;
    transition: max-height .2s ease-out,opacity .4s ease-out,transform 0s linear .3s;
    -webkit-transform-origin: -webkit-calc(100% - 30px) 0;
    transform-origin: 10% 100%;
}
.joinchat__header {
    display: flex;
    flex-flow: row;
    align-items: center;
    position: relative;
    flex-shrink: 0;
    height: 70px;
    padding: 0 70px 0 26px;
    margin: 0;
    background: rgb(37, 209, 102);
}

.joinchat__powered {
    font-size: 11px;
    line-height: 18px;
    color: inherit!important;
    text-decoration: none!important;
    fill: white;
    opacity: .8;
}
.joinchat__powered svg {
    display: inline-block;
    width: auto;
    height: 18px;
    vertical-align: -30%;
}
.joinchat__close {
    position: absolute;
    top: 50%;
    right: 0;
    width: 34px;
    height: 34px;
    margin-top: -16px;
    border-radius: 50%;
    background-size: 12px;
    cursor: pointer;
    transition: background-color .3s ease-out;
}
.joinchat__box__scroll {
    padding: 20px 0 calc(60px + 10px) 70px;
    background: #fff linear-gradient(0deg,rgba(37,211,102,0.04),rgba(37,211,102,0.04));
    overflow-x: hidden;
    overflow-y: auto;
    will-change: scroll-position;
}
.joinchat__message {
    position: relative;
    min-height: 60px;
    padding: 17px 20px;
    margin: 0 26px 26px;
    border-radius: 32px;
    background: #fff;
    color: #4a4a4a;
    filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
    transform: translateZ(0);
}
.joinchat--show {
    opacity: 1;
    transform: scaleX(1);
    transition: transform .5s cubic-bezier(.18,.89,.32,1.28);
}
.wp-btn {
    font-weight: 600;
    transition: all .4s;
    background-color: #25d166;
    color: white;
    border-radius: 30px;
    padding: 15px 20px;
    margin-right: 20px;
    margin-left: 26px;
}

.wp-btn:hover {
    color: white;
    background-color: #3aec7b;
}
.altSayfaListe{
    position: relative;
}
.altSayfaListe::before{
    content: "";
    width: 4px;
    height: calc(100% + 30px);
    left: 0;
    top: -15px;
    position: absolute;
    background-color: #909090;
}
.say-list{
    width: 100%;
    text-align: left;
    padding: 10px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    position: relative;
    color: black;
    margin-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.say-list h5{
    margin: 0;
    width: 100%;
    text-align: left;
    position: relative;
    z-index: 5;
    transition: all .4s;
    font-size: 16px;
}
.say-list::before{
    content: "";
    width: 4px;
    height: 100%;
    position: absolute;
    left: -10px;
    background-color: #616161;
    transition: all .4s;
}
.say-list:hover h5, .say-list.active h5{
    color: white;
}
.say-list:hover::before, .say-list.active::before{
    background-color: var(--renk1);
    width: calc(100% + 10px);
}
.btn-style-1{
    background-color: var(--renk1);
    color: white;
    padding: 5px 20px;
    display: inline-flex;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    position: relative;
}
.btn-style-1 i{
    background-color: white;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.btn-style-1:hover i{
    transition: all .4s;
    transform: rotate(360deg);
}
.btn-style-1:hover{
    color: white;
}
.harita iframe{
    width: 100%;
    height: 350px;
}
.z-10{
    position: relative;
    z-index: 10;
}
.slider{
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider .container{
    position: relative;
    z-index: 5;
}
.video{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.video video, .video img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.navbar-nav{
    width: 100%;
}
.nav-item{
    flex: 1;
    text-align: center;
}
.nav-link .hbt-icon{
    width: 35px;
    height: 30px;
    background-color: white;
    position: relative;
    margin-bottom: 10px;
}
.nav-link{
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.nav-link::before{
    content: "";
    width: 90%;
    height: 3px;
    background-color: white;
    bottom: 0;
    position: absolute;
    transform: translateY(20px);
    transition: all .4s;
    opacity: 0;
}
.is-sticky .nav-link::before{
    background-color: black;
}
.nav-link.active::before, .nav-item:hover .nav-link::before{
    transform: translateY(0);
    opacity: 1;
}
.navbar{
    margin-bottom: 50px !important;
}
.is-sticky .navbar{
    margin-bottom: 0 !important;
}
.slider-sol{
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
}
.slider-bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.8) 80%);
    z-index: 2;
}
.mySwiper{
    position: relative;
    z-index: 4;
    width: 100%;
    aspect-ratio: 4/3;
}
.swiper-pagination{
    position: absolute;
    height: 30px;
    padding-top: 15px;
    bottom: -6px !important;
    display: flex;
    align-items: start;
}
.swiper-pagination-bullet{
    flex: 1;
    height: 15px !important;
    border-radius: 0 !important;
    background-color: white;
    opacity: 1;
    transition: all .4s;
}
.swiper-pagination-bullet-active{
    transform: translateY(-4px);
    background-color: var(--renk1);
}
.slider-baskan{
    position: relative;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.slider-baskan .btns{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    display: inline-block;
}
.baskan-btn{
    padding: 10px 15px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(235, 236, 237, 1) 100%);
    color: black;
    margin-top: 10px;
    border-radius: 5px;
    box-shadow: rgba(100, 100, 111, 0.5) 0 7px 29px 0;
    transition: all .3s;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
}
.baskan-btn:hover{
    transform: scale(1.1);
}
/*.slider-yazi{*/
/*    background: linear-gradient(180deg, rgba(0,0,0,0) 50%, rgba(0,0,0,0.56) 80%);*/
/*}*/
.onlineIslemKutu{
    aspect-ratio: 4/3;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: var(--renk5);
    box-shadow: rgba(100, 100, 111, 0.05) 0 7px 29px 0;
    transition: all .1s;
    text-align: center;
}
.onlineIslemKutu:hover{
    transition: all .4s;
    position: relative;
    transform: scale(1.1);
    box-shadow: rgba(100, 100, 111, 0.5) 0 7px 29px 0;
}
.onlineIslemKutu i{
    width: 75%;
    height: 50px;
    background-color: var(--renk1);
    margin-bottom: 10px;
}
.onlineIslemKutu span{
    color: var(--renk1);
    font-weight: 700;
}
.onlineIslemKutu a{
    width: 100%;
    height: 100%;
    display: flex;
    padding: 20px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.hizmet_rehberi{
    background-image: url("../img/hizmet-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.hizmet_rehberi .kongre{
    background-image: url("../img/kongre.png");
    background-size: contain;
    background-position: right bottom;
    background-repeat: no-repeat;
    width: 50%;
    height: 70%;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 2;
    pointer-events: none;
}
.hizmet-rehberi-kutu{
    flex: 0 0 33.3%;
    aspect-ratio: 4/3;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: rgba(100, 100, 111, 0.05) 0 7px 29px 0;
    transition: all .1s;
    text-align: center;
    border-top: 2px solid white;
    color: white;
}
.hizmet-rehberi-kutu:hover{
    transform: scale(1.1);
    transition: all .4s;
    background-color: var(--renk1);
    border-color: transparent !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
}
.hizmet-rehberi-kutu a{
    width: 100%;
    height: 100%;
    padding: 20px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
    font-size: 12px;
}
.hizmet-rehberi-kutu i{
    width: 50%;
    height: 50px;
    background-color: white;
    margin-bottom: 10px;
}
.hizmet-rehberi-kutu:nth-child(3n + 1){
    border-right: 2px solid white;
    border-left: 2px solid white;
}
.hizmet-rehberi-kutu:nth-child(3n + 2){
    border-right: 2px solid white;
}
.hizmet-rehberi-kutu:nth-child(3n){
    border-right: 2px solid white;
}
.hizmet-rehberi-kutu:nth-last-child(-n+3) {
     border-bottom: 2px solid white;
 }
.bulten{
    position: relative;
    z-index: 5;
}
.bulten-tabs{
    width: 100%;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.45) 0 25px 20px -20px;
}
.bulten-tab{
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    flex-direction: column;
    padding: 10px 20px;
    cursor: pointer;
}
.bulten-tab::before{
    content: "";
    width: 0;
    height: 0;
    opacity: 0;
    background-color: var(--renk2);
    position: absolute;
    transition: all .4s;
}
.bulten-tab:hover::before, .bulten-tab.active::before{
    width: 95%;
    height: calc(100% + 20px);
    opacity: 1;
}
.bulten-tab:hover i, .bulten-tab.active i{
    background-color: white;
}
.bulten-tab:hover span, .bulten-tab.active span{
    color: white;
}
.bulten-tab i{
    width: 30px;
    height: 25px;
    margin-bottom: 5px;
    background-color: black;
    position: relative;
    z-index: 3;
    transition: all .4s;
}
.bulten-tab span{
    font-size: 16px;
    color: black;
    transition: all .4s;
    position: relative;
    z-index: 3;
}
.bulten-row{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.bulten-img{
    flex: 0 0 15%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 4/3;
}
.bulten-img::before{
    content: "";
    width: 5px;
    height: 150%;
    left: -15px;
    background-color: #ededed;
    position: absolute;
}
.bulten-img::after{
    content: "";
    width: 5px;
    height: 100%;
    left: -15px;
    background-color: darkgray;
    position: absolute;
    transition: all .4s;
}
.bulten-row:hover .bulten-img:after{
    background-color: var(--renk1);
}
.bulten-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bulten-tarih{
    padding-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    margin-top: 20px;
}
.bulten-tarih i{
    flex: 0 0 40px;
    height: 35px;
    background-color: #808080;
    transition: all .4s;
}
.tarih-sag{
    flex: 0 0 calc(100% - 40px);
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 600;
    color: #808080;
    padding-left: 10px;
    position: relative;
    transition: all .4s;
}
.bulten-row:hover .tarih-sag{
    color: var(--renk1);
}

.bulten-row:hover .bulten-tarih i{
    background-color: var(--renk1);
}
.tarih-sag::before{
    content: "";
    width: 2px;
    height: 100%;
    background-color: darkgray;
    position: absolute;
    right: 0;
}
.bulten-icerik{
    flex: 0 0 65%;
}
.bulten-icerik .icerik{
    text-align: left;
    height: 62px;
    color: #808080;
    transition: all .4s;
}
.bulten-icerik .baslik{
    font-size: 22px;
    font-weight: 600;
    color: #808080;
    transition: all .4s;
}
.bulten-row:hover .baslik, .bulten-row:hover .icerik{
    color: var(--renk1);
}
.bulten-alt{
    display: none;
}

.bulten-alt.active{
    display: block;
}
.uyelik_avantajlari{
    background-image: url("../img/uyelik-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.uyelik_avantajlari .uyelik-avantajlari{
    background-image: url("../img/uyelik-avantajlari.png");
    background-size: contain;
    background-position: left bottom;
    background-repeat: no-repeat;
    width: 60%;
    height: 110%;
    bottom: -15%;
    left: 0;
    position: absolute;
    z-index: 2;
}
.logo-kutu{
    width: 100%;
    aspect-ratio: 4/3;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
    padding: 15px;
    background-color: white;
    margin: 15px 0;
    transition: all .2s ease-out;
}
.logo-kutu:hover{
    transform: scale(1.1);
    transition: all .3s ease-out;
}
.logo-kutu img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.footer-baslik{
    font-size: 26px;
    font-weight: 600;
    color: white;
}
.footer-list li a{
    display: flex;
}
.footer-ust{
    background-color: #f46f22;
}
.footer-logo{
    width: 100%;
    display: flex;
        justify-content: center;
        align-items: center;
    padding-bottom: 30px;

}
.footer-list p{
    display: flex;
}
.footer-list p span{
    font-size: 22px;
}

.footer-list p strong{
    font-size: 13px;
}
.footer-list p .iletisim-icon{
    width: 60px;
    height: 50px;
    background-color: white;
}
.biziTakipEdin{
    font-size: 20px;
    text-align: center;
}
.footer-social{
    display: flex;
    justify-content: center;
    text-align: center;
}
.form label{
    font-weight: 600;
}
input[type='checkbox']{
    background-color: transparent;
}
input[type='checkbox'] ~ label{
    margin-bottom: 0;
    margin-left: 10px;
}
.formBtn{
    background-color: white;
    color: var(--renk1);
    padding: 10px 20px;
    font-weight: 600;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
}
.formBtn:hover{
    color: var(--renk1);
    box-shadow: rgba(0, 0, 0, 0.55) 0 5px 15px;
}
.swiper-button-next::after{
    content: "\f105";
    font: var(--fa-font-solid);
    font-size: 22px;
    color: var(--renk1);
}
.swiper-button-prev::after{
    content: "\f104";
    font: var(--fa-font-solid);
    font-size: 22px;
    color: var(--renk1);
}
.swiper-button-next.beyaz::after, .swiper-button-prev.beyaz::after{
    color: white;
}
.is-sticky .sticky-none{
    display: none !important;
}

.hizli-islemler{
    position: fixed;
    left: 0;
    top: 30%;
    z-index: 999;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
}
.hizli-islemler .hbt-icon{
    background-color: #808080;
    transition: all .4s;
}
.hizli-islemler ul{
    padding: 0;
    margin: 0;
    transition: height .4s;
    overflow: hidden;
}
.hizli-islemler li{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #ededed;
    position: relative;
}
.hizli-islemler li::before{
    content: "";
    position: absolute;
    background-color: var(--renk2);
    width: 0;
    border-radius: 0 8px 8px 0;
    height: 100%;
    opacity: 0;
    transition: all .4s;
    left: 0;
    top: 0;
}
.hizli-islemler li.active::before, .hizli-islemler li:hover::before{
    width: calc(100% + 10px);
    opacity: 1;
}
.hizli-islemler li:nth-child(2n-1){
    background-color: white;
}
.hizli-islemler li a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 10px;
    position: relative;
    z-index: 5;
}
.hizli-islemler li span{
    font-size: 14px;
    color: #808080;
    transition: all .4s;
    font-weight: 500;
}

.hizli-islemler li:hover span{
    color: white;
}

.hizli-islemler li:hover .hbt-icon{
    background-color: white;
}
.hizli-islemler-ust{
    border-bottom: 5px solid var(--renk3);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.hizli-islemler-alt{
    border-top: 5px solid var(--renk3);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 3px 0;
    cursor: pointer;
    transition: all .4s;
}
.baskan-png{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    box-shadow: none !important;
    transition: all .4s;
    object-fit: contain;
}
.slider-baskan:hover .baskan-png{
    width: 55%;
    box-shadow: none !important;
}
.search{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: none;
    justify-content: center;
    align-items: center;
}
.search .search-bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
}
.search-kapat{
    cursor: pointer;
}
.search form{
    position: relative;
    z-index: 5;
    width: 50%;
    display: flex;
        justify-content: center;
        align-items: center;
}
.search form button{
    position: absolute;
    right: 0;
    background-color: var(--renk2);
    border: none;
    color: white;
    padding: 5px 20px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 4px 4px 0;
}
.search form button span{
    width: 0;
    overflow: hidden;
    transition: all .4s;
    display: inline-block;
}
.search form button:hover span{
    width: 60px;
}
.search form .xmark{
    position: absolute;
    top: -15px;
    right: -15px;
    color: white;
}
.mega-menu{
    position: absolute;
    width: 100%;
    min-height: 300px;
    background-color: white;
    padding: 50px 0;
    top: 100%;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all .4s;
}
.dropdown:hover .mega-menu{
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
}
.mega-menu::before{
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    background-color: white;
    background-image: url("../img/mega-menu-bg.png");
    transform: rotate(180deg);
}
.mega-dropdown{
    position: unset;
}
.mega-menu .dropdown-menu{
    position: relative !important;
    top: 0 !important;
    border: none;
    display: flex !important;
    flex-wrap: wrap;
    background-color: transparent;
}
.mega-menu .dropdown-menu li{
    flex: 0 0 33.33%;
    max-width: 33.33%;
    text-align: center;
    border: 1px solid #d9d9d9;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 110px;
    transition: all .1s;
    background-color: white;
}
.mega-menu.uyelik .dropdown-menu li{
    flex: 0 0 33.33%;
    max-width: 33.33%;
    height: 80px;
}
.mega-menu.bilgi-bankasi .dropdown-menu li{
    flex: 0 0 25%;
    max-width: 25%;
    height: 100px;
}
.mega-menu .dropdown-menu li:hover, .mega-menu .dropdown-menu li.active{
    transition: all .4s;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
    border-color: transparent;
    background-color: var(--renk1);
}
.mega-menu .dropdown-menu li .nav-link{
    text-align: center;
}
.mega-menu .dropdown-menu li:hover .nav-link, .mega-menu .dropdown-menu li.active .nav-link{
    color: white;
}
.mega-menu .dropdown-menu li:hover .nav-link::before, .mega-menu .dropdown-menu li.active .nav-link::before{
    display: none;
}
.menu-rakam{
    display: flex;
    flex-wrap: wrap;
    /*background: var(--renk5);*/
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    transition: all .4s;
}
.menu-rakam:hover{
}
.rakam-kutu{
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 10px;
}
.rakam-kutu .hbt-icon{
    background-color: #808080 !important;
    margin-bottom: 10px !important;
    margin-right: 0 !important;
    transition: all .4s;
    width: 25px !important;
    height: 20px !important;
}
.mega-menu .hbt-icon{
    background-color: var(--renk1) !important;
    width: 25px;
    margin-bottom: 0;
    height: 40px;
    flex: 0 0 40px;
}
.mega-menu .dropdown-menu li:hover .hbt-icon, .mega-menu .dropdown-menu li.active .hbt-icon{
    background-color: white !important;
}
.mega-menu .dropdown-menu li .nav-link{
    width: 100%;
    height: 100%;
    flex-direction: row;
    color: black;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    justify-content: center;
}
.mega-menu .dropdown-menu li .nav-link::before{
    display: none;
}
.mega-menu .image{
    width: 100%;
    border-radius: 5px;
    box-shadow: rgba(99, 99, 99, 0.5) 0 1px 8px 0;
    transition: all .4s;
    object-fit: cover;
}
.mega-menu .image:hover{
    box-shadow: rgba(99, 99, 99, 0.7) 0 1px 8px 0;
}
.btn-style-2{
    background-color: var(--renk1);
    color: white;
    padding: 5px 10px;
    position: relative;
    text-align: center;
    margin-top: 10px;
    border: none;
    transition: all .4s;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.btn-style-2:hover{
    color: white;
}
.btn-style-2::after{
    content: "";
    width: 0;
    height: 100%;
    background-color: var(--renk2);
    position: absolute;
    right: 0;
    z-index: 1;
    transition: all .4s;
}
.btn-style-2:hover::after, .btn-style-2:hover::before{
    width: 50%;
}
.btn-style-2::before{
    content: "";
    width: 0;
    height: 100%;
    z-index: 1;
    background-color: var(--renk2);
    position: absolute;
    left: 0;
    transition: all .4s;
}
.btn-style-2 span, .btn-style-2 i{
    position: relative;
    z-index: 5;
}
.mega-menu .image ~ .btn-style-2{
    margin-top: 0;
    transform: translateY(-50%);
}
.uyelik_avantajlari .container{
    position: relative;
    z-index: 5;
}
.mega-menu-bg{
    position: fixed;
    top: 250px;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0,0,0,0.7);
    z-index: -1;
    pointer-events: none;
}
.baskan-social{
    padding: 0;
    display: flex;
    margin-top: 50%;
}
.baskan-social li{
    color: #808080;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
}
.baskan-social li i{
    color: white;
}
.baskan-social li:hover i{
    transform: rotate(360deg);
    transition: all .4s;
}
.baskan-mega{
    max-height: 110px;
    text-align: left;
    overflow: hidden;
}
.home-icon{
    width: 20px;
    height: 19px;
    mask-image: url("../img/home-icon.svg");
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    background-color: white;
    display: block;
}
.sayfaHeader{
    height: 200px;
    background-color: white;
    transition: all .4s;
}
.iletisim-kutu{
    width: 100%;
    background-color: white;
    border-radius: 5px;
    height: 100%;
    transition: all .4s;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
}
.iletisim-kutu:hover{
    box-shadow: rgba(149, 157, 165, 0.5) 0 8px 24px;
}
.iletisim-kutu .unvan{
    width: 100%;
    min-height: 60px;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 10px;
    font-weight: 400;
    color: white;
    background-color: var(--renk1);
}
.iletisim-kutu ul{
    padding: 10px 5px;
}
.iletisim-kutu ul li{
    padding: 5px 10px;
    display: flex;
    justify-content: start;
    align-items: center;
}
.iletisim-kutu ul li a{
    display: flex;
    justify-content: start;
    align-items: center;
}
.iletisim-kutu ul span, .iletisim-kutu ul i{
    color: black;
    transition: all  .4s;
    display: inline-block;
    font-size: 12px;
}
.iletisim-kutu ul i{
    margin-right: 10px;
    color: var(--renk1);
}
.iletisim-kutu li:hover span{
    transform: translateX(3px);
}
.iletisim-kutu li:hover i{
    transform: rotate(360deg);
}
.harita iframe{
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
    transition: all .4s;
}
.harita iframe:hover{
    box-shadow: rgba(149, 157, 165, 0.5) 0 8px 24px;
}
.ekip-detay-img{
    background-image: url("../img/ekip-cerceve.png");
    background-size: 100% 100%;
    padding: 19px 17px 20px 16px;
}
.ekip-detay-ust{
    display: flex;
    justify-content: space-between;
}
.ekip-detay-ust p, .baskan-mega-ust{
    font-size: 22px;
    font-weight: 600;
    margin: 0;
}
.ekip-detay-ust span{
    margin-bottom: 10px;
    display: block;
    font-weight: 600;
    font-size: 13px;
    width: 100%;
}
.ekip-social{
    display: flex;
    padding: 0;
}
.ekip-social li{
    color: var(--renk1);
    font-size: 18px;
    width: 35px;
    height: 35px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: all .4s;
}
.ekip-social li a{
    color: white;
}
.ekip-social li:hover i{
    transform: rotate(360deg);
    transition: all .4s;
}
.rakam-baslik{
    color: var(--renk1);
    font-size: 16px;
    margin-top: 10px;
}
.mega-buton{
    margin-top: -20px;
}
.form-control{
    margin: 7px 0;
}
.mini-dropdown .nav-link{
    font-weight: 500;
    font-size: 12px;
    transition: all .4s;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: row;
}
.mini-dropdown li .hbt-icon{
    margin-right: 5px;
    transition: all .4s;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: var(--renk1);
}
.mini-dropdown li:hover .hbt-icon{
    background-color: white;
}
.mini-dropdown .nav-link::before{
    display: none;
}
.mini-dropdown .nav-link:hover{
    color: white;
    background-color: var(--renk1);
}
.slider .slider-baskan{
    height: 70%;
}
.slider .baskan-png{
    width: 43%;
}
.slider .slider-baskan:hover .baskan-png{
    width: 48%;
}
.slider-baskan .baskan-bilgi{
    position: absolute;
    left: 0;
    top: 0;
    padding: 15px;
    max-width: 70%;
    color: #616161;
    text-align: left;
}
.baskan-bilgi .baslik{
    font-weight: bold;
    font-size: 22px;
}
.baskan-bilgi .unvan{
    font-weight: 600;
    font-size: 12px;
}
.ayrac{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 10px 0;
}
.ayrac .icon{
    position: absolute;
    bottom: -1px;
    background-image: url("../img/yazi-alt.svg");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 30px;
    height: 10px;
}
footer .ayrac .icon{
    bottom: -2px;
    background-image: url("../img/yazi-alt-2.svg");
}
.ayrac::before{
    content: "";
    width: calc(50% - 20px);
    height: 1px;
    background-color: #616161;
    position: absolute;
    bottom: 3px;
    right: 0;
}
.ayrac::after{
    content: "";
    width: calc(50% - 20px);
    height: 1px;
    background-color: #616161;
    position: absolute;
    bottom: 3px;
    left: 0;
}
.slider-sag-alt{
    display: flex;
    align-items: center;
    width: 100%;
    height: 30%;
    margin-bottom: -15px;
}
.slider-alt-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("../img/kart-bg.jpg");
    background-size: cover;
    flex: 1;
    margin-right: 15px;
    height: 65%;
    font-size: 16px;
    font-weight: 600;
    color: #616161;
}
.slider-alt-btn:last-child{
    margin-right: 0;
}
.slider-alt-btn:hover{
    color: #616161;
}
.slider-alt-btn .hbt-icon{
    background-color: #616161;
    width: 25px;
    height: 30px;
    flex: 0 0 45px;
    margin-right: 10px;
}
.slider-alt-btn:hover .hbt-icon{
    transform: rotate(360deg);
    transition: all .4s;
}
.baskan-social-mega{
    display: flex;
    padding: 0;
}
.baskan-social-mega li{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    transition: all .4s;
}
.baskan-social-mega li:hover{
    transform: rotate(360deg);
}
.baskan-social-mega li i{
    color: white;
}
.ekip-card{
    width: 100%;
    margin-top: 30px;
}
.ekip-card-top {
    background-size: 100% 100%;
    height: 321px;
    width: 100%;
    padding: 20px 15px;
    display: flex;
    box-shadow: rgba(50, 50, 93, 0.25) 0 13px 27px -5px, rgba(0, 0, 0, 0.3) 0 8px 16px -8px;
}
.ekip-card-top img{
    width: 100%;
    object-fit: cover;
}
.ekip-card .ekip-baslik{
    margin-top: 15px;
    color: black;
    font-size: 16px;
    font-weight: 500;
}
.ekip-card .ekip-unvan{
    color: #616161;
    font-size: 12px;
    font-weight: 500;
}
.bulten_sayfa_liste{
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.bulten_sayfa_liste::before{
    content: "";
    width: 4px;
    height: 100%;
    position: absolute;
    left: -20px;
    background-color: #d9d9d9;
}
.bulten-list{
    flex: 0 0 100%;
    margin: 15px 0;
    position: relative;
}
.bulten-list::before{
    content: "";
    width: 4px;
    height: 100%;
    position: absolute;
    left: -20px;
    background-color: #616161;
    transition: all .4s;
}
.bulten-list.active::before, .bulten-list:hover::before{
    background-color: var(--renk1);
}
.bulten-list img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s;
}
.bulten-list-top{
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
    border-radius: 5px;
    overflow: hidden;
    aspect-ratio: 4/3;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bulten-list:hover .bulten-list-top img{
    filter: brightness(0.5);
}
.bulten-list:hover .bulten-list-top::before{
    transform: scale(1);
}
.bulten-list-top::before{
    content: "\2b";
    font: var(--fa-font-solid);
    position: absolute;
    font-size: 22px;
    transition: all .4s;
    transform: scale(0);
    color: white;
    z-index: 4;
}
.bulten-list-title{
    display: flex;
    margin-top: 10px;
    text-align: left;
}
.bulten-list-tarih{
    flex: 0 0 35%;
    max-width: 35%;
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 10px;
    color: #616161;
    transition: all .4s;
    font-weight: 600;
}
.bulten-list .hbt-icon{
    background-color: #616161;
    transition: all .4s;
}
.bulten-list .baslik{
    padding-left: 5px;
    padding-right: 5px;
    height: 34px;
    color: #616161;
    overflow: hidden;
    font-size: 12px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    border-left: 1px solid #616161;
    transition: all .4s;
}
.bulten-list:hover .hbt-icon, .bulten-list.active .hbt-icon{
    background-color: var(--renk1);
}
.bulten-list.active .baslik, .bulten-list:hover .baslik, .bulten-list.active .bulten-list-tarih, .bulten-list:hover .bulten-list-tarih{
    color: var(--renk1);
}
.form-control{
    border: 1px solid #d9d9d9;
}
.form-control:focus, .form-control:focus-visible{
    box-shadow: none;
    border-color: #616161;
}
.slider-baskan.meclis{
    height: 320px;
}
.mega-uye-sol{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: end;
    height: 120px;
    font-size: 36px;
    color: var(--renk1);
}

.mega-hizmet-sol{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: end;
    height: 140px;
    font-size: 36px;
    color: var(--renk1);
}
.uye-image{
    height: 240px;
}
.hizmet-image{
    height: 240px;
}
.nav-link.anasayfa::before{
    display: none;
}
.slider-baslik{
    font-size: 16px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 65px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 15px;
    background-color: rgba(0,0,0,0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
}
.bilgi-image{
    height: 300px;
}
.footer-list .ayrac::before, .footer-list .ayrac::after{
    background-color: white;
}
.ad1{
    animation-duration: .4s !important;
}
.gecmis_yoneticiler{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.gecmis_yoneticiler::before{
    content: "";
    width: 3px;
    background-color: black;
    height: 100%;
    position: absolute;
}
.timeline{
    position: relative;
    margin: 40px 0;
    padding: 20px;
    background-color: black;
    border-radius: 5px;
    color: white;
    text-align: center;
}
.timeline::before{
    content: "";
    border: 3px solid black;
    background-color: black;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: -25px;
    transition: all .4s;
}
.timeline:hover::before{
    background-color: var(--renk1);
    border-color: var(--renk1);
}
.timeline.sol::before{
    left: auto !important;
    right: -25px;
}
.timeline .baslik{
    font-size: 16px;
    color: white;
}
.mega-menu.sendikamiz .nav-link{
    position: relative;
    flex-direction: column !important;
}
.mega-menu.sendikamiz .nav-link .ayrac{
    width: 90%;
    position: absolute;
    left: 5%;
    bottom: 0;
}
.mega-menu.sendikamiz .nav-link .ayrac .icon{
    background-image: url("../img/yazi-alt-3.svg");
}
.mega-menu.sendikamiz .nav-link .ayrac::before, .mega-menu.sendikamiz .nav-link .ayrac::after{
    background-color: white;
}
.logo-2{
    display: none;
}
.onlineIslemBtn{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: var(--renk1);
    border-radius: 5px;
    padding: 10px 25px;
    color: white;
    transition: all .4s;
    overflow: hidden;
}
.onlineIslemBtn:hover{
    color: white;
}
.onlineIslemBtn::after{
    content: "";
    width: 0;
    height: 100%;
    background-color: var(--renk1);
    position: absolute;
    right: 0;
    z-index: 1;
    transition: all .4s;
}
.onlineIslemBtn:hover::after, .onlineIslemBtn:hover::before{
    width: 50%;
}
.onlineIslemBtn::before{
    content: "";
    width: 0;
    height: 100%;
    z-index: 1;
    background-color: var(--renk1);
    position: absolute;
    left: 0;
    transition: all .4s;
}
.onlineIslemBtn .hbt-icon{
    width: 25px;
    height: 25px;
    background-color: white;
    position: relative;
    z-index: 5;
}
.onlineIslemBtn span{
    margin-left: 5px;
    position: relative;
    z-index: 5;
}
.destek-hatti{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: white;
}
.destek-hatti span{
    font-size: 16px;
    font-weight: 600;
}
.destek-hatti a{
    color: white;
}
.destek-hatti .hbt-icon{
    width: 40px;
    height: 30px;
    background-color: white;
}
.sayfaHeader .destek-hatti{
    color: black;
}
.sayfaHeader .destek-hatti a{
    color: black;
}

.sayfaHeader .destek-hatti .hbt-icon{
    background-color: black;
}
.card{
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    padding: 0;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
    margin: 15px 0;
}
.card-top{
    width: 100%;
    aspect-ratio: 4/3;
    border-radius: 5px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card-top::before{
    content: "\2b";
    font: var(--fa-font-solid);
    font-size: 18px;
    color: white;
    position: absolute;
    z-index: 5;
    transform: scale(0);
    transition: all .4s;
}
.card-top img{
    width: 100%;
    height: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    transition: all .4s;
}
.card:hover .card-top img{
    filter: brightness(0.5);
}
.card:hover .card-top::before{
    transform: scale(1);
}
.card-title{
    background-image: url("../img/kart-bg.jpg");
    background-size: 100% auto;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: black;
    margin: 0;
    padding: 35px 10px 10px 10px;
    text-align: left;
    position: relative;
    font-size: 13px;
}
.card-title .tarih{
    display: inline-block;
    padding: 2px 6px;
    border-radius: 4px;
    background-color: var(--renk1);
    color: white;
    text-align: center;
    position: absolute;
    top: 5px;
    font-size: 12px;
}
.sektor-detay{
    width: 100%;
    display: flex;
    border-radius: 5px;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
    margin: 15px 0;
    background-color: white;
    align-items: center;
    cursor: pointer;
    transition: all .4s;
}
.sektor-detay:hover{
    box-shadow: rgba(149, 157, 165, 0.5) 0 8px 24px;
}
.sektor-img{
    flex: 0 0 25%;
    max-width: 25%;
    aspect-ratio: 4/3;
}
.sektor-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.modal-img{
    width: 100%;
}
.modalBaslik{
    font-size: 24px;
    font-weight: 600;
    color: black;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.modal-detaylar{
    width: 100%;
    padding: 10px 0;
    background-color: var(--renk1);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;

}
.modalUl{
    width: 100%;
    margin-top: 10px;
}
.modalUl li{
    margin-top: 5px;
}
.modalUl li strong{
    width: 60px;
    display: inline-block;
    margin-right: 5px;
}
.modalUl li strong::after{
    content: ":";
    float: right;
}
.modalUl li a{
    color: black;
}
.onlineIslemlerKutu{
    background-image: url("../img/kart-bg.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    aspect-ratio: 4/3;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
    font-size: 16px;
    transition: all .4s;
    color: black;
    margin: 15px 0;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    padding: 10px;
}
.onlineIslemlerKutu:hover{
    box-shadow: rgba(149, 157, 165, 0.5) 0 8px 24px;
    transform: scale(1.1);
}
.sayfaDetay-img.yatay{
    aspect-ratio: 4/3;
}
.sayfaDetay-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bulten-kare{
    aspect-ratio: 1/1 !important;
}
.bulten-dikey{
    aspect-ratio: 35/37 !important;
}
.bulten-play{
    position: absolute;
    z-index: 5;
    font-size: 26px;
    color: white;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    transition: all .4s;
}
.s-det-img:hover .bulten-play{
    font-size: 32px;
}
.fs-12{
    font-size: 12px;
}
.mega-menu.sendikamiz .dropdown-menu li{
    flex: 0 0 33.33%;
    max-width: 33.33%;
}
.dil{
    display: flex;
    top: 5px;
}
.dil-kutu{
    width: 30px;
    margin: 0 5px;
    height: 100%;
    transition: all .4s;
}
.dil-kutu:hover{
    transform: scale(1.1);
}
.dil-kutu.active{
    opacity: 0.4;
}
.dil-kutu img{
    width: 100%;
    height: 100%;
    pointer-events: none;
    user-select: none;
}
.is-sticky{
    transform: translateY(-110%);
    transition: all .6s;
}
.is-sticky.active{
    transform: translateY(0);
}
.ara-li{
    padding: 11px 20px;
    border-radius: 5px;
    background-color: var(--renk2);
    position: relative;
    color: white;
    display: inline-block;
}
.ara-li:hover{
    color: white;
}
.table table{
    background-color: white;
    width: 100%;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
}
.table td, .table th {
    vertical-align: middle;
    border-right: 1px solid #dee2e6;
}
.sayfaHeader.is-sticky{
    height: auto;
}
.sayfa-detay ul, .ekip-detay ul{
    list-style-type: inherit !important;
}
.bg-container{
    background-color: rgba(248, 248, 255, 0.6);
    position: relative;
    border-radius: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
}
.arama-ul{
    padding: 0;
    margin: 0;
}
.arama-ul li{
    margin: 5px 0;
    border-bottom: 1px solid #d9d9d9;
    padding: 5px 0;
}
.arama-ul li:last-child{
    border-bottom: none;
}
.arama-ul li a{
    color: black;
    width: 100%;
    display: block;
    height: 100%;
}
.arama-ul li i{
    color: var(--renk2);
    margin-right: 10px;
    transition: all .4s;
}
.arama-ul li:hover i{
    margin-right: 15px;
}
.video-btn{
    width: 200px;
    height: 64px;
    background-color: var(--renk1);
    color: white;
    margin-left: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.video-btn:hover{
    color: white;
}
.video-btn i{
    margin-left: 10px;
    font-size: 20px;
    width: 45px;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    float: right;
    transition: all .4s;
}
.video-btn i::before{
    border-radius: 50%;
    aspect-ratio: 1/1;
}
.video-btn:hover i::before{
    animation: pulse-animation 1s infinite;
}
.video-btn span{
    padding-left: 25px;
    font-size: 18px;
}
@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
    }
    100% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }
}
.tarih-sag .fs-12{
    color: red;
    font-size: 11px;
}
.bulten-incele{
    padding: 6px 18px;
    background-color: var(--renk1);
    border-radius: 30px;
    display: inline-block;
    float: right;
    color: white;
    transition: all .4s;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
}
.bulten-row:hover .bulten-incele{
    background-color: var(--renk2);
}
.bulten-incele i{
    margin-left: 5px;
}
.bulten-yatay img{
    height: auto;
    aspect-ratio: 4/3;
}
.bulten-kare img{
    height: auto;
    aspect-ratio: 1;
}
.bulten-dikey img{
    height: auto;
    aspect-ratio: 35/37;
}
.iletisim-top{
    width: 100%;
    height: 220px;
}
.iletisim-top img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.birim-kart .unvan{
    text-align: center !important;
    justify-content: center;
    min-height: 40px;
}
.birim-kart .iletisim-kutu ul{
    height: 140px;
    overflow-wrap: break-word;
    word-break: break-all;
}
.birim-kart ul li span{
    overflow-wrap: break-word;
    word-break: break-all;
}
.ekip-detay-ust .hbt-icon{
    background-color: var(--renk1);
    width: 25px;
    height: 25px;
    display: inline-flex;
    margin-right: 10px;
}
.haber-arsivi{
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(100%);
    background-color: rgba(0,0,0,0.5);
    padding: 5px 20px;
    color: white;
    transition: all .4s;
}
.haber-arsivi:hover{
    background-color: var(--renk2);
}
.haber-arsivi a{
    color: white;
}
.haber-arsivi a:hover{
    color: white;
}
.girisimcilik-kurullari table td:first-child{
    width: 50px;
}
.girisimcilik-kurullari table td:nth-child(2){
    width: 35%;
}
.girisimcilik-kurullari table td:nth-child(3){
    width: 45%;
}
.onlineIslemlerKutu.sayfa{
    height: 270px;
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
}
.sayfa-detay table a{
    color: var(--renk1);
}
.page-link{
    font-size: 16px;
}
.anasayfaBultenKategoriBaslik{
    flex: 0 0 100%;
    margin-bottom: 30px;
}
.formBtn .hbt-icon{
    background-color: var(--renk1);
}
.galeri-kutu {
    width: 100%;
    aspect-ratio: 4 / 3;
    margin: 15px 0;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.galeri-kutu a {
    width: 100%;
    height: 100%;
}
.galeri-kutu img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s;
}
.galeri-kutu::before{
    content: "\2b";
    font: var(--fa-font-solid);
    color: white;
    z-index: 2;
    transform: scale(0);
    transition: all .4s;
    position: absolute;
    font-size: 22px;
}
.galeri-kutu:hover img{
    filter: brightness(0.6);
}
.galeri-kutu:hover::before{
    transform: scale(1);
}
.footer-logo img{
    filter: drop-shadow(2px 4px 6px rgba(255, 255, 255, 0.3));
}

/* V=2.0.0 */
.page-link{
    color: var(--renk1);
}
.page-link:focus{
    box-shadow: none;
}
.page-item.active .page-link, .page-link:hover{
    background-color: var(--renk1);
    color: white;
    border-color: transparent;
}
.mega-menu .baskan-bilgi .baslik{
    font-size: 20px;
}
.mega-menu .slider-baskan .baskan-bilgi {
    max-width: 80%;
}
.mega-menu.hizmetler .dropdown-menu li{
    flex: 0 0 50%;
    max-width: 50%;
}
.slider-sag{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slider-sag .slider-alt-btn{
    position: absolute;
    bottom: 30px;
    height: 100px;
    padding: 10px;
}
address a {
    color: black;
    transition: all .4s;
    overflow-wrap: break-word;
    word-break: break-all;
}
address p:hover a {
    color: black;
    transform: translateX(10px);
}

address {
    font-size: 14px;
}
address p{
    display: flex;
    justify-content: start;
    align-items: center;
}
address p i{
    flex: 0 0 35px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: var(--renk1);
    color: white;
    display: flex !important;
    justify-content: center;
    align-items: center;
    outline: 1px solid var(--renk1);
    outline-offset: 3px;
    transition: all .4s;
}
address p:hover i{
    transform: rotate(360deg);
    outline-offset: 5px;
}
.iletisim-bilgileri{
    width: 100%;
    min-height: 300px;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
    background-color: rgba(255,255,255,0.9);
    padding: 20px;
}
.canvas-contact li a{
    display: flex !important;
    font-size: 12px !important;
    align-items: center;
}
.footer-iletisim li{
    display: flex;
}
.footer-iletisim span{
    display: inline-block;
    max-width: 100%;
    overflow-wrap: break-word;
    word-break: break-word;
    word-break: break-all;
}
.telefon_sor {
    color: white;
    bottom: 120px;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    left: 30px;
    background: var(--renk1);
    text-align: center;
    z-index: 99;
    font-size: 22px;
    text-decoration: none;
    border-radius: 100%;
    transition: all .2s;
}
.telefon_sor:hover {
    color: white;
    height: 60px;
    width: 60px;
    left: 25px;
    bottom: 115px;
}
.galeri-baslik{
    position: absolute;
    background-color: var(--renk1);
    border-radius: 0 0 5px 5px;
    top: 0;
    padding: 2px 4px;
    color: white;
    z-index: 5;
    transition: all .4s;
}
.galeri-kutu:hover .galeri-baslik{
    opacity: 0;
}
select.form-control{
    font-size: 12px;
    font-weight: bold;
    height: 40px;
}
.etkinlik-tamamlandi{
    position: absolute;
    background-color: var(--renk1);
    top: 0;
    z-index: 5;
    padding: 2px 6px;
    border-radius: 0 0 3px 3px;
    color: white;
    font-size: 12px;
}
.ekip-detay-iletisim{
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.ekip-detay-iletisim li:first-child{
    margin: 0;
}
.ekip-detay-iletisim li{
    margin: 0 10px;
    list-style-type: none;
}
.ekip-detay-iletisim li i{
    color: var(--renk1);
    margin-right: 10px;
}
@media screen and (min-width: 998px){
    .is-sticky .sticky-lg-none{
        display: none;
    }
    .slider-container{
        padding: 0 100px;
    }
    .slider-container > .row > .col-12 {
        background-color: rgba(0, 0, 0, 0.5);
        padding-top: 15px;
    }

    .swiper{
        width: calc(100% + 40px);
        padding: 0 20px;
    }
    .mySwiper{
        width: 100%;
        padding: 0;
    }
    .swiper-uyelik{
        width: 100%;
        padding: 0;
    }
    .onlineIslemKutu {
        flex: 0 0 20%;
    }
    .col-lg-1-5{
        flex: 0 0 20%;
        max-width: 20%;
    }
    .swiper-button-next{
        right: -30px;
    }
    .swiper-button-prev{
        left: -30px;
    }
}
@media screen and (min-width: 450px) and (max-width: 998px){
    .navbar{
        margin-bottom: 0 !important;
    }
    .onlineIslemKutu {
        flex: 0 0 33.3%;
    }
    .swiper-button-next{
        right: -15px;
    }
    .swiper-button-prev{
        left: -15px;
    }
    .mobil-flex{
        display: flex;
    }
    .logo-1{
        display: none;
    }
    .logo-2{
        display: block;
        width: 80% !important;
    }
    header{
        background-color: white;
    }
    header .destek-hatti{
        display: none;
    }
    .dil {
        display: flex;
        position: absolute;
        top: 170%;
        right: 0;
    }
    .onlineIslemBtn{
        display: inline-flex;
        justify-content: center;
        align-items: center;
        position: relative;
        background: linear-gradient(135deg, rgba(215, 9, 38, 1) 0%, rgba(194, 0, 27, 1) 100%);
        border-radius: 5px;
        padding: 5px 10px;
        color: white;
        transition: all .4s;
        overflow: hidden;
        margin-right: 0 !important;
    }
    .mobil-flex{
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
    }
    .sayfaBaslik h2{
        font-size: 28px;
    }
    .bulten-tab span{
        display: none;
    }
}
@media screen and (max-width: 450px) {
    .ekip-detay-iletisim{
        display: flex;
        flex-direction: column;
    }
    .ekip-detay-iletisim li{
        margin: 5px 0;
    }
    .say-list{
        border-radius: 0 5px 5px 0;
        border: 2px solid var(--renk1);
        border-left-color: transparent;
        transition: all .4s;
    }
    .say-list.active, .say-list:hover{
        border-color: transparent;
    }
    .bulten-list-tarih{
        display: none;
    }
    .bulten-bread{
        left: 0;
        right: auto;
    }
    .short-title h1{
        font-size: 22px;
    }
    .bulten-incele{
        display: none;
    }
    .footer-list p{
        justify-content: center;
    }
    .bulten-icerik {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: start;
    }
    .bulten-alt.active{
        display: flex;
        flex-wrap: wrap;
    }
    .bulten-row{
        flex: 0 0 50%;
        max-width: calc(50% - 20px);
        margin: 0 10px;
    }
    .bulten-icerik .icerik{
        display: none;
    }
    .bulten-tarih{
        display: none;
    }
    .bulten-icerik .baslik {
        font-size: 12px;
        min-height: 60px;
    }
    .onlineIslemKutu i{
        height: 35px;
    }
    .search form{
        width: 90%;
    }
    .ara-li{
        padding: 11px 20px;
        border-radius: 5px;
        background-color: transparent;
        position: absolute;
        color: black;
        display: inline-block;
        top: 155%;
        right: 17%;
        font-size: 22px;
    }
    .ara-li span{
        display: none;
    }
    .mobil-flex{
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
    }
    .girisimcilik-kurullari table td:first-child{
        width: 50px;
    }
    .girisimcilik-kurullari table td:nth-child(2){
        width: 35%;
    }
    .girisimcilik-kurullari table td:nth-child(3){
        width: 40%;
    }
    .sayfa-detay table td{
        font-size: 12px;
    }
    .nav-item-link .hbt-icon{
        display: none !important;
    }
    .h-m-0{
        height: 0;
    }
    .logo-1{
        display: none;
    }
    .logo-2{
        display: block;
    }
    header{
        background-color: white;
    }
    .middle {
        bottom: 5px !important;
    }
    .swiper{
        width: calc(100% + 50px);
        padding: 0 25px;
    }
    .mySwiper{
        width: 100%;
        padding: 0;
    }
    .swiper-uyelik{
        width: 100%;
        padding: 0;
    }
    .swiper-button-next{
        right: 0;
    }
    .swiper-button-prev{
        left: 0;
    }
    footer::before{
        background-size: auto 20%;
        background-position: 10% bottom;
    }
    .footer-logo{
        width: 50%;
        margin-left: auto;
        margin-right: auto;
    }
    .uyelik-avantajlari{
        bottom: 75% !important;
        left: -80px !important;
    }
    .bulten-row{
        padding-bottom: 30px;
    }
    .tarih-sag::before{
        display: none;
    }
    .bulten-tab span{
        display: none;
    }
    .hizmet_rehberi{
        padding-bottom: 120px !important;
    }
    .hizmet-rehberi-kutu i{
        flex: 0 0 50%;
    }
    .sayfaBaslik h2{
        font-size: 20px;
    }
    .onlineIslemKutu {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    .onlineIslemKutu a{
        padding: 10px 0;
    }
    .onlineIslemKutu span{
        font-size: 10px;
        font-weight: 500;
    }
    .sayfaDetay-img{
        width: 100% !important;
        padding: 0 !important;
        margin: 0 0 20px 0 !important;
    }
    .hizmet-rehberi-kutu a{
        padding: 10px !important;
    }

    .hizmet-rehberi-kutu span{
        font-size: 10px;
    }
    .dil-kutu {
        margin: 17% 5px 0 5px;
    }
    .baskan-social{
        margin-top: 20%;
    }
    .mouse {
        width: 25px !important;
        height: 40px !important;
    }
    .slider-baslik{
        font-size: 12px;
    }
    .footer-baslik{
        font-size: 20px;
    }
    .footer-list li{
        font-size: 12px;
    }
    .bulten-icerik .icerik{
        height: auto;
    }
    .bulten-row:last-child{
        border-bottom: none;
    }
    .ekip-card-top{
        height: 220px;
    }
    .onlineIslemlerKutu.sayfa{
        height: 140px;
    }
    .breadcrumb .breadcrumb-item, .breadcrumb-item a{
        font-size: 12px;
    }
    .sayfaHeader{
        height: 135px;
    }
    .short_image {
        height: 250px;
        padding-top: 135px;
    }
    .modal-img{
        width: 60%;
        margin-left: auto;
        margin-right: auto;
    }
    #isyeriModal .modal-title{
        font-size: 16px;
    }
    footer .footer-alt-bg p{
        font-size: 10px;
    }
    .dil {
        display: flex;
        position: absolute;
        top: 160%;
        right: 35%;
    }
    header .destek-hatti{
        display: none;
    }
    .slider .slider-baskan{
        height: 60%;
    }
    .haber-arsivi{
        left: 15px;
    }
    .btn-style-1 i{
        background-color: white;
    }
}
.hc-offcanvas-nav .nav-close-button span::after, .hc-offcanvas-nav .nav-close-button span::before{
    border-color: var(--renk1);
}

.instagram-bg{
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%) !important;
}
.facebook-bg{
    background-color: #3b5998 !important;
}
.twitter-bg{
    background-color: #1da1f2 !important;
}
.linkedin-bg{
    background-color: #1da1f2 !important;
}
.whatsapp-bg{
    background-color: #25D366 !important;
}
.youtube-bg{
    background-color: #FF0000 !important;
}
.tiktok-bg{
    background-image:
            radial-gradient(circle at 85% 10%, rgba(129,45,255,0.06) 0%, rgba(129,45,255,0.00) 25%),
            radial-gradient(circle at 10% 90%, rgba(0,235,255,0.04) 0%, rgba(0,235,255,0.00) 25%),
            linear-gradient(180deg, #0f0f10 0%, #0b0b0c 40%, #050506 100%),
            radial-gradient(circle at center, rgba(0,0,0,0.12), rgba(0,0,0,0.45) 70%) !important;
}
.middle {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    z-index: 99;
    bottom: 15px;
}

.mouse {
    width: 40px;
    height: 55px;
    border: 4px solid white;
    border-radius: 60px;
}

.mouse::before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: 30px;
    background-color: white;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    opacity: 1;
    animation: mouse 2s infinite;
}

@keyframes mouse {
    from {
        opacity: 1;
        top: 10%;
    }
    to {
        opacity: 0;
        top: 85%;
    }
}
/*PRELOADER*/


.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: white;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all .3s;
    align-items: center;
}

.preloader-bar {
    width: 25%;
    margin-top: 15px;
    height: 10px;
    position: relative;
    overflow: hidden;
    background-color: white;
    box-shadow: rgba(149, 157, 165, 0.05) 0 8px 24px;
    border-radius: 10px;
}

.progress-ic {
    position: absolute;
    width: 0;
    background-color: var(--renk1);
    height: 100%;
    left: 0;
}

.preloader-bar span {
    text-align: center;
    color: black;
    z-index: 3;
    width: 100%;
    position: absolute;
    font-size: 8px;
}
@media screen and (max-width: 450px) {
    .preloader-bar {
        width: 75%;
    }

}


/* Colors */

.gray {
    color: #232323;
}

.primary {
    color: #00B6E9;
}

.secondary {
    color: #C41564;
}


.btnH {
    height: 4rem;
}

.btnD {
    height: 4rem;
}

.btnW {
    width: 20rem;
}


.button,
[class*='buttonDetay-'] {
    background: var(--renk1);
    display: inline-block;
    padding: 1rem 2rem;
    color: white;
    text-decoration: none;
    text-align: left;
    transition: 0.5s linear all;
}

.button:hover,
[class*='buttonDetay-']:hover {
    background: var(--renk1);
    color: white;
}

/* Download Button */

.download-wrap {
    perspective: 80rem;
    width: 20rem;
    height: 10rem;
    cursor: pointer;
    position: relative;
}

.download {
    position: relative;
    width: 20rem;
    height: 4rem;
    transform-style: preserve-3d;
    transform-origin: 50% 50% 0;
    transform: rotateX(0deg);
    transition: 0.2s linear all;
}

.download.is-active {
    transform: rotateX(90deg) translateZ(2rem);
}

.download.is-active .meter-progress {
    right: 0;
}

.buttonDetay-download,
.meter {
    position: relative;
    width: 20rem;
    height: 10rem;
    font-size: 18px;
    line-height: 4rem;
    transform-origin: top center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 2rem 0 2rem;
}
.is-active .meter{
    padding-top: 0 !important;
}

/* Meter */

.meter {
    background: var(--renk2);
    overflow: hidden;
    transform: rotateX(270deg);
}

.meter:before,
.meter:after {
    display: block;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
}

.meter:before {
    content: 'indiriliyor...';
    animation: white-pulse 1s infinite alternate;
}

.meter:after {
    content: 'İndirme İşlemi Başarılı';
    display: none;
    color: #fff;
}

.meter.is-done:before {
    display: none;
}

.meter.is-done:after {
    display: block;
}

.meter .meter-progress {
    display: block;
    width: 100%;
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0.15) 10%, rgba(0, 0, 0, 0.2) 10%, rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.15) 20%, rgba(0, 0, 0, 0.15) 30%, rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.15) 40%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.15) 60%, rgba(0, 0, 0, 0.15) 70%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0.15) 80%, rgba(0, 0, 0, 0.15) 90%, rgba(0, 0, 0, 0.2) 90%, rgba(0, 0, 0, 0.2));
    transition: 4s linear all;
}

/* Download Icon */

.icon-wrap {
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    bottom: 0;
    width: 100%;
    padding-top: 1.66rem;
    background: rgba(0, 0, 0, 0.1);
}

.icon-download {
    position: relative;
    display: block;
    width: 2.5rem;
    height: 1rem;
    margin: auto;
    border: solid 0.5rem white;
    border-top: none;
}

.icon-download:before,
.icon-download:after {
    content: '';
    display: block;
    position: absolute;
    animation: icon-bounce 0.5s infinite alternate;
}

.icon-download:before {
    left: 0.5rem;
    top: -0.5rem;
    width: 0.5rem;
    height: 0.5rem;
    background: white;
}

.icon-download:after {
    left: 0.25rem;
    top: -0.125rem;
    width: 0;
    height: 0;
    border-left: solid 0.5rem transparent;
    border-right: solid 0.5rem transparent;
    border-top: solid 0.5rem white;
}

/* Animations */

@keyframes icon-bounce {
    from {
        transform: translateY(-5px);
    }

    to {
        transform: translateY(0);
    }
}

@keyframes white-pulse {
    from {
        color: rgba(255, 255, 255, 0.4);
    }

    to {
        color: rgba(255, 255, 255, 0.8);
    }
}


.form-item{
    position: relative;
    margin-bottom: 15px;
    width: 100%;
}
.form-item input, .form-item textarea{
    display: block;
    width: 100%;
    min-height: 40px;
    border: solid 1px #ccc;
    transition: all .3s ease;
    padding: 0 15px
}
.form-item input:focus, .form-item textarea:focus{
    border-color: var(--renk1);
}
.form-item label{
    position: absolute;
    cursor: text;
    z-index: 2;
    top: 13px;
    left: 10px;
    font-size: 12px;
    font-weight: bold;
    background: #fff;
    padding: 0 10px;
    color: #999;
    transition: all .3s ease
}
.form-item input:focus + label,
.form-item input:valid + label,
.form-item textarea:focus + label,
.form-item textarea:valid + label{
    font-size: 11px;
    top: -5px;
    color: var(--renk1);
    border-color: var(--renk1);
    background: linear-gradient(to top, white 60%, #f8f8ff 40%);
}
.form-item input:focus + label, .form-item textarea:focus + label{
    color: var(--renk1);
    border-color: var(--renk1);
    background: linear-gradient(to top, white 60%, #f8f8ff 40%);
}

.notify {
    width: 400px;
}

.notify.alert-success {
    background-color: white;
    border-radius: 10px;
    text-align: center;
    position: relative;
    display: flex !important;
    z-index: 9999 !important;
    justify-content: center;
    align-items: center;
}

.notify.alert-success span[data-notify="icon"] {
    color: green;
    position: absolute;
    left: 15px;
}

.close {
    top: auto !important;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.notify.alert-danger {
    background-color: white !important;
    border-radius: 10px;
    text-align: center;
    position: relative;
    z-index: 9999 !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.notify.alert-danger span[data-notify="icon"] {
    color: red;
    position: absolute;
    left: 15px;
}

@media screen and (max-width: 450px) {
    .notify {
        width: 90%;
    }
}

/* popup */


.pop-kutu, .pop-up img {
    width: 100%;
    height: 100%;
}
.pop-up img{
    border-radius: 10px;
}
.pop-kapat{
    cursor: pointer;
}
.pop-kutu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    background-color: rgba(0, 0, 0, .7)
}
.pop-up .gosterme{
    position: absolute;
    bottom: 12px;
    border-radius: 5px;
    padding: 3px 20px;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid white;
    color: white;
    left: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.pop-up .kapat{
    position: absolute;
    bottom: 10px;
    border-radius: 5px;
    padding: 3px 20px;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid white;
    color: white;
    right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.kapat span i, .gosterme span i {
    font-size: 9px;
    position: relative !important;
    left: -9px;
    right: auto;
    float: left;
}
.pop-up .gosterme span, .pop-up .kapat span{
    z-index: 2;
    transition: all .4s;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pop-up .kapat:hover span i, .pop-up .gosterme:hover span i{
    color: var(--renk1);
}
.pop-up .gosterme:hover span, .pop-up .kapat:hover span{
    color: var(--renk1);
}
.pop-up .gosterme:hover::before, .pop-up .kapat:hover::before{
    width: 120%;
    left: -10%;
}
.pop-up .gosterme::before, .pop-up .kapat::before{
    content: "";
    left: 15px;
    border-radius: 50%;
    background-color: white;
    position: absolute;
    width: 0;
    aspect-ratio: 1/1;
    transition: all .4s;
}
.pop{
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    width: 100%;
    height: 100%;
}
.pop-up {
    margin: 0 15px;
    z-index: 3000 !important;
    border-radius: 10px;
    display: flex;
    padding-bottom: 50px;
    justify-content: center;
    align-items: center;
    max-height: 80vh;
    max-width: 1200px;
    background-color: rgba(0, 0, 0, 0.4);
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
    aspect-ratio: 1 / 1;
}
.pop-up img{
    border: 10px solid white;
}

.pop-up i {
    position: absolute;
    right: -13px;
    cursor: pointer;
    font-size: 26px;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
    transition: all .2s;
    opacity: 1 !important;
    color: white;
}
.pop-up i:hover{
    color: white;
    transform: scale(1.1);
}
.pop .fa-circle-xmark{
    top: -13px;
}