/*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: #209cd2;
    --renk1rgba: 53,191,242;
    --renk2: #4fcbfa;
    --renk3: #9ce5fd;
    --renk4: #d91414;
    --renk5: #0d0d0d;
    --renk6: #f1f1f1;
    --gradient1: linear-gradient(45deg, var(--renk1), var(--renk3));
    --gradient2: linear-gradient(45deg, var(--renk3), var(--renk1));
    --gradient3: linear-gradient(90deg, var(--renk3), var(--renk1));
    --font1: "Montserrat", sans-serif;

}

::selection {
    background: var(--renk1);
    color: #ffffff;
}

.active5 {
    position: relative;
}

.active5:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-color: var(--secondary);
    border: 3px solid #ffffff;
    border-radius: 50px;
    left: 50%;
    transform: translateX(-50%);
    top: 92%;
}

body {
    background: radial-gradient(circle,rgba(237, 251, 255, 1) 0%, rgba(250, 250, 250, 1) 100%);
    font-size: 14px;
    letter-spacing: .5px;
    color: #555555;
}

main {
    overflow: hidden;
}

body::-webkit-scrollbar-track {
    background-color: transparent
}

body::-webkit-scrollbar {
    width: 10px;
    background-color: transparent;
}

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #aaa
}

body::-webkit-scrollbar-thumb:hover {
    background-color: #606060
}

a {
    color: var(--renk3);
}


a:hover {
    text-decoration: none;
    color: var(--renk3);
}

/* SCROLL TOP */
.scrollup {
    position: fixed;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 24px;
    width: 24px;
    bottom: 60px;
    right: 20px;
    background-color: var(--renk2);
    border: 1px solid white;
    color: white;
    font-size: 12px;
    z-index: 99;
    border-radius: 10%;
    opacity: 0;
    transform: rotate(-45deg);
    transition: 400ms;
    pointer-events: none;
}

.scrollup.aktif {
    bottom: 48px;
    opacity: 1;
    transition: 400ms;
    pointer-events: all;
}

.scrollup i {
    transform: rotate(45deg);
    transition: 400ms;
}

.scrollup:hover {
    background-color: var(--renk1);
    color: white;
    transform: scale(.9) rotate(0);
    transition: 400ms;
}

.scrollup:hover i {
    transform: rotate(0);
    transition: 400ms;
}

address p {
    display: flex;
}

ul {
    list-style-type: none;
}

/* HC-OFFCANVAS */
.hc-nav-trigger {
    right: 15px;
    top: 25px;
}
.is-sticky .hc-nav-trigger {
    top: 22px;
}
.hc-nav-trigger span {
    background-color: var(--renk2);
}

.yanbasliklar {
    color: #209cd2;
}

.hc-offcanvas-nav.nav-levels-overlap .nav-content::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    right: 0;
    opacity: .4;
    background-repeat: no-repeat;
    background-position-y: bottom;
}

.hc-offcanvas-nav .nav-close-button span::after, .hc-offcanvas-nav .nav-close-button span::before {
    width: 10px;
    height: 10px;
    margin-top: -5px;
}

.hc-offcanvas-nav .nav-title + .nav-close a:not(.has-label) {
    top: 15px;
    right: 0;
}

.hc-offcanvas-nav .nav-close-button span::before {
    margin-left: -11px;
}

.fancybox__container {
    z-index: 9999;
}


/* HEADER */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9997;
    animation: fadeIn linear;
    animation-duration: 0.6s;
    border-radius: 0 0 10px 10px;
}


header.is-sticky {
    animation: fadeInDown linear;
    animation-duration: 0.6s;
    background: none;
    background-color: white;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
}


.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: white;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    padding: 3px 10px !important;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Nunito", sans-serif;
    max-width: 150px;
    text-align: center;
}

.is-sticky .nav-link {
    color: var(--renk1);
}

.is-sticky .nav-link:hover {
    color: var(--renk1);
}

.nav-link:hover::before {
    width: 100%;
    left: 0;
}

.nav-link::before {
    content: "";
    width: 0;
    transition: all .4s;
    height: 2px;
    background-color: white;
    position: absolute;
    bottom: 0;
    right: 0;
}
.is-sticky .nav-link::before {
    background-color: var(--renk1);
}

.nav-link:hover {
    color: white;
}

.dropdown-menu .nav-link {
    color: var(--renk1);
}

.dropdown-menu .dropdown-item {
    padding: 10px 1em;
    display: flex;
    align-items: center;
    transition: all 300ms ease-in-out;
    position: relative;
    background: transparent;
    color: black;
    font-size: 14px;
    border-bottom: 1px solid #d9d9d9;
}
.dropdown-menu li:last-child .dropdown-item {
    border-bottom: 1px solid transparent;
}

/* 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: white;
    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: white !important;
}


.headerTelefon,
.headerTelefon:hover {
    color: white;
}

.headerTelefonIcon {
    display: inline-block;
    min-width: 30px;
    border: 1px solid white;
    border-radius: 50%;
    aspect-ratio: 1/1;
    text-align: center;
    line-height: 28px;
    color: white;
}

/*
* FOOTER
*/


footer .footer-alt-bg {
    border-top: 8px solid var(--renk1);
    background: #fff;
    color: #fff;
    font-size: 15px;
    position: relative;
    z-index: 30;
    padding-bottom: 8px
}

.footer-alt-bg::before{
    content: "";
    width: 100%;
    height: 5px;
    background-color: white;
    position: absolute;
    top: -10px;
    left: 0;
}

footer .footer-alt-bg .footer-alt-ic {
    margin-right: auto
}

footer .footer-alt-bg p {
    padding: .8em 0 .4em;
    position: relative;
    z-index: 1;
    font-size: 12px;
    color: #555;
    text-align: right
}

footer .footer-Link{
    transition: all .4s;
}

footer .footer-Link:hover{
    padding-left: 10px;
}

footer .footer-ust-img {
    position: absolute;
    width: 100%;
    height: 55px;
    top: -40px;
    transform: perspective(1px)
}

footer .hakanbt-logo:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: -44px;
    left: -16px;
    border-style: solid;
    border-width: 0 30px 35px 30px;
    border-color: transparent transparent #fff transparent
}

footer .hakanbt-logo:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: -34px;
    left: -6px;
    border-style: solid;
    border-width: 0 20px 24px 20px;
    border-color: transparent transparent var(--renk1) transparent
}

