/* ROOT */
:root {
    --mobil-menu-bg: #f9f9f9;
    --mobil-menu-yazi: #674747;
    --primary-blue: #209cd2;
    --renk1: #142471;
    --renk2: #f0f3f9;
    --renk3: #f6f7f9;
    --renk4: #d91414;
    --renk5: #0d0d0d;
    --renk6: #f1f1f1;
    --font1: "Poppins", sans-serif;

}

::selection {
    background: var(--renk1);
    color: #ffffff;
}

.active5 {
    position: relative;
}

.active5:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-color: var(--secondary);
    border: 3px solid #ffffff;
    border-radius: 50px;
    left: 50%;
    transform: translateX(-50%);
    top: 92%;
}


body {

    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    background-attachment: fixed;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
}

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(--renk1);
}


a:hover {
    text-decoration: none;
    color: var(--renk1);
}
main{
    overflow: hidden;
    background-image: url("../img/bg.jpg");
    background-size: 100% auto;
    background-position: top center;
    background-repeat: repeat-y;
}

/* 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(--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: 25px;
    top: 25px;
}

.hc-nav-trigger span {
    background-color: var(--renk1);
}
.hc-nav-trigger span, .hc-nav-trigger span::after, .hc-nav-trigger span::before {
    background: var(--renk1);
}

.yanbasliklar {
    color: #209cd2;
}

.hc-offcanvas-nav.nav-levels-overlap .nav-content::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    right: 0;
    opacity: .4;
    background-repeat: no-repeat;
    background-position-y: bottom;
}

.hc-offcanvas-nav .nav-close-button span::after, .hc-offcanvas-nav .nav-close-button span::before {
    width: 10px;
    height: 10px;
    margin-top: -5px;
}

.hc-offcanvas-nav .nav-title + .nav-close a:not(.has-label) {
    top: 15px;
    right: 0;
}

.hc-offcanvas-nav .nav-close-button span::before {
    margin-left: -11px;
}

.fancybox__container {
    z-index: 9999;
}


/* HEADER */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9997;
    animation: fadeIn linear;
    background-color: transparent;
    animation-duration: 0.6s;
    border-radius: 0 0 30px 30px;
}


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;
    margin-bottom: -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: white;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10px 25px !important;
}

.is-sticky .nav-link, .sayfaHeader .nav-link {
    color: var(--renk1);
}

.is-sticky .nav-link:hover, .sayfaHeader .nav-link:hover {
    color: var(--renk1);
}

.dropdown-menu .nav-link {
    color: var(--renk1);
}

/* 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;
    padding: 10px 5px 2px 5px;
    width: 27px;
    font-size: 14px;
    transform: translateY(-11px);
    transition: .2s ease-in-out;
}

.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;
}


/*
* SLIDER
*/
.hizli-islemler {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

}

.hizli-islem-kutu {
    color: var(--renk1);
    border-radius: 10px;
    padding: 15px 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-width: 120px;
    max-width: 160px;
    aspect-ratio: 1;
    backdrop-filter: blur(10px);
    font-size: 12px;
    border: 1px solid white;
    margin: 5px;
    background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.hizli-islem-kutu:hover, .hizli-islem-kutu.active {
    background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%);
    border: 1px solid white;
    transform: scale(1.05);
}


.hizli-islem-kutu .hbt-icon {
    background: var(--renk1);
    transition: all .4s;
    margin-bottom: 5px;
}


