/*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 :#313790;
    --renk2:#e9eaf4;
    --renk3:#ec1c24;
    --renk4: #d91414;
    --renk5: #0d0d0d;
    --renk6: #f1f1f1;
    --font1: "Montserrat", sans-serif;

}

::selection {
    background: var(--renk3);
    color: #ffffff;
}
.renk-1{
    color: var(--renk1);
}
.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-repeat: no-repeat;
    background-size: 100% 100% ;
    background-position: center;
    background-attachment: fixed;
    font-size: 14px;
    background-color: #f6f9ff;
}

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(--renk1);
    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(--renk3);
    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: 15px;
    top: 35px;
}

.hc-nav-trigger span {
    background-color: var(--renk2);
}

.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: 9997;
    animation: fadeIn linear;
    animation-duration: 0.6s;
    background: linear-gradient(to bottom, rgba(0,0,0,0.7) 55%, rgba(0,0,0,0));
}

header.sayfaHeader{
    background: white;
}

header.is-sticky {
    background: #ffffff;
    box-shadow: rgb(0 0 0 / 35%) 0 5px 15px;
    animation: fadeInDown linear;
    animation-duration: 0.6s;
}

.navbar-brand {
    position: relative;
    width: 70%;
    margin: 0 auto;
}
.navbar-brand::before{
    content: "";
    width: 100%;
    height: calc(100% + 15px);
    border-radius: 0 0 70px 70px;
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
}
.navbar-brand img{
    position: relative;
    z-index: 2;
    padding: 7px;
    transform: translateY(15px);
}

.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-link{
    color: var(--renk6);
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 14px;
    text-align: center;
    padding: 0 15px !important;
    font-weight: 700;
}
.is-sticky .nav-link{
    color: black;
}
.is-sticky .nav-link:hover{
    color: black;
}
.nav-link:hover{
    color: var(--renk6);
}
.dropdown-menu .nav-link{
    color: black;
}
.nav-link .hbt-icon{
    background-color: white;
    margin-bottom: 5px;
}
.nav-link:hover .hbt-icon{
    transform: rotate(360deg);
    transition: all .4s;
}
.nav-link span{
    text-transform: uppercase;
}
/* header sosyal medya */
.sosyalMedyaUl {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    list-style-type: none;
    margin: 0 0 0 20px;
    padding: 0;
}

.sosyalMedyaUl li:not(:last-of-type) {
    margin-right: 2px;
}

.sosyalMedyaUl li a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: var(--renk6);
    width: 27px;
    margin-top: 3px;
    font-size: 14px;
}
.sosyalMedyaUl li a:hover {
    transform: rotate(360deg) scale(1.1);
    transition: all .4s;
}
.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 0 10px 10px;
    padding: 0;
}

.navbar .nav-item .dropdown-menu, .navbar .subDropdown .sub-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    margin-top: 0;
}
.subDropdown{
    position: relative;
}
.sub-menu{
    padding: 0;
}
.navbar .subDropdown .sub-menu{
    position: absolute;
    right: 0;
    transform: translateX(150%);
    top: 0;
    background-color: white;
    border-radius: 0 10px 10px 10px;
}
.navbar .subDropdown:hover .sub-menu{
    position: absolute;
    right: 0;
    transform: translateX(100%);
    top: 0;
    opacity: 1;
    visibility: visible;
}

.navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0 0;
}

.navbar .nav-item:hover .dropdown-menu {
    transition: .3s;
    opacity: 1;
    visibility: visible;
    top: 65px;
    transform: rotateX(0deg);
}
.dropdown-item{
    padding: 10px 20px;
    align-content: center;
}
.sub-menu li:first-child .dropdown-item:hover{
    border-radius: 0 10px 0 0;
}
li:last-child .dropdown-item:hover{
    border-radius: 0 0 10px 10px;
}
.dropdown-item:focus, .dropdown-item:focus-visible{
    background-color: white;
    color: black;
}

.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;
}

/* .slider {
    margin-top: 110px;
} */

/* Slider */
.swiper {
    width: 100%;
}

.mySwiper {
    height: 100vh;
}


.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 10px 0;
    justify-content: center;
    align-items: center;
    font: var(--font1);
    font-weight: 600;
    color: white;
    font-size: 30px;
}
.sayfaBaslik.renkli h2{
    color: var(--renk1);
}
.sayfaBaslik svg{
    position: absolute;
    width: 40%;
    bottom: -10px;
}

.ortalaX {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.card {
    border-radius: 0 0 0 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
    margin-top: 30px;
}

.card-body .btn {
    padding: 10px 40px;
}

.swiper-button-next, .swiper-button-prev {
    color: var(--renk3) !important;
}
.swiper-button-next{
    right: -10px;
}
.swiper-button-prev{
    left: -10px;
}

footer {
    background-color: #3c4293;
    background-image: url("../img/footer-bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 70% auto;
    color: white;
    overflow: hidden;
}

footer a {
    color: white !important;
}
.footer-list h3{
    color: white;
    position: relative;
    margin-bottom: 20px;
}
.footer-list i{
    margin-right: 10px;
    transition: all .4s;
    color: white;
}
.footer-list.hbt i{
    background: white;
    width: 14px;
    height: 20px;
    display: inline-block;
}
.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%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    font-size: 18px;
    padding: 0;
}
.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;
}
.slider .swiper-slide img{
    object-position: top;
}