footer .hakanbt-logo {
    position: absolute;
    bottom: -14px;
    left: 15px;
    height: 35%;
    width: 100%;
}

.hakanbt {
    width: 28px !important;
    height: 25px !important;
    overflow: hidden !important;
    position: relative !important;
    margin: 0 !important;
    transition: all .5s ease-in-out .1s !important
}

.hakanbt img {
    max-width: none !important;
    user-select: none;
}

.hakanbt:hover {
    width: 125px !important
}

.dropdown-menu {
    border: 1px solid #dddddd;
    border-radius: 0;
    padding: 0;
}


.navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all .35s ease-in-out;
    margin-top: 0;
    border-radius: 0;
}

.navbar .dropdown-menu.fade-down {
    border: 0;
    border-radius: 0 0 10px 10px;
    background-clip: padding-box;
    top: 80%;
    transform: rotateX(-75deg);
    border-top: 3px solid var(--renk1);
    transform-origin: 0 0;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
    min-width: 210px;
    margin: 0;
    padding: 0;
}

.navbar .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 105%;
    transform: rotateX(0);
    overflow: hidden;
}

.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;
    padding-bottom: 10px;
}

.sayfaBaslik h2, .sayfaBaslik h4 {
    text-align: center;
    display: inline-flex;
    position: relative;
    padding: 0;
    justify-content: center;
    align-items: center;
    color: var(--renk1);
    font-family: "Nunito", sans-serif;
    font-weight: 800;
    text-transform: uppercase;
}
.sayfaBaslik h2{
    font-size: 36px;
}
.sayfaBaslik h4{
    font-size: 20px;
}

.sayfaBaslik.beyaz h2, .sayfaBaslik.beyaz h4 {
    color: white;
}

.sayfaBaslik h2::before, .sayfaBaslik h4::before {
    content: "";
    width: calc(50% - 20px);
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -10px;
    background: linear-gradient(to right, rgba(255,255,255,0), var(--renk1));
}

.sayfaBaslik h2::after, .sayfaBaslik h4::after {
    content: "";
    width: calc(50% - 20px);
    height: 3px;
    position: absolute;
    right: 0;
    bottom: -10px;
    background: linear-gradient(to right, var(--renk1), rgba(255,255,255,0));
    z-index: -1;
}
.sayfaBaslik::before{
    content: "";
    width: 30px;
    height: 30px;
    background-image: url("../img/icon.png");
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    bottom: -5px;
    position: absolute;
}
.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;
}

.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;
}

.countreup i {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 30px;
    color: white;
    font-size: 40px;
    line-height: 80px;
}

.count {
    font-size: 35px;
    color: #fff;
    font-family: Rubik, sans-serif;
    font-weight: 500;
    margin-bottom: 13px;
    line-height: 1;
    display: inline-block;
}

.countreup p {
    font-size: 18px;
    font-weight: 600;
}


.snip1573 {
    background-color: #fff;
    display: inline-block;
    font-family: sans-serif Poppins-Regular;
    font-size: 10px;
    max-width: 180px;
    height: 135px;
    padding-top: 10px;
    min-width: 180px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    -webkit-box-shadow: 0 6px 14px 0 rgb(215 215 219);
    -moz-box-shadow: 0 6px 14px 0 rgba(215, 215, 219, 1);
    box-shadow: 0 6px 14px 0 rgb(215 215 219);
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}

/* Slider Haberler*/

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-container {
    width: 100%;
    height: 300px;
    margin: 20px auto;
}

.append-buttons {
    text-align: center;
    margin-top: 20px;
}

.append-buttons button {
    display: inline-block;
    cursor: pointer;
    border: 1px solid #007aff;
    color: #007aff;
    text-decoration: none;
    padding: 4px 10px;
    border-radius: 4px;
    margin: 0 10px;
    font-size: 13px;
}

.modal-content {
    top: 50px;
}

.slider .swiper-button-next {
    right: 15px;
    top: 55%;
}

.slider .swiper-button-prev {
    left: 15px;
    top: 55%;
}

.slider{
    overflow: hidden;
    position: relative;
}
.slider-ic{
    position: absolute;
    z-index: 10;
    bottom: 0;
    width: 100%;
    min-height: 210px;
    left: 0;
    display: flex;
    color: white;
    justify-content: center;
    align-items: end;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 40%);
    padding-top: 30px;
    padding-bottom: 20px;
}

.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 {
    color: white;
    font: var(--font1);
    font-size: 24px;
    font-weight: 700;
    line-height: 38px;
    border-radius: 10px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 60%, rgba(0, 0, 0, 0));
    padding: 10px 120px 10px 20px;
}

.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: 14px !important;
    color: white;
    font-weight: 500 !important;
    font: var(--font1);
    line-height: 18px;
    margin-top: 10px;
    border-radius: 10px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 60%, rgba(0, 0, 0, 0));
    padding: 10px 120px 10px 20px;
}


.headerSosyal .fa-phone {
    color: var(--renk3)
}

.custom-swipper-wrapper {
    transform: translate(-15px, 0);
    width: 1110px;
}

.buton-sag {
    position: fixed;
    right: -40px;
}

.buton-sol {
    position: fixed;
    left: -40px;

}


.list-unstyled li {
    padding: 5px 0;
}

.short_image {
    height: 250px;
    width: 100%;
    color: var(--renk1);
    display: flex;
    padding-top: 150px;
    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: 26px;
}

.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;
    min-height: 350px;
}

.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%;
    text-align: center;
    background-color: var(--renk1);
    padding: 10px 10px;
    margin-top: 5px;
    border-radius: 5px;
    color: white;
}

.say-list:hover {
    background-color: var(--renk2);
}

.btn-style-1 {
    background-color: var(--renk1);
    color: white;
    padding: 2px 20px;
    display: inline-flex;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    position: relative;
}

.btn-style-1:hover {
    color: white;
}

.btn-style-1 span {
    position: relative;
    z-index: 2;
}

.btn-style-1:hover span {
    color: var(--renk1);
}

.btn-style-1:hover {
    border: 1px solid var(--renk1);
    background-color: white;
}

.harita iframe {
    width: 100%;
    height: 350px;
}

.z-10 {
    position: relative;
    z-index: 10;
}

.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;
}

.kategori-card {
    position: relative;
    margin: 15px 0;
}

.kategori-card::before {
    content: "";
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 10px;
    background-color: #bcbcbc;
    z-index: 1;
    transform: rotate(3deg);
    position: absolute;
    left: 0;
    top: 0;
    transition: all .4s;
    border: 3px solid white;
}
.kategori-card:hover::before {
    transform: rotate(5deg);
    background-color: var(--renk1);
}