/*
* 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;
    display: flex;
    flex-wrap: wrap;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
    overflow: hidden;
}

.navbar .nav-item .dropdown-menu {
    display: flex;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    margin-top: 0;
    min-width: 500px;
}

.navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg) translateX(-50%);
    transform-origin: 0 0;
    left: 50%;
}

.navbar .nav-item:hover .dropdown-menu {
    transition: .3s;
    opacity: 1;
    visibility: visible;
    top: 67px;
    transform: rotateX(0deg) translateX(-50%);
}

.dropdown-menu li {
    flex: 0 0 25%;
    max-width: 25%;
    flex-grow: 1;
    height: 100px;
    color: var(--renk1);
}

.dropdown-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 12px;
    width: 100%;
    height: 100%;
    white-space: normal;
    padding: 5px;
    text-align: center;
    color: var(--renk1);
}

.dropdown-item .hbt-icon {
    width: 20px;
    height: 20px;
    background-color: var(--renk1);
    margin-bottom: 5px;
}

.dropdown-item i {
    width: 20px;
    height: 20px;
    font-size: 16px;
}

.dropdown-item:hover i {
    transition: all .4s;
    transform: rotate(360deg);
}

.dropdown-item.active, .dropdown-item:active, .dropdown-item:focus {
    color: var(--renk1);
    text-decoration: none;
    background-color: white;
}

.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;
    margin-bottom: 20px;
}

.sayfaBaslik h2, .sayfaBaslik h4 {
    text-align: center;
    display: inline-flex;
    position: relative;
    padding: 0;
    justify-content: center;
    align-items: center;
    color: var(--renk1);
    font-size: 28px;
    margin: 0;
}
.sayfaBaslik h2::before, .sayfaBaslik h4::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 25px;
    background-image: url("../img/baslik-sag.png");
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    transform: translateX(-80%);
}
.sayfaBaslik h2::after, .sayfaBaslik h4::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 25px;
    background-image: url("../img/baslik-sol.png");
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    transform: translateX(80%);
}
.sayfaBaslik h4{
    font-size: 22px;
}


.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 {
    overflow: hidden;
    background-image: url("../img/footersilüet.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.footer-social li i:hover {
    box-shadow: rgba(149, 157, 165, 0.4) 0 8px 24px;
}

.footer-social li i {
    background-color: white;
    color: black;
    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 span {
    transition: all .4s;
    margin-left: 10px;
}
.footer-list li:hover span {
    transform: translateX(10px);
}

.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%;
    height: 100%;
    object-fit: cover;
    transition: all .4s;
}

.hizmet-card-top {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    aspect-ratio: 4 / 3;
}
.hizmet-card-top::before{
    content: "\2b";
    font: var(--fa-font-solid);
    font-size: 24px;
    color: white;
    position: absolute;
    z-index: 5;
    transition: all .4s;
    transform: scale(0);
}
.hizmet-card:hover .hizmet-card-top::before{
    transform: scale(1);
}
.hizmet-card:hover .hizmet-card-top img{
    filter: brightness(0.5);
}

.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: 80px;
    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: var(--renk1);
    background-color: var(--renk1);
}

.count {
    font-size: 44px;
    color: var(--renk1);
    font-weight: 700;
    display: inline-block;
}

.countreup p {
    font-size: 18px;
    font-weight: 600;
    color: var(--renk1);
    position: relative;
    z-index: 3;
}


.snip1573 {
    background-color: #fff;
    display: inline-block;
    font-family: sans-serif Poppins-Regular;
    font-size: 10px;
    max-width: 180px;
    height: 135px;
    padding-top: 10px;
    min-width: 180px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    -webkit-box-shadow: 0 6px 14px 0 rgb(215 215 219);
    -moz-box-shadow: 0 6px 14px 0 rgba(215, 215, 219, 1);
    box-shadow: 0 6px 14px 0 rgb(215 215 219);
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}

/* Slider Haberler*/

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-container {
    width: 100%;
    height: 300px;
    margin: 20px auto;
}

.append-buttons {
    text-align: center;
    margin-top: 20px;
}

.append-buttons button {
    display: inline-block;
    cursor: pointer;
    border: 1px solid #007aff;
    color: #007aff;
    text-decoration: none;
    padding: 4px 10px;
    border-radius: 4px;
    margin: 0 10px;
    font-size: 13px;
}

.modal-content {
    top: 50px;
}

.slider .swiper-button-next {
    right: 10px;
}

.slider .swiper-button-prev {
    left: 10px;
}

.slider {
    overflow: hidden;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.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;

}

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: 340px;
    width: 100%;
    color: white;
    display: flex;
    padding-top: 120px;
    align-items: center;
    position: relative;
}

.short-title {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.short-title h1 {
    font-weight: 500;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    color: var(--renk1);
    text-align: center;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--renk1);
}

.bread-nav {
    display: flex;
    justify-content: center;
}

.breadcrumb {
    margin: 0;
    background: transparent;
}

.breadcrumb .breadcrumb-item, .breadcrumb-item a {
    color: var(--renk1) !important;
    font-size: 12px;
}

.hk-content {
    padding: 10px;
    text-align: justify;
}
.mh-350{
    min-height: 350px;
}
.hk-img {
    width: 100%;
    max-height: 500px;
    aspect-ratio: 4/3;
    border-radius: 10px;
    transition: all .4s;
    object-fit: cover;
}
.hk-img:hover{
    transform: rotate(-2deg) scale(1.05);
}

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: 5px 20px;
    display: inline-flex;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all .4s;
}

.btn-style-1:hover {
    color: var(--renk1);
}

.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: transparent;
}
.btn-style-1 i{
    background-color: white;
    width: 20px;
    height: 20px;
    margin-left: 10px;
}
.btn-style-1:hover i{
    background-color: var(--renk1);
}
.harita iframe {
    width: 100%;
    height: 350px;
}

.z-10 {
    position: relative;
    z-index: 10;
}

.slider-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.slider-video img, .slider-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(34, 49, 115, 0.4);
}

