/*fonts*/
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Grey+Qo&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@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: #392a85;
    --renk2: #685bc4;
    --renk3: #f6f5ff;
    --renk4: #e7412a;
    --renk5: #f1860d;
    --renk6: #fffbf8;
    --font1: "Montserrat", sans-serif;

}

::selection {
    background: var(--renk2);
    color: #ffffff;
}

.active5 {
    position: relative;
}

.active5:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-color: var(--secondary);
    border: 3px solid #ffffff;
    border-radius: 50px;
    left: 50%;
    transform: translateX(-50%);
    top: 92%;
}


body {
    background-color: var(--renk6);
    background-image: url("../img/bg.png");
    background-size: 100% auto;
    background-position: center;
    font-size: 14px;
}

body::-webkit-scrollbar-track {
    background-color: transparent
}

body::-webkit-scrollbar {
    width: 10px;
    background-color: transparent;
}

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #aaa
}

body::-webkit-scrollbar-thumb:hover {
    background-color: #606060
}

a {
    color: var(--renk2);
}


a:hover {
    text-decoration: none;
    color: var(--renk2);
}

address p {
    display: flex;
}

ul {
    list-style-type: none;
}

/* HC-OFFCANVAS */
.hc-nav-trigger {
    right: 15px;
    top: 25px;
}

.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: 100;
    animation: fadeIn linear;
    animation-duration: 0.6s;
}


header.is-sticky {
    background: #ffffff;
    box-shadow: rgb(0 0 0 / 35%) 0 5px 15px;
    animation: fadeInDown linear;
    animation-duration: 0.6s;
}


.navbar-brand {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.navbar-brand::before {
    content: "";
    width: 100%;
    height: calc(100% + 10px);
    background-color: white;
    position: absolute;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.05) 0 8px 24px;
}

.is-sticky .navbar-brand::before {
    display: none;
}

.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;
}

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: black;
    font-weight: 600;
    position: relative;
    overflow: hidden;
}

.nav-link:hover {
    color: black;
}

.is-sticky .nav-link {
    color: black;
}

.is-sticky .nav-link:hover {
    color: black;
}

.dropdown-menu .nav-link {
    color: black;
}

/* header sosyal medya */
.sosyalMedyaUl {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.sosyalMedyaUl li:not(:last-of-type) {
    margin-right: 2px;
}

.sosyalMedyaUl li 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;
}

/*
* FOOTER
*/


footer .footer-alt-bg {
    border-top: 8px solid var(--renk1);
    background: #fff;
    color: #fff;
    font-size: 15px;
    position: relative;
    z-index: 30;
    padding-bottom: 8px
}

.footer-alt-bg::before {
    content: "";
    width: 100%;
    height: 5px;
    background-color: white;
    position: absolute;
    top: -10px;
    left: 0;
}

footer .footer-alt-bg .footer-alt-ic {
    margin-right: auto
}

footer .footer-alt-bg p {
    padding: .8em 0 .4em;
    position: relative;
    z-index: 1;
    font-size: 12px;
    color: #555;
    text-align: right
}

footer .footer-Link {
    transition: all .4s;
}

footer .footer-Link:hover {
    padding-left: 10px;
}

footer .footer-ust-img {
    position: absolute;
    width: 100%;
    height: 55px;
    top: -40px;
    transform: perspective(1px)
}

footer .hakanbt-logo:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: -44px;
    left: -16px;
    border-style: solid;
    border-width: 0 30px 35px 30px;
    border-color: transparent transparent #fff transparent
}

footer .hakanbt-logo:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: -34px;
    left: -6px;
    border-style: solid;
    border-width: 0 20px 24px 20px;
    border-color: transparent transparent var(--renk1) transparent
}

footer .hakanbt-logo {
    position: absolute;
    bottom: -14px;
    left: 15px;
    height: 35%;
    width: 100%
}

.hakanbt {
    width: 28px !important;
    height: 25px !important;
    overflow: hidden !important;
    position: relative !important;
    margin: 0 !important;
    transition: all .5s ease-in-out .1s !important
}

.hakanbt img {
    max-width: none !important;
    user-select: none;
}

.hakanbt:hover {
    width: 125px !important
}

.dropdown-menu {
    border: 1px solid #dddddd;
    border-radius: 0;
    padding: 0;
}

.navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    margin-top: 0;
    border: none;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
}

.navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0 0;
}

.navbar .nav-item:hover .dropdown-menu {
    transition: .3s;
    opacity: 1;
    visibility: visible;
    top: 61px;
    transform: rotateX(0deg);
}

.right-menu {
    position: absolute;
    top: 0;
    left: 100%;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    margin-top: 0;
    background-color: #fff;
    list-style: none;
}

.navbar .nav-item.right:hover .right-menu {
    transition: .3s;
    opacity: 1;
    visibility: visible;
    display: block;
    pointer-events: all;
    animation-name: dropdownAnimasyon;
    animation-duration: 1s;
    animation-timing-function: ease;
}

/* Slider */
.swiper {
    width: 100%;
}

.mySwiper {
    height: calc(100vh - 43px);
}

.swiper-slide {
    text-align: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sayfaBaslik {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.sayfaBaslik h2 {
    text-align: center;
    display: inline-flex;
    position: relative;
    padding: 0 0 5px 0;
    justify-content: center;
    align-items: center;
    font: var(--font1);
    color: var(--renk1);
    font-size: 30px;
    font-weight: 600;
}

.sayfaBaslik h2::before {
    content: "";
    width: calc(100% + 10px);
    height: 2px;
    background: linear-gradient(45deg, var(--renk4) 60%, var(--renk5));
    position: absolute;
    left: -5px;
    bottom: 0;
}

.ortalaX {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.ortalaY {
    position: relative;
    top: 50%;
    transform: translateY(-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(--renk1) !important;
}

.swiper-button-next {
    right: -10px;
}

.swiper-button-prev {
    left: -10px;
}

footer {
    background: linear-gradient(135deg, #261c5e 10%, #392a85 60%);
    color: white;
    position: relative;
    margin-top: 50px;
}

footer::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("../img/footer-bg.png");
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
}

footer a {
    color: white !important;
}

.footer-list h3 {
    color: white;
    position: relative;
    margin-bottom: 20px;
}

.footer-list i {
    margin-right: 10px;
    transition: all .4s;
    color: white;
}

.footer-social li i:hover {
    box-shadow: rgba(149, 157, 165, 0.4) 0 8px 24px;
}

.footer-social li i {
    color: white;
    transition: all .4s;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    font-size: 18px;
    padding: 0;
    border: 1px solid rgba(255,255,255,0.6);
}

.footer-list li:hover i {
    margin-right: 15px;
}

.footer-list li {
    margin: 10px 0;
}

.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;
    border-radius: 50%;
    margin-top: 70px;
    font-size: 40px;
}

.count {
    font-size: 35px;
    font-family: Montserrat, sans-serif;
    display: inline-block;
    margin: 0;
}

.countreup p {
    font-size: 18px;
    font-weight: 600;
}

/* Slider Haberler*/

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-container {
    width: 100%;
    height: 300px;
    margin: 20px auto;
}

.append-buttons {
    text-align: center;
    margin-top: 20px;
}

.append-buttons button {
    display: inline-block;
    cursor: pointer;
    border: 1px solid #007aff;
    color: #007aff;
    text-decoration: none;
    padding: 4px 10px;
    border-radius: 4px;
    margin: 0 10px;
    font-size: 13px;
}

.modal-content {
    top: 50px;
}

.slider .swiper-button-next {
    right: 10px;
}

.slider .swiper-button-prev {
    left: 10px;
}

.slider {
    overflow: hidden;
}

.slogon {

    background-color: var(--renk2);
    color: white;
}

.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: var(--font1);
    font-size: 48px;
    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;
    padding-top: 100px;
    padding-bottom: 60px;
}

.swiper-slide .subtitle {
    font-size: 22px !important;
    font-weight: 650 !important;
    font: var(--font1);
}

.swiper-slide .sliderAciklama {
    font-size: 22px;
}

.slider-yazi.koyu .title, .slider-yazi.koyu .subtitle, .slider-yazi.koyu .sliderAciklama {
    color: white;
}

.slider-yazi.acik .title, .slider-yazi.acik .subtitle, .slider-yazi.acik .sliderAciklama {
    color: var(--renk1);
}


.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: 200px;
    width: 100%;
    color: var(--renk1);
    display: flex;
    padding-top: 125px;
    align-items: center;
    position: relative;
    background-image: url("../img/bg.png");
    background-size: 100% auto;
    background-position: center;
    background-color: var(--renk3);
    border-bottom: 15px solid var(--renk1);
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
}

.short-title {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.short-title h1 {
    font-weight: 600;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
}

.short-title h1::before {
    content: "\f105";
    position: relative;
    font: var(--fa-font-solid);
    font-size: 26px;
    background: -webkit-linear-gradient(45deg, var(--renk4), var(--renk5));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 10px;
}

.breadcrumbDis {
    display: inline-block;
    position: absolute;
    right: 30px;
    bottom: 0;
    background: -webkit-linear-gradient(135deg, var(--renk4), var(--renk5));
    transform: translateY(calc(100% + 14px));
    border-radius: 0 0 10px 10px;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: white;
}

.bread-nav {
    display: flex;
    justify-content: center;
}

.breadcrumb {
    margin: 0;
    background: transparent;
    padding: 8px 25px;
}

.breadcrumb .breadcrumb-item, .breadcrumb-item a {
    color: white !important;
}

.hk-content {
    padding: 10px;
}

.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: 18px;
    line-height: 18px;
    text-decoration: none !important;
    color: white;
    opacity: 1;
}

.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;
    overflow: hidden;
    transition: all .4s;
}
.say-list::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(to right, var(--renk4), var(--renk5));
    left: 0;
    top: 0;
    transition: all .4s;
    opacity: 0;
    transform: translateX(-100%);
}
.say-list.bltn::before{
    display: none;
}
.say-list.bltn:hover{
    background-color: var(--renk2);
}
.say-list:hover::before{
    opacity: 1;
    transform: translateX(0);
}
.harita iframe {
    width: 100%;
    height: 350px;
}