.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-btn .swiper-button-next{
    right: 10px;
}
.slider-btn .swiper-button-prev{
    left: 10px;
}
.slider{
    overflow: hidden;
    position: relative;
}
.slider-ic{
    position: absolute;
    z-index: 10;
    bottom: 0;
    width: 100%;
    min-height: 250px;
    left: 0;
    display: flex;
    color: white;
    justify-content: center;
    align-items: end;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 70%);
    padding-bottom: 30px;
}
.slogon {

    background-color: var(--renk2);
    color: white;
}
.countreup svg{
    stroke: white;
    width: 50px;
    stroke-width: 20px;
    fill: none;
}
.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;
    }
}

.faaliyetAlaniSlider{
    background-color: var(--renk1);
    position: relative;
}

.hbr-card {
    display: inline-block;
    background-color: white;
    margin-bottom: 5px;
    color: black;
    overflow: hidden;
    border-radius: 10px;
    margin-top: 30px;
    height: auto;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
}

.referans_content img {
    width: auto;
    height: auto;
}

.hbr-card-top img {
    width: 100%;
}

.hbr-card-title {
    padding: 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    font-size: 14px;
    font-weight: 500;
    color: white;
    background-color: var(--renk3);
}

.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: 250px;
    width: 100%;
    color: white;
    padding-top: 125px;
    position: relative;
    background-image: url("../img/haber-bg.jpg");
    background-size: 100% auto;
    background-position: center top;
    align-content: center;
}

.short-title {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-top: -30px;
}

.short-title h1 {
    font-weight: 400;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    font-size: 28px;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: white;
}

.bread-nav {
    display: flex;
    justify-content: center;
}

.breadcrumb {
    background: var(--renk3);
    display: inline-flex;
    float: right;
    margin-bottom: -20px;
    margin-top: -20px;
}

.breadcrumb .breadcrumb-item, .breadcrumb-item a {
    color: white !important;
    font-size: 12px;
}
.hk-content {
    padding: 10px;
    text-align: justify;
    min-height: 300px;
}

.hk-img {
    width: 100%;
    max-height: 500px;
    border-radius: 10px;
    transition: all .4s;
}
.hk-img:hover{
    transform: scale(1.05) rotate(-3deg);
}

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;
}

.say-list{
    width: 100%;
    text-align: center;
    background-color: var(--renk1);
    padding: 10px 10px;
    margin-top: 5px;
    border-radius: 5px;
    color: white;
}
.say-list:hover{
    background-color: var(--renk2);
}
.btn-style-1{
    background-color: var(--renk1);
    color: white;
    padding: 2px 20px;
    display: inline-flex;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all .4s;
}
.btn-style-1:hover{
    color: white;
}
.btn-style-1 span{
    position: relative;
    z-index: 2;
}
.btn-style-1:hover span{
    color: var(--renk1);
}
.btn-style-1:hover{
    border: 1px solid var(--renk1);
    background-color: white;
}
.btn-style-1 i{
    font-size: 18px;
    transition: all .4s;
}
.btn-style-1 .hbt-icon{
    background-color: white;
    width: 20px;
    height: 20px;
    margin: 4px 0 4px 10px;
}
.btn-style-1:hover i{
    color: var(--renk1);
}
.btn-style-1:hover .hbt-icon{
    background-color: var(--renk1);
}
.harita iframe{
    width: 100%;
    height: 350px;
}
.z-10{
    position: relative;
    z-index: 10;
}
.z-15{
    position: relative;
    z-index: 15;
}
.ara-btn{
    display: inline-flex;
    justify-content: end;
    align-items: center;
    position: relative;
}
.ara-btn input{
    background-color: rgba(255,255,255,0.4);
    width: 120px;
    border: none;
    transition: all .4s;
    float: right;
    color: white;
    height: 30px;
    border-radius: 5px;
    padding: 10px;
}
.ara-btn input::placeholder{
    color: white;
}
.ara-btn input:focus-visible, .ara-btn input:focus{
    width: 180px;
    border: none;
    outline: none;
}
.ara-btn i{
    position: absolute;
    color: white;
    right: 10px;
}
.destek-hatti{
     display: inline-flex;
     justify-content: center;
     align-items: center;
     color: white;
 }