.slider .container {
    position: relative;
    z-index: 3;
}

.slider-sol .baslik {
    font-size: 32px;
    font-weight: 900;
    color: var(--renk2);
    text-align: center;
}

.slider-sol .baslik span {
    font-family: "Gwendolyn", cursive;
    margin-top: -40px;
    font-size: 52px;
    display: block;
    text-shadow: 0 0 5px var(--renk1),
    0 0 10px var(--renk1),
    0 0 20px var(--renk1),
    0 0 40px var(--renk1),
    0 0 80px var(--renk1);
}

.arama-input {
    width: 100%;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.7);
    color: var(--renk1);
    font-size: 14px;
    font-weight: 500;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    box-shadow: rgba(100, 100, 111, 0.15) 0 3px 9px 0;
}
.arama-input::placeholder{
    color: rgba(0,0,0,0.6);
}

.arama-input:focus, .arama-input:focus-visible {
    outline: none;
    box-shadow: none;
}

.slider-sol .video {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
}

.slider-sol .video i {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.6);
    outline: 1px solid rgba(255, 255, 255, 0.6);
    outline-offset: 2px;
    border-radius: 50%;
    margin-bottom: 10px;
    color: var(--renk1);
    font-size: 24px;
    animation: pulse-animation 2s infinite;
}

.slider-sol .video a {
    transition: all .4s;
    transform: rotate(360deg);
}

.slider-sol .video i:hover {
    transition: all .4s;
    transform: rotate(360deg);
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    }
    100% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }
}

.arama-btn {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 5px;
    top: 5px;
    background-color: var(--renk1);
    color: white;
    border: none;
    border-radius: 3px;
}

.search {
    margin-top: 60px;
    position: relative;
}

.sliderSocial {
    display: inline-flex;
    align-items: end;
    position: relative;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 5;
    margin: 0;
    padding: 0;
}

.sliderSocial li {
    width: 35px;
    height: 35px;
    background-color: var(--renk1);
    margin: 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px 5px 0 0;
    transition: all .4s;
}

.sliderSocial li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.sliderSocial li:hover {
    height: 50px;
}

.nav-link i {
    width: 24px;
    height: 24px;
    margin-bottom: 3px;
}

.nav-link:hover i {
    transition: all .4s;
    transform: rotate(360deg);
}

.nav-link .hbt-icon {
    background-color: white;
}

.is-sticky .nav-link .hbt-icon {
    background-color: white;
}

.slider-down {
    width: 130px;
    height: 130px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(calc(50% + 2px));
    z-index: 4;
    display: flex;
    justify-content: center;
    align-items: start;
}

.slider-down::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    mask-image: url("../img/slider-mask.svg");
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    mask-position: center center;
    background-color: #f6f7f9;
    animation: don 20s infinite linear;
}

@keyframes don {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

.mouse {
    background-image: url("../img/mouse.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    width: 20px;
    height: 40px;
    margin-top: 16px;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: all .4s;
}

.slider-down .mouse:hover {
    margin-top: 12px;
}

.underline {
    position: absolute;
    bottom: 3px;
    height: 3px;
    border-radius: 4px;
    background-color: white;
    transition: all 0.4s ease-in-out;
}
.is-sticky .underline, .sayfaHeader .underline{
    background-color: var(--renk1);
    bottom: 0;
}

.nav-link:hover {
    color: white;
}
.is-sticky .nav-link:hover {
    color: var(--renk1);
}

.slider-alt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.kur-bilgi {
    width: 100%;
    height: 50px;
    background-color: var(--renk2);
    border-radius: 5px;
    padding: 3px;
    display: flex;
    margin: 5px 0;
}

.kur-sol {
    display: flex;
    flex: 0 0 85px;
    width: 85px;
    height: 100%;
    background-color: var(--renk1);
    border-radius: 4px;
    padding: 5px;
    color: white;
    text-align: center;
    align-items: center;
    font-size: 12px;
    margin-right: 5px;
}

.kur-sol i {
    font-size: 28px;
    margin-right: 10px;
}

.alis .baslik, .satis .baslik {
    font-size: 12px;
    color: var(--renk1);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
}
.alis span, .satis span {
    font-size: 11px;
}

.alis .baslik::before, .satis .baslik::before {
    content: "";
    width: 90%;
    height: 2px;
    background: linear-gradient(to right, rgba(20, 36, 113, 0), rgba(20, 36, 113, 0.9), rgba(20, 36, 113, 0));
    position: absolute;
    bottom: 0;
}

.kur-sag {
    width: 100%;
    display: flex;
    color: var(--renk1);
    justify-content: space-around;
    flex-wrap: nowrap;
    text-align: center;
    align-items: center;
}

.bulten-tabs {
    height: 100%;
    display: flex;
    flex-direction: column;
    max-height: 400px;
    position: relative;
    padding-left: 10px;
}
.bulten-tabs::before{
    content: "";
    width: 5px;
    height: 100%;
    background-color: darkgray;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px;
}

.bulten-tab {
    background-color: var(--renk2);
    border-radius: 10px;
    transition: all .4s;
    padding: 10px;
    cursor: pointer;
    margin-top: 8px;
    position: relative;
    color: black;
    box-shadow: rgba(149, 157, 165, 0.5) 0 1px 4px;
    width: 100%;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-grow: 1;
}

.bulten-tab:first-child {
    margin-top: 0;
}
.bulten-tab-img{
    flex: 0 0 75px;
    aspect-ratio: 4/3;
    max-width: 75px;
    margin-right: 10px;
    overflow: hidden;
    border-radius: 5px;
}
.bulten-tab-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bulten-tab:hover, .bulten-tab.active {
    background-color: var(--renk1);
    box-shadow: none;
    color: white;
}

.bulten-tab-tarih {
    display: flex;
    margin-bottom: 5px;
    font-size: 10px;
    color: var(--renk1);
    justify-content: end;
    flex-direction: row-reverse;
}

.bulten-tab-tarih .hbt-icon {
    background-color: var(--renk1);
    width: 15px;
    transition: all .4s;
    height: 15px;
    margin-right: 5px;
}

.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: 12px;
    text-align: right;
}

.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;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.9);
    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;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.9);
    color: white;
}