.z-10 {
    position: relative;
    z-index: 10;
}

.nbar {
    background-color: white;
    border-radius: 10px 0 0 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
    margin-top: 30px;
}

.is-sticky .nbar {
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    margin-top: 0;
}

.dinamic-menu-item {
    padding: 20px 15px;
}

section.teklif-al {
    position: relative;
    z-index: 2;
    transform: translateY(-70%);
    margin-bottom: -80px;
}

.teklif-al-kutu {
    display: flex;
    background-color: var(--renk1);
    align-items: center;
    color: white;
    padding: 15px 10px;
    border-radius: 5px;
    position: relative;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
    transition: all .4s;
}

.teklif-al-kutu:hover {
    background-color: var(--renk2);
}

.teklif-al-kutu::before {
    content: "\f105";
    font: var(--fa-font-solid);
    width: 25px;
    font-size: 12px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to left, var(--renk4) 5%, var(--renk5) 70%);
    color: white;
    border-radius: 50%;
    right: 0;
    position: absolute;
    transform: translateX(50%);
    border: 2px solid white;
}

.teklif-al-kutu .icon {
    width: 20%;
    margin-right: 10px;
}

.teklif-al-kutu .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.teklif-al-kutu .baslik {
    font-weight: 500;
}

.teklif-form-tabs {
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d9d9d9;
    padding: 10px 10px 10px 10px;
    justify-content: center;
    position: relative;
}

.teklif-form-tab {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex: 1;
    cursor: pointer;
    position: relative;
    transition: all .4s;
}
.teklif-form-tab::before{
    content: "";
    width: calc(100% - 4px);
    height: calc(100% + 10px);
    position: absolute;
    left: 2px;
    bottom: -5px;
    pointer-events: none;
    background: linear-gradient(to top, rgba(57,42,133, 0.8) -40%, rgba(57,42,133, 0));
    border-radius: 10px;
    transform: translateY(100%);
    opacity: 0;
    transition: all .4s;
}
.teklif-form-tab:hover::before, .teklif-form-tab.active::before{
    transform: translateY(0);
    opacity: 1;
}
.teklif-form-tab:hover .baslik, .teklif-form-tab.active .baslik{
    color: white;
}
.teklif-form-tab .icon img {
    width: 100%;
    margin-bottom: 5px;
}

.teklif-form-tab .baslik {
    color: black;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    margin-top: 10px;
    position: relative;
    transition: all .4s;
    z-index: 5;
}

.teklifFormu {
    background-color: white;
    box-shadow: rgba(14, 30, 37, 0.12) 0 2px 4px 0, rgba(14, 30, 37, 0.32) 0 2px 16px 0;
    border-radius: 10px;
    padding-bottom: 15px;
    overflow: hidden;
}

.teklifFormlari {
    padding: 10px;
    position: relative;
}