.destek-hatti span{
    font-size: 16px;
}
.destek-hatti a{
    color: white;
    font-weight: 600;
}
.destek-hatti .hbt-icon{
    width: 40px;
    height: 30px;
    background-color: white;
    margin-right: 3px;
}
.sayfaHeader .navbar-brand{
    width: 50%;
}
.is-sticky .navbar-brand{
    width: 45%;
}
.is-sticky .navbar-brand::before{
    display: none;
}
.is-sticky .navbar-brand img{
    transform: translateY(0);
}
.is-sticky .nav-link .hbt-icon{
    background-color: black;
}
.is-sticky .destek-hatti{
    display: none;
}
.federasyon-menu-kutu{
    width: 100%;
    aspect-ratio: 40/35;
    border-radius: 10px;
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
    transition: all .4s;
}
.federasyon-menu-kutu:hover{
    background-color: rgba(255, 255, 255, 0.4);
}
.federasyon-menu-kutu .hbt-icon{
    background-color: white;
    width: 25px;
    height: 25px;
}
.federasyon-menu-kutu .baslik{
    font-size: 12px;
    margin-top: 10px;
}
.swiper-button-next::after{
    content: "\f105";
    font: var(--fa-font-solid);
}
.swiper-button-prev::after{
    content: "\f104";
    font: var(--fa-font-solid);
}
.swiper-button-next::after,.swiper-button-prev::after{
    color: transparent;
    background-color: rgba(255, 255, 255, 0.5);
    background-clip: text;
    font-size: 34px;
}
.bulten-tab {
    width: 100%;
    height: 80px;
    background-color: var(--renk2);
    border-radius: 10px;
    transition: all .4s;
    padding: 10px;
    cursor: pointer;
    margin-top: 8px;
    color: #8a8a8b;
    box-shadow: rgba(149, 157, 165, 0.5) 0 1px 4px;
}
.bulten-tab:first-child{
    margin-top: 0;
}
.bulten-tab:hover, .bulten-tab.active{
    background-color: var(--renk1);
    width: calc(100% + 20px);
    padding: 10px 20px;
    margin-left: -10px;
    color: white;
}
.bulten-tab-tarih{
    display: flex;
    margin-bottom: 5px;
    font-size: 12px;
}
.bulten-tab-tarih .hbt-icon{
    background-color: #8a8a8b;
    width: 15px;
    transition: all .4s;
    height: 15px;
    margin-right: 10px;
}
.bulten-tab:hover .hbt-icon, .bulten-tab.active .hbt-icon{
    background-color: white;
}
.bulten-tab .baslik{
    text-transform: uppercase;
    font-size: 12px;
    height: 34px;
    overflow: hidden;
}
.bulten-slide-kutu{
    width: 100%;
    aspect-ratio: 4/3;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.bulten-slide-kutu-ic{
    padding: 15px;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: start;
    align-items: end;
    color: white;
    text-align: left;
    background: linear-gradient(180deg,rgba(49, 55, 144, 0) 0%, rgba(49, 55, 144, .6) 100%);
}
.bulten-slide-kutu-ic .tarih{
    display: flex;
    margin-bottom: 10px;
    color: white;
}
.bulten-slide-kutu-ic .hbt-icon{
    background-color: white;
    margin-right: 10px;
    width: 20px;
    height: 20px;
}
.bulten-slide-kutu-ic .baslik{
    text-transform: uppercase;
}
.baskan{
    height: 430px;
    width: 90%;
    margin: 0 auto;
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
    border-radius: 10px;
}
.baskan img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.baskan{
    position: relative;
    overflow: hidden;
}
.baskan-ic{
    padding: 15px;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: end;
    flex-direction: column;
    align-items: center;
    color: white;
    text-align: center;
    background: linear-gradient(180deg,rgba(49, 55, 144, 0) 0%, rgba(49, 55, 144, .6) 100%);
}
.baskan-ic .baslik{
    font-size: 20px;
    font-weight: 600;
}
.baskan .btns{
    display: flex;
}
.btn-style-2{
    border: 1px solid white;
    color: white;
    padding: 5px 10px;
    margin: 5px;
    border-radius: 5px;
    min-width: 150px;
    transition: all .4s;
}
.btn-style-2:hover{
    background-color: var(--renk1);
    color: white;
    border-color: transparent;
}
.baskan-social{
    position: absolute;
    right: 0;
    bottom: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.baskan-social li{
    width: 30px;
    height: 30px;
    background-color: var(--renk1);
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 5px 0 0 5px;
    transition: all .4s;
}
.baskan-social li i{
    color: white;
    transition: all .4s;
}
.baskan-social li a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.baskan-social li:hover i{
    color: var(--renk1);
}
.baskan-social li:hover{
    background-color: white;
    color: var(--renk1);
}
.haberler{
    background-image: url("../img/haber-bg.jpg");
    background-size: 100% auto;
    background-position: center;
}
.haber-kutu{
    border-radius: 10px;
    backdrop-filter: blur(20px);
    background-color: rgba(255, 255, 255, 0.1);
    padding: 10px;
    height: 245px;
    transition: all .4s;
    margin: 15px 0;
}
.haber-kutu.renkli{
    background-color: var(--renk1);
    height: 255px;
}
.haber-kutu:hover{
    background-color: rgba(255, 255, 255, 0.25);
}
.haber-kutu.renkli:hover{
    background-color: var(--renk1);
}
.haber-kutu.renkli .baslik{
    border: none !important;
}
.haber-top{
    width: 100%;
    aspect-ratio: 4/3;
    border-radius: 8px;
    overflow: hidden;
    max-height: 189px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.haber-top img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.haber-play{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--renk1);
    position: absolute;
    z-index: 4;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    animation: pulse-animation 2s infinite;
}
.haber-play a{
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    position: absolute;
    left: 0;
    top: 0;
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.85);
    }
    100% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }
}
.haber-title{
    color: white;
    text-align: left;
}
.haber-title .baslik{
    font-size: 14px;
    margin-bottom: 5px;
    padding: 5px 0;
    height: 65px;
    display: flex;
    justify-content: start;
    align-items: center;
}
.haber-title .icerik{
    font-size: 10px;
}
.haber-tabs{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
.haber-tab{
    width: 100%;
    height: 60px;
    border-radius: 10px;
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
    font-weight: 500;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    transition: all .4s;
    cursor: pointer;
}
.haber-tab:first-child{
    margin-top: 0;
}
.haber-tab:hover, .haber-tab.active{
    background-color: white;
    color: var(--renk1);
}
main{
    overflow: hidden;
}
.lig-ic table{
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
    text-align: center;
    color: var(--renk1);
}
.lig-ic table thead{
    background-color: var(--renk3) !important;
    color: white !important;
    position: relative !important;
    z-index: 5 !important;
}
.lig-ic table tbody th{
    border-right: 1px solid rgba(255,255,255,0.5);
}
.lig-ic table thead th:nth-child(2), .lig-ic table thead th:last-child{
    border-right: none;
}
.lig-ic th, .lig-ic td{
    padding: 10px 4px;
}
.lig-ic tbody tr td:nth-child(3){
    text-align: left;
}
.lig-ic table tr:nth-child(2n - 2){
    background-color: #f6f9ff;
}
.lig-ic table tr{
    transition: all .4s;
}
.lig-ic table tr:hover{
    background-color: var(--renk1);
    color: white;
}
.clup-img{
    width: 30px;
    margin: 0 auto;
}
.clup-img img{
    width: 100%;
}
.lig-tabs{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.lig-ust{
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
}
.lig-tab{
    padding: 5px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    margin: 0 10px;
    cursor: pointer;
    transition: all .4s;
}
.lig-tab .hbt-icon{
    width: 25px;
    height: 25px;
    background-color: black;
    position: relative;
    z-index: 3;
    transition: all .4s;
}
.lig-tab span{
    position: relative;
    z-index: 3;
}
.lig-tab::before{
    content: "";
    width: calc(100% + 16px);
    height: calc(100% + 16px);
    position: absolute;
    background-color: var(--renk3);
    transition: all .4s;
    border-radius: 10px;
    transform: scale(0);
}
.lig-tab::after{
    content: "";
    width: 0;
    height: 0;
    transition: all .4s;
    border-style: solid;
    border-width: 20px 15px 0 15px;
    border-color: var(--renk3) transparent transparent transparent;
    transform: rotate(0deg) translateY(-100%);
    position: absolute;
    bottom: 0;
    opacity: 0;
}
.lig-tab:hover, .lig-tab.active{
    color: white;
}
.lig-tab:hover .hbt-icon, .lig-tab.active .hbt-icon{
    background-color: white;
}
.lig-tab:hover::after, .lig-tab.active::after{
    transform: rotate(0deg) translateY(100%);
    opacity: 1;
}
.lig-tab:hover::before, .lig-tab.active::before{
    transform: scale(1);
}
.is-sticky .navbar{
    transform: translateY(18px);
}
.musabaka-kutu{
    width: 100%;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
    margin: 8px 0;
}
.musabaka-kutu .tarih{
    background-color: var(--renk1);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
    padding: 5px;
    flex: 0 0 30%;
}
.musabaka-kutu .hbt-icon{
    background-color: white;
    width: 25px;
    height: 25px;
}
.musabaka-kutu .tarih span{
    font-size: 13px;
}
.musabaka-kutu .baslik{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--renk2);
    color: var(--renk1);
    flex: 0 0 70%;
    font-size: 16px;
}
.tumunugor-btn{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: var(--renk1);
    padding: 8px 15px;
    color: white;
    border-radius: 10px;
    transition: all .4s;
}
.tumunugor-btn.kirmizi{
    background-color: var(--renk3);
}
.tumunugor-btn .hbt-icon{
    background-color: white;
    width: 15px;
    height: 15px;
    margin-right: 10px;
}
.tumunugor-btn:hover{
    color: white;
}
.tumunugor-btn:hover .hbt-icon{
    transform: rotate(360deg);
    transition: all .4s;
}
.formlar{
    border-radius: 10px;
    overflow: hidden;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
}
.formlar .baslik{
    background-color: var(--renk3);
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    color: white;
    padding: 5px 10px;
}
.formlar ul{
    padding: 0;
    margin: 0;
    color: var(--renk1);
}
.formlar ul li a{
    display: flex;
    padding: 10px 15px;
    color: var(--renk1);
}
.formlar ul li:nth-child(2n - 2){
    background-color: #f6f9ff;
}
.formlar ul li .hbt-icon{
    width: 20px;
    height: 20px;
    background-color: var(--renk1);
    margin-right: 10px;
}
.formlar ul li:hover .hbt-icon{
    transform: rotate(360deg);
    transition: all .4s;
}
.mutlaka_izle{
    background-image: url("../img/mutlaka-izle-bg.jpg");
    background-size: auto 100%;
    background-position: center;
}
.mutlaka_izle .haber-kutu{
    height: 310px;
}
.sponsor-kutu{
    width: 100%;
    aspect-ratio: 40/25;
    background-color: white;
    border-radius: 10px;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 5px 5px;
    margin: 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sponsor-kutu img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.sponsor-row{
    margin-top: -55px;
    margin-bottom: -55px;
}
.footer-logo{
    width: 70%;
    padding: 10px;
}
.footer-logo img{
    width: 100%;
    position: relative;
    z-index: 2;
}
.footer-logo::before{
    content: "";
    width: 70%;
    height: 100%;
    position: absolute;
    background-color: white;
    border-radius: 90px 90px 0 0;
    top: 0;
    left: 0;
}
.biziTakipEdin{
    font-size: 20px;
    text-align: left;
}
.bizeulasi̇n{
    display: flex;
    align-items: center;
    justify-content: start;
}
.bizeulasi̇n .hbt-icon{
    width: 30px;
    height: 30px;
    background-color: white;
    margin-right: 10px;
}
.bizeulasi̇n span{
    font-size: 14px;
}
.sozlesmeler{
    display: flex;
}
.sozlesme-btn{
    width: 100%;
    border-radius: 10px;
    background-color: #252b6d;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 10px 15px;
    margin: 10px;
}
.sozlesme-btn i{
    width: 25px;
    height: 25px;
    background-color: white;
    margin-right: 10px;
}
.sozlesme-btn:hover i{
    transform: rotate(360deg);
    transition: all .4s;
}
.nav-item-link{
    color: var(--renk1);
}
.nav-item-link .hbt-icon{
    background-color: var(--renk1);
    display: inline-flex;
    margin-right: 10px;
}
.hc-offcanvas-nav .nav-back a, .hc-offcanvas-nav .nav-item-link, .hc-offcanvas-nav li.nav-close a{
    color: var(--renk1);
}
.mega-menu{
    position: absolute;
    width: 100vw;
    min-height: 300px;
    padding: 50px 0;
    top: calc(100% - 0);
    left: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all .4s;
    z-index: -1;
    background-color: rgba(49, 55, 144, 0.95);
}
.dropdown:hover .mega-menu{
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
}
.mega-dropdown{
    position: unset;
}
.mega-menu .baskan{
    height: 400px;
}
.mega-menu .btn-style-2{
    min-width: 80px;
}
.mega-menu-list{
    display: flex;
    flex-wrap: wrap;
}
.mega-item{
    margin: 10px;
    flex: 0 0 calc(33.33% - 20px);
    background-color: rgba(255,255,255,0.4);
    backdrop-filter: blur(4px);
    aspect-ratio: 40/25;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
    color: white;
    text-transform: uppercase;
    transition: all .4s;
}
.mega-item:hover{
    background-color: rgba(255,255,255,0.6);
    color: white;
}
.mega-item .hbt-icon{
    background-color: white;
    margin-bottom: 10px;
}
.sayfaHeader .navbar-brand::before{
    display: none;
}
.sayfaHeader .nav-link{
    color: black;
}
.sayfaHeader .nav-link .hbt-icon{
    background-color: black;
}
.sayfaHeader .headerSosyal a{
    color: black;
}
.sayfaHeader .ara-btn input{
    border: 1px solid black;
    color: black;
}
.sayfaHeader .ara-btn input::placeholder{
    color: black;
}
.sayfaHeader .ara-btn i{
    color: black;
}
.dropdown-toggle::after{
    display: none;
}
.fs-22{
    font-size: 22px;
}
.h1-alt{
    background-color: #f6f9ff;
    position: absolute;
    left: 0;
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
    bottom: 0;
    width: 100%;
}
.harita{
    width: 100%;
}
.harita iframe{
    width: 100%;
    height: 300px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 5px 15px;
    border-radius: 10px;
}
.iletisimBaslik{
    color: var(--renk1);
    position: relative;
    display: inline-flex;
}
.iletisimBaslik::before{
    content: "";
    width: 45%;
    height: 2px;
    background-color: var(--renk1);
    position: absolute;
    left: 20px;
    bottom: -2px;
}
address p{
    display: flex;
    align-items: center;
    justify-content: start;
}
address p i{
    flex: 0 0 35px;
    aspect-ratio: 1;
    background-color: var(--renk1);
    display: flex !important;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 50%;
}
.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;
}

.indirBtn {
    width: 50px;
    height: 50px;
    border: 2px solid rgb(214, 214, 214);
    border-radius: 15px;
    background-color: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    transition-duration: 0.3s;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.11);
}