.bulten-tabs::-webkit-scrollbar-track {
    background-color: lightgray;
    border-radius: 10px;
}

.bulten-tabs::-webkit-scrollbar {
    width: 10px;
    background-color: lightgray;
    border-radius: 10px;
}

.bulten-tabs::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: var(--renk1);
}

.bulten-tabs::-webkit-scrollbar-thumb:hover {
    background-color: var(--renk1)
}

.duyuru_rakam {
    background-image: url("../img/duyurularbg.jpg");
    background-size: 100% auto;
}

.countreup .hbt-icon {
    background-color: var(--renk1);
    width: 40px;
    height: 40px;
}

.countreup {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    aspect-ratio: 1;
    width: 90%;
    margin-left: 5%;
}

.counter {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--renk1);
    position: relative;
    z-index: 3;
}

.counter .plus {
    font-size: 24px;
}

.rakam-shape-1 {
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    mask-image: url("../img/cark.svg");
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    mask-position: center center;
    transition: all .4s;
}

.rakam-container {
    margin-bottom: -183px;
}

.duyuru-container {
    background-color: var(--renk3);
    border-radius: 10px;
    margin: -180px 0 90px 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
}
.duyuru-kart{
    width: 100%;
    height: 80px;
    background-color: white;
    border-radius: 10px;
    margin: 15px 0;
    padding: 10px;
    color: var(--renk1);
    display: flex;
    justify-content: start;
    align-items: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
    transition: all .4s;
    position: relative;
}
.duyuru-tarih{
    height: 60px;
    aspect-ratio: 1;
    background-color: var(--renk1);
    color: white;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    transform: translateY(-15px);
    padding: 4px;
    align-content: center;
    transition: all .4s;
}
.duyuru-kart:hover{
    background-color: var(--renk1);
    color: white;
}
.duyuru-kart:hover .duyuru-tarih{
    background-color: white;
    color: var(--renk1);
    transform: translateY(-20px);
}
.duyuru-kart p{
    display: block;
    padding: 10px;
    margin-left: 10px;
    margin-bottom: 0;
}
.duyuru-kart i{
    font-size: 16px;
    color: var(--renk1);
    transition: all .4s;
    position: absolute;
    right: 8px;
}
.duyuru-kart:hover i{
    color: white;
}
.rakam-shapes{
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.3));
    position: absolute;
    width: 100%;
    height: 100%;
}
.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(--renk1);
    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);
}
.galeri-row {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(auto-fit, minmax(16%, 1fr));
    grid-auto-rows: auto;
    grid-auto-flow: dense;
}
.duyuru-baslik{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--renk1);
    font-size: 22px;
    font-weight: 700;
}
.duyuru-baslik .hbt-icon{
    background-color: var(--renk1);
    width: 60px;
    height: 60px;
    margin-right: 10px;
}
.duyuru-baslik span{
    position: relative;
}
.duyuru-baslik span::before{
    /*content: "";*/
    width: 90%;
    height: 2px;
    background: linear-gradient(to right, rgba(20, 36, 113, 0), rgba(20, 36, 113, 0.9) 50%, rgba(20, 36, 113, 0));
    position: absolute;
    bottom: 0;
}
.countreup:hover .rakam-shape-1{
    background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 30%);
    transform: rotate(45deg);
}