.kategori-card .top {
    width: 100%;
    aspect-ratio: 4/3;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
    overflow: hidden;
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s;
    border: 3px solid white;
}

.kategori-card .top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: white;
}

.kategori-card .title {
    font-weight: 500;
    text-align: center;
    margin-top: 15px;
    color: black;
    font-size: 16px;
    padding: 0 10px;
    position: relative;
}

.kategori-card .top::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: black;
    opacity: 0;
    z-index: 2;
    pointer-events: none;
    transition: all .4s;
}

.top-incele {
    padding: 8px 20px;
    position: absolute;
    z-index: 5;
    border-radius: 12px;
    background-color: var(--renk1);
    color: white;
    transition: all .4s;
    transform: scale(0);
    border: 3px solid white;
    font-weight: 500;
}

.top-incele i {
    margin-left: 5px;
    transition: all .4s;
}

.top-incele:hover i {
    margin-left: 15px;
}

.kategori-card:hover .top {
    box-shadow: rgba(149, 157, 165, 0.5) 0 8px 18px;
}

.kategori-card:hover .top::before {
    opacity: 0.5;
}

.kategori-card:hover .top .top-incele {
    transform: scale(1);
}

.dil {
    display: flex;
    top: 5px;
}

.dil-kutu {
    width: 30px;
    margin: 0 5px;
    height: 100%;
    transition: all .4s;
}

.dil-kutu:hover {
    transform: scale(1.1);
}

.dil-kutu.active {
    opacity: 0.4;
}

.dil-kutu img {
    width: 100%;
    height: 100%;
    pointer-events: none;
    user-select: none;
}

.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: var(--renk1);
}

