/*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 :#852682;
    --renk2:#19699c;
    --renk3:#f5f9ff;
    --renk4: #d91414;
    --renk5: #0d0d0d;
    --renk6: #f1f1f1;
    --font1: "Montserrat", sans-serif;
    --font2: "The Nautigal", cursive;

}

::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-color: var(--renk3);
    font-size: 14px;
}

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: 15px;
    top: 35px;
}

.hc-nav-trigger span {
    background-color: white;
}
.hc-nav-trigger span, .hc-nav-trigger span::after, .hc-nav-trigger span::before {
    background: white;
}
.is-sticky .hc-nav-trigger span {
    background-color: var(--renk2);
}
.is-sticky .hc-nav-trigger span,.is-sticky  .hc-nav-trigger span::after,.is-sticky  .hc-nav-trigger span::before {
    background: 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;
}

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;
}

.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);
    font-weight: 600;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
    text-transform: uppercase;
}
.nav-link .hbt-icon{
    background-color: white;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.is-sticky .nav-link{
    color: black;
    padding: 30px 0;
}
.is-sticky .nav-link:hover{
    color: black;
}
.nav-link:hover{
    color: var(--renk6);
}
.dropdown-menu .nav-link{
    color: black;
}

.dropdown-item{
    color: var(--renk2) !important;
}
.dropdown-item i{
    margin-right: 10px;
    position: relative;
}
.dropdown-item i::after{
    content: "\f058";
    font: var(--fa-font-solid);
    position: absolute;
    left: 0;
    top: 0;
    color: var(--renk2);
    transition: all .4s;
    opacity: 0;
}
.dropdown-item i::before{
    transition: all .4s;
}
.dropdown-item:hover i::before{
    opacity: 0;
}
.dropdown-item:hover i::after{
    opacity: 1;
}
/* 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 a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: var(--renk6);
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 27px;
    font-size: 14px;
}
.sosyalMedyaUl li a:hover i {
    transform: rotate(360deg);
    transition: all .4s;
}
.telefonnumaramiz a , .telefonnumaramiz i{
    color: var(--renk6) !important;
}
.telefonnumaramiz a:hover i{
    transform: rotate(360deg);
    transition: all .4s;
}


.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: none;
    border-radius: 0 0 10px 10px;
    padding: 0;
    overflow: hidden;
}

.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 {
    transition: .3s;
    opacity: 1;
    visibility: visible;
    top: 70%;
    transform: rotateX(0deg);
}
.is-sticky .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
}

.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;
    margin: 0;
    justify-content: center;
    align-items: center;
    font-family: var(--font2);
    color: var(--renk1);
    font-size: 48px;
    font-weight: 600;
}
.sayfaBaslik h5 {
    text-align: center;
    display: inline-flex;
    position: relative;
    justify-content: center;
    align-items: center;
    font-family: var(--font2);
    color: var(--renk1);
    font-size: 38px;
    font-weight: 600;
}
.sayfaBaslik.beyaz h2{
    color: white;
}
.sayfaBaslik.mavi h2,.sayfaBaslik.mavi h5{
    color: var(--renk2);
}
.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-image: url("../img/footer-bg.png");
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
    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-social{
    margin-top: 30px;
}
.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-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-btn .swiper-button-next{
    right: 10px;
}
.slider-btn .swiper-button-prev{
    left: 10px;
}
.slider{
    overflow: hidden;
    mask-image: url("../img/slider-mask.png");
    mask-position: center top;
    mask-size: 100% 100%;
}
.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(--renk4);
}

.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;
    transition: all .4s;

}
address p:hover a {
    color: black;
    transform: translateX(10px);
}

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: 400px;
    width: 100%;
    color: white;
    display: flex;
    padding-top: 35px;
    align-items: center;
    position: relative;
    background-image: url("../img/h1-bg.png");
    background-size: 100% auto;
    background-position: left bottom;
    background-repeat: no-repeat;
}

.short-title h1 {
    font-weight: 400;
    position: relative;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: white;
}

.bread-nav {
    display: flex;
    justify-content: center;
}

.breadcrumb {
    margin: 0;
    padding: 0;
    background: transparent;
}

.breadcrumb .breadcrumb-item, .breadcrumb-item a {
    color: white !important;
}
.hk-content {
    padding: 10px;
    text-align: justify;
}

.hk-img {
    width: 100%;
    max-height: 500px;
}

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%;
    height: 230px;
    text-align: center;
    background-color: var(--renk1);
    padding: 10px 10px;
    margin-top: 5px;
    border-radius: 5px;
    color: white;
    transition: all .4s;
}
.say-list img{
    aspect-ratio: 4/3;
    border-radius: 10px;
    object-fit: cover;
}
.say-list:hover{
    background-color: var(--renk2);
}
.btn-style-1{
    padding: 8px 15px;
    border-radius: 10px;
    background-color: var(--renk1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
}
.btn-style-1:hover{
    color: white;
}
.btn-style-1 .hbt-icon{
    width: 15px;
    height: 15px;
    background-color: white;
    margin-right: 10px;
}
.btn-style-1:hover .hbt-icon{
    transform: rotate(360deg);
    transition: all .4s;
}
.harita iframe{
    width: 100%;
    height: 350px;
}
.z-10{
    position: relative;
    z-index: 10;
}
.z-5{
    position: relative;
    z-index: 5;
}
.slider-ic{
    position: absolute;
    z-index: 10;
    bottom: 25px;
    width: 100%;
    min-height: 150px;
    left: 0;
    display: flex;
    color: white;
    justify-content: center;
    align-items: center;
}
.slider-menu-kutu{
    width: 100%;
    aspect-ratio: 40/35;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
    transition: all .4s;
    position: relative;
    overflow: hidden;
}
.slider-menu-kutu:hover::before, .slider-menu-kutu.active::before{
    height: 150%;
}
.slider-menu-kutu::before{
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(133,38,130,0.7) 20%, rgba(133,38,130,0));
    position: absolute;
    bottom: 0;
    opacity: 1;
    border-radius: 10px;
    transition: all .4s;
    left: 0;
    z-index: -1;
}
.slider-menu-kutu .hbt-icon{
    background-color: white;
    width: 35px;
    height: 35px;
}
.slider-menu-kutu .baslik{
    font-size: 13px;
    font-weight: 600;
    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;
}
.slider-menu-kutu .baslik{
    border-bottom: 2px solid white;
    padding-bottom: 5px;
    transition: all .4s;
}
.slider-menu-kutu:hover .baslik, .slider-menu-kutu.active .baslik{
    border-bottom: 2px solid transparent;
}
.slider-ust{
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(25, 105, 156,0.25);
    background: linear-gradient(to bottom,rgba(25, 105, 156,0.45) 10%, rgba(25, 105, 156,0.35));
}
.konum-kutu{
    width: 100%;
    padding: 15px;
    background-color: rgba(255,255,255,0.2);
    backdrop-filter: blur(2px);
    border-radius: 10px;
    position: relative;
    transition: all .4s;
    cursor: pointer;
}
.konum-kutu:hover{
    background-color: rgba(255,255,255,0.5);
}
.konum-kutu-top{
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
    border-radius: 8px;
}
.konum-kutu-top img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.konum-kutu-title{
    display: flex;
    margin-top: 10px;
    color: white;
}
.konum-kutu-title i{
    background-color: var(--renk1);
    width: 30px;
    height: 30px;
    border-radius: 8px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 30px;
    animation: konumIcon 5s infinite linear;
}
.td-2{
    animation: konumIcon 8s infinite linear !important;
}
@keyframes konumIcon {
    40%{
        transform: rotate(0);
    }
    50%{
        transform: rotate(360deg);
    }
    90%{
        transform: rotate(360deg);
    }
    100%{
        transform: rotate(720deg);
    }
}
.konum-kutu-title .baslik{
    flex: 1;
    font-weight: 600;
    text-shadow: 2px 0 2px #666666;
    margin-top: 5px;
}
.slider-ust .baslik1{
    font-size: 28px;
    color: white;
    text-shadow: 2px 2px 4px #111111;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}
.slider-ust .baslik2{
    font-size: 61px;
    font-weight: 700;
    color: white;
    text-shadow: 2px 2px 2px #111111;
    text-align: center;
    letter-spacing: -3px;
    text-transform: uppercase;
}
.slider-ust .baslik3{
    font-size: 56px;
    color: white;
    text-align: center;
    text-shadow: 2px 2px 2px #111111;
    font-family: "The Nautigal", cursive;
    margin-top: -15px;
}
.nav-item{
    flex: 1;
}
.slider-icerik{
    opacity: 0;
}
.slider-icerik.active{
    opacity: 1;
}
.slider-icerik .baslik{
    transform: translateY(100%);
    opacity: 0;
    transition: all .8s;
}
.slider-icerik .baslik:nth-child(2){
    transition-delay: 0.2s;
}
.slider-icerik .baslik:nth-child(3){
    transition-delay: 0.4s;
}
.slider-icerik.active .baslik{
    transform: translateY(0);
    opacity: 1;
}
.slider-icerik-kutu{
    width: 100%;
}
.slider-icerik{
    position: absolute;
    left: 0;
    top: 0;
}
.arama{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 30px;
}
.arama-input{
    width: 100%;
    background-color: rgba(255,255,255,0.2);
    backdrop-filter: blur(2px);
    border: 1px solid rgba(255,255,255,0.7);
    height: 50px;
    border-radius: 10px;
    padding: 10px;
    color: white;
}
.arama button{
    height: calc(100% - 6px);
    aspect-ratio: 1;
    background-color: var(--renk1);
    border: none;
    position: absolute;
    right: 2px;
    border-radius: 0 8px 8px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.arama-input:focus, .arama-input:focus-visible{
    outline: none;
    box-shadow: none;
}
.arama-input::placeholder{
    color: white;
}
.arama button .hbt-icon{
    background-color: white;
    width: 60%;
    height: 60%;
}
.header-slogan{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
    font-weight: 700;
    margin-top: 40px;
}
.kutu-1{
    background-color: var(--renk1);
    padding: 10px;
    border-radius: 8px;
    font-size: 18px;
}
.kutu-2{
    background-color: var(--renk2);
    padding: 10px;
    border-radius: 8px;
    font-size: 14px;
    transform: translateY(-10px) rotate(-3deg);
    border: 1px solid white;
    transition: all .4s;
}
.navbar-brand{
    width: 72%;
}
.bulten-tabs{
    height: 100%;
    display: flex;
    flex-direction: column;
}
.bulten-tab {
    flex: 1 1;
    background-color: white;
    border-radius: 10px;
    transition: all .4s;
    padding: 10px;
    cursor: pointer;
    margin-top: 7px;
    position: relative;
    color: black;
    box-shadow: rgba(149, 157, 165, 0.5) 0 1px 4px;
}
.bulten-tab:first-child{
    margin-top: 0;
}
.bulten-tab::before{
    content: "";
    height: 70%;
    aspect-ratio: 1;
    border-radius: 10px 0 0 0;
    transform: rotate(-45deg) translateX(-50%);
    position: absolute;
    left: -9px;
    top: -7px;
    transition: all .4s;
    background-color: var(--renk1);
    z-index: -1;
    opacity: 0;
}
.bulten-tab:hover::before, .bulten-tab.active::before{
    opacity: 1;
}
.bulten-tab:hover, .bulten-tab.active{
    background-color: var(--renk1);
    box-shadow: none;
    color: white;
    border-radius: 0 10px 10px 0;
}
.bulten-tab-tarih{
    display: flex;
    margin-bottom: 5px;
    font-size: 12px;
    color: var(--renk1);
}
.bulten-tab-tarih .hbt-icon{
    background-color: var(--renk1);
    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:hover .bulten-tab-tarih, .bulten-tab.active .bulten-tab-tarih{
    color: white;
}
.bulten-tab .baslik{
    text-transform: uppercase;
    font-size: 13px;
}
.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;
}
.bulten-slide-kutu-ic .tarih{
    display: flex;
    margin-bottom: 10px;
}
.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: 405px;
    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(to bottom,rgba(25, 105, 156,0) 40%, rgba(25, 105, 156,0.55));
}
.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;
    position: relative;
    overflow: hidden;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 150px;
    transition: all .4s;
    background: linear-gradient(to top,rgba(25, 105, 156,0.55) 0%, rgba(25, 105, 156,0.3));
}
.btn-style-2:hover{
    color: white;
    border-color: transparent;
}
.btn-style-2 span{
    position: relative;
    z-index: 5;
}
.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;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    transition: all .4s;
    position: relative;
}
.baskan-social li::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--renk1);
    border-radius: 5px 0 0 5px;
    z-index: 1;
    top: 0;
    right: 0;
    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;
    position: relative;
    z-index: 2;
}
.baskan-social li:hover i{
    color: var(--renk1);
}
.baskan-social li:hover{
    color: var(--renk1);
}
.baskan-social li:hover::before{
    background-color: white;
    width: 35px;
}
.baskan_ozgecmis{
    background-image: url("../img/projeler-bg.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
}
.baskan-galeri-kutu{
    width: 100%;
    aspect-ratio: 4/3;
    border-radius: 10px;
    background-color: white;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
    overflow: hidden;
    transition: all .4s;
    margin: 15px 0;
}
.baskan-galeri-kutu:hover{
    padding: 10px;
}
.baskan-galeri-kutu img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}
.baskan-baslik{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: "The Nautigal", cursive;
    font-size: 38px;
    position: relative;
}
.baskan-baslik::before{
    content: "";
    width: 100%;
    height: 2px;
    bottom: 4px;
    left: 0;
    background-color: rgba(255,255,255,0.5);
    position: absolute;
}
.baskan-sag{
    color: white;
}
.fs-22{
    font-size: 22px;
}
.baskan-sag-social{
    display: flex;
    padding: 0;
}
.baskan-sag-social li{
    color: var(--renk2);
    font-size: 22px;
    margin: 0 10px;
}
.baskan-sag-social li a{
    color: var(--renk2);
}
.baskan-sag-social li:hover{
    transform: rotate(360deg);
    transition: all .4s;
}
.baskan-sag-social li:first-child{
    margin-left: 0;
}
.bulten-card{
    width: 100%;
    background-color: white;
    border-radius: 10px;
    padding: 10px;
    color: var(--renk2);
    transition: all .4s;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
}
.bulten-card:hover{
    background-color: var(--renk2);
    color: white;
}
.bulten-card-top{
    width: 100%;
    aspect-ratio: 4/3;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
}
.bulten-card-top img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bulten-card-title{
    margin-top: 10px;
    transition: all .4s;
    font-size: 14px;
    font-weight: 600;
    height: 45px;
}
.basinda_biz .bulten-card-title{
    font-size: 12px;
}
.tumunu-gor{
    padding: 8px 15px;
    border-radius: 10px;
    background-color: var(--renk1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.tumunu-gor .hbt-icon{
    width: 15px;
    height: 15px;
    background-color: white;
    margin-right: 10px;
}
.tumunu-gor:hover .hbt-icon{
    transform: rotate(360deg);
    transition: all .4s;
}
.kultur-kosesi{
    overflow: hidden;
    border-radius: 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
}
.kultur-kosesi .baslik{
    background-color: var(--renk2);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 10px;
    width: 100%;
    font-size: 28px;
    color: white;
}
.kultur-kosesi-kutu{
    width: 100%;
    height: 155px;
    border-radius: 15px;
    background-color: white;
    color: var(--renk1);
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 15px 0;
    border: 7px solid transparent;
    transition: all .4s;
}
.kultur-kosesi-kutu .hbt-icon{
    background-color: var(--renk1);
    width: 55px;
    height: 45px;
}
.kultur-kosesi-kutu span{
    margin-top: 10px;
    font-size: 16px;
}
.kultur-kosesi-kutu:hover{
    background-color: var(--renk1);
    border: 7px solid #b179b2;
    color: white;
}
.kultur-kosesi-kutu:hover .hbt-icon{
    background-color: white;
}
.projelerimiz{
    background-image: url("../img/proje-bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top center;
    min-height: 650px;
}
.galeri-row {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(auto-fit, minmax(16%, 1fr));
    grid-auto-rows: auto;
    grid-auto-flow: dense;
}
.anasayfa-galeri-kutu {
    align-items: center;
    display: flex;
    aspect-ratio: 40/35;
    justify-content: center;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
}
.anasayfa-galeri-kutu img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery__item--lg{
    grid-column: span 2;
    grid-row: span 2;
}
.anasayfa-galeri-kutu::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--renk2);
    opacity: 0;
    transition: all .4s;
}
.anasayfa-galeri-kutu::after{
    content: "\f424";
    font: var(--fa-font-solid);
    position: absolute;
    color: white;
    transition: all .4s;
    font-size: 18px;
    transform: scale(0);
}
.anasayfa-galeri-kutu:hover::before{
    opacity: 0.5;
}
.anasayfa-galeri-kutu:hover::after{
    transform: scale(1);
}
.faydali-link-kutu{
    width: 100%;
    aspect-ratio: 4/3;
    padding: 5px;
    background-color: white;
    border-radius: 5px;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 18px;
    margin: 15px 0;
    display: flex;
    justify-content: center;
    transition: all .4s;
    align-items: center;
    overflow: hidden;
    position: relative;
}
.faydali-link-kutu:hover{
    box-shadow: rgba(149, 157, 165, 0.5) 0 8px 18px;
}
.faydali-link-kutu img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.faydali_linkler .swiper-button-next::after, .faydali_linkler .swiper-button-prev::after{
    color: var(--renk1);
}
.faydali-link-kutu::before{
    content: "";
    width: 75%;
    aspect-ratio: 1;
    background-color: var(--renk2);
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(100%) translateY(-100%) rotate(45deg);
    transition: all .4s;
    opacity: 0;
}
.faydali-link-kutu::after{
    content: "";
    width: 75%;
    aspect-ratio: 1;
    background-color: var(--renk2);
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateX(-100%) translateY(100%) rotate(45deg);
    transition: all .4s;
    opacity: 0;
}
.faydali-link-kutu:hover::after{
    opacity: 1;
    transform: translateX(-50%) translateY(50%) rotate(45deg);
}
.faydali-link-kutu:hover::before{
    opacity: 1;
    transform: translateX(50%) translateY(-50%) rotate(45deg);
}
.faydali-link-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);
}
.faydali-link-kutu:hover span{
    transform: scale(1);
}
.swiper .faydali-link-kutu span{
    font-size: 12px;
    padding: 3px 6px;
}
.footerBaslik{
    font-size: 18px;
    color: white;
    display: inline-flex;
    border-bottom: 2px solid white;
}
.footer-list{
    padding: 0;
}
.footer-list li{
    transition: all .4s;
}
.footer-list li:hover{
    transform: translateX(10px);
}
.footer-list::before {
    content: "";
    width: 1px;
    height: 55%;
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 22%, rgba(255, 255, 255, 1) 51%, rgba(255, 255, 255, 0) 90%);
    position: absolute;
    right: 5px;
    top: 40px;
}
.is-sticky .navbar-brand {
    width: 55%;
}
.is-sticky .header-slogan{
    margin-top: 10px;
}
.is-sticky .nav-link .hbt-icon{
    background-color: var(--renk1);
}
.is-sticky .kutu-1{
    font-size: 16px;
}
.is-sticky .kutu-2{
    font-size: 12px;
}
.is-sticky .nav-link::before{
    background-color: var(--renk2);
}
.is-sticky .nav-link:hover::before, .is-sticky .nav-link.active::before{
    background-color: var(--renk1);
}
.mega-menu{
    position: absolute;
    width: 100vw;
    min-height: 300px;
    padding: 50px 0;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all .4s;
    z-index: -1;
    background-color: white;
    background-image: url("../img/mega-menu-bg.png");
    background-size: cover;
    background-position: top center;
}
.dropdown:hover .mega-menu{
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
}
.mega-dropdown{
    position: unset;
}
.mega-menu .baskan{
    height: 265px;
    width: 100%;
}
.mega-menu .btn-style-2{
    min-width: 80px;
}
.mega-menu-list{
    display: flex;
    flex-wrap: wrap;
}
.mega-item {
    aspect-ratio: 2 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: black;
    text-transform: uppercase;
    transition: all .4s;
    background-color: white;
    border: 1px solid #d9d9d9;
}
.mega-item a, .mega-item span{
    position: relative;
    z-index: 10;
}
.mega-item:hover{
    background-color: var(--renk1);
    color: white;
}
.mega-item .hbt-icon{
    background-color: var(--renk2);
    margin-bottom: 10px;
    transition: all .4s;
}
.mega-item:hover .hbt-icon{
    background-color: white;
    position: relative;
    z-index: 5;
}
.iletisim-baslik{
    color: var(--renk2);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.iletisim-baslik::before{
    content: "";
    width: 50%;
    height: 2px;
    background-color: var(--renk2);
    position: absolute;
    left: 0;
    bottom: 0;
}
.iletisim-img{
    width: 100%;
    text-align: center;
}
.iletisim-img img{
    width: 60%;
}
.harita iframe{
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.25) 0 5px 15px;
    transition: all .4s;
}
.harita:hover iframe{
    box-shadow: rgba(0, 0, 0, 0.4) 0 5px 15px;
}
address p{
    display: flex;
    justify-content: start;
    align-items: center;
}
address p i{
    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: 3px;
}
.v-hidden{
    visibility: hidden;
}
.galeri-kutu{
    width: 100%;
    aspect-ratio: 4/3;
    padding: 5px;
    background-color: white;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
    margin: 25px 0 15px 0;
    transition: all .4s;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}
@keyframes swing {
    0% { transform: translate(0 ,0) rotate(0); }
    50% { transform: translate(-10px ,0) rotate(3deg); }
    100% { transform: translate(10px ,0)  rotate(-3deg); }
}
.galeri-kutu.animation{
    animation: swing ease-in-out 1s infinite alternate;
}
.galeri-kutu:hover{
    animation: swing ease-in-out 1s infinite alternate;
    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);
}
.galeri-kutu::after{
    content: "";
    background-image: url(../img/galeri-pin.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 50%;
    height: 41px;
    position: absolute;
    z-index: -1;
    top: 0;
    transform: translateY(-80%);
}
.galeri-kutu:hover::after{
    z-index: -1;
}
.projeler-tabs{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.proje-tab{
    padding: 10px 20px;
    background-color: rgba(255,255,255,0.2);
    backdrop-filter: blur(4px);
    color: white;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.5);
    margin: 0 15px;
    transition: all .4s;
    cursor: pointer;
}
.proje-tab:hover, .proje-tab.active{
    background-color: var(--renk1);
    border-color: transparent;
}
.proje-kutu{
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    background-color: rgba(255,255,255,0.2);
    backdrop-filter: blur(4px);
    color: white;
}
.proje-kutu.renkli{
    background-color: var(--renk2);
}
.proje-top{
    width: 100%;
    aspect-ratio: 4/3;
    border-radius: 8px;
    overflow: hidden;
}
.proje-top img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.proje-title{
    margin-top: 10px;
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
}
.proje-title .baslik{
    font-size: 16px;
    font-weight: 600;
    display: inline-flex;
    border-bottom: 2px solid var(--renk1);
    height: 50px;
    align-items: center;
}
.proje-kutu.renkli .baslik{
    border-color: transparent;
}
.proje-title .icerik{
    font-size: 12px;
    height: 60px;
}
.proje-ic{
    display: none;
}
.proje-ic.active{
    display: flex;
}
main{
    overflow: hidden;
}
.ekip-card{
    color: black;
    margin: 15px 0;
    width: 100%;
    position: relative;
}
.ekip-card-top{
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    height: 290px;
    transition: all .4s;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
}
.ekip-card:hover .ekip-card-top{
    box-shadow: rgba(100, 100, 111, 0.5) 0 7px 29px 0;
}
.ekip-card-top img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.ekip-card-title{
    text-align: center;
    margin-top: 10px;
}
.ekip-card-title .baslik{
    font-size: 16px;
    font-weight: 600;
}
.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;
}
.birim-iletisim-kutu{
    width: 100%;
    height: 230px;
    background-color: white;
    overflow: hidden;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
    border-radius: 10px;
}
.birim-iletisim-kutu .baslik{
    width: 100%;
    height: 50px;
    background-color: var(--renk1);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 16px;
    font-weight: 600;
}
.birim-iletisim-kutu ul{
    padding: 0;
    margin: 0;
}
.birim-iletisim-kutu ul li{
    border-bottom: 1px solid black;
    padding: 5px 15px;
}
.birim-iletisim-kutu ul li:last-child{
    border-bottom: none;
}
.birim-iletisim-kutu ul li i{
    margin-right: 10px;
}
.birim-iletisim-kutu ul li a{
    color: black;
}
.header-slogan:hover .kutu-2{
    transform: rotate(0);
}
.mega-menu .baskan-sag{
    color: var(--renk2);
}
.mega-menu .baskan-baslik{
    color: var(--renk2);
}
.mega-menu .baskan-baslik::before{
    background-color: var(--renk2);
}
.mega-img-kutu {
    margin-top: 5px;
    height: 238px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(100, 100, 111, 0.5) 0 7px 19px 0;
}
.mega-img-kutu + .btn-style-1{
    transform: translateY(-50%);
    box-shadow: rgba(100, 100, 111, 0.7) 0 7px 14px 0;
}
.is-sticky .navbar{
    transform: translateY(5px);
}
.mega-menu .btn-style-2{
    background: var(--renk1);
}
.mega-menu .btn-style-2:hover{
    background-color: var(--renk2);
}
.baskan-detay-sol .baslik{
    font-size: 32px;
    color: var(--renk2);
    font-weight: 600;
    display: inline-block;
}
.baskan-detay-sol .baslik .unvan{
    font-size: 16px;
    margin-left: 5px;
}
.baskan-detay-sol .icerik{
    margin-top: 10px;
}
.baskan_detay .baskan{
    height: 360px;
}
.baskan-detay-social{
    color: var(--renk2);
    display: inline-flex;
    float: right;
    margin-top: 5px;
}
.baskan-detay-social li{
    margin: 0 10px;
    font-size: 22px;
}
.baskan-detay-social i{
    color: var(--renk2);
}
.baskan-detay-social li:hover i{
    transform: rotate(360deg);
    transition: all .4s;
}
.muzik-kutu{
    width: 100%;
    aspect-ratio: 4/3;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all .4s;
    color: black;
    border: 7px solid transparent;
}
.muzik-kutu:hover, .muzik-kutu.active{
    background-color: var(--renk1);
    border: 7px solid #b179b2;
    color: white;
}
.muzik-kutu .hbt-icon{
    background-color: black;
    margin-bottom: 15px;
    transition: all .4s;
    width: 50px;
    height: 50px;
}
.muzik-kutu:hover .hbt-icon, .muzik-kutu.active .hbt-icon{
    background-color: white;
}
.ustSayfaBaslik{
    width: 100%;
    text-align: center;
}
.turku-baslik{
    font-size: 26px;
}
.sayfa-detay-img{
    overflow: hidden;
    border-radius: 10px;
    transition: all .4s;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
}
.sayfa-detay-img:hover{
    transform: scale(1.05) rotate(-3deg);
}
.ulas-mega .mega-item{
    aspect-ratio: 2/2.4;
    overflow: hidden;
    position: relative;
}
.ulas-mega .col-4 .mega-item::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("../img/ulas-hakkinda.jpg");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    transform: scale(2);
    transition: all .4s;
    opacity: 0;
}
.ulas-mega .col-4 .mega-item:hover::before{
    transform: scale(1);
    opacity: 1;
}
.ulas-mega .col-4 .mega-item::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--renk2);
    opacity: 0;
    z-index: 2;
}
.ulas-mega .col-4 .mega-item:hover::after{
    opacity: 0.7;
}
.mega-menu .baskan-sag-social li{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    margin: 0 5px;
    align-items: center;
}
.mega-menu .baskan-sag-social li i{
    color: white;
    font-size: 14px;
}
.mega-menu .baskan-sag-social li a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slider-ic .swiper-button-next, .slider-ic .swiper-button-prev{
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background-color: var(--renk1);
    color: white;
}
.slider-ic .swiper-button-next::after, .slider-ic .swiper-button-prev::after{
    background-color: rgba(255, 255, 255, 1);
    font-size: 18px;
}
.galeri-kutu.video::before{
    transform: scale(1);
    outline: 2px solid transparent;
    outline-offset: 5px;
    border-radius: 50%;
    aspect-ratio: 1;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.galeri-kutu.video:hover::before{
    outline: 2px solid white;
    outline-offset: 10px;
    transform: scale(1) rotate(360deg);
}
.mega-menu .btns{
    flex-direction: column;
}
.mobil-menu-iletisim, .mobil-menu-sosyal-medya{
    display: none;
}
.mobil-menu-iletisim{
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
}
.mobil-menu-iletisim a{
    color: var(--renk2);
}
.mobil-menu-iletisim a i{
    color: var(--renk1);
}
.cnvs-links a{
    color: var(--renk2);
    padding: 5px 15px;
}
.cnvs-links a i{
    color: var(--renk1);
}
@media screen and (min-width: 998px){
    .mega-menu .btns{
        flex-direction: row;
    }
    .v-lg-visible{
        visibility: visible;
    }
    .col-lg-1-5{
        flex: 0 0 20%;
        max-width: 20%;
    }
    .swiper{
        width: calc(100% + 30px);
        padding: 0 15px;
        margin-left: -15px;
    }
    .mySwiper, .bultenSlider{
        width: 100%;
        padding: 0;
        margin-left: 0;
    }
    .swiper-button-next{
        right: -30px;
    }
    .swiper-button-prev{
        left: -30px;
    }
}
.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;
}
@media screen and (min-width: 450px) and (max-width: 998px){
    .swiper-button-next{
        right: -15px;
    }
    .swiper-button-prev{
        left: -15px;
    }
}
@media screen and (max-width: 450px) {
    .mobil-menu-iletisim, .mobil-menu-sosyal-medya{
        display: block;
    }
    .projelerimiz .sayfaBaslik{
        margin-top: 40px;
    }
    .baskan-baslik{
        margin-top: 40px;
    }
    .bulten-slide-kutu-ic{
        background: linear-gradient(to bottom,rgba(25, 105, 156,0) 40%, rgba(25, 105, 156,0.55));
    }
    .proje-title .baslik {
        font-size: 14px;
    }
    .short_image{
        background-size: auto 100%;
    }
    .nav-item-link{
        display: flex !important;
    }
    .nav-item-link .hbt-icon{
        background-color: var(--renk1);
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }
    .footer-logo{
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .footer-row .col-6:nth-child(2n - 1) .footer-list::before{
        display: none;
    }
    .header-slogan{
        font-weight: 600;
    }
    .kutu-1{
        font-size: 13px !important;
    }
    .kutu-2{
        font-size: 11px !important;
    }
    footer {
        background-size: auto 100%;
    }
    .galeri-row {
        grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
    }
    .proje-tab {
        padding: 10px 5px;
        margin: 0 5px;
        font-size: 12px;
        text-align: center;
    }
    .kultur-kosesi{
        max-width: calc(100% - 15px);
        margin: 15px auto 0 auto;
    }
    .baskan_ozgecmis{
        background-size: auto 101.5%;
    }
    .baskan{
        width: 100%;
    }
    .slider-alt .baskan{
        margin-bottom: 20px;
    }
    .slider-ic{
        bottom: 85px;
    }
    .slider-icerik{
        width: 100%;
    }
    .mobil-icerikler-slider{
        min-height: 200px;
    }
    .slider-ust .baslik1{
        font-size: 22px;
    }
    .slider-ust .baslik2{
        font-size: 42px;
    }
    .slider-ust .baslik3{
        font-size: 46px;
    }
    .header-slogan {
        margin-top: 20px;
        position: absolute;
        left: 29%;
    }
    .navbar-brand {
        width: 27% !important;
    }
    .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;
}

.notify .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;
    }
}

.wave-group {
    position: relative;
    border-radius: 8px;
    background: white;
    margin-bottom: 15px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 5px 15px;
}

.wave-group .input {
    font-size: 16px;
    padding: 10px;
    display: block;
    width: 100%;
    border: none;
    background: transparent;
}

.wave-group .input:focus {
    outline: none;
}

.wave-group .label {
    color: #999;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 10px;
    top: 10px;
    display: flex;
}

.wave-group .label-char {
    transition: 0.2s ease all;
    transition-delay: calc(var(--index) * .05s);
}

/*.wave-group .input:focus ~ label .label-char,
.wave-group input:valid ~ label .label-char,
.wave-group .input:focus-visible ~ label .label-char{
    transform: translateY(-20px);
    font-size: 14px;
    color: #5264AE;
}*/
.wave-group .input:focus ~ label .label-char,
.wave-group .input:not(:placeholder-shown) ~ label .label-char {
    transform: translateY(-20px);
    font-size: 14px;
    color: #5264AE;
}

.wave-group .bar {
    position: relative;
    display: block;
    width: 100%;
}

.wave-group .bar:before,.wave-group .bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #5264AE;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.wave-group .bar:before {
    left: 50%;
}

.wave-group .bar:after {
    right: 50%;
}

.wave-group .input:focus ~ .bar:before,
.wave-group .input:focus ~ .bar:after {
    width: 50%;
}

.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;
}