.cozum-ortagi-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;
}
.cozum-ortagi-kutu:hover{
    box-shadow: rgba(149, 157, 165, 0.5) 0 8px 18px;
}
.cozum-ortagi-kutu img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.faydali_linkler .swiper-button-next::after, .faydali_linkler .swiper-button-prev::after{
    color: var(--renk1);
}
.cozum-ortagi-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;
}
.cozum-ortagi-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;
}
.cozum-ortagi-kutu:hover::after{
    opacity: 1;
    transform: translateX(-50%) translateY(50%) rotate(45deg);
}
.cozum-ortagi-kutu:hover::before{
    opacity: 1;
    transform: translateX(50%) translateY(-50%) rotate(45deg);
}
.cozum-ortagi-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;
}
.cozum-ortagi-kutu:hover span{
    transform: scale(1);
}
.swiper .cozum-ortagi-kutu span{
    font-size: 12px;
    padding: 3px 6px;
}
.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: var(--renk1);
    background-clip: text;
    font-size: 24px;
}
.firma-alt .swiper-button-next{
    right: -14px;
}
.firma-alt .swiper-button-prev{
    left: -14px;
}
.footer-list ul{
    padding: 0;
    margin: 0;
}
.footer-list li, .footer-list li a{
    display: flex;
    color: var(--renk1) !important;
    font-size: 14px;
}
.footer-list li a{
    width: 100%;
    height: 100%;
    padding: 5px 0;
}
.footer-list .hbt-icon{
    width: 20px;
    height: 20px;
    background-color: var(--renk1);
}
.footer-list li:hover i{
    transition: all .4s;
    transform: rotate(360deg);
}
.footer-list li span{
    display: block;
    position: relative;
    text-shadow: 0 0 3px white;
}
.footer-list li span::before{
    content: "";
    width: 0;
    height: 2px;
    background: linear-gradient(to right, rgba(20, 36, 113, 0), rgba(20, 36, 113, 0.9) 50%, rgba(20, 36, 113, 0));
    position: absolute;
    bottom: 0;
    transition: all .4s;
    left: 50%;
    display: block;
    transform: translateX(-50%);
}
.footer-list li:hover span::before{
    width: 90%;
}

.footer-baslik{
    display: inline-flex;
    justify-content: start;
    align-items: center;
    font-size: 22px;
    color: var(--renk1);
    font-weight: 700;
    position: relative;
    margin-bottom: 10px;
}
.footer-baslik::before{
    content: "";
    width: 90%;
    height: 2px;
    background: linear-gradient(to right, rgba(20, 36, 113, 0), rgba(20, 36, 113, 0.9) 50%, rgba(20, 36, 113, 0));
    position: absolute;
    bottom: 0;
}
.hava-durumu-sol{
    flex: 0 0 40%;
    max-width: 40%;
    text-align: center;
}
.hava-durumu-sag{
    flex: 0 0 60%;
    max-width: 60%;
}
.hava-durumu-sol .icon i{
    width: 100%;
    height: 50px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
}
.derece{
    font-size: 22px;
    color: white;
}
.hava-durumu-sol .durum{
    font-size: 12px;
    color: white;
}
.hava-durumu-sag ul{
    padding: 0;
    margin: 0;
    color: white;
    font-size: 11px;
}
.hava-durumu-sag ul li{
    margin: 5px 0;
}
.hava-durumu-sag .ust{
    font-size: 14px;
    font-weight: 600;
    display: flex;
    color: white;
    margin-bottom: 10px;
}
.hava-durumu-sag .ust .hbt-icon{
    width: 20px;
    height: 20px;
    background-color: white;
    margin-right: 10px;
}
.duyuru-tumunu-gor-btn{
    font-size: 22px;
    color: var(--renk1);
    display: inline-flex;
    float: right;
    font-weight: 600;
    align-items: center;
    margin: 15px 10px;
}
.duyuru-tumunu-gor-btn span{
    position: relative;
}
.duyuru-tumunu-gor-btn span::before{
    content: "";
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, rgba(20, 36, 113, 0), rgba(20, 36, 113, 0.9) 50%, rgba(20, 36, 113, 0));
    position: absolute;
    bottom: 0;
    display: block;
    left: 0;
}
.duyuru-tumunu-gor-btn:hover{
    color: var(--renk1);
}
.duyuru-tumunu-gor-btn .hbt-icon{
    background-color: var(--renk1);
    width: 25px;
    height: 25px;
    margin-left: 10px;
}
.duyuru-tumunu-gor-btn:hover .hbt-icon{
    transition: all .4s;
    transform: rotate(360deg);
}
.slick-list.draggable{
    padding: 0 !important;
    height: auto !important;
}
.sayfa-tab{
    width: 100%;
    height: 50px;
    background-color: white;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
    align-content: center;
    padding: 5px 10px;
    color: var(--renk1);
    margin: 10px 0;
    font-size: 16px;
    position: relative;
    transition: all .4s;
}
.sayfa-tab i, .sayfa-tab span{
    position: relative;
    z-index: 5;
    transition: all .4s;
}