.button-1 {
    position: relative;
    padding: 10px 22px;
    border-radius: 6px;
    border: none;
    color: #fff;
    cursor: pointer;
    background: linear-gradient(45deg, var(--renk1), var(--renk3));
    transition: all 0.2s ease;
    font-weight: 500;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 19px;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.button-1:active {
    transform: scale(0.96);
}

.button-1:hover {
    color: white;
}

.button-1 i {
    margin-left: 5px;
}

.button-1:before,
.button-1:after {
    position: absolute;
    content: "";
    width: 150%;
    left: 50%;
    height: 100%;
    transform: translateX(-50%);
    z-index: -1000;
    background-repeat: no-repeat;
}

.button-1:hover:before {
    top: -70%;
    background-image: radial-gradient(circle, var(--renk1) 20%, transparent 20%),
    radial-gradient(circle, transparent 20%, var(--renk1) 20%, transparent 30%),
    radial-gradient(circle, var(--renk1) 20%, transparent 20%),
    radial-gradient(circle, var(--renk1) 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, var(--renk1) 15%, transparent 20%),
    radial-gradient(circle, var(--renk1) 20%, transparent 20%),
    radial-gradient(circle, var(--renk1) 20%, transparent 20%),
    radial-gradient(circle, var(--renk1) 20%, transparent 20%),
    radial-gradient(circle, var(--renk1) 20%, transparent 20%);
    background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%,
    10% 10%, 18% 18%;
    background-position: 50% 120%;
    animation: greentopBubbles 0.6s ease;
}

@keyframes greentopBubbles {
    0% {
        background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%,
        40% 90%, 55% 90%, 70% 90%;
    }

    50% {
        background-position: 0 80%, 0 20%, 10% 40%, 20% 0, 30% 30%, 22% 50%,
        50% 50%, 65% 20%, 90% 30%;
    }

    100% {
        background-position: 0 70%, 0 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%,
        50% 40%, 65% 10%, 90% 20%;
        background-size: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0;
    }
}

.button-1:hover::after {
    bottom: -70%;
    background-image: radial-gradient(circle, var(--renk1) 20%, transparent 20%),
    radial-gradient(circle, var(--renk1) 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, var(--renk1) 15%, transparent 20%),
    radial-gradient(circle, var(--renk1) 20%, transparent 20%),
    radial-gradient(circle, var(--renk1) 20%, transparent 20%),
    radial-gradient(circle, var(--renk1) 20%, transparent 20%),
    radial-gradient(circle, var(--renk1) 20%, transparent 20%);
    background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 20% 20%, 18% 18%;
    background-position: 50% 0;
    animation: greenbottomBubbles 0.6s ease;
}

@keyframes greenbottomBubbles {
    0% {
        background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%,
        70% -10%, 70% 0;
    }

    50% {
        background-position: 0 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%,
        105% 0;
    }

    100% {
        background-position: 0 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%,
        110% 10%;
        background-size: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0;
    }
}

.urun-slider img {
    width: 75%;
    aspect-ratio: 4/3;
    margin: 0 auto;
}

.urunBaslik {
    font-size: 18px;
    font-weight: 500;
    margin-top: 15px;
}

.urunIcerik {
    font-size: 12px;
    text-align: left;
    margin-top: 10px;
}

.rakamlarlaBiz {
    position: relative;
}

.rakamlarlaBiz .container-fluid, .rakamlarlaBiz .container {
    position: relative;
    z-index: 5;
}

.rakam-kutu {
    position: relative;
    aspect-ratio: 1;
    margin: 15px auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
    color: var(--renk1);
    text-align: center;
    text-shadow: 1px 1px 5px white;
    transition: all .4s;
}

.rakam {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 44px;
    font-weight: 700;
    position: relative;
    z-index: 5;
    transition: all .4s;
}

.rakamBaslik {
    font-size: 18px;
    font-weight: 500;
    position: relative;
    z-index: 5;
    transition: all .4s;
}
.rakam-kutu:hover .rakam{
    transform: translateY(100%);
    margin-top: -20%;
}
.rakam-kutu:hover .rakamBaslik{
    transform: translateY(-100%);
}
.rakam-kutu:hover .rakam-shape-2{
    transform: rotate(-10deg);
}
.agac {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
    padding-bottom: 50px;
}

.agac .dal {
    flex: 0 0 45%;
    margin: 15px 0;
    display: flex;
    position: relative;
    justify-content: end;
}

.agac .dal .icerik-kutu {
    width: calc(100% - 80px);
    background: var(--gradient2);
    padding: 10px;
    color: white;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
    border: 3px solid white;
}

.agac .dal .ikon {
    width: 80px;
    height: 80px;
    background-color: white;
    border-radius: 50%;
    position: relative;
    z-index: 5;
    margin-top: -5px;
    margin-bottom: -5px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(149, 157, 165, 0.7) 3px 2px 24px;
}

.agac .dal:hover .ikon {
    transition: all .4s;
    transform: rotate(360deg);
}

.agac .dal .ikon i {
    background-color: var(--renk1);
}

.agac .dal:nth-child(2n - 2) .icerik-kutu {
    border-radius: 40px 20px 20px 20px;
    padding-right: 30px;
    background-size: 100%;
    background-position: right;
    transition: all .4s;
}

.agac .dal:nth-child(2n - 1) .icerik-kutu {
    border-radius: 20px 40px 20px 20px;
    background: var(--gradient1);
    background-size: 100%;
    padding-left: 30px;
    background-position: left;
    transition: all .4s;
}
.agac .dal:hover .icerik-kutu{
    background-size: 200%;
}

.agac .dal:nth-child(2n - 2) {
    flex-direction: row-reverse;
    text-align: right;
    justify-content: start;
}

.agac .dal:nth-child(2n - 2) .ikon {
    margin-right: -30px;
}

.agac .dal:nth-child(2n - 1) .ikon {
    margin-left: -30px;
}

.agac .dal .baslik {
    font-size: 16px;
    font-weight: 500;
    text-shadow: 1px 1px 5px var(--renk1);
}

.agac .dal .icerik {
    text-shadow: 1px 1px 5px var(--renk1);
}

.agac .dal::before {
    content: "";
    width: 100px;
    height: 180px;
    position: absolute;
    top: 40px;
    left: 20px;
    transform: translateX(-100%);
    mask-image: url(../img/agac-dal.svg);
    mask-size: 100% 100%;
    background-color: var(--renk1);
}

.agac .dal:nth-child(2n - 1)::before {
    left: auto;
    right: 20px;
    transform: translateX(100%) rotateY(180deg);
}

.agac-dal {
    width: 15px;
    height: 110%;
    position: absolute;
    bottom: 0;
    background-color: var(--renk1);
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.agac-dal .baslik {
    font-family: "Tangerine", cursive;
    position: absolute;
    top: 0;
    transform: translateY(-100%);
    background-color: var(--renk1);
    color: white;
    font-size: 38px;
    white-space: nowrap;
    padding: 3px 20px;
    border-radius: 10px;
    align-content: center;
    font-weight: 900;
    border: 3px solid white;
}

.agac-dal::before {
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--renk1);
    border: 4px solid white;
    position: absolute;
    bottom: 0;
    transform: translateY(50%);
}

.neden-biz {
    padding-top: 100px;
    position: relative;
    z-index: 5;
}

.hakkimizda {
    background: var(--gradient3);
    border-radius: 30px;
    margin: 0 10px;
    border: 3px solid white;
    color: white;
}

.hak-img {
    width: 80%;
    aspect-ratio: 4/3;
    position: relative;
    border: 3px solid white;
    border-radius: 10px;
}

.hak-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hak-img .foto-2 {
    position: absolute;
    width: 40%;
    aspect-ratio: 4/3;
    border-radius: 10px;
    right: -20px;
    bottom: -20px;
    border: 3px solid white;
    animation: salin 4s infinite linear;
}

@keyframes salin {
    0% {
        transform: translateY(0);
    }
    25%{
        transform: translateY(-15px);
    }
    50%{
        transform: translateY(0);
    }
    80%{
        transform: translateY(15px);
    }
    100%{
        transform: translateY(0);
    }
}

.button-2 {
    position: relative;
    padding: 10px 22px;
    border-radius: 6px;
    border: none;
    color: var(--renk1);
    cursor: pointer;
    background: white;
    transition: all 0.2s ease;
    font-weight: 500;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 19px;
    font-size: 16px;
}

.button-2:active {
    transform: scale(0.96);
}

.button-2:hover {
    color: var(--renk1);
}

.button-2 i {
    margin-left: 5px;
}

.button-2:before,
.button-2:after {
    position: absolute;
    content: "";
    width: 150%;
    left: 50%;
    height: 100%;
    transform: translateX(-50%);
    z-index: -1000;
    background-repeat: no-repeat;
}

.button-2:hover:before {
    top: -70%;
    background-image: radial-gradient(circle, white 20%, transparent 20%),
    radial-gradient(circle, transparent 20%, white 20%, transparent 30%),
    radial-gradient(circle, white 20%, transparent 20%),
    radial-gradient(circle, white 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, white 15%, transparent 20%),
    radial-gradient(circle, white 20%, transparent 20%),
    radial-gradient(circle, white 20%, transparent 20%),
    radial-gradient(circle, white 20%, transparent 20%),
    radial-gradient(circle, white 20%, transparent 20%);
    background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%,
    10% 10%, 18% 18%;
    background-position: 50% 120%;
    animation: greentopBubbles2 0.6s ease;
}

@keyframes greentopBubbles2 {
    0% {
        background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%,
        40% 90%, 55% 90%, 70% 90%;
    }

    50% {
        background-position: 0 80%, 0 20%, 10% 40%, 20% 0, 30% 30%, 22% 50%,
        50% 50%, 65% 20%, 90% 30%;
    }

    100% {
        background-position: 0 70%, 0 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%,
        50% 40%, 65% 10%, 90% 20%;
        background-size: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0;
    }
}

.button-2:hover::after {
    bottom: -70%;
    background-image: radial-gradient(circle, white 20%, transparent 20%),
    radial-gradient(circle, white 20%, transparent 20%),
    radial-gradient(circle, transparent 10%, white 15%, transparent 20%),
    radial-gradient(circle, white 20%, transparent 20%),
    radial-gradient(circle, white 20%, transparent 20%),
    radial-gradient(circle, white 20%, transparent 20%),
    radial-gradient(circle, white 20%, transparent 20%);
    background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 20% 20%, 18% 18%;
    background-position: 50% 0;
    animation: greenbottomBubbles2 0.6s ease;
}

@keyframes greenbottomBubbles2 {
    0% {
        background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%,
        70% -10%, 70% 0;
    }

    50% {
        background-position: 0 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%,
        105% 0;
    }

    100% {
        background-position: 0 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%,
        110% 10%;
        background-size: 0 0, 0 0, 0 0, 0 0, 0 0, 0 0;
    }
}
.footer-list{
    position: relative;
    color: var(--renk1);
    margin: 15px 10px;
}
.footer-list ul{
    padding: 0;
    margin: 0;
}
.footer-list .baslik{
    font-size: 26px;
    color: var(--renk1);
    font-weight: 600;
    position: relative;
    padding: 0 20px;
    display: inline-block;
    margin-bottom: 10px;
}
.footer-list .baslik::before {
    content: "";
    width: 40px;
    height: 30px;
    position: absolute;
    left: 15px;
    bottom: 0;
    transform: translateX(-100%);
    background-image: url(../img/icon.png);
    background-size: contain;
    background-position: center top;
}

.footer-list .baslik::after {
    content: "";
    width: calc(100% + 10px);
    height: 3px;
    position: absolute;
    left: -10px;
    bottom: 0;
    background-color: var(--renk3);
    z-index: -1;
}
.footer-list li a{
    color: var(--renk1);
}
.footer-list li i{
    margin-right: 8px;
    transition: all .4s;
}
.footer-list li:hover i{
    transform: rotate(360deg);
    margin-right: 15px;
}
.footer-list ul li{
    padding: 5px 0;
    font-weight: 500;
    font-size: 16px;
}
.swiper-button-next::after {
    content: "";
    width: 30px;
    height: 25px;
    mask-image: url("../img/right.png");
    mask-size: contain;
    mask-position: center center;
    mask-repeat: no-repeat;
    background-color: var(--renk1);
}
.swiper-button-prev::after {
    content: "";
    width: 30px;
    height: 25px;
    mask-image: url("../img/left.png");
    mask-size: contain;
    mask-position: center center;
    mask-repeat: no-repeat;
    background-color: var(--renk1);
}
.hbt-card{
     width: 100%;
     margin: 15px 0;
     position: relative;
     border-radius: 10px;
     transition: all .4s;
 }
.hbt-card-top{
    width: 100%;
    aspect-ratio: 4/3;
    border-radius: 10px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 17px;
}
.hbt-card:hover .hbt-card-top{
    box-shadow: rgba(149, 157, 165, 0.5) 0 8px 17px;
}
.hbt-card-top::before{
    content: "\2b";
    font: var(--fa-font-solid);
    font-size: 22px;
    color: white;
    z-index: 5;
    position: absolute;
    transform: scale(0);
    transition: all .4s;
}
.hbt-card-top img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s;
    background-color: white;
}
.hbt-card:hover .hbt-card-top img{
    filter: brightness(0.5);
}
.hbt-card:hover .hbt-card-top::before{
    transform: scale(1);
}
.hbt-card-title{
    width: 100%;
    height: 80px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    padding: 5px 10px;
}
.hakkimizda{
    font-size: 18px;
    margin-top: 30px;
}
.slider .slider-yazi{
    opacity: 0;
    transition: all .4s;
}
.slider .swiper-slide-active .slider-yazi{
    opacity: 1;
}
.slider-yazi .animation{
    transform: translateY(100%);
    transition: all .8s;
    opacity: 0;
    transition-delay: 0.4s;
}
.slider-yazi .animation:nth-child(2){
    transition-delay: 0.8s;
}
.slider-yazi .animation:nth-child(3){
    transition-delay: 1.2s;
}
.swiper-slide-active .slider-yazi .animation{
    transform: translateY(0);
    opacity: 1;
}
.slider-img{
    transform: translateX(100%);
    transition: all .6s;
    opacity: 0;
}
.swiper-slide-active .slider-yazi .slider-img{
    transform: translateX(0);
    opacity: 1;
}
.swiper-pagination-bullet{
    width: auto;
    height: auto;
    background: transparent;
    opacity: 0.5;
    transition: all .4s;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.swiper-pagination-bullet:hover, .swiper-pagination-bullet-active{
    opacity: 1;
    transform: rotate(45deg) !important;
}
.swiper-pagination-bullet::before{
    content: "\f2dc";
    font: var(--fa-font-solid);
    font-size: 24px;
    color: var(--renk1);
    transition: all .4s !important;
}
.swiper-pagination-bullet:hover::before{
    color: var(--renk1);
    transform: rotate(45deg) !important;
}
.dropdown-item{
    color: var(--renk1) !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(--renk1);
    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;
}
.hakkimizdaBaslik{
    padding: 8px 10px;
    border-radius: 10px;
    background-color: white;
    color: var(--renk1);
    text-align: center;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
    transform: translateY(-50%);
    transition: all .4s;
}
.urun-card::before{
    display: none;
}
.baslikEfekt {
    position: absolute;
    width: 100%;
    height: 100%;
    transform: rotateX(-90deg) translateY(100%);
    bottom: 0;
    left: 0;
    transform-origin: bottom;
    color: black;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    backface-visibility: hidden;
    opacity: 0;
    transition: all .4s;
}
.kategori-card .title{
    transform-origin: bottom;
    transform-style: preserve-3d;
    transition: all .4s;
    margin-top: 15px;
    padding: 5px 0;
}
.kategori-card:hover .title {
    transform: rotateX(90deg) translateZ(2.6em);
}
.kategori-card:hover .title .baslikEfekt {
    opacity: 1;
}
.urun-card .top::after{
    content: "";
    width: 15%;
    height: 100%;
    transform: skew(45deg);
    background-color: white;
    opacity: 0.5;
    position: absolute;
    right: -100%;
    filter: blur(10px);
}
.urun-card:hover .top::after{
    right: 200%;
    transition: all 1s;
}
.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{
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
}
.group {
    display: flex;
    line-height: 28px;
    align-items: center;
    position: relative;
    box-shadow: rgba(149, 157, 165, 0.2) 0 4px 13px;
    margin: 10px 0;
}

.style-input {
    width: 100%;
    height: 40px;
    line-height: 28px;
    padding: 0 1rem;
    padding-left: 2.5rem;
    border: 2px solid transparent;
    border-radius: 8px;
    outline: none;
    background-color: white;
    color: #0d0c22;
    transition: 0.3s ease;
}
textarea.style-input{
    height: auto;
    padding-top: 5px;
}

.style-input::placeholder {
    color: #9e9ea7;
}

.input:focus,
input:hover {
    outline: none;
    border-color: var(--renk2);
    background-color: #fff;
}

.icon {
    position: absolute;
    left: 1rem;
    fill: #9e9ea7;
    width: 1rem;
    height: 1rem;
    top: 13px;
}

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{
    flex: 0 0 35px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: var(--renk1);
    color: white;
    display: flex !important;
    justify-content: center;
    align-items: center;
    outline: 1px solid var(--renk1);
    outline-offset: 3px;
    transition: all .4s;
}
address p:hover i{
    transform: rotate(360deg);
    outline-offset: 5px;
}
.kurumsal-img{
    width: 100%;
    aspect-ratio: 4/3;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
    transition: all .4s;
}

.kurumsal-img::before {
    content: "";
    width: 94%;
    aspect-ratio: 4 / 3;
    border-radius: 10px;
    background-color: var(--renk3);
    z-index: 1;
    transform: rotate(4deg);
    position: absolute;
    left: 3%;
    top: 0;
    transition: all .4s;
    border: 3px solid white;
}

.kurumsal-img:hover::before {
    transform: rotate(5deg);
    background-color: var(--renk1);
}

.kurumsal-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    position: relative;
    transition: all .4s;
    z-index: 5;
    background-color: white;
}
.kurumsal-img:hover img{
    transform: scale(1.05) rotate(-3deg);
}
.galeri-kutu{
    width: 100%;
    aspect-ratio: 4/3;
    border-radius: 10px;
    overflow: hidden;
    margin: 15px 0;
    position: relative;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s;
}
.galeri-kutu:hover{
    transform: scale(1.1) rotate(-3deg);
}
.galeri-kutu img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.galeri-kutu::before{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all .4s;
    pointer-events: none;
}
.galeri-kutu:hover::before{
    opacity: 0.5;
}
.galeri-kutu::after{
    content: "\f424";
    font: var(--fa-font-solid);
    color: white;
    font-size: 20px;
    transform: scale(0);
    transition: all .4s;
    position: absolute;
    z-index: 5;
    pointer-events: none;
}
.galeri-kutu:hover::after{
    transform: scale(1);
}
.galeri-kutu a{
    width: 100%;
    height: 100%;
}
.button-1:hover i, .button-2:hover i{
    transition: all .4s;
    transform: rotate(360deg);
}