.teklifFormCubuk {
    position: absolute;
    width: 23%;
    height: 3px;
    background-color: var(--renk1);
    left: 25px;
    bottom: -2px;
    transition: all .4s;
    border-radius: 10px;
}
.slider-btns {
    position: absolute;
    width: 30px;
    height: 90px;
    right: 10%;
    top: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.swiper-button-next::after {
    content: "\f105";
    font: var(--fa-font-solid);
}

.swiper-button-prev::after {
    content: "\f104";
    font: var(--fa-font-solid);
}

.slider .swiper-button-next {
    position: relative;
    right: 0;
    font-size: 32px;
    color: var(--renk1);
}

.slider .swiper-button-prev {
    position: relative;
    left: 0;
    font-size: 32px;
    color: var(--renk1);
}

.slider .swiper-button-next::after, .slider .swiper-button-prev::after {
    background: var(--renk1);
    -webkit-text-stroke: 1px var(--renk6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.radio-tab {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: var(--renk3);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    padding: 2px 5px;
    width: 100%;
}

.radio-tab-bg {
    border-radius: 30px;
    position: absolute;
    left: 0;
    transition: all .4s;
    height: calc(100% - 10px);
    top: 5px;
    background-color: var(--renk1);
}

.radio-tab label {
    color: var(--renk1);
    padding: 10px 15px;
    margin: 0;
    position: relative;
    z-index: 2;
    transition: all .4s;
    cursor: pointer;
}

.radio-tab label.active, .radio-tab label:hover {
    color: white;
}

.form-control {
    border: 1px solid #f1f1f1;
    margin: 7px 0;
    height: 45px;
    color: black;
    width: calc(100% - 6px);
    left: 3px;
    position: relative;
    z-index: 3;
}

.form-control:focus, .form-control:focus-visible {
    box-shadow: none;
    outline: none;
    border: 1px solid #f1f1f1;
    opacity: 1;
}

.form-control:focus ~ .input-bg, .form-control:focus-visible ~ .input-bg {
    opacity: 1;
}

.form-control:placeholder-shown ~ .input-bg {
    opacity: 0.5;
}

.form-control ~ .input-bg {
    position: absolute;
    background: linear-gradient(90deg, rgba(241, 134, 13, 1) 65%, rgba(231, 65, 42, 0.95) 100%);
    width: 100%;
    height: calc(100% - 8px);
    border-radius: 7px;
    opacity: 1;
    transition: all .4s;
}

.button-form {
    background-color: var(--renk2);
    padding: 7px 25px;
    border-radius: 30px;
    color: white;
    border: none;
    transition: all .4s;
}

.button-form:hover {
    background-color: var(--renk1);
}

.teklifForm {
    display: none;
}

.teklifForm-active {
    display: block;
}

.teklifFormlariKutu {
    background-color: white;
    border-radius: 10px;
    box-shadow: rgba(14, 30, 37, 0.12) 0 2px 4px 0, rgba(14, 30, 37, 0.32) 0 2px 16px 0;
}

.btn-style-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    filter: drop-shadow(rgba(149, 157, 165, 0.5) 0 8px 14px);
    cursor: pointer;
}

.btn-style-1 span {
    mask-image: url("../img/buton-ic.png");
    mask-size: 100% 100%;
    mask-position: center;
    mask-repeat: no-repeat;
    background: linear-gradient(45deg, rgba(241, 134, 13, 1) 55%, rgba(231, 65, 42, 0.95) 100%) left;
    padding: 9px 26px;
    color: white;
    transition: all .4s;
    background-size: 100%;
    text-align: center;
    min-width: 110px;
}

.btn-style-1:hover span {
    background-size: 200%;
}

.btn-style-1:hover i {
    transition: all .4s;
    transform: translateX(60%) rotate(360deg);
}

.btn-style-1 i {
    position: absolute;
    width: 20px;
    height: 20px;
    background: linear-gradient(90deg, rgba(241, 134, 13, 1) 55%, rgba(231, 65, 42, 0.95) 100%) left;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    right: 0;
    border-radius: 50%;
    transform: translateX(60%);
    font-size: 12px;
}

.btn-style-2 {
    background: linear-gradient(45deg, rgba(241, 134, 13, 1) 15%, rgba(231, 65, 42, 0.95) 100%) left;
    padding: 8px 20px;
    color: white;
    border: none;
    border-radius: 10px;
    font-weight: 600;
}

.btn-style-2:hover {
    color: white;
}

.nedenBizBaslik {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
}

.nedenBizBaslik p {
    position: absolute;
    bottom: 0;
}

.nedenBizBaslik p::before {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: linear-gradient(to top, var(--renk6) 45%, transparent 100%);
}

.nedenBizBaslik p span {
    font-weight: 800;
    font-size: 82px;
    color: transparent;
    -webkit-text-stroke: 1px var(--renk1);
}

.nedenBizBaslik h2 {
    font-family: "Grey Qo", serif;
    font-size: 82px;
    position: relative;
    z-index: 2;
    color: var(--renk1);
}

.nedenBiz {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.nedenBizTabs {
    display: flex;
    flex-direction: column;
}

.nedenBizTab {
    width: 190px;
    background: linear-gradient(to right, #f1f1f1 0%, #FFFFFF);
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    border-radius: 25px 0 0 8px;
    padding-left: 35px;
    padding-right: 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
    cursor: pointer;
}

.nedenBizTab:first-child {
    margin-top: 0;
}

.nedenBizLogo {
    height: 250px;
    aspect-ratio: 1/1;
    background: linear-gradient(95deg, #dcddde 10%, #ffffff);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
}

.nedenBizLogo::before {
    content: "";
    width: 100%;
    height: 97%;
    position: absolute;
    left: 0;
    background-image: url("../img/daire.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 2;
    background-position: right;
}

.nedenBizLogo::after {
    content: "";
    width: 96%;
    height: 96%;
    position: absolute;
    border: 3px dashed darkgray;
    z-index: 1;
    border-radius: 50%;
    border-right: transparent;
}

.nedenBizLogo span {
    width: 80%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: linear-gradient(-15deg, #dcddde 10%, #ffffff);
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(100, 100, 111, 0.4) 0 2px 4px 0;
}

.nedenBizSag {
    width: 120%;
    height: 280px;
    margin-left: -100px;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding-right: 20px;
}

.nedenBizContent {
    width: 100%;
    height: 240px;
    display: none;
    align-items: center;
    border-radius: 0 120px 120px 0;
    position: relative;
}

.nedenBizContent.active {
    display: flex;
}

.nedenBizİcerik {
    width: calc(100% - 10px);
    padding-left: 110px;
    background: linear-gradient(-15deg, #dcddde 10%, #ffffff);
    height: calc(100% - 20px);
    border-radius: 0 120px 120px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.nedenBizBG {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0 120px 120px 0;
}

.nedenBiz .shape-1 {
    content: "";
    width: 80%;
    height: 3px;
    background: linear-gradient(to right, rgba(241, 134, 13, 1) 55%, rgba(231, 65, 42, 0.95) 100%) left;
    position: absolute;
    left: 0;
    top: -20px;
}

.nedenBiz .shape-3 {
    content: "";
    width: 20%;
    height: 117%;
    border: 3px dashed var(--renk4);
    border-left: transparent;
    position: absolute;
    right: -20px;
    top: -20px;
    border-radius: 0 140px 140px 0;
}

.nedenBiz .shape-2 {
    content: "";
    width: 30%;
    height: 3px;
    background: linear-gradient(to right, rgba(241, 134, 13, 1) 55%, rgba(231, 65, 42, 0.95) 100%) left;
    position: absolute;
    left: 0;
    bottom: -20px;
}

.nedenBiz .shape-4 {
    content: "";
    width: 38%;
    height: 3px;
    background: linear-gradient(to right, rgba(241, 134, 13, 1) 55%, rgba(231, 65, 42, 0.95) 100%) left;
    position: absolute;
    left: 40%;
    bottom: -20px;
}

.nedenBizTab:nth-child(1) {
    transform: rotate(35deg) translate(50px, -55px);
}

.nedenBizTab:nth-child(2) {
    transform: rotate(18deg) translate(25px, -23px);
}

.nedenBizTab:nth-child(3) {
    transform: rotate(0deg) translate(10px, 0px);
}

.nedenBizTab:nth-child(4) {
    transform: rotate(-18deg) translate(25px, 23px);
}

.nedenBizTab:nth-child(5) {
    transform: rotate(-35deg) translate(50px, 55px);
}

.nedenBizTab:nth-child(1)::before {
    background: linear-gradient(45deg, var(--renk1) 60%, var(--renk2));
}

.nedenBizTab:nth-child(2)::before {
    background: linear-gradient(45deg, var(--renk4) 60%, var(--renk5));
}

.nedenBizTab:nth-child(3)::before {
    background: linear-gradient(45deg, #cf6698 60%, #8c2b57);
}

.nedenBizTab:nth-child(4)::before {
    background: linear-gradient(45deg, #1c8ca9 60%, #0d4351);
}

.nedenBizTab:nth-child(5)::before {
    background: linear-gradient(45deg, #abb056 60%, #656741);
}

.nedenBizTab:nth-child(1) .icon {
    background: linear-gradient(45deg, var(--renk1) 60%, var(--renk2));
}

.nedenBizTab:nth-child(2) .icon {
    background: linear-gradient(45deg, var(--renk4) 60%, var(--renk5));
}

.nedenBizTab:nth-child(3) .icon {
    background: linear-gradient(45deg, #cf6698 60%, #8c2b57);
}

.nedenBizTab:nth-child(4) .icon {
    background: linear-gradient(45deg, #1c8ca9 60%, #0d4351);
}

.nedenBizTab:nth-child(5) .icon {
    background: linear-gradient(45deg, #abb056 60%, #656741);
}

.nedenBizContent:nth-child(1) .nedenBizBG {
    background-color: var(--renk1);
}

.nedenBizContent:nth-child(2) .nedenBizBG {
    background-color: var(--renk4);
}

.nedenBizContent:nth-child(3) .nedenBizBG {
    background-color: #cf6698;
}

.nedenBizContent:nth-child(4) .nedenBizBG {
    background-color: #1c8ca9;
}

.nedenBizContent:nth-child(5) .nedenBizBG {
    background-color: #abb056;
}

.nedenBizContent:nth-child(1) .baslik {
    color: var(--renk1);
}

.nedenBizContent:nth-child(2) .baslik {
    color: var(--renk4);
}

.nedenBizContent:nth-child(3) .baslik {
    color: #cf6698;
}

.nedenBizContent:nth-child(4) .baslik {
    color: #1c8ca9;
}

.nedenBizContent:nth-child(5) .baslik {
    color: #abb056;
}

.nedenBizContent:nth-child(1) .shape-1 {
    background: linear-gradient(to right, var(--renk1) 60%, var(--renk2));
}

.nedenBizContent:nth-child(1) .shape-3 {
    border-color: var(--renk1);
}

.nedenBizContent:nth-child(1) .shape-2 {
    background: linear-gradient(to right, var(--renk1) 60%, var(--renk2));
}

.nedenBizContent:nth-child(1) .shape-4 {
    background: linear-gradient(to right, var(--renk1) 60%, var(--renk2));
}

.nedenBizContent:nth-child(2) .shape-1 {
    background: linear-gradient(to right, rgba(241, 134, 13, 1) 55%, rgba(231, 65, 42, 0.95) 100%) left;
}

.nedenBizContent:nth-child(2) .shape-3 {
    border-color: var(--renk4);
}

.nedenBizContent:nth-child(2) .shape-2 {
    background: linear-gradient(to right, rgba(241, 134, 13, 1) 55%, rgba(231, 65, 42, 0.95) 100%) left;
}

.nedenBizContent:nth-child(2) .shape-4 {
    background: linear-gradient(to right, rgba(241, 134, 13, 1) 55%, rgba(231, 65, 42, 0.95) 100%) left;
}

.nedenBizContent:nth-child(3) .shape-1 {
    background: linear-gradient(to right, #cf6698 60%, #8c2b57);
}

.nedenBizContent:nth-child(3) .shape-3 {
    border-color: #8c2b57;
}

.nedenBizContent:nth-child(3) .shape-2 {
    background: linear-gradient(to right, #cf6698 60%, #8c2b57);
}

.nedenBizContent:nth-child(3) .shape-4 {
    background: linear-gradient(to right, #cf6698 60%, #8c2b57);
}

.nedenBizContent:nth-child(4) .shape-1 {
    background: linear-gradient(to right, #1c8ca9 60%, #0d4351);
}

.nedenBizContent:nth-child(4) .shape-3 {
    border-color: #0d4351;
}

.nedenBizContent:nth-child(4) .shape-2 {
    background: linear-gradient(to right, #1c8ca9 60%, #0d4351);
}

.nedenBizContent:nth-child(4) .shape-4 {
    background: linear-gradient(to right, #1c8ca9 60%, #0d4351);
}

.nedenBizContent:nth-child(5) .shape-1 {
    background: linear-gradient(to right, #abb056 60%, #656741);
}

.nedenBizContent:nth-child(5) .shape-3 {
    border-color: #656741;
}

.nedenBizContent:nth-child(5) .shape-2 {
    background: linear-gradient(to right, #abb056 60%, #656741);
}

.nedenBizContent:nth-child(5) .shape-4 {
    background: linear-gradient(to right, #abb056 60%, #656741);
}

.nedenBizTab .icon {
    width: 45px;
    height: 80%;
    border: 3px solid white;
    text-align: center;
    position: absolute;
    left: -20px;
    border-radius: 30px 0 0 0;
    padding-left: 1px;
    padding-top: 6px;
    transition: all .4s;
}

.nedenBizTab.active .icon, .nedenBizTab:hover .icon {
    transform: scale(1.1);
}

.nedenBizTab .icon img {
    width: 40px;
    object-fit: contain;
    height: 70%;
    margin-top: 5%;
}

.nedenBizTab::before {
    content: "";
    width: 0;
    height: 100%;
    border-radius: 25px 0 0 8px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .4s;
}

.nedenBizTab.active::before, .nedenBizTab:hover::before {
    width: 100%;
}

.nedenBizTab span {
    position: relative;
    z-index: 2;
    transition: all .4s;
}

.nedenBizTab:hover span, .nedenBizTab.active span {
    color: white;
}

.nedenBizİcerik .baslik {
    font-size: 32px;
    color: var(--renk1);
    font-weight: 600;
}

.nedenBizİcerik .icerik {
    font-size: 14px;
    font-weight: 600;
    text-align: justify;
    padding-right: 15px;
}

.flex-icerik {
    flex: 0 0 70%;
}

.nedenBizİcerik .resim {
    flex: 0 0 30%;
}

.nedenBizLogo span::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 50%;
    border: 9px solid #f5f1ef;
}

.nedenBizLogo.active::before, .nedenBizLogo.active::after {
    animation: don 1s forwards linear;
}

@keyframes don {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(-360deg);
    }
}

.tab-arka {
    height: 90%;
    aspect-ratio: 1 / 1;
    position: absolute;
    left: 10%;
    top: 5%;
    border-radius: 350px;
    box-shadow: -16px 0 6px rgba(0, 0, 0, 0.1);
}

.tab-arka::before {
    content: "";
    height: calc(100% - 26px);
    aspect-ratio: 1 / 1;
    border-radius: 350px;
    position: absolute;
    left: 13px;
    top: 13px;
    border-left: 2px dashed var(--renk5);
}

.form-bg {
    background-color: var(--renk3);
    border-radius: 10px;
}

.form-row > .col, .form-row > [class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
}

.teklilfFormLabel {
    margin-top: 10px;
    margin-bottom: 0;
    color: var(--renk1);
    font-weight: 600;
    margin-left: 5px;
}

.asama-kutu {
    width: 85%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    float: right;
    margin-top: 15px;
}

.asama-ic {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(-15deg, #dcddde 10%, #ffffff);
    border-radius: 50px 0 50px 0;
    box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
    padding: 10px 0 10px 30px;
    border: 4px solid #dcddde;
    transition: all .4s;
    overflow: hidden;
    position: relative;
    color: black;
    fill: #4d4d4d;
    fill-rule: evenodd;
}

.asama-kutu:hover .asama-rakam, .asama-kutu.active .asama-rakam {
    color: var(--renk1);
}

.asama-ic:hover, .asama-kutu.active .asama-ic {
    color: white;
    fill: white;
}

.asama-ic:hover::before, .asama-kutu.active .asama-ic::before {
    width: 100%;
}

.asama-ic::before {
    content: "";
    width: 0;
    height: 100%;
    background-color: var(--renk1);
    position: absolute;
    right: 0;
    transition: all .4s;
    top: 0;
}

.asama-kutu:hover .asama-ic, .asama-kutu.active .asama-ic {
    border-color: white;
}

.asama-kutu:hover .icon::before, .asama-kutu.active .icon::before {
    background-color: white;
}

.asama-ic .icon {
    flex: 0 0 25%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.asama-ic .icon::before {
    content: "";
    height: calc(100% + 30px);
    width: 3px;
    position: absolute;
    right: calc(25% - 10px);
    background-color: #dcddde;
    transition: all .4s;
    top: -15px;
}

.asama-ic .icon svg {
    width: 60%;
}

.asama-rakam {
    font-size: 102px;
    position: absolute;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 1px var(--renk1);
    left: 0;
    transition: all .4s;
    z-index: -1;
    transform: translateX(-80%);
}

.asama-ic .baslik {
    font-size: 16px;
    font-weight: 600;
}

.asama-ic .icerik {
    font-size: 12px;
    text-align: justify;
}

.asama-flex {
    flex: 0 0 75%;
}

.acente-kutu {
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(220, 221, 222, 1) 50%, rgba(255, 255, 255, 1) 100%) center;
    margin: 15px 0;
    overflow: hidden;
    box-shadow: rgba(17, 17, 26, 0.05) 0 1px 0, rgba(17, 17, 26, 0.1) 0 0 8px;
    transition: all .4s;
    background-size: 100%;
    border-radius: 5px;
    position: relative;
}

.acente-kutu img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.acente-kutu:hover::before, .acente-kutu:hover::after {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    opacity: 1;
}

.acente-kutu::before {
    content: "";
    width: 0;
    height: 0;
    opacity: 0;
    right: 0;
    top: 0;
    border-right: 3px solid var(--renk5);
    border-top: 3px solid var(--renk5);
    position: absolute;
    border-radius: 0 5px 0 0;
    transition: all .4s;
}

.acente-kutu::after {
    content: "";
    width: 0;
    height: 0;
    opacity: 0;
    left: 0;
    bottom: 0;
    border-left: 3px solid var(--renk5);
    border-bottom: 3px solid var(--renk5);
    position: absolute;
    border-radius: 0 5px 0 0;
    transition: all .4s;
}

.acente-kutu:hover {
    background-size: 130%;
}

.countreup {
    width: 100%;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #4e4e4e;
    filter: drop-shadow(2px 4px 6px #cccccc);
}

.rakam-shape-1 {
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(228, 229, 232, 1) 25%, rgba(198, 201, 208, 1) 66%) center;
    background-size: 100%;
    mask-image: url("../img/rakam-shape-1.png");
    mask-size: 100% auto;
    mask-repeat: no-repeat;
    mask-position: center;
    width: 90%;
    height: 90%;
    position: absolute;
    transition: all .6s;
    z-index: -2;
}

.rakam-shape-2 {
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(228, 229, 232, 1) 25%, rgba(198, 201, 208, 1) 66%) center;
    background-size: 1000%;
    mask-image: url("../img/rakam-shape-2.png");
    mask-size: 100% auto;
    mask-repeat: no-repeat;
    mask-position: center;
    width: 90%;
    height: 80%;
    bottom: 0;
    position: absolute;
    z-index: -1;
    transition: all .6s;
}

.countreup:hover .rakam-shape-1 {
    background-size: 1000%;
    transform: rotate(-60deg);
}

.countreup:hover .rakam-shape-2 {
    background-size: 100%;
}

.counter {
    font-weight: 700;
}

.countreup .plus {
    font-weight: 700;
    display: inline;
    font-size: 36px;
}

.countreup .rakam-shape-3 {
    width: 40%;
    height: 15px;
    background-color: rgba(0, 0, 0, 0.1);
    filter: blur(4px);
    position: absolute;
    border-radius: 50%;
    bottom: -45px;
    opacity: 0;
    transition: all .4s;
}

.countreup:hover .rakam-shape-3 {
    opacity: 1;
    bottom: -35px;
}

.bulten-card {
    position: relative;
    text-align: left;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: rgba(149, 157, 165, 0.1) 0 8px 24px;
    margin: 15px 0;
}

.bulten-card-top {
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    z-index: 5;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bulten-card-top i {
    position: absolute;
    color: white;
    font-size: 16px;
    transform: scale(0);
    transition: all .4s;
}

.bulten-card:hover .bulten-card-top i {
    transform: scale(1);
}

.bulten-card:hover .bulten-hover::before, .bulten-card:hover .bulten-hover::after {
    width: 60%;
    opacity: 1;
}

.bulten-hover::before {
    content: "";
    width: 0;
    height: 2px;
    background-color: white;
    position: absolute;
    right: 0;
    transform: translateY(-20px);
    opacity: 0;
    transition: all .4s;
}

.bulten-hover::after {
    content: "";
    width: 0;
    height: 2px;
    background-color: white;
    position: absolute;
    left: 0;
    transform: translateY(20px);
    opacity: 0;
    transition: all .4s;
}

.bulten-card-top::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--renk1);
    opacity: 0;
    transition: all .4s;
}

.bulten-card:hover .bulten-card-top::before {
    opacity: 0.7;
}

.bulten-card-title {
    background-color: #fff;
    margin-top: -10px;
    padding: 20px 15px 15px 15px;
    position: relative;
    overflow: hidden;
}

.bulten-card-title::before {
    content: "";
    width: 70%;
    height: 4px;
    background-color: var(--renk1);
    border-radius: 3px 3px 0 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    bottom: -4px;
    transition: all .4s;
}

.bulten-card:hover .bulten-card-title::before {
    bottom: 0;
}

.bulten-icerik {
    font-size: 12px;
    line-height: 16px;
    text-align: justify;
    font-weight: 500;
    height: 50px;
    margin-bottom: 0;
    transition: all 500ms;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: var(--renk2) !important;
}

.bulten-baslik {
    font-size: 16px;
    font-weight: bold;
    color: var(--renk1);
    height: 50px;
}

.bulten-tarih {
    color: var(--renk1);
    font-weight: 600;
}

.bulten-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    padding: 3px 10px;
    background: linear-gradient(45deg, var(--renk5), var(--renk4) 70%);
    color: white;
    border-radius: 10px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    font-size: 13px;
}

.bulten-button span {
    display: inline-block;
    transition: all .4s;
    width: 0;
    opacity: 0;
}

.bulten-card:hover .bulten-button span, .hizmet-card:hover .bulten-button span {
    width: 37px;
    opacity: 1;
    margin-right: 10px;
}

.slider .swiper-button-next, .slider .swiper-button-prev {
    background-color: transparent;
}

.swiper-button-next, .swiper-button-prev {
    width: 20px;
    height: 20px;
    border-radius: 5px;
    background-color: var(--renk1);
    color: white !important;
    font-size: 12px;
}

.footer-logo {
    width: 45%;
    padding: 8px 20px;
    background-color: white;
    border-radius: 10px;
    position: relative;
    box-shadow: rgba(100, 100, 111, 0.4) 0 7px 29px 0;
    transition: all .4s;
}

.footer-logo:hover {
    box-shadow: rgba(100, 100, 111, 0.8) 0 7px 29px 0;
}

.footer-logo img {
    width: 100%;
}

.footer-ust {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transform: translateY(-50px);
}

.footer-slogan {
    font-family: "Grey Qo", serif;
    font-size: 82px;
    color: white;
}

.header-slogan {
    font-family: "Grey Qo", serif;
    font-size: 32px;
    color: var(--renk1);
    display: block;
    position: absolute;
    left: 15px;
    bottom: 0;
    transform: translateY(80%);
    background-color: white;
    padding: 0 15px;
    border-radius: 0 0 10px 10px;
}

.footer-shapes {
    position: absolute;
    top: -50px;
    width: 100%;
    overflow: hidden;
    height: 120px;
    z-index: -1;
}

.footer-shapes::before {
    content: "";
    width: 30%;
    height: 100px;
    position: absolute;
    right: -20px;
    top: 38px;
    background: linear-gradient(45deg, var(--renk5) 10%, var(--renk4));
    transform: rotate(-3deg);
}

.footer-shapes::after {
    content: "";
    width: 30%;
    height: 100px;
    position: absolute;
    left: -20px;
    top: 38px;
    background: linear-gradient(45deg, var(--renk4) 10%, var(--renk5));
    transform: rotate(3deg);
}

.footer-list i {
    margin-right: 10px;
}

.nedenBizİcerik .resim img {
    width: 90%;
}

.modal {
    z-index: 99999;
}

.acentelikBasvurusuForm {
    background-color: white;
    border-radius: 10px;
    padding-bottom: 15px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-404 {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-image: url("../img/404-bg.png");
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.btn-style-3 {
    padding: 7px 20px;
    border-radius: 10px;
    border: 2px solid var(--renk1);
    font-weight: bold;
    background-color: var(--renk6);
}

.btn-style-3 i {
    margin-right: 10px;
}

.iletisim-container {
    border-radius: 0 0 10px 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
    background-color: white;
    overflow: hidden;
}

.teklif-container {
    border-radius: 0 0 10px 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
    background-color: white;
    overflow: hidden;
}

.kurumsal-container {
    border-radius: 0 0 10px 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
    background-color: white;
}

.teklif-al-page {
    border-radius: 0 0 10px 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
    background-color: white;
}

.home-icon {
    width: 20px;
    height: 19px;
    background-image: url("../img/home-icon.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: block;
}

.icSayfa-baslik {
    border-bottom: 4px solid var(--renk3);
    margin-bottom: 20px;
}

.icSayfa-baslik h4 {
    position: relative;
    display: inline-block;
    margin-bottom: -2px;
    padding-bottom: 10px;
    padding-left: 30px;
    color: black;
}

.icSayfa-baslik h4::before {
    content: "";
    width: 50%;
    height: 3px;
    background-color: var(--renk1);
    position: absolute;
    bottom: 0;
    left: 30px;
}

.iletisim-container .form-control {
    background-color: var(--renk6);
}

.iletisim-container .form-control:placeholder-shown ~ .input-bg {
    width: calc(100% - 7px);
    height: calc(100% - 20px);
    left: 3px;
    opacity: 1;
}

.iletisim-container .form-control ~ .input-bg {
    width: 100%;
    height: calc(100% - 8px);
    left: 0;
    opacity: 1;
}

.iletisim-container .form-control:focus-visible ~ .input-bg, .iletisim-container .form-control:focus ~ .input-bg {
    width: 100%;
    height: calc(100% - 8px);
    left: 0;
    opacity: 1;
}

.harita iframe {
    width: 100%;
    height: 350px;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
}

address p i {
    width: 30px;
    height: 30px;
    color: white;
    background-color: var(--renk1);
    border-radius: 50%;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.kurumsal-row {
    text-align: justify;
}

.kurumsal-img-kutu {
    float: right;
    width: 45%;
    margin-left: 15px;
    margin-bottom: 25px;
}

.kurumsal-img {
    width: 90%;
    position: relative;
}

.img-ic {
    background: linear-gradient(45deg, var(--renk1), var(--renk2));
    border-radius: 10px;
    padding: 15px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.kurumsal-img::before {
    content: "";
    width: 90%;
    height: 50%;
    background: linear-gradient(to left, var(--renk4) 30%, var(--renk5) 100%);
    position: absolute;
    transform: rotate(-2deg);
    right: 4px;
    top: -7px;
    border-radius: 10px;
    transition: all .4s;
    z-index: 1;
}

.kurumsal-img::after {
    content: "";
    width: 90%;
    height: 50%;
    background: linear-gradient(to right, var(--renk4) 30%, var(--renk5) 100%);
    position: absolute;
    transform: rotate(-2deg);
    left: 4px;
    bottom: -7px;
    transition: all .4s;
    border-radius: 10px;
    z-index: 1;
}

.kurumsal-img img {
    width: 100%;
    border-radius: 10px;
    transition: all .4s;
}

.kurumsal-img:hover::before {
    top: 0;
    transform: rotate(0);
}

.kurumsal-img:hover::after {
    bottom: 0;
    transform: rotate(0);
}

.img-2 {
    width: 45% !important;
    position: absolute;
    bottom: 0;
    z-index: 5;
}

.float-right .img-2 {
    left: 0;
    transform: translateX(-25%) translateY(25%);
    animation: kurumsal_icon 2s infinite linear;
}

.float-left .img-2 {
    right: 0;
    transform: translateX(25%) translateY(25%);
    animation: kurumsal_icon2 2s infinite linear;
}

@keyframes kurumsal_icon {
    50% {
        transform: translateX(-25%) translateY(calc(25% - 10px));
    }
    100% {
        transform: translateX(-25%) translateY(25%);
    }
}

@keyframes kurumsal_icon2 {
    50% {
        transform: translateX(25%) translateY(calc(25% - 10px));
    }
    100% {
        transform: translateX(25%) translateY(25%);
    }
}

.kurumsal-slogan {
    font-size: 32px;
    color: var(--renk1);
    margin-left: 30px;
}

.hizmet-card {
    width: 100%;
    aspect-ratio: 19 / 21;
    margin: 25px 0 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(149, 157, 165, 0.4) 0 8px 24px;
    border-radius: 10px;
}

.hizmet-card-ic {
    mask-image: url("../img/hizmet-mask.png");
    mask-size: 100% 100%;
    mask-position: top;
    background-color: white;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.hizmet-card-title {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    transition: all .4s;
    color: var(--renk1);
}

.hizmet-card:hover .hizmet-card-title {
    color: white;
}

.hizmet-card-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .4s;
    transform: translateY(120%);
}

.hizmet-card:hover .hizmet-card-img {
    transform: translateY(0);
}

.hizmet-card-img::before {
    content: "";
    background-color: var(--renk1);
    opacity: 0.7;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.hizmet-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dask-icon {
    width: 40px;
    height: 40px;
    background-image: url("../img/icon/dask.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
}

.ferdi-icon {
    width: 40px;
    height: 40px;
    background-image: url("../img/icon/ferdi-kaza.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
}

.dask-icon.renkli {
    background-image: url("../img/icon/renkli/dask.svg");
}

.ferdi-icon.renkli {
    background-image: url("../img/icon/renkli/ferdi-kaza.svg");
}

.kasko-icon {
    width: 40px;
    height: 40px;
    background-image: url("../img/icon/kasko.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
}

.konut-icon {
    width: 40px;
    height: 40px;
    background-image: url("../img/icon/konut.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
}

.nakliyat-icon {
    width: 40px;
    height: 40px;
    background-image: url("../img/icon/nakliyat.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
}

.saglik-icon {
    width: 40px;
    height: 40px;
    background-image: url("../img/icon/saglik.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
}

.trafik-icon {
    width: 40px;
    height: 40px;
    background-image: url("../img/icon/trafik.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
}

.yangin-icon {
    width: 40px;
    height: 40px;
    background-image: url("../img/icon/yangin.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
}

.tamamlayicisaglik-icon {
    width: 40px;
    height: 40px;
    background-image: url("../img/icon/tamamlayicisaglik.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
}

.seyahat-icon {
    width: 40px;
    height: 40px;
    background-image: url("../img/icon/seyahat.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
}

.dask-icon {
    width: 40px;
    height: 40px;
    background-image: url("../img/icon/dask.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
}
.imm-icon {
    width: 40px;
    height: 40px;
    background-image: url("../img/icon/imm.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
}
.elektrik-icon {
    width: 40px;
    height: 40px;
    background-image: url("../img/icon/elektrik.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
}
.yabancisaglik-icon {
    width: 40px;
    height: 40px;
    background-image: url("../img/icon/yabancisaglik.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
}
.bireyselsaglik-icon {
    width: 40px;
    height: 40px;
    background-image: url("../img/icon/bireyselsaglik.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
}
.ferdikaza-icon {
    width: 40px;
    height: 40px;
    background-image: url("../img/icon/ferdikaza.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
}
.kasko-icon.renkli {
    background-image: url("../img/icon/renkli/kasko.svg");
}

.konut-icon.renkli {
    background-image: url("../img/icon/renkli/konut.svg");
}

.nakliyat-icon.renkli {
    background-image: url("../img/icon/renkli/nakliyat.svg");
}

.saglik-icon.renkli {
    background-image: url("../img/icon/renkli/saglik.svg");
}

.trafik-icon.renkli {
    background-image: url("../img/icon/renkli/trafik.svg");
}

.yangin-icon.renkli {
    background-image: url("../img/icon/renkli/yangin.svg");
}

.hbt-icon {
    width: 50% !important;
    height: 50% !important;
}

.hizmet-card .icon {
    width: calc(40% - 4px);
    aspect-ratio: 1/1;
    background-color: black;
    position: absolute;
    top: 0;
    transform: translateY(calc(-50% + 20px));
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(149, 157, 165, 0.7) 0 8px 24px;
}

.hizmet-card .icon::before {
    content: "";
    width: 100%;
    aspect-ratio: 1/1;
    background-color: var(--renk6);
    position: absolute;
    border-radius: 50%;
    z-index: 2;
}

.hizmet-card .icon::after {
    content: "";
    width: calc(100% + 6px);
    aspect-ratio: 1/1;
    background: linear-gradient(to left, var(--renk4) 30%, var(--renk5) 100%);
    position: absolute;
    border-radius: 50%;
    transition: all .4s;
}

.hizmet-card:hover .icon::after {
    background: linear-gradient(to left, var(--renk1) 30%, var(--renk2) 100%);
}

.hizmet-card .icon-ic {
    width: calc(100% - 6px);
    aspect-ratio: 1/1;
    position: absolute;
    border-radius: 50%;
    background: var(--renk1);
    z-index: 4;
    transition: all .4s;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.hizmet-card .icon-ic::before {
    content: "";
    background: var(--renk1);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hizmet-card .icon-ic::after {
    content: "";
    background: linear-gradient(to left, var(--renk4) 30%, var(--renk5) 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all .4s;
}

.hizmet-card:hover .icon-ic::after {
    opacity: 1;
}

.hizmet-card:hover .icon-ic {
    background: linear-gradient(to left, var(--renk4) 30%, var(--renk5) 100%);
}

.hizmet-card .icon-ic i {
    position: relative;
    z-index: 10;
}

.hizmet-card:hover .icon-ic i {
    transform: rotate(360deg);
    transition: all .4s;
}

.bulten-card-top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hizmet-card .bulten-button {
    position: absolute;
    bottom: 15px;
    z-index: 10;
}

.navbar-btns {
    position: absolute;
    right: -15px;
    bottom: -2px;
    transform: translateY(100%);
    border-radius: 0 0 10px 10px;
    display: flex;
}

.navbar-btns ul {
    padding: 0;
    display: flex;
    justify-content: center;
}

.navbar-btns2 {
    position: absolute;
    right: -15px;
    top: -13px;
    transform: translateY(-100%);
    border-radius: 0 0 10px 10px;
    display: flex;
}

.navbar-btns2 ul {
    padding: 0;
    display: flex;
    justify-content: center;
}

.navbar-brand img {
    position: relative;
    z-index: 5;
    width: 80%;
}

.is-sticky .header-slogan, .is-sticky .navbar-btns {
    display: none;
}

.yorum-kutu {
    text-align: justify;
}

.yorum-ic {
    width: 100%;
    aspect-ratio: 40/25;
    background-color: white;
    border-radius: 10px;
    padding: 10px 10px 50px 10px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
    margin-top: 25px;
    border: 1px solid var(--renk1);
    transition: all .4s;
}

.yorum-ic:hover {
    border: 1px solid var(--renk5);
}

.yorum-ic i {
    font-size: 22px;
    width: 50px;
    height: 50px;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
    top: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--renk1);
    transition: all .4s;
}

.yorum-ic:hover i {
    color: var(--renk5);
}

.yorum-ic:hover i::before {
    transition: all .4s;
    transform: rotateY(360deg);
}

.yorum-baslik {
    text-align: left;
    padding: 10px;
    font-weight: bold;
    margin-top: 15px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .4s;
    border-radius: 0 10px 0 0;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
    border-top: 1px solid var(--renk1);
    border-right: 1px solid var(--renk1);
}

.yorum-ic:hover .yorum-baslik {
    border-color: var(--renk5);
}

.slider-img {
    object-fit: contain !important;
    max-height: 60vh;
    object-position: bottom center;
    width: 100%;
}

.nedenBizMobil {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.nedenBizMobil-kutu {
    width: 100%;
    padding: 20px 20px 40px 20px;
    border-radius: 0 0 80px 80px;
    display: none;
    justify-content: start;
    position: relative;
    flex-direction: column;
    min-height: 70px;
    margin-top: -1px;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
    text-align: center;
}
.nedenBizMobil-kutu.active{
    display: flex !important;
}

.nedenBizMobil-kutu .baslik {
    font-size: 20px;
    font-weight: bold;
    color: white;
    position: relative;
    z-index: 2;
}

.nedenBizMobil-kutu .icerik {
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    position: relative;
    z-index: 2;
}

.teklif-al-btn {
    background: linear-gradient(to left, var(--renk4) 30%, var(--renk5) 100%);
    border-radius: 10px 10px 0 0;
    color: white;
    padding: 5px 20px !important;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
    transition: all .4s;
}

.iletisim-btn {
    background: linear-gradient(to right, var(--renk1) 30%, var(--renk2) 100%);
    border-radius: 0 0 10px 10px;
    color: white;
    padding: 10px 20px !important;
    margin-left: 15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
    transition: all .4s;
}

.nedenBizMobil-kutu .icon {
    width: 65px;
    height: 65px;
    border: 3px solid white;
    text-align: center;
    position: absolute;
    left: -10px;
    border-radius: 30px 0 0 0;
    padding-left: 1px;
    padding-top: 16px;
    transition: all .4s;
    z-index: 2;
}

.nedenBizMobil-kutu img {
    width: 160px;
    margin-top: 15px;
}

.nedenBizMobil-kutu:nth-child(1) .icon {
    background: linear-gradient(45deg, var(--renk1) 60%, var(--renk2));
}

.nedenBizMobil-kutu:nth-child(2) .icon {
    background: linear-gradient(45deg, var(--renk4) 60%, var(--renk5));
}

.nedenBizMobil-kutu:nth-child(3) .icon {
    background: linear-gradient(45deg, #cf6698 60%, #8c2b57);
}

.nedenBizMobil-kutu:nth-child(4) .icon {
    background: linear-gradient(45deg, #1c8ca9 60%, #0d4351);
}

.nedenBizMobil-kutu:nth-child(5) .icon {
    background: linear-gradient(45deg, #abb056 60%, #656741);
}

.nedenBizMobil-kutu .icerik {
    transition: all .4s;
    overflow: hidden;
}

.nedenBizMobil-kutu.active::before {
    width: 100%;
}

.nedenBizMobil-kutu.active .baslik, .nedenBizMobil-kutu.active .icerik {
    color: white;
}

.say-list h5 {
    margin: 0;
    text-align: left;
    font-size: 14px;
    position: relative;
    z-index: 5;
}

.dropdown-menu {
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}

.dropdown-item i {
    font-size: 12px;
    transition: all .4s;
    position: relative;
    z-index: 5;
}

.dropdown-item span {
    font-size: 14px;
    position: relative;
    z-index: 5;
}

.dropdown-item:focus-visible, .dropdown-item:focus {
    background-color: #d9d9d9;
    color: black;
}
.dropdown-item{
    transition: all .4s;
    border-radius: 8px;
    display: flex;
    justify-content: start;
    align-items: center;
    min-width: 200px;
    position: relative;
    padding: 8px 10px;
}
.dropdown-item::before{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 0 10px 10px 0;
    background-color: var(--renk1);
    left: 0;
    transform: translateX(-100%);
    opacity: 0;
    top: 0;
    position: absolute;
    transition: all .4s;
}
.dropdown-item:hover::before{
    transform: translateX(0);
    opacity: 1;
}
.dropdown-item:hover{
    color: white;
}
.dropdown-item:hover i{
    margin-left: 10px;
}

.sube-basvuru-sol {
    position: relative;
    overflow: hidden;
    border-radius: 10px 0 0 10px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sube-basvuru-sol img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sube-basvuru-sol p {
    font-size: 62px;
    color: white;
    text-shadow: 2px 2px 12px #454545;
    position: absolute;
    font-weight: bold;
    top: 19%;
    transform: translateX(10px);
}

.sube-basvuru-sol p::before {
    content: "+";
    font-size: 62px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    transform: translateX(-100%);
}

.sube-kutu {
    width: 100%;
    height: 380px;
    background-color: white;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
    transition: all .4s;
    margin: 15px 0;
}

.sube-kutu:hover {
    box-shadow: rgba(149, 157, 165, 0.4) 0 8px 24px;
}

.sube-kutu img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: contain;
    background-color: white;
    transition: all .4s;
    border-bottom: 2px solid black;
    margin-bottom: 5px;
}

.sube-kutu ul {
    padding: 5px 5px 5px 10px;
}

.sube-detay {
    display: none;
}

.sube-kutu ul li {
    color: black;
    margin-top: 3px;
    display: flex;
    justify-content: start;
    font-size: 13px;
}

.sube-kutu ul li a {
    color: black;
    transition: all .4s;
}

.sube-kutu ul li:hover a {
    color: var(--renk4);
}

.sube-kutu ul li i {
    flex: 0 0 25px;
    width: 25px;
    height: 25px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: var(--renk5);
    color: white;
    transition: all .4s;
    margin-right: 5px;
}

.sube-kutu ul li:hover i {
    border-radius: 50%;
}

.box-shadow {
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
}

.br-10 {
    border-radius: 10px;
}

.beni-ara {
    position: fixed;
    width: 35px;
    height: 35px;
    z-index: 999;
    background: linear-gradient(to right, var(--renk1), var(--renk2));
    left: 8px;
    bottom: 40%;
    border-radius: 50%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    animation: pulse-animation 2s infinite;
    transform: translateY(90%);
}
.beni-ara::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    border: 2px solid white;
    background: linear-gradient(to right, var(--renk1), var(--renk2));
}

.beni-ara::before {
    content: "";
    position: absolute;
    left: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 10px 5px 0;
    border-color: transparent var(--renk1) transparent transparent;
}

.beni-ara-orta {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    transform: rotate(-45deg);
    z-index: -1;
    transition: all .4s;
    pointer-events: none;
    opacity: 0;
}

.beni-ara span {
    position: absolute;
    display: inline-flex;
    height: 25px;
    width: 120px;
    padding: 0 20px 0 20px;
    background: linear-gradient(to left, var(--renk1), var(--renk2));
    left: 0;
    justify-content: center;
    align-items: center;
    z-index: -1;
    border-radius: 0 40px 40px 0;
    text-transform: uppercase;
    font-size: 12px;
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
    }
    100% {
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
}

.beni-ara:hover .beni-ara-orta, .beni-ara.active .beni-ara-orta {
    transform: rotate(0);
    opacity: 1;
    pointer-events: visible;
}
.beni-ara i{
    animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    position: relative;
    z-index: 10;
    font-size: 12px;
}
@keyframes trin {
    from {
        transform: rotate3d(0, 0, 1, 0deg)
    }
    20%, 32%, 44%, 56%, 68% {
        transform: rotate3d(0, 0, 1, 0deg)
    }
    23%, 35%, 47%, 59%, 71% {
        transform: rotate3d(0, 0, 1, 5deg)
    }
    26%, 38%, 50%, 62%, 74% {
        transform: rotate3d(0, 0, 1, 0deg)
    }
    29%, 41%, 53%, 65%, 77% {
        transform: rotate3d(0, 0, 1, -5deg)
    }
    80% {
        transform: rotate3d(0, 0, 1, 0deg)
    }
}
.hk-content ul{
    list-style-type: disc;
    padding-left: 20px;
}
button{
    outline: none;
    border: none;
}
button:focus, button:focus-visible{
    outline: none;
    border: none;
}
.teklifFormBtn{
    filter: none !important;
    animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.teklifFormBtn:hover{
    animation: none;
}
.teklifFormBtn i{
    transform: translateX(10%);
}
.dropdown-menu li:first-child{
    margin-top: 10px;
}
.dropdown-menu li:last-child{
    margin-bottom: 10px;
}
.fs-18{
    font-size: 18px;
}
.say-list i{
    transition: all .4s;
}
.say-list:hover i{
    margin-left: 10px;
}
.teklifTabSection{
    background-color: white;
}
.teklif-form-tab i {
    width: 50px !important;
    height: 50px !important;
}
.teklif-tab-sayfa{
    border-bottom: 3px solid transparent;
    transition: all .4s;
}
.teklif-tab-sayfa a{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.teklif-tab-sayfa-active{
    border-bottom: 3px solid var(--renk1);
}
.teklif-tab-sayfa:hover{
    border-bottom: 3px solid var(--renk1);
}
.formTc{
    position: relative;
}
.formTc span{
    position: absolute;
    padding: 5px 10px;
    border-radius: 8px;
    background-color: red;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    top: -3px;
    transform: translateY(0) scale(0);
    color: white;
    transition: all .4s;
}
.gecersizTc span{
    transform: translateY(-100%) scale(1);
}
.formTc span::before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 8px 0 8px;
    border-color: red transparent transparent transparent;
    transform: rotate(0deg) translateY(100%);
    position: absolute;
    bottom: 0;
}
.nasil-avee-sigortali-olurum{
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
    width: 100%;
    height: 100%;
}
.nasil-avee-sigortali-olurum img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.form-slogan{
    display: inline-flex;
    padding: 5px 60px;
    background: linear-gradient(to right, var(--renk1), var(--renk2));
    border-radius: 10px;
    margin: 0 auto 5px auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 24px;
    font-weight: 500;
}

@keyframes trin2 {

    from {
        transform: translateX(-50%) rotate3d(0, 0, 1, 0deg);
    }
    20%, 32%, 44%, 56%, 68% {
        transform: translateX(-50%) rotate3d(0, 0, 1, 0deg);
    }
    23%, 35%, 47%, 59%, 71% {
        transform: translateX(-50%) rotate3d(0, 0, 1, 5deg);
    }
    26%, 38%, 50%, 62%, 74% {
        transform: translateX(-50%) rotate3d(0, 0, 1, 0deg);
    }
    29%, 41%, 53%, 65%, 77% {
        transform: translateX(-50%) rotate3d(0, 0, 1, -5deg);
    }
    80% {
        transform: translateX(-50%) rotate3d(0, 0, 1, 0deg);
    }

}

.swiper .teklif-form-tab {
    flex: 0 0 100% !important;
}
.form-loader{
    position: fixed;
    z-index: 999;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
    transition: all .4s;
}
.loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    border-top: 3px solid white;
    border-right: 3px solid transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.form-loader p{
    font-size: 16px;
    margin-top: 10px;
}
.nedenBizMobilTabs{
    display: flex;
    justify-content: center;
    align-items: center;
}
.nedenBizMobilTab{
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    margin: 0 3px;
    border-radius: 5px 5px 0 0;
}
.nedenBizMobilTab::before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 8px 0 8px;
    border-color: var(--renk4) transparent transparent transparent;
    position: absolute;
    bottom: 0;
    transform: translateY(0);
    transition: all .4s;
    opacity: 0;
}
.nedenBizMobilTab.active::before, .nedenBizMobilTab:hover::before{
    opacity: 1;
    transform: translateY(100%);
}
.nedenBizMobilTab:nth-child(1)::before{
    border-color: var(--renk1) transparent transparent transparent;
}
.nedenBizMobilTab:nth-child(2)::before{
    border-color: var(--renk4) transparent transparent transparent;
}
.nedenBizMobilTab:nth-child(3)::before{
    border-color: #cf6698 transparent transparent transparent;
}
.nedenBizMobilTab:nth-child(4)::before{
    border-color: #1c8ca9 transparent transparent transparent;
}
.nedenBizMobilTab:nth-child(5)::before{
    border-color: #abb056 transparent transparent transparent;
}
.nedenBizMobilTab:nth-child(1), .nedenBizMobil-kutu:nth-child(1){
    background: linear-gradient(135deg, var(--renk1) 30%, var(--renk2));
}

.nedenBizMobilTab:nth-child(2), .nedenBizMobil-kutu:nth-child(2){
    background: linear-gradient(135deg, var(--renk4) 30%, var(--renk5));
}

.nedenBizMobilTab:nth-child(3), .nedenBizMobil-kutu:nth-child(3){
    background: linear-gradient(135deg, #cf6698 30%, #8c2b57);
}

.nedenBizMobilTab:nth-child(4), .nedenBizMobil-kutu:nth-child(4){
    background: linear-gradient(135deg, #1c8ca9 30%, #0d4351);
}

.nedenBizMobilTab:nth-child(5), .nedenBizMobil-kutu:nth-child(5){
    background: linear-gradient(135deg, #abb056 30%, #656741);
}
.nedenBizMobilTab:first-child{
    margin-left: 0;
}
.nedenBizMobilTab:last-child{
    margin-right: 0;
}
.teklifTabUst{
    background-color: white;
    border-radius: 10px 10px 0 0;
    padding: 0 10px;
    text-align: center;
    font-size: 28px;
    color: var(--renk1);
    font-weight: 500;
    box-shadow: rgba(100, 100, 111, 0.4) 0 7px 29px 0;
}
.slider-yazi-bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.dask-icon.beyaz {
    background-image: url("../img/icon/beyaz/dask.svg");
}
.kasko-icon.beyaz {
    background-image: url("../img/icon/beyaz/kasko.svg");
}
.konut-icon.beyaz {
    background-image: url("../img/icon/beyaz/konut.svg");
}
.trafik-icon.beyaz {
    background-image: url("../img/icon/beyaz/trafik.svg");
}
.tamamlayicisaglik-icon.beyaz {
    background-image: url("../img/icon/beyaz/tamamlayicisaglik.svg");
}
.seyahat-icon.beyaz {
    background-image: url("../img/icon/beyaz/seyahat.svg");
}
.dask-icon.beyaz {
    background-image: url("../img/icon/beyaz/dask.svg");
}
.imm-icon.beyaz {
    background-image: url("../img/icon/beyaz/imm.svg");
}
.elektrik-icon.beyaz {
    background-image: url("../img/icon/beyaz/elektrik.svg");
}
.yabancisaglik-icon.beyaz {
    background-image: url("../img/icon/beyaz/yabancisaglik.svg");
}
.bireyselsaglik-icon.beyaz {
    background-image: url("../img/icon/beyaz/bireyselsaglik.svg");
}
.ferdikaza-icon.beyaz {
    background-image: url("../img/icon/beyaz/ferdikaza.svg");
}
.telefonFormat{
    padding-left: 32px;
}
.telefonYazi{
    position: absolute;
    left: 5px;
    z-index: 999;
    font-size: 16px;
    margin-top: 1px;
    opacity: 1;
    transition: all .4s;
}
.telefonFormat:placeholder-shown ~ .telefonYazi{
    opacity: 0;
}
.telefonFormat:focus ~ .telefonYazi, .telefonFormat:focus-visible ~ .telefonYazi{
    opacity: 1 !important;
}
@media screen and (min-width: 998px) {
    .ortalaY-lg {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .is-sticky .iletisim-btn, .is-sticky .teklif-al-btn {
        color: white;
    }

    .iletisim-btn:hover, .teklif-al-btn:hover, .is-sticky .iletisim-btn:hover, .is-sticky .teklif-al-btn:hover {
        color: white;
        box-shadow: rgba(149, 157, 165, 0.5) 0 8px 24px;
    }

    .swiper {
        width: calc(100% + 40px);
        padding: 0 20px;
    }

    .col-lg-1-5 {
        flex: 0 0 20%;
        max-width: 20%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .swiper-button-next {
        right: -30px;
    }

    .swiper-button-prev {
        left: -30px;
    }
}

@media screen and (min-width: 450px) and (max-width: 998px) {
    .navbar-btns2 {
        top: -3px;
    }

    .teklif-al-btn {
        box-shadow: none;
        padding: 5px 10px !important;
    }

    .navbar-btns {
        bottom: -67px;
    }

    .teklif-form-tab {
        flex: 0 0 18%;
    }

    .asama-kutu {
        width: 90%;
    }

    .slider-img {
        width: 80% !important;
        margin-left: 20%;
    }

    .swiper-button-next {
        right: -15px;
    }

    .swiper-button-prev {
        left: -15px;
    }

    .sube-kutu img {
        height: 180px;
    }

    .svg-turkiye-haritasi {
        height: 300px !important;
    }
}

@media screen and (max-width: 450px) {
    .form-slogan{
        margin-top: 5px;
        font-size: 22px;
    }
    .kurumsal-slogan {
        text-align: center;
    }

    .navbar-btns2 {
        top: -3px;
        display: none;
    }

    .teklif-al-btn {
        box-shadow: none;
        padding: 5px 10px !important;
    }

    .svg-turkiye-haritasi {
        height: 150px !important;
    }

    .sube-kutu {
        height: 270px;
    }

    .sube-kutu img {
        height: 100px;
    }

    .sube-basvuru-sol {
        border-radius: 10px;
    }
    .countreup i {
        font-size: 32px;
    }

    .count, .countreup .plus {
        font-size: 26px;
    }

    .countreup p {
        font-size: 16px;
    }

    .swiper-button-next {
        right: 0;
    }

    .swiper-button-prev {
        left: 0;
    }

    .dask-icon {
        width: 30px;
        height: 30px;
    }

    .kasko-icon.renkli {
        width: 30px;
        height: 30px;
    }

    .konut-icon.renkli {
        width: 30px;
        height: 30px;
    }

    .nakliyat-icon.renkli {
        width: 30px;
        height: 30px;
    }

    .saglik-icon.renkli {
        width: 30px;
        height: 30px;
    }

    .trafik-icon.renkli {
        width: 30px;
        height: 30px;
    }
    footer::before {
        background-size: 90%;
    }

    .yangin-icon.renkli {
        width: 30px;
        height: 30px;
    }

    .swiper-slide .title {
        font-size: 32px !important;
    }
    .teklif-form-tab{
        padding: 5px 0;
    }

    .swiper-slide .subtitle {
        font-size: 18px !important;
    }

    .swiper-slide .sliderAciklama {
        font-size: 24px;
    }

    .slider-img {
        max-height: 30vh;
    }

    .nedenBizMobil-kutu .baslik {
        font-size: 22px;
        font-weight: bold;
        position: relative;
        z-index: 2;
        padding-bottom: 5px;
    }
    .nedenBizMobil-kutu .baslik::before{
        content: "";
        width: 100%;
        height: 2px;
        background-color: white;
        position: absolute;
        left: 0;
        bottom: -5px;
    }

    .nedenBizMobil-kutu .icerik {
        font-size: 12px;
        font-weight: bold;
        position: relative;
        z-index: 2;
    }

    .teklif-al-btn {
        background: linear-gradient(to left, var(--renk4) 30%, var(--renk5) 100%) !important;
        border-radius: 10px !important;
        color: white !important;
        padding: 10px 20px !important;
        box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px !important;
        transition: all .4s !important;
        margin-top: 15px !important;
    }

    .iletisim-btn {
        background: linear-gradient(to right, var(--renk1) 30%, var(--renk2) 100%) !important;
        border-radius: 10px !important;
        color: white !important;
        padding: 10px 20px !important;
        margin-left: 0 !important;
        margin-top: 15px !important;
        box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px !important;
        transition: all .4s !important;
    }

    .navbar-btns {
        display: none;
    }

    .asama-kutu {
        width: 90%;
    }

    .kurumsal-img-kutu {
        width: 100%;
    }

    .footer-ust {
        transform: translateY(-30px);
    }

    .footer-logo {
        width: 75%;
    }

    .footer-slogan {
        font-size: 52px;
    }

    .navbar-brand {
        width: 65%;
        padding: 10px 0;
    }

    .nbar {
        margin-left: 5px;
        margin-right: 5px;
    }

    .asama-ic .baslik {
        font-size: 14px;
    }

    .asama-ic .icerik {
        font-size: 10px;
    }

    .nedenBizBaslik p span {
        font-size: 72px;
    }

    .nedenBizBaslik h2 {
        font-size: 62px;
    }

    .sayfaDetay-img {
        width: 100% !important;
        padding: 0 !important;
        margin: 0 0 20px 0 !important;
    }
}

.navbar-nav {
    position: relative;
}

.navbar-nav::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    border-radius: 4px 4px 0 0;
    width: 0;
    background-color: var(--renk1); /* Çubuğun rengi */
    transition: all 0.4s ease-in-out;
}

.nav-item.active .dinamic-menu-item {
    position: relative;
}

.nav-item.active .dinamic-menu-item::before {
    content: '';
    position: absolute;
    left: 0;
    border-radius: 4px 4px 0 0;
    bottom: -5px;
    width: 100%;
    height: 3px;
    background-color: var(--renk1);
}

.nav-item .dinamic-menu-item:hover::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    border-radius: 4px 4px 0 0;
    height: 3px;
    background-color: var(--renk1);
}

.underline {
    position: absolute;
    bottom: 0;
    height: 3px;
    border-radius: 4px 4px 0 0;
    background-color: var(--renk1);
    transition: all 0.4s ease-in-out;
}

.scrollup {
    position: fixed;
    right: 15px;
    bottom: 20px;
    z-index: 9999;
    opacity: 0;
    transition: all .4s;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.scrollup.aktif {
    opacity: 1;
    bottom: 30px;
}

.scrollup i {
    position: absolute;
    transition: all .4s;
}

.scrollup:hover i {
    animation: up 1s infinite linear;
}

@keyframes up {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0);
    }
}

.scrollup i::before {
    background: -webkit-linear-gradient(var(--renk4), var(--renk5));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.scrollup svg {
    position: relative;
    transform: rotate(-90deg);
}

.scrollup svg circle {
    stroke: rgba(0, 0, 0, 0.1);
    stroke-width: 5px;
    stroke-linecap: round;
    fill: transparent;
}

.scrollup svg .progress-bar {
    stroke: url(#grad);
    transition: all .1s;
    filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.2));
}

.scrollup:hover svg .progress-bar {
    stroke-dashoffset: 156px !important;
    stroke-dasharray: 156px !important;
    transition: all .4s;
}

.socialMedia {
    position: fixed;
    left: 8px;
    bottom: 40%;
    z-index: 999;
    transition: all .4s;
}

.socialMedia li {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    color: white;
    border-radius: 50%;
    transition: all .4s;
}

.socialMedia li:hover {
    transform: translateX(10px);
}

.socialMedia li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.socialMedia li i {
    color: white;
}

.socialMedia li:hover i {
    transform: rotate(360deg);
    transition: all .4s;
}

.socialMedia li::before {
    content: "";
    position: absolute;
    left: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 10px 5px 0;
    border-color: transparent #FF4532 transparent transparent;
}

.instagram-bg {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.instagram-bg::before {
    border-color: transparent #fd5949 transparent transparent !important;
}

.facebook-bg {
    background-color: #3b5998;
}

.facebook-bg::before {
    border-color: transparent #3b5998 transparent transparent !important;
}

.twitter-bg {
    background-color: #1da1f2;
}

.twitter-bg::before {
    border-color: transparent #1da1f2 transparent transparent !important;
}

.whatsapp-bg {
    background-color: #25D366;
}

.whatsapp-bg::before {
    border-color: transparent #25D366 transparent transparent !important;
}

.linkedin-bg {
    background-color: #0A66C2;
}

.linkedin-bg::before {
    border-color: transparent #0A66C2 transparent transparent !important;
}


.mySwiper {
    width: 100% !important;
    padding: 0 !important;
}

.notify {
    width: 400px;
}

.notify.alert-success {
    background-color: white;
    border-radius: 10px;
    text-align: center;
    position: relative;
    display: flex !important;
    z-index: 9999 !important;
    justify-content: center;
    align-items: center;
}

.notify.alert-success span[data-notify="icon"] {
    color: green;
    position: absolute;
    left: 15px;
}

.notify .close {
    top: auto !important;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.notify.alert-danger {
    background-color: white !important;
    border-radius: 10px;
    text-align: center;
    position: relative;
    z-index: 9999 !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.notify.alert-danger span[data-notify="icon"] {
    color: red;
    position: absolute;
    left: 15px;
}

@media screen and (max-width: 450px) {
    .notify {
        width: 90%;
    }
}

.svg-turkiye-haritasi {
    max-width: 1140px;
    margin: 0 auto;
    text-align: center;
    height: 450px;
}

.svg-turkiye-haritasi svg {
    width: 100%;
    height: auto;
}

.il-isimleri {
    position: absolute;
    z-index: 2;
}

.il-isimleri div {
    display: inline-block;
    background: #222;
    color: #fff;
    padding: 8px 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#svg-turkiye-haritasi path {
    cursor: pointer;
}

#svg-turkiye-haritasi path:hover {
    fill: #666;
}

#bolge-1 g path {
    fill: #87cdde
}

#bolge-2 g path {
    fill: #ac93a7
}

#bolge-3 g path {
    fill: #ffb380
}

#bolge-4 g path {
    fill: #cccccc
}

#bolge-5 g path {
    fill: #decd87
}

#bolge-6 g path {
    fill: #de8787
}

#bolge-7 g path {
    fill: #aade87
}


.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: none;
    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 !important;
}