.sayfa-tab:hover i{
    margin-right: 20px !important;
}
.sayfa-tab::before{
    content: "";
    width: 0;
    height: 100%;
    border-radius: 10px;
    background-color: var(--renk1);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all .4s;
}
.sayfa-tab::after{
    content: "";
    height: 130%;
    aspect-ratio: 1;
    border-radius: 50%;
    background-image: url("../img/sayfa-hover.svg");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 100%;
    top: -10%;
    opacity: 0;
    transition: all .4s;
    transform: rotate(0);
}
.sayfa-tab:hover::after, .sayfa-tab.active::after{
    right: -20px;
    opacity: 1;
    transform: rotate(360deg);
}
.sayfa-tab:hover::before, .sayfa-tab.active::before{
    width: 100%;
    opacity: 1;
}
.sayfa-tab:hover, .sayfa-tab.active{
    color: white;
}
.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: var(--renk1);
    display: block;
}
.harita iframe{
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
}
.kurumsal-img{
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
    border-radius: 10px;
    transition: all .4s;
}
.kurumsal-img:hover{
    transform: scale(1.05) rotate(-3deg);
}
.kurumsal-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hc-offcanvas-nav .nav-back a, .hc-offcanvas-nav .nav-item-link, .hc-offcanvas-nav li.nav-close a{
    color: var(--renk1);
}
.nav-item-link{
    display: flex !important;
    align-items: center !important;
}
.nav-item-link .hbt-icon{
    background-color: var(--renk1);
    margin-right: 10px;
}
.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) !important;
}
.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);
}
.canvasSocial{
    position: relative;
}
.cnvs-links a {
    color: var(--renk1);
    padding: 8px 15px;
}
.sozlesme-kutu{
    padding: 8px 15px;
    border-radius: 10px;
    color: var(--renk1);
    box-shadow: rgba(149, 157, 165, 0.4) 0 8px 14px;
    margin: 0 5px;
}

.firma-slider {
    text-align: center;
}
.firmaBaslik {
    display: inline-block;
    background: var(--renk1);
    color: var(--renk2);
    font-weight: bold;
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 8px 8px 0 0;


}
.firma-kutu {
    background: rgba(255, 255, 255,.3);
    border-radius: 5px;
    position: relative;
    padding: 20px;
    text-align: center;
    min-height: 340px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 10px 0;
    margin: 0 10px 30px 10px;
}

.firma-alt,
.swiper-wrapper,
.swiper-slide {
    overflow: visible;
}

.firma-kutu .logo img {
    height: 90px;
    width: 100%;
    object-fit: contain;
    margin-bottom: 15px;
}

.firma-kutu .icerik {
    font-size: 14px;
    margin-bottom: 20px;
    text-align: justify;
}

.firma-incele-btn {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) translateY(50%);
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--renk1);
    color: var(--renk2);
    padding: 7px 15px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
    z-index: 10;
    border: 1px solid var(--renk1);
    transition: all .4s;
}

.firma-incele-btn:hover {
    background-color: var(--renk2);
    color: var(--renk1);
}
.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;
}
.hk-content ul{
    list-style-type: circle;
    padding-left: 15px;
}
.m-0 {
    margin: 0 !important;
}
address a {
    color: black;
    transition: all .4s;

}
address p:hover a {
    color: black;
    transform: translateX(10px);
}