.indirBtn {
    width: 50px;
    height: 50px;
    border: 2px solid rgb(214, 214, 214);
    border-radius: 15px;
    background-color: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    transition-duration: 0.3s;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.11);
}

.svgIcon {
    fill: rgb(70, 70, 70);
}

.icon2 {
    width: 18px;
    height: 5px;
    border-bottom: 2px solid rgb(70, 70, 70);
    border-left: 2px solid rgb(70, 70, 70);
    border-right: 2px solid rgb(70, 70, 70);
}

.form-kutu:hover .indirBtn {
    background-color: var(--renk2);
    transition-duration: 0.3s;
}

.form-kutu:hover .icon2 {
    border-bottom: 2px solid rgb(235, 235, 235);
    border-left: 2px solid rgb(235, 235, 235);
    border-right: 2px solid rgb(235, 235, 235);
}

.form-kutu:hover .svgIcon {
    fill: rgb(255, 255, 255);
    animation: slide-in-top 1s linear infinite;
}

@keyframes slide-in-top {
    0% {
        transform: translateY(-10px);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}
.form-kutu{
    width: 100%;
    height: 190px;
    background: var(--gradient1);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 15px 0;
    padding: 10px;
    position: relative;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
}
.form-kutu .baslik{
    color: white;
    text-align: center;
    margin-top: 10px;
    text-shadow: 1px 1px 5px #35bff2;
}
.form-kutu .hbt-icon{
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: rgba(255,255,255,0.8);
}
.slider-img{
    aspect-ratio: 40/28;
    max-height: 380px;
    margin: 0 auto;
}
.slider-img img{
    object-fit: contain;
    object-position: bottom;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(149, 157, 165, 0.1) 0 8px 24px;
    background-color: white;
}
.footer-social{
    display: flex;
    flex-wrap: wrap;
    width: 90%;
}
.footer-social li{
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    margin: 5px;
}
.footer-social li a{
    width: 100%;
    height: 100%;
    color: white;
    text-align: center;
    align-content: center;
}
.footer-social li i{
    margin: 0;
}
.canvasSocial li a{
    color: var(--renk1);
}
.canvasSocial li{
    padding: 5px 10px;
    font-size: 16px;
    color: var(--renk1);
}
.hc-offcanvas-nav li:not(.custom-content) a {
    display: flex !important;
    justify-content: start;
    align-items: center;
}
.hc-offcanvas-nav a.nav-next:before {
    background: var(--renk1);
}
.hc-offcanvas-nav .nav-back span::before, .hc-offcanvas-nav .nav-next span::before {
    border-top: 2px solid var(--renk1);
    border-left: 2px solid var(--renk1);
}
.hc-offcanvas-nav a.nav-next:before{
    top: auto !important;
}
.table-col .d-flex{
    align-items: center;
}
.hc-offcanvas-nav .nav-content>h2, .hc-offcanvas-nav .nav-content>h3, .hc-offcanvas-nav .nav-content>h4, .hc-offcanvas-nav .nav-content>h5, .hc-offcanvas-nav .nav-content>h6{
    color: var(--renk1);
}
.nav-back-button span::after {
    content: "";
    position: absolute;
    left: 0;
    transform: translateX(-100%);
}
.canvasSocial{
    border-top: 2px solid var(--renk1);
    padding-top: 20px;
}
.hc-offcanvas-nav .nav-close-button span::after, .hc-offcanvas-nav .nav-close-button span::before{
    border-top: 2px solid var(--renk1);
    border-left: 2px solid var(--renk1);
}
.canvasSocialMedia{
    display: flex;
    border-top: 2px solid var(--renk1);
    padding-top: 20px;
    margin-top: 20px;
}
.canvasSocialMedia div{
    flex: 1;
    text-align: center;
    color: var(--renk1);
    font-size: 18px;
}
.canvasSocialMedia a{
    color: var(--renk1);
}
.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;
}