.svgIcon {
    fill: rgb(70, 70, 70);
}

.icon2 {
    width: 18px;
    height: 5px;
    border-bottom: 2px solid rgb(70, 70, 70);
    border-left: 2px solid rgb(70, 70, 70);
    border-right: 2px solid rgb(70, 70, 70);
}

.form-kutu:hover .indirBtn {
    background-color: var(--renk3);
    transition-duration: 0.3s;
}

.form-kutu:hover .icon2 {
    border-bottom: 2px solid rgb(235, 235, 235);
    border-left: 2px solid rgb(235, 235, 235);
    border-right: 2px solid rgb(235, 235, 235);
}

.form-kutu:hover .svgIcon {
    fill: rgb(255, 255, 255);
    animation: slide-in-top 1s linear infinite;
}

@keyframes slide-in-top {
    0% {
        transform: translateY(-10px);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}
.form-kutu{
    width: 100%;
    height: 230px;
    background-color: var(--renk1);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 15px 0;
    padding: 10px;
    position: relative;
}
.form-kutu .baslik{
    color: white;
    text-align: center;
    margin-top: 10px;
}
.form-kutu .hbt-icon{
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: rgba(255,255,255,0.3);
}
.sayfaHeader .navbar-brand img{
    transform: translateY(5px);
}
.musabaka-tablo{
    overflow: hidden;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
}
.musabaka-logo{
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 50%;
}
.musabaka-logo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.musabaka-tablo .row .table-col{
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    padding: 10px 15px;
}
.musabaka-tablo .row:last-child{
    border: 1px solid #cccccc;
    border-radius: 0 0 10px 10px;
}
.musabaka-tablo .row{
    background-color: white;
    transition: all .4s;
    font-size: 13px;
}
.musabaka-tablo .row:nth-child(2n - 1){
    background-color: #f6f9ff;
}
.musabaka-tablo .row:hover{
    background-color: var(--renk1);
    color: white;
}
.musabaka-tablo .table-head{
    text-align: center;
    width: 100%;
    padding: 10px 15px;
    background-color: var(--renk1);
    border-radius: 8px 8px 0 0;
    color: white;
    font-size: 18px;
}
.bulten-gorunum-tabs{
    display: inline-flex;
    float: right;
    justify-content: center;
    align-items: center;
    background-color: rgba(49, 55, 144, 0.3);
    color: var(--renk1);
    border-radius: 10px;
    position: relative;
    padding: 1px 3px;
}
.bulten-gorunum-tabs-bg{
    width: 43px;
    height: 36px;
    background-color: white;
    position: absolute;
    border-radius: 8px;
    left: 4px;
    transition: all .4s;
}
.bulten-gorunum-tab{
    padding: 10px 15px;
    cursor: pointer;
    position: relative;
    z-index: 4;
}
.bulten-gorunum-tab:nth-child(2):hover ~ .bulten-gorunum-tabs-bg{
    left: 47px;
}
.bulten-gorunum-tab:nth-child(2).active ~ .bulten-gorunum-tabs-bg{
    left: 47px;
}
.bulten-gorunum-tab:nth-child(1):hover ~ .bulten-gorunum-tabs-bg{
    left: 4px;
}
.bulten-gorunum-tab:hover{
    transition: all .4s;
    transform: rotate(360deg);
}
.bulten-yatay{
    background-color: rgba(49, 55, 144, 0.3);
    border-radius: 10px;
    padding: 10px;
    margin: 15px 0;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
}
.bulten-yatay img{
    transition: all .4s;
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 8px;
    object-fit: cover;
}
.bulten-yatay:hover img{
    transform: scale(1.05) rotate(-3deg);
}
.bulten-yatay .baslik{
    font-size: 16px;
    color: var(--renk1);
}
.bulten-sayfa{
    display: none;
}
.bulten-sayfa.active{
    display: flex;
    animation: fadeInUp;
    animation-duration: 0.6s;
}
.sayfaHeader .navbar-brand{
    padding: 0;
    width: 60%;
}
.sayfaHeader .navbar-brand img{
    transform: translateY(0);
    padding: 5px;
}
.ekip-card{
    width: 100%;
    aspect-ratio: 4/5;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: 15px 0;
}
.ekip-card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ekip-card::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(49, 55, 144, 0) 0%, rgba(49, 55, 144, .6) 100%);
    z-index: 2;
}
.ekip-title{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 5;
    padding: 10px;
    text-align: center;
    color: white;
}
.ekip-title .baslik{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}
.ekip-title .unvan{
    font-size: 12px;
    margin-bottom: 10px;
}
.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;
}
.ekip-detay-ust .hbt-icon {
    background-color: var(--renk1);
    width: 25px;
    height: 25px;
    display: inline-flex;
    margin-right: 10px;
}
.ekip-detay ul, .sayfa-detay ul{
    list-style-type: circle;
    padding-left: 15px;
}
.sayfaHeader.is-sticky .navbar-brand{
    width: 45%;
}
.has-image[data-image-fit=contain] .fancybox__image{
    background: white;
}
.canvasSocial li a{
    color: var(--renk1);
}
.canvasSocial li{
    padding: 5px 10px;
    font-size: 16px;
    color: var(--renk1);
}
.hc-offcanvas-nav li:not(.custom-content) a {
    display: flex !important;
    justify-content: start;
    align-items: center;
}
.hc-offcanvas-nav a.nav-next:before {
    background: var(--renk1);
}
.hc-offcanvas-nav .nav-back span::before, .hc-offcanvas-nav .nav-next span::before {
    border-top: 2px solid var(--renk1);
    border-left: 2px solid var(--renk1);
}
.hc-offcanvas-nav a.nav-next:before{
    top: auto !important;
}
.table-col .d-flex{
    align-items: center;
}
.hc-offcanvas-nav .nav-content>h2, .hc-offcanvas-nav .nav-content>h3, .hc-offcanvas-nav .nav-content>h4, .hc-offcanvas-nav .nav-content>h5, .hc-offcanvas-nav .nav-content>h6{
    color: var(--renk1);
}
.nav-back-button span::after {
    content: "geri";
    position: absolute;
    left: 0;
    transform: translateX(-100%);
}
.header-top-bulten{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    float: right;
    height: 100%;
    margin: 0 50px 0 0;
}
.header-top-bulten a{
    color: white;
    display: inline-block;
}
.header-top-bulten a::after{
    content: "|";
    margin: 0 13px 0 15px;
}
.header-top-bulten a:last-child::after{
    display: none;
}
.header-top-bulten a:hover{
    color: white;
}
.sayfaHeader .header-top-bulten a{
    color: black;
}
.sayfaHeader .header-top-bulten a:hover{
    color: black;
}
.dil{
    display: flex;
}
.dil-kutu{
    width: 20px;
    margin: 0 5px;
    height: 100%;
}
.dil-kutu.active{
    opacity: 0.6;
}
.dil-kutu img{
    width: 100%;
    height: 100%;
    pointer-events: none;
    user-select: none;
}
.takim-logo{
    aspect-ratio: 1;
    width: 100%;
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
    transition: all .4s;
}
.takim-logo:hover{
    box-shadow: rgba(149, 157, 165, 0.5) 0 8px 24px;
}
.takim-logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.takim-baslik{
    font-size: 18px;
    margin-right: 20px;
    flex: 0 0 50%;
    line-height: 18px;
}
.takim-baslik span{
    font-size: 16px;
    line-height: 30px;
    display: block;
}
.takim-detay-ust{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}
.takim-detay-ust .hbt-icon{
    width: 50px;
    height: 50px;
    background-color: black;
    margin-right: 10px;
}
.takim-detay-stadyum{
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    margin-right: 20px;
}
.nav-link .fas, .nav-link .fab, .nav-link .fa, .nav-link .fa-solid, .nav-link .fa-brands{
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
}
.nav-link:hover .fas, .nav-link:hover .fab, .nav-link:hover .fa, .nav-link:hover .fa-solid, .nav-link:hover .fa-brands{
    transition: all .4s;
    transform: rotate(360deg);
}
.galeri-kutu{
    width: 100%;
    aspect-ratio: 4/3;
    background-color: white;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
    margin: 15px 0;
    transition: all .4s;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
    border-radius: 10px;
    overflow: hidden;
}
.galeri-kutu a{
    width: 100%;
    height: 100%;
}
.galeri-kutu:hover{
    box-shadow: rgba(100, 100, 111, 0.4) 0 7px 29px 0;
}
.galeri-kutu img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s;
    position: relative;
    z-index: 2;
}
.galeri-kutu:hover img{
    filter: brightness(0.5);
}
.galeri-kutu::before{
    content: "\f424";
    font: var(--fa-font-solid);
    font-size: 18px;
    color: white;
    position: absolute;
    transform: scale(0);
    transition: all .4s;
    z-index: 3;
}
.galeri-kutu.video::before{
    content: "\f04b";
}
.galeri-kutu:hover::before{
    transform: scale(1);
}
.sub-icon{
    right: 10px;
    position: absolute;
    top: 15px;
}
.lig-sag .mac-kutu{
    width: 100%;
    height: 50px;
    background-color: white;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
    display: flex;
    align-items: center;
    transition: all .4s;
    margin: 5px 0;
}
.lig-sag .mac-kutu:hover{
    box-shadow: rgba(100, 100, 111, 0.5) 0 7px 29px 0;
}
.lig-sag .mac-kutu .sutun{
    flex: 1;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lig-sag .mac-kutu .sutun:nth-child(2){
    flex: 0 0 23%;
}
.lig-sag .mac-kutu .logo{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    flex: 0 0 30px;
}
.lig-sag .mac-kutu .logo img{
    width: 100%;
    height: 100%;
}
.lig-sag .mac-kutu .sutun .baslik{
    flex-grow: 1;
}
.fs-12{
    font-size: 12px;
}
.fs-18{
    font-size: 18px;
}
.mac-kutu.renkli{
    background-color: var(--renk1);
    color: white;
}
.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(--renk1);
    margin-right: 10px;
    transition: all .4s;
}
.arama-ul li:hover i{
    margin-right: 15px;
}
.ortalaX-Y{
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.haber-top a{
    width: 100%;
    height: 100%;
}
.s-det-img img{
    width: 100%;
    aspect-ratio: 4/3;
    border-radius: 5px;
    object-fit: cover;
}
.s-det-img .haber-play a{
    width: 100%;
    height: 100%;
}
.sponsor-kutu span {
    position: absolute;
    z-index: 2;
    width: 80%;
    font-size: 14px;
    text-align: center;
    padding: 7px 14px;
    background-color: var(--renk1);
    border-radius: 10px;
    border: 2px solid white;
    box-shadow: rgb(102 102 102 / 35%) 0 5px 15px;
    transition: all .4s;
    transform: scale(0);
    color: white;
}
.sponsor-kutu:hover span{
    transform: scale(1);
}
.swiper .sponsor-kutu span{
    font-size: 12px;
    padding: 3px 6px;
}
.haber-title a{
    color: white;
}
.ekip-forma{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 5;
    pointer-events: none;
    user-select: none;
}
.ekip-card:hover .ekip-forma{
    transition: all .4s;
    transform: rotate(360deg);
}
.ekip-forma span{
    position: absolute;
    color: white;
}
.fikstur_izle{
    width: 25px;
    height: 25px;
    background-color: var(--renk1);
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    animation: pulse-animation-2 2s infinite;
    border: 1px solid white;
}
.fikstur_izle:hover{
    transition: all .4s;
    transform: rotate(360deg);
}
@keyframes pulse-animation-2 {
    0% {
        box-shadow: 0 0 0 0 rgb(167 166 166 / 85%);
    }
    100% {
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
}
.musabaka-tablo .row:hover .renk-1{
    color: white;
}
.subDropdown > .dropdown-item{
    padding-right: 35px !important;
}
.youtube-canli-btn{
    float: right;
    margin-right: 35px;
    padding: 5px 15px;
    background-color: red;
    border-radius: 20px;
    color: white !important;
    transition: all .4s;
    animation: pulse-animation 2s infinite;
    border: 1px solid white;
}
.sayfaHeader .youtube-canli-btn{
    animation: pulse-animation-2 2s infinite;
}
.youtube-canli-btn:hover{
    background-color: white;
    color: red !important;
}
.sayfaHeader .youtube-canli-btn:hover{
    color: black !important;
}
.youtube-canli-btn i{
    margin-left: 5px;
}
.lig-ic table thead tr:hover {
    background-color: var(--renk3);
    color: white;
}
.musabaka-tablo .row .table-col a, .lig-ic tbody tr td a, .lig-sag .mac-kutu .sutun .baslik a{
    color: black;
    transition: all .4s;
}
.musabaka-tablo .row:hover .table-col a, .lig-ic tbody tr:hover td a{
    color: white;
}
.is-sticky .hc-nav-trigger {
    right: 15px;
    top: 20px;
}
.canvasSocial{
    border-top: 2px solid var(--renk1);
    padding-top: 20px;
}
.hc-offcanvas-nav .nav-close-button span::after, .hc-offcanvas-nav .nav-close-button span::before{
    border-top: 2px solid var(--renk1);
    border-left: 2px solid var(--renk1);
}
.canvasSocialMedia{
    display: flex;
    border-top: 2px solid var(--renk1);
    padding-top: 20px;
    margin-top: 20px;
}
.canvasSocialMedia div{
    flex: 1;
    text-align: center;
    color: var(--renk1);
    font-size: 18px;
}
.canvasSocialMedia a{
    color: var(--renk1);
}
.mobilMedyaUl{
    display: flex;
    float: left;
    margin-top: 30px;
}
.mobilMedyaUl li{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: var(--renk3);
    color: white;
    text-align: center;
    align-content: center;
    margin: 0 3px;
}
.mobilMedyaUl li a{
    color: white;
}
.timeline-sol{
    width: 100%;
    height: 100%;
    align-content: center;
    text-align: center;
    font-weight: 500;
    position: relative;
    padding-right: 10px;
    transition: all .4s;
}
.timeline-sol::before{
    content: "";
    width: 2px;
    height: 150%;
    position: absolute;
    right: 30px;
    background-color: var(--renk1);
    top: 0;
}
.timeline-sol::after{
    content: "\f1e3";
    font: var(--fa-font-solid);
    width: 30px;
    height: 30px;
    position: absolute;
    right: 30px;
    background-color: var(--renk1);
    top: 50%;
    transform: translateX(50%) translateY(-50%);
    border-radius: 50%;
    border: 3px solid #f8f8ff;
    text-align: center;
    align-content: center;
    color: white;
}
.timeline-sol span::before{
    content: "";
    width: 2px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: var(--renk1);
    position: absolute;
    transition: all .4s;
    z-index: -1;
}
.fikstur-row:hover .timeline-sol span::before{
    width: calc(100% - 30px);
    border-radius: 10px 0 0 10px;
}
.fikstur-row:hover .timeline-sol{
    color: white;
}
.fikstur-row:last-child .timeline-sol::before{
    height: 100%;
}
.page-link{
    color: var(--renk1);
    font-size: 16px;
}
.page-link:focus{
    box-shadow: none;
}
.page-item.active .page-link, .page-link:hover{
    background-color: var(--renk1);
    color: white;
    border-color: transparent;
}
.style-input {
    width: 100%;
    height: 45px;
    padding: 12px;
    border-radius: 12px;
    border: 1.5px solid lightgrey;
    outline: none;
    box-shadow: 0 0 20px -18px;
    margin: 5px 0;
    transition: all .2s;
}
textarea.style-input{
    height: auto;
}
.style-input:hover {
    border: 2px solid lightgrey;
    box-shadow: 0 0 20px -17px;
}

.style-input:active {
    transform: scale(0.95);
}

.style-input:focus {
    border: 2px solid grey;
}
@media screen and (min-width: 998px){
    .mobilMedyaUl{
        display: none !important;
    }
    .col-lg-1-5{
        flex: 0 0 20%;
    }
    .swiper{
        width: calc(100% + 28px);
        padding: 0 14px;
        margin-left: -14px;
    }
    .swiper-button-next{
        right: -30px;
    }
    .swiper-button-prev{
        left: -30px;
    }
}
@media screen and (min-width: 450px) and (max-width: 998px){
    .swiper-button-next{
        right: -15px;
    }
    .swiper-button-prev{
        left: -15px;
    }
    .z-sm-10{
        position: relative;
        z-index: 10;
    }
}
@media screen and (max-width: 450px) {
    .takim-baslik {
        flex: 0 0 100%;
        margin-top: 15px;
    }
    .timeline-sol::before, .timeline-sol::after{
        display: none;
    }
    .timeline-sol span::before{
        width: 100% !important;
        border-radius: 8px !important;
    }
    .timeline-sol{
        color: white;
        margin-bottom: 5px;
    }
    .short-title h1 {
        font-size: 22px;
    }
    .col-1.table-col{
        align-content: center;
    }
    .musabaka-tablo .row .table-col {
        padding: 5px 10px;
    }
    .musabaka-tablo .row .table-col{
        font-size: 10px;
        align-content: center;
    }
    .mutlaka_izle .haber-kutu {
        height: 260px;
    }
    .haber-kutu.renkli{
        height: 235px;
    }
    .haber-title .baslik{
        margin-top: 10px;
    }
    .z-sm-20{
        position: relative;
        z-index: 20;
    }
    .z-sm-10{
        position: relative;
        z-index: 10;
    }
    .is-sticky .hc-nav-trigger span, .is-sticky .hc-nav-trigger span::after, .is-sticky .hc-nav-trigger span::before{
        background: var(--renk1) !important;
    }
    .sayfaHeader .hc-nav-trigger span, .sayfaHeader .hc-nav-trigger span::after, .sayfaHeader .hc-nav-trigger span::before{
        background: var(--renk1) !important;
    }
    .is-sticky .navbar-brand{
        width: 25%;
    }
    .sponsor-row {
        margin-top: -45px;
        margin-bottom: -45px;
    }
    .sozlesmeler{
        flex-wrap: wrap;
    }
    .sozlesme-btn {
        padding: 10px 15px;
        margin: 10px;
        flex: 0 0 calc(50% - 20px);
    }
    .lig-tab {
        padding: 5px 10px;
        font-size: 12px;
        text-align: center;
    }
    .lig-ic th, .lig-ic td {
        font-size: 12px;
    }
    .haberler {
        background-size: auto 100%;
        background-position: center center;
    }
    .haber-tabs{
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .haber-tab{
        flex: 0 0 calc(50% - 10px);
    }
    .haber-tab:nth-child(2){
        margin-top: 0;
    }
    .baskan{
        width: 100%;
        margin-top: 15px;
    }
    .navbar-brand{
        width: 25% !important;
        float: left;
    }
    .sayfaDetay-img{
        width: 100% !important;
        padding: 0 !important;
        margin: 0 0 20px 0 !important;
    }
}

.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;
}
.custom-container {
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media only screen and (min-width: 1680px) {
    .custom-container {
        max-width: 1650px;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}
@media only screen and (min-width:992px) and (max-width: 1680px) {
    .custom-container {
        max-width: 95%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}
.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;
}
/*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%;
    }

}