address {
    font-size: 14px;
}
address p{
    display: flex;
    justify-content: start;
    align-items: center;
}
address p i{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: var(--renk1);
    color: white;
    display: flex !important;
    justify-content: center;
    align-items: center;
    outline: 1px solid var(--renk1);
    outline-offset: 3px;
    transition: all .4s;
}
address p:hover i{
    transform: rotate(360deg);
    outline-offset: 5px;
}
.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;
}
.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-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;
}
.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;
}
.ekip-card{
    width: 100%;
    margin-top: 30px;
}
.ekip-card-top {
    background-size: 100% 100%;
    height: 321px;
    width: 100%;
    padding: 20px 15px;
    display: flex;
    box-shadow: rgba(50, 50, 93, 0.25) 0 13px 27px -5px, rgba(0, 0, 0, 0.3) 0 8px 16px -8px;
}
.ekip-card-top img{
    width: 100%;
}
.ekip-card .ekip-baslik{
    margin-top: 15px;
    color: black;
    font-size: 16px;
    font-weight: 500;
}
.ekip-card .ekip-unvan{
    color: #616161;
    font-size: 12px;
    font-weight: 500;
}
.table table{
    width: 100%;
}
.birim-iletisim-kutu::before{
    content: "";
    width: 2px;
    height: 100%;
    background: linear-gradient(to top, rgba(20, 36, 113, 0), rgba(20, 36, 113, 0.9) 50%, rgba(20, 36, 113, 0));
    position: absolute;
    top: 0;
    right: -30px;
}
.birim-iletisim-kutu .baslik{
    text-align: center;
    font-size: 18px;
    color: var(--renk1);
    position: relative;
    font-weight: 500;
}
.birim-iletisim-kutu .baslik::before{
    content: "";
    width: 75%;
    height: 2px;
    background: linear-gradient(to right, rgba(20, 36, 113, 0), rgba(20, 36, 113, 0.9) 50%, rgba(20, 36, 113, 0));
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.birim-iletisim-kutu ul{
    margin-top: 10px;
    color: var(--renk1);
}
.birim-iletisim-kutu ul li{
    padding: 5px 10px;
    transition: all .4s;
}
.birim-iletisim-kutu ul li, .birim-iletisim-kutu ul li a{
    display: flex;
    justify-content: start;
    align-items: center;
}
.birim-iletisim-kutu .hbt-icon{
    background-color: var(--renk1);
    width: 20px;
    height: 20px;
    margin-right: 10px;
    flex: 0 0 20px;
}
.birim-iletisim-kutu li:hover{
    transform: translateX(10px);
}
.birim-iletisim-kutu li:hover .hbt-icon{
    transition: all .4s;
    transform: rotate(360deg);
}
.row [class*='col']:last-child .birim-iletisim-kutu::before{
    display: none;
}
.bulten-tab-hover{
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--renk1);
    border-radius: 10px;
    color: white;
    z-index: 99;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 10px;
    font-weight: 500;
    transform: translateX(-100%);
    transition: all .4s;
    opacity: 0;
    visibility: hidden;
    font-size: 12px;
    pointer-events: none;
    padding-right: 30px;
}
.bulten-tab-hover::before{
    content: "";
    height: 100%;
    aspect-ratio: 1;
    background-image: url("../img/tab-hover.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    right: 0;
    transform: scale(0) translateX(50%) rotate(0);
    transition: all .4s;
}
.bulten-tab.active .bulten-tab-hover, .bulten-tab:hover .bulten-tab-hover{
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.bulten-tab.active .bulten-tab-hover::before, .bulten-tab:hover .bulten-tab-hover::before{
    transform: scale(1) translateX(50%) rotate(360deg);
    transition-delay: 0.2s;
}
.transition-0{
    transition: all 0s;
}
div:hover .transition-0, a:hover .transition-0, li:hover .transition-0, ul:hover .transition-0{
    transition: all 0s;
}
.is-sticky .sticky-none{
    display: none !important;
}
.header-ust{
    align-content: center;
}
.header-ust ul{
    display: inline-flex;
    color: white;
    float: right;
    margin: 0;
    padding: 0;
    height: 100%;
    align-items: center;
}
.header-ust ul li{
    padding: 5px 0;
    margin: 0 10px;
}
.header-ust ul li a{
    color: white;
}
.header-ust ul.social li{
    margin: 0 5px;
}
.header-ust ul.social li:nth-child(1){
    animation: zoomIn linear;
    animation-duration: 0.6s;
}
.header-ust ul.social li:nth-child(2){
    animation: zoomIn linear;
    animation-duration: 0.6s;
    animation-delay: 0.2s;
}
.header-ust ul.social li:nth-child(3){
    animation: zoomIn linear;
    animation-duration: 0.6s;
    animation-delay: 0.2s;
}
.header-ust ul.social li:nth-child(4){
    animation: zoomIn linear;
    animation-duration: 0.6s;
    animation-delay: 0.4s;
}
.header-ust ul.social li:nth-child(5){
    animation: zoomIn linear;
    animation-duration: 0.6s;
    animation-delay: 0.6s;
}
.header-ust ul.social li:nth-child(6){
    animation: zoomIn linear;
    animation-duration: 0.6s;
    animation-delay: 0.8s;
}
.header-ust ul.social li a{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-ust ul.social li:hover a{
    transition: all .4s;
    transform: rotate(360deg);
}
.ekip-detay-ust .hbt-icon{
    background-color: var(--renk1);
    display: inline-flex;
    margin-right: 10px;
}
.dropdown-ikon{
    position: absolute;
    bottom: -15px;
}
.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;
}
.headerDuyuru{
    color: var(--renk1);
    max-width: 250px;
    height: 40px;
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 12px;
}
.headerDuyuru .hbt-icon{
    background-color: var(--renk1);
    flex: 0 0 30px;
    margin-right: 5px;
}
.headerDuyurularSlider{
    max-width: 250px;
}
.destek-hatti{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: white;
}
.destek-hatti span{
    font-size: 16px;
    font-weight: 600;
}
.destek-hatti a{
    color: white !important;
}
.destek-hatti .hbt-icon{
    width: 40px;
    height: 30px;
    background-color: white;
    margin-right: 5px;
}
.is-sticky .destek-hatti,.sayfaHeader .destek-hatti{
    color: var(--renk1);
}
.is-sticky .destek-hatti a,.sayfaHeader .destek-hatti a{
    color: var(--renk1) !important;
}
.is-sticky .destek-hatti .hbt-icon,.sayfaHeader .destek-hatti .hbt-icon{
    background-color: var(--renk1);
}
header .arama-input{
    border: 1px solid lightgrey;
}
.is-sticky .nav-link .hbt-icon, .sayfaHeader .nav-link .hbt-icon{
    background-color: var(--renk1);
}
.navbar-brand {
    margin-top: -50px;
}
.is-sticky .navbar-brand, .sayfaHeader .navbar-brand {
    margin-top: 0;
}
.logo-2{
    display: none;
}
.is-sticky .logo-2{
    display: block;
}
.is-sticky .logo-1{
    display: none;
}
.sayfaHeader .logo-1{
    display: none;
}
.sayfaHeader .logo-2{
    display: block;
}
.sayfaHeader .is-sticky .logo-2{
    display: none !important;
}
.belge-kutu{
    width: 100%;
    aspect-ratio: 4/3;
    border-radius: 10px;
    background-color: var(--renk1);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
    margin: 15px 0;
    text-align: center;
}
.belge-kutu i{
    font-size: 26px;
    margin-bottom: 15px;
}
.belge-kutu:hover i{
    animation: download 1.5s infinite linear;
}
@keyframes download {
    0%{
        transform: translateY(-10px);
        opacity: 0;
    }
    100%{
        transform: translateY(10px);
        opacity: 1;
    }
}
.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;
}
@media screen and (min-width: 998px) {
    [class*='col']:nth-child(3n - 3) .birim-iletisim-kutu::before{
        display: none;
    }
    .col-lg-3:nth-child(4n - 4) .birim-iletisim-kutu::before{
        display: none;
    }
    .col-lg-1-5 {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .swiper-button-next {
        right: -30px;
    }

    .swiper-button-prev {
        left: -30px;
    }
}
@media screen and (min-width: 450px) and (max-width: 998px) {
    header .destek-hatti{
        display: none;
    }
    .swiper-button-next {
        right: -15px;
    }

    .swiper-button-prev {
        left: -15px;
    }
}

@media screen and (max-width: 450px) {
    .ekip-card-top{
        height: 250px;
    }
    .slider {
        padding-bottom: 95px;
    }
    .duyuru-kart{
        font-size: 10px;
    }
    .navbar-brand{
        margin-top: 0;
    }
    header .destek-hatti{
        display: none;
    }
    .firma-kutu .logo img {
        width: 70%;
        margin-left: 15%;
    }
    .countreup .hbt-icon {
        width: 35px;
    }
    .count {
        font-size: 32px;
    }
    .countreup p {
        font-size: 16px;
    }
    .rakam-container{
        margin-bottom: 0;
    }
    .duyuru-baslik {
        font-size: 18px;
    }
    .duyuru-tumunu-gor-btn {
        font-size: 16px;
    }
    .hava-durumu-sag .ust {
        font-size: 12px;
    }
    .hava-durumu-sol .icon i {
        height: 40px;
    }
    .hava-durumu-sol .durum {
        font-size: 10px;
    }
    .hava-durumu-sol {
        flex: 0 0 35%;
        max-width: 35%;
        align-content: center;
    }
    .kur-sol {
        flex: 0 0 55px;
        width: 55px;
        padding: 3px;
        font-size: 10px;
    }
    .kur-sol i {
        font-size: 20px;
        margin-right: 5px;
    }
    .slider-down{
        display: none;
    }
    .hizli-islem-kutu{
        min-width: 50px;
        height: 80px;
        font-size: 10px;
        padding: 5px 2px;
    }
    .hizli-islem-kutu .fa-angle-right{
        display: none;
    }
    .hizli-islem-kutu .hbt-icon{
        width: 20px;
        height: 20px;
    }
    footer {
        background-size: 370% auto;
    }
    .galeri-row {
        grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
    }
    .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;
}

/*CONTAINER*/
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container-sm, .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container-md, .container-sm, .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container-lg, .container-md, .container-sm, .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1320px;
    }
}