.nav-item-link i {
    font-size: 18px;
    margin-right: 10px;
}

.nav-item-link .hbt-icon {
    background-color: var(--renk1);
    width: 20px;
    height: 20px;
}

.hc-offcanvas-nav .nav-close-button span::after, .hc-offcanvas-nav .nav-close-button span::before {
    border-color: var(--renk1);
}
.urun-img{
    width: 100%;
    aspect-ratio: 4/3;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
    overflow: hidden;
    position: relative;
    transition: all .4s;
    margin: 10px 0;
}
.urun-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: white;
}
.urun-img::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--renk1);
    opacity: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
    transition: all .4s;
}
.swiper-slide-thumb-active .urun-img{
    transform: scale(1.05);
}
.urunDetayBaslik{
    font-size: 26px;
    font-weight: 500;
}
.urunDetayIcerik{
    font-size: 16px;
    margin-top: 10px;
    text-align: justify;
}
.urun-tabs{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.urun-tab{
    flex: 1;
    max-width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    border-right: 2px solid var(--renk1);
    padding: 10px;
}
.cubuk{
    width: 30%;
    height: 1.5px;
    background-color: var(--renk1);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .4s;
}
.urun-tab-content{
    display: none;
}
.urun-tab-content.active{
    display: block;
}
.br-0{
    border-right: none;
}
.hbt-card-title{
    transform-origin: bottom;
    transform-style: preserve-3d;
    transition: all .4s;
    margin-top: 15px;
    padding: 5px 0;
    position: relative;
}
.hbt-card:hover .hbt-card-title {
    transform: rotateX(90deg) translateZ(5em);
}
.hbt-card:hover .hbt-card-title .baslikEfekt {
    opacity: 1;
}
.rakam-kutu .rakam-shape-1{
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("../img/rakam-shape-1.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 3;
    filter: drop-shadow(2px 2px 2px #d9d9d9);
    transition: all .4s;
}
.rakam-kutu .rakam-shape-2{
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("../img/rakam-shape-2.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 2;
    transition: all .4s;
    filter: drop-shadow(2px 2px 2px #d9d9d9);
}
.rakam-kutu .rakam-shape-3{
    position: absolute;
    width: 120%;
    height: 120%;
    background-image: url("../img/rakam-shape-3.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
    transition: all .4s;
}
.rakam-kutu .rakam-shape-4{
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("../img/rakam-bg.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
    transition: all .4s;
}
.headerSosyal a:hover i{
    transform: rotate(360deg);
    transition: all .4s;
}
.mega-menu{
     position: absolute;
     width: 100vw;
     min-height: 300px;
     padding: 50px 0;
     top: calc(100% - 10px);
     left: 0;
     opacity: 0;
     visibility: hidden;
     pointer-events: none;
     transition: all .2s;
     z-index: 1;
     background-color: white;
 }
.dropdown:hover .mega-menu{
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
}
.mega-dropdown{
    position: unset;
}
.mega-menu .baskan{
    height: 400px;
}
.mega-menu .btn-style-2{
    min-width: 80px;
}
.mega-menu-list{
    display: flex;
    flex-wrap: wrap;
}
.mega-item{
    margin: 10px;
    flex: 0 0 calc(33.33% - 20px);
    background-color: rgba(255,255,255,0.4);
    backdrop-filter: blur(4px);
    aspect-ratio: 40/25;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
    color: white;
    text-transform: uppercase;
    transition: all .4s;
}
.mega-item:hover{
    background-color: rgba(255,255,255,0.6);
    color: white;
}
.mega-item .hbt-icon{
    background-color: white;
    margin-bottom: 10px;
}
.mega-menu .top-incele{
    font-size: 10px;
}
.ck-content ul{
    list-style-type: disc;
}
.hk-content table {
    background-color: white;
    width: 100%;
}
.table td, .table th {
    border-right: 1px solid #dee2e6;
}
.ar-none{
    aspect-ratio: auto;
}
.kurumsal-img.ar-none::before{
    aspect-ratio: auto;
    height: 100%;
}
.has-image[data-image-fit=contain] .fancybox__image {
    background-color: white;
    border-radius: 10px;
}
.w-40{
    width: 40% !important;
}
.widget{
    border-radius: 10px;
    background-color: rgba(255,255,255,0.9);
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
    padding: 10px 20px;
}
.ck-content a{
	color: var(--renk1);
}
.ck-content h2{
	margin-top: 20px;
    font-size: 1.4rem;
}
.ck-content h3{
	margin-top: 15px;
    font-size: 1.2rem;
}
.ck-content h4{
	margin-top: 10px;
    font-size: 1.1rem;
}
.slider-shape-1{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--gradient1);
    position: absolute;
    left: 30%;
    animation: salin 8s infinite linear;
    top: 15%;
    opacity: 0.25;
}
.slider-shape-2{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--gradient1);
    position: absolute;
    right: 8%;
    animation: salin 8s infinite linear;
    animation-delay: 4s;
    top: 75%;
    opacity: 0.25;
}
.slider-shape-3{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: var(--gradient1);
    position: absolute;
    left: 4%;
    animation: salin 8s infinite linear;
    animation-delay: 4s;
    top: 85%;
    opacity: 0.25;
}
.slider-shape-4{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: var(--gradient1);
    position: absolute;
    right: 4%;
    animation: salin 8s infinite linear;
    animation-delay: 4s;
    top: 15%;
    opacity: 0.25;
}
.yorum{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--renk1);
    background-color: white;
    padding: 10px;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 14px;
    margin: 20px;
}
.yorum-img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
}
.yorum-title{
    width: 80%;
    color: var(--renk1);
}
.yorum-yildiz i{
    font-size: 12px;
    margin: 0 2px;
}
.yorum-kutu{
    width: 100%;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    flex-direction: column;
    text-align: center;
    padding: 10px 20px;
    transition: all .4s;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
}
.yorum-kutu:hover{
    box-shadow: rgba(149, 157, 165, 0.5) 0 8px 24px;
}
.yorum-kutu-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.yorum-kutu-img{
    overflow: hidden;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
}
.yorum-kutu .yorum-yildiz{
    color: var(--renk2);
    margin: 10px 0;
}
header .kategori-card .title {
    font-size: 12px;
    height: 50px;
}
header .kategori-card:hover .title {
    transform: rotateX(90deg) translateZ(5em);
}
header .kategori-card::before {
    top: auto;
    bottom: 0;
}
.fsz-12{
    font-size: 12px;
}
.freezewize-menu-kutu{
    width: 100%;
    aspect-ratio: 4/3;
    border-radius: 10px;
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
    transition: all .4s;
    overflow: hidden;
    border: 3px solid white;
}
.freezewize-menu-kutu:hover{
    background-color: rgba(255, 255, 255, 0.4);
}
.freezewize-menu-kutu .hbt-icon{
    background-color: white;
    width: 25px;
    height: 25px;
}
.freezewize-menu-kutu img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s;
}
.freezewize-menu-kutu:hover img{
    transform: scale(1.05);
}
.freezewize-menu-kutu ~ .baslik{
    font-size: 14px;
    margin-top: 10px;
    color: white;
}
.swiper-swiperAlt-next{
    right: -30px !important;
    top: 40% !important;
}
.swiper-swiperAlt-prev{
    left: -30px !important;
    top: 40% !important;
}
.sayfaHeader{
    background: none;
}
.sayfaHeader .nav-link{
    color: var(--renk1);
}
.sayfaHeader .nav-link::before{
    background-color: var(--renk1);
}
.sayfaHeader .nav-link .hbt-icon{
    background-color: var(--renk1);
}
.sayfaHeader .telefonnumaramiz a,.sayfaHeader .telefonnumaramiz i {
    color: var(--renk1) !important;
}
.sayfaHeader .sosyalMedyaUl li a{
    color: var(--renk1) !important;
}
.slider::before{
    content: "";
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%);
    width: 100%;
    height: 30%;
    z-index: 2;
}
.dot-spinner {
    --uib-size: 2.8rem;
    --uib-speed: .9s;
    --uib-color: var(--renk1);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: var(--uib-size);
    width: var(--uib-size);
}

.dot-spinner__dot {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    width: 100%;
}

.dot-spinner__dot::before {
    content: '';
    height: 20%;
    width: 20%;
    border-radius: 50%;
    background-color: var(--renk1);
    transform: scale(0);
    opacity: 0.5;
    animation: pulse0112 calc(var(--uib-speed) * 1.111) ease-in-out infinite;
}

.dot-spinner__dot:nth-child(2) {
    transform: rotate(45deg);
}

.dot-spinner__dot:nth-child(2)::before {
    animation-delay: calc(var(--uib-speed) * -0.875);
}

.dot-spinner__dot:nth-child(3) {
    transform: rotate(90deg);
}

.dot-spinner__dot:nth-child(3)::before {
    animation-delay: calc(var(--uib-speed) * -0.75);
}

.dot-spinner__dot:nth-child(4) {
    transform: rotate(135deg);
}

.dot-spinner__dot:nth-child(4)::before {
    animation-delay: calc(var(--uib-speed) * -0.625);
}

.dot-spinner__dot:nth-child(5) {
    transform: rotate(180deg);
}

.dot-spinner__dot:nth-child(5)::before {
    animation-delay: calc(var(--uib-speed) * -0.5);
}

.dot-spinner__dot:nth-child(6) {
    transform: rotate(225deg);
}

.dot-spinner__dot:nth-child(6)::before {
    animation-delay: calc(var(--uib-speed) * -0.375);
}

.dot-spinner__dot:nth-child(7) {
    transform: rotate(270deg);
}

.dot-spinner__dot:nth-child(7)::before {
    animation-delay: calc(var(--uib-speed) * -0.25);
}

.dot-spinner__dot:nth-child(8) {
    transform: rotate(315deg);
}

.dot-spinner__dot:nth-child(8)::before {
    animation-delay: calc(var(--uib-speed) * -0.125);
}

@keyframes pulse0112 {
    0%,
    100% {
        transform: scale(0);
        opacity: 0.5;
    }

    50% {
        transform: scale(1);
        opacity: 1;
    }
}

/*PRELOADER*/


.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: white;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all .3s;
    align-items: center;
}
.preloader img{
    width: 250px;
    margin-bottom: 20px;
}

.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) {
    .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) {
    .swiper-slide .title{
        font-size: 26px;
    }
    .swiper-slide .subtitle{
        font-size: 14px !important;
    }
    .agac .dal::before {
        width: 70px;
        height: 110px;
    }
    .swiper-button-next {
        right: -15px;
    }

    .swiper-button-prev {
        left: -15px;
    }
    .footer-list .baslik {
        font-size: 18px;
    }
    .footer-list ul li {
        font-size: 14px;
    }
    .footer-social {
        justify-content: center;
        width: 100%;
    }
}

@media screen and (max-width: 450px) {
    .hakkimizda {
        margin-top: 20px;
    }
    .agac-dal .baslik {
        top: 0;
        left: -10px;
        transform: translateY(-20%);
    }
    .agac .dal:nth-child(2n - 2) .ikon {
        margin-right: -15px;
    }
    .agac .dal:nth-child(2n - 1) .ikon {
        margin-left: 0;
        margin-right: -15px;
    }
    .agac-dal {
        left: 55px;
    }
    .agac .dal .icerik-kutu{
        padding-left: 30px;
    }
    .agac .dal{
        flex: 0 0 100%;
        flex-direction: row-reverse;
        justify-content: start;
        text-align: left !important;
    }
    .agac .dal::before{
        display: none;
    }
    .cubuk{
        display: none;
    }
    .urun-tabs{
        justify-content: left;
    }
    .urun-tab {
        flex: 0 0 50%;
        max-width: 50%;
        font-size: 18px;
        border-bottom: 2px solid transparent;
    }
    .urun-tab:nth-child(2n - 2){
        border-right: none;
    }
    .urun-tab.active{
        border-bottom: 2px solid var(--renk1);
    }
    .urun-tab.br-0{
        border-right: 2px solid var(--renk1);
    }
    .hakkimizda {
        font-size: 14px;
    }
    .footer-list .baslik::before {
        left: 0;
        transform: translateX(0);
    }
    .footer-list .baslik {
        padding-left: 45px;
        font-size: 20px;
    }
    .swiper-slide .title {
        font-size: 28px;
    }
    .swiper-slide .subtitle {
        font-size: 14px !important;
    }
    .mySwiper {
        height: 750px;
    }
    .sayfaDetay-img {
        width: 100% !important;
        padding: 0 !important;
        margin: 0 0 20px 0 !important;
    }
    .sayfaBaslik h2{
        font-size: 26px;
    }
    .kategori-card .title, .hbt-card-title, .footer-list ul li {
        font-size: 14px;
    }
    .hakkimizdaBaslik {
        font-size: 26px;
    }
    .hbt-card-title {
        height: auto;
    }
    .footer-social {
        justify-content: center;
        width: 100%;
    }
    .is-sticky .navbar-brand {
        margin:10px 0;
    }
    .is-sticky .hc-nav-trigger {
        margin:10px 0;
    }

}

.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;
    }
}

.instagram-bg {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.facebook-bg {
    background-color: #3b5998;
}


.twitter-bg {
    background-color: #1da1f2;
}


.whatsapp-bg {
    background-color: #25D366;
}

.linkedin-bg {
    background-color: #0A66C2;
}

.youtube-bg {
    background-color: #FF0000;
}