/* ROOT */
:root {
    --mobil-menu-bg: #f9f9f9;
    --mobil-menu-yazi: #674747;
    --primary-blue: #209cd2;
    --renk1: #e2000f;
    --renk2: #E00059;
    --renk3: #585F65;
    --renk4: #FFF3F3;

}

::selection {
    background: var(--renk1);
    color: white;
}

.active5 {
    position: relative;
}

.telefonnumaramız a, .telefonnumaramız i {
    color: white !important;
}

.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-image: url("/assets/img/bg.jpeg");*/
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    background-attachment: fixed;
    font-size: 14px;
}
main{
    overflow: hidden;
}
body::-webkit-scrollbar-track {
    background-color: transparent
}

body::-webkit-scrollbar {
    width: 10px;
    background-color: transparent;
}

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #aaa
}

body::-webkit-scrollbar-thumb:hover {
    background-color: #606060
}

a {
    color: var(--renk3);
}


a:hover {
    text-decoration: none;
    color: var(--renk3);
}

/* SCROLL TOP */
.scrollup {
    position: fixed;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 24px;
    width: 24px;
    bottom: 60px;
    right: 20px;
    background-color: var(--renk1);
    color: white;
    font-size: 12px;
    z-index: 99;
    border-radius: 10%;
    opacity: 0;
    transform: rotate(-45deg);
    transition: 400ms;
    pointer-events: none;
}

.scrollup.aktif {
    bottom: 48px;
    opacity: 1;
    transition: 400ms;
    pointer-events: all;
}

.scrollup i {
    transform: rotate(45deg);
    transition: 400ms;
}

.scrollup:hover {
    background-color: var(--renk1);
    color: black;
    transform: scale(.9) rotate(0);
    transition: 400ms;
}

.scrollup:hover i {
    transform: rotate(0);
    transition: 400ms;
}

ul {
    list-style-type: none;
}

/* HC-OFFCANVAS */
.hc-nav-trigger {
    right: 15px;
    top: 25px;
}
.is-sticky .hc-nav-trigger {
    top: 35px;
}

.hc-nav-trigger span {
    background-color: var(--renk2);
}

.yanbasliklar {
    color: #209cd2;
}

.hc-offcanvas-nav.nav-levels-overlap .nav-content::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    right: 0;
    opacity: .4;
    background-repeat: no-repeat;
    background-position-y: bottom;
}

.hc-offcanvas-nav .nav-close-button span::after, .hc-offcanvas-nav .nav-close-button span::before {
    width: 10px;
    height: 10px;
    margin-top: -5px;
}

.hc-offcanvas-nav .nav-title + .nav-close a:not(.has-label) {
    top: 15px;
    right: 0;
}

.hc-offcanvas-nav .nav-close-button span::before {
    margin-left: -11px;
}

.fancybox__container {
    z-index: 9999;
}


/* HEADER */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9997;
    animation: fadeIn linear;
    animation-duration: 0.6s;
    background-color: white;
}


header.is-sticky {
    background: #ffffff;
    box-shadow: rgb(0 0 0 / 35%) 0 5px 15px;
    animation: fadeInDown linear;
    animation-duration: 0.6s;
}

.is-sticky .navbar-expand-lg .navbar-nav {
    margin-top: 30px;
}


.navbar-brand {
    position: relative;
}

.navbar-brand img {
    width: 100%;
}

.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: var(--renk1);
    position: relative;
    transition: all .4s;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    text-transform: uppercase;
    padding: 5px 15px !important;
}

.is-sticky .nav-link {
    color: var(--renk1);
}

.is-sticky .nav-link:hover {
    color: var(--renk1);
}

.nav-link::before {
    content: "";
    background-image: url("../img/nav-bg.png");
    width: 100%;
    height: 20px;
    background-size: contain;
    position: absolute;
    top: -10px;
    left: -20px;
    opacity: 0;
    transition: all .4s;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.nav-link:hover::before {
    opacity: 1;
    left: -5px;
}

.nav-link:hover {
    color: var(--renk1);
}

/* header sosyal medya */
.sosyalMedyaUl {
    display: none;
    justify-content: flex-end;
    align-items: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.sosyalMedyaUl li:not(:last-of-type) {
    margin-right: 2px;
}

.sosyalMedyaUl li a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: white;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background: var(--renk1);
    padding: 10px 5px 2px 5px;
    width: 27px;
    font-size: 14px;
    transform: translateY(-11px);
    transition: .2s ease-in-out;
}


.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;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}

.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: 45px;
    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: 500px;
    margin-top: 70px;
}


.swiper-slide {
    text-align: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sayfaBaslik h2 {
    text-align: center;
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 0 0 10px 0;
    color: var(--renk3);
}

.sayfaBaslik h2:before {
    content: "";
    background-image: url("../img/baslìkbg.png");
    width: 88px;
    height: 26px;
    position: absolute;
    right: 32%;
    top: -20px;
}

.ortalaX {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.card {
    border-radius: 0 0 0 0;
    margin-top: 30px;
}

.card-body .btn {
    padding: 10px 40px;
}

.swiper-button-next, .swiper-button-prev {
    color: var(--renk3) !important;
}

.swiper-button-next {
    right: -15px;
}

.swiper-button-prev {
    left: -15px;
}

footer {
    color: white;
    position: relative;
    background-image: url("../img/footerbg.jpg");
    background-size: auto 100%;
    overflow: hidden;
}

footer .container {
    position: relative;
    z-index: 2;
}

footer a {
    color: var(--renk4) !important;
}

.cards {
    margin-bottom: 30px;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
    width: 100%;
    height: auto;
    position: relative;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cards-top img {
    width: 100%;
    height: 191px;
}

.hakkimizda .img-fluid {
    width: 392px;
    height: 292px;
    margin: 15px 0;
    position: relative;
    z-index: 2;
    transition: all .4s;
}


.cards-title {
    padding-top: 50px !important;
    height: 115px;
    margin-top: -65px;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    clip-path: polygon(50% 10%, 100% 38%, 100% 100%, 0 100%, 0% 38%);
}
.cards-top{
    overflow: hidden;
}
.cards-top::before{
    content: "";
    width: 71%;
    height: 2px;
    background-color: var(--renk1);
    position: absolute;
    top: 25%;
    z-index: 2;
    left: -12%;
    transform: rotate(40deg);
}
.cards-top::after{
    content: "";
    width: 70%;
    height: 2px;
    background-color: var(--renk1);
    position: absolute;
    top: 25%;
    z-index: 2;
    right: -12%;
    transform: rotate(-40deg);
}
.cards-top-hvr{
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all .4s;
    background-color: rgba(0,0,0,0.5);
}
.cards::before{
    content: "\f101";
    font: var(--fa-font-solid);
    width: 30px;
    aspect-ratio: 1/1;
    position: absolute;
    display: flex;
    z-index: 1;
    justify-content: center;
    align-items: center;
    height: 30px;
    border-radius: 50%;
    background-color: white;
    bottom: -15px;
}

.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 {
    width: 80px;
    height: 80px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 48px;
    line-height: 80px;
    transition: all .4s;
}

.count {
    font-size: 35px;
    color: #fff;
    font-family: Rubik, sans-serif;
    font-weight: 500;
    margin-bottom: 13px;
    line-height: 1;
    display: inline-block;
}

.countreup p {
    font-size: 16px;
    font-weight: 600;
    color: white;
}


.snip1573 {
    background-color: #fff;
    display: inline-block;
    font-family: sans-serif Poppins-Regular;
    font-size: 10px;
    max-width: 180px;
    height: 135px;
    padding-top: 10px;
    min-width: 180px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    -webkit-box-shadow: 0 6px 14px 0 rgb(215 215 219);
    -moz-box-shadow: 0 6px 14px 0 rgba(215, 215, 219, 1);
    box-shadow: 0 6px 14px 0 rgb(215 215 219);
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}

/* Slider Haberler*/

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-container {
    width: 100%;
    height: 300px;
    margin: 20px auto;
}

.append-buttons {
    text-align: center;
    margin-top: 20px;
}

.append-buttons button {
    display: inline-block;
    cursor: pointer;
    border: 1px solid #007aff;
    color: #007aff;
    text-decoration: none;
    padding: 4px 10px;
    border-radius: 4px;
    margin: 0 10px;
    font-size: 13px;
}

.modal-content {
    top: 50px;
}

.slider .swiper-button-next {
    right: 0;
}

.slider .swiper-button-prev {
    left: 0;
}

.slogon {

    background-color: var(--renk2);
    color: white;
}

.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: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-image: url("../img/hizmetler-bg.jpg");
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right;
}

.faaliyetAlaniSlider .sayfaBaslik h2 {
    color: white;
}

.hbr-card {
    display: inline-block;
    background-color: white;
    margin-bottom: 5px;
    color: #dc3545;
    margin-top: 30px;
    height: auto;
    position: relative;
    box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
}

.referans_content img {
    width: auto;
    height: auto;
}

.hbr-card-top img {
    width: 100%;
    height: 191px;
    object-fit: cover;
}

.hbr-card-title {
    padding-top: 20px;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: end;
    transition: all .4s;
    color: white;
}

.hbr-card-title p {
    position: absolute;
    top: 60%;
    transition: all .4s;
}

.hbr-card-title:hover p {
    top: 70px;
}

.galeri_link {
    display: inline-block;
    background-color: #e0e0e0;
    color: #dc3545;
    height: auto;
    box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
    width: 100%;
}

.galeri-card-top img {
    width: 100%;
    height: 191px;
}

.galeri-card-title {
    padding-top: 20px;
    height: 80px;
    font-size: 16px;
    font-weight: 500;
}


address a {
    color: black;

}

address {
    font-size: 14px;
}

/* Slider  */
.swiper-slide .title {
    font-size: 30px;
    color: white;
}

.slider-yazi {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
}

.swiper-slide .subtitle {
    font-size: 20px;
    color: white;
    left: 10%;
    top: 40%;
}

.swiper-slide .text {
    left: 10%;
    top: 60%;

}

.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;

}

/*.btn-sag {*/
/*    position: absolute;*/
/*    right: 10%;*/
/*}*/
/*.btn-sol {*/
/*    position: absolute;*/
/*    left: 10%;*/
/*}*/

.list-unstyled li {
    padding: 5px 0;
}

.short_image {
    height: 100px;
    width: 100%;
    color: white;
    display: flex;
    padding-top: 0;
    margin-top: 80px;
    align-items: center;
    position: relative;
    background-image: url("../img/h1-bg.jpg");
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.short-title {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.short-title h1 {
    font-weight: 400;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 42px;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: white;
}

.bread-nav {
    display: flex;
    justify-content: center;
}

.breadcrumb {
    margin: 0;
    background: transparent;
    padding: 0;
}

.breadcrumb .breadcrumb-item, .breadcrumb-item a {
    color: white !important;
    font-size: 10px;
}

/*.breadCrumbLink {*/
/*    padding-top: 15px;*/
/*    display: flex;*/
/*    justify-content: end;*/
/*}*/

/*.breadCrumbLink ul {*/
/*    padding-left: 10px;*/
/*}*/

/*.breadCrumbLink li {*/
/*    color: var(--white);*/
/*    position: relative;*/
/*    display: inline-block;*/
/*}*/
/*.breadCrumbLink li a {*/
/*    color: var(--white);*/
/*}*/
/*.breadCrumbLink li:not(:first-of-type) {*/
/*    margin-left: 15px;*/
/*}*/
/*.breadCrumbLink li:not(:first-of-type)::before {*/
/*    content: "/";*/
/*    position: absolute;*/
/*    width: 15px;*/
/*    height: 15px;*/
/*    left: -11px;*/
/*    color: var(--white);*/
/*}*/

.hk-content {
    padding: 10px;
    background-color: white;
    text-align: justify;
}

.hk-img {
    width: 100%;
    max-height: 500px;
}

figure.snip0023 {
    color: #fff;
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #000000;
    text-align: center;
}

figure.snip0023 img {
    opacity: 1;
    width: 100%;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.snip0023 * {
    box-sizing: border-box;
}

.faaliyetimg {
    width: 100%;
    height: 191px;
}

figure.snip0023 > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

figure.snip0023 > div::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    background-image: linear-gradient(45deg, #000000 0%, transparent 40%, rgba(255, 255, 255, 0.15));
}

figure.snip0023 i {
    display: inline-block;
    font-size: 36px;
    color: #ffffff;
    padding: 6px 16px;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    -webkit-transition: 0.05s linear;
    transition: 0.05s linear;
    -webkit-transition-delay: 0.01s;
    transition-delay: 0.01s;
}

figure.snip0023 .curl {
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(225deg, #ffffff, #f3f3f3 20%, #bbbbbb 38%, #aaaaaa 44%, #888888 50%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.3));
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    transition: all .4s ease;
}

figure.snip0023 .curl:before, figure.snip0023 .curl:after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 12%;
    bottom: 6%;
    width: 70%;
    max-width: 300px;
    max-height: 100px;
    height: 55%;
    box-shadow: 0 12px 15px rgb(0 0 0 / 30%);
    transform: skew(-10deg) rotate(-6deg);
}

figure.snip0023 .curl:after {
    left: auto;
    right: 6%;
    bottom: auto;
    top: 14%;
    transform: skew(-15deg) rotate(-84deg);
}

figure.snip0023:hover > div::before, figure.snip0023.hover > div::before {
    opacity: 1;
}

figure.snip0023:hover i, figure.snip0023.hover i {
    opacity: 0.7;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

figure.snip0023:hover .curl, figure.snip0023.hover .curl {
    width: 90px;
    height: 90px;
}

.alt_baslik {
    height: 60px;
    text-align: center;
    color: black;
    font-weight: 500;
}

.whatsapp_sor {
    color: white;
    bottom: 50px;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    left: 30px;
    background: #34AF23;
    text-align: center;
    z-index: 99;
    font-size: 30px;
    text-decoration: none;
    border-radius: 100%;
}

.whatsapp_sor:hover {
    color: black;
}

.joinchat__box {
    display: flex;
    flex-direction: column;
    position: fixed;
    bottom: 48px;
    left: 28px;
    z-index: 9999;
    width: calc(100vw - 20px * 2);
    max-width: 400px;
    min-height: 170px;
    max-height: calc(100vh - 20px - 20pc);
    border-radius: 32px;
    background: transparent;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 50%);
    text-align: left;
    overflow: hidden;
    transform: scale3d(0, 0, 0);
    opacity: 0;
    transition: max-height .2s ease-out, opacity .4s ease-out, transform 0s linear .3s;
    -webkit-transform-origin: -webkit-calc(100% - 30px) 0;
    transform-origin: 10% 100%;
}

.joinchat__header {
    display: flex;
    flex-flow: row;
    align-items: center;
    position: relative;
    flex-shrink: 0;
    height: 70px;
    padding: 0 70px 0 26px;
    margin: 0;
    background: rgb(37, 209, 102);
}

.joinchat__powered {
    font-size: 11px;
    line-height: 18px;
    color: inherit !important;
    text-decoration: none !important;
    fill: white;
    opacity: .8;
}

.joinchat__powered svg {
    display: inline-block;
    width: auto;
    height: 18px;
    vertical-align: -30%;
}

.joinchat__close {
    position: absolute;
    top: 50%;
    right: 0;
    width: 34px;
    height: 34px;
    margin-top: -16px;
    border-radius: 50%;
    background-size: 12px;
    cursor: pointer;
    transition: background-color .3s ease-out;
}

.joinchat__box__scroll {
    padding: 20px 0 calc(60px + 10px) 70px;
    background: #fff linear-gradient(0deg, rgba(37, 211, 102, 0.04), rgba(37, 211, 102, 0.04));
    overflow-x: hidden;
    overflow-y: auto;
    will-change: scroll-position;
}

.joinchat__message {
    position: relative;
    min-height: 60px;
    padding: 17px 20px;
    margin: 0 26px 26px;
    border-radius: 32px;
    background: #fff;
    color: #4a4a4a;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3));
    transform: translateZ(0);
}

.joinchat--show {
    opacity: 1;
    transform: scaleX(1);
    transition: transform .5s cubic-bezier(.18, .89, .32, 1.28);
}

.wp-btn {
    font-weight: 600;
    transition: all .4s;
    background-color: #25d166;
    color: white;
    border-radius: 30px;
    padding: 15px 20px;
    margin-right: 20px;
    margin-left: 26px;
}

.wp-btn:hover {
    color: black;
    background-color: #3aec7b;
}

.say-list {
    width: 100%;
    text-align: center;
    background-color: black;
    padding: 10px 10px;
    margin-top: 5px;
    border-radius: 5px;
    color: white;
    position: relative;
    overflow: hidden;
}

.say-list::before {
    content: "";
    width: 10%;
    height: 100%;
    transform: skew(-25deg);
    background-color: var(--renk1);
    position: absolute;
    top: 0;
    left: -15%;
    transition: all .4s;
}

.say-list:hover::before {
    left: 5%;
}

.say-list:hover::after {
    right: 5%;
}

.say-list::after {
    content: "";
    width: 10%;
    height: 100%;
    transform: skew(25deg);
    background-color: var(--renk1);
    position: absolute;
    top: 0;
    right: -15%;
    transition: all .4s;
}

/*BY HakanBT*/
.slider .btn-style-1 {
    border-color: var(--renk1);
    color: var(--renk1);
    margin-top: 20px;
}

.slider .btn-style-1::before {
    border-color: var(--renk1);
}

.slider .btn-style-1::after {
    border-color: var(--renk1);
}

.btn-style-1 {
    background-color: transparent;
    border-radius: 0;
    color: black;
    border: none;
    padding: 8px 35px;
    position: relative;
    display: inline-flex;
    justify-content: center;
    font-size: 16px;
    align-items: center;
}

.btn-style-1::before {
    content: "";
    width: calc(100% + 1px);
    transition: all .4s;
    height: calc(100% + 1px);
    position: absolute;
    border: 2px solid black;
}

.btn-style-1::after {
    content: "";
    width: calc(100% - 20px);
    transition: all .4s;
    height: calc(100% - 20px);
    position: absolute;
    opacity: 0;
    border: 2px solid black;
}

.btn-style-1:hover::after {
    animation-name: btn;
    animation-duration: 1s;
}

@keyframes btn {
    0% {
        opacity: 1;
        width: calc(100% - 20px);
        height: calc(100% - 20px);
    }
    100% {
        opacity: 0;
        width: calc(100% + 40px);
        height: calc(100% + 40px);
    }
}

.cards {
    position: relative;
}

.cards-top {
    width: 100%;
    position: relative;
    aspect-ratio: 4 / 3;
}

.cards-top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cards-title {
    padding: 5px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    background: linear-gradient(0deg, rgba(211, 1, 18, 1) 0%, rgba(224, 0, 89, 1) 100%);
}

.cards-title h3 {
    color: white;
    position: absolute;
    font-size: 14px;
}

.projelerimiz {
    background-image: url("../img/projelerbg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.proje-kutu p, .proje-kutu h1 {
    position: relative;
    z-index: 2;
    font-size: 14px;
}

.proje-kutu {
    position: relative;
    aspect-ratio: 5/3;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: end;
    color: white;
}

.proje-kutu::before {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.70) 80%);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.proje-kutu img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.proje-nav li {
    background-color: rgba(255, 102, 0, 0.6);
    margin-bottom: 10px;
    height: 65px;
    display: flex;
    padding: 0 10px;
    cursor: pointer;
    justify-content: start;
    align-items: center;
    position: relative;
    color: white;
    transition: all .4s;
}

.proje-nav li::before {
    content: "";
    width: 0;
    margin-right: 10px;
    height: 2px;
    background-color: var(--renk1);
    transition: all .4s;
}

.proje-nav li:hover {
    background-color: var(--renk2);
    color: var(--renk1);
}

.proje-nav li:hover::before {
    width: 60px !important;
}

.nav-active::before {
    width: 40px !important;
}

.nav-active {
    background-color: var(--renk2) !important;
    color: var(--renk1) !important;
}

.countreup {
    display: flex;
    flex-direction: column;
    padding: 20px 0;
    justify-content: center;
    align-items: center;
    position: relative;
}

.count-container .col-lg-3 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.count-container .col-lg-3::before {
    content: "";
    width: 2px;
    height: 60%;
    right: 0;
    background-color: white;
    position: absolute;
}

.count {
    font-size: 27px;
    text-align: end;
    font-weight: 900;
}

.counter {
    text-align: center;
    font-size: 27px;
    font-weight: 900 !important;
    color: white;
}

.galeri-kutu img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer-social li {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--renk3);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 5px;
    font-size: 18px;
    position: relative;
}

.footer-list i {
    color: var(--renk1);
    margin-right: 10px;
    transition: all .4s;
}

.footer-list li:hover i {
    transform: rotate(360deg);
    margin-right: 15px;
}

.adres:hover i {
    margin-right: 10px !important;
}

.swiper-button-next:after {
    content: "\f105";
    font: var(--fa-font-solid);
    color: white;
}

.swiper-button-prev:after {
    content: "\f104";
    font: var(--fa-font-solid);
    color: white;
}

.swiper-button-next, .swiper-button-prev {
    background-color: var(--renk2);
    width: 30px;
    height: 50px;
    overflow: hidden;
    position: absolute;
}

.swiper-button-prev {
    clip-path: polygon(0 0, 0 100%, 100% 50%);
}

.swiper-button-next {
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
}



.galeri-kutu {
    width: 33.33%;
    aspect-ratio: 4/3;
    display: inline-block;
}

.galeri-row {
    display: table;
}

.footer-card {
    background-color: var(--renk2);
    width: 80%;
    margin-left: 10%;
    transform: translateY(-50%);
    padding: 20px 15px;
    border-top: 5px solid var(--renk1);
    text-align: center;
    flex-direction: column;
    box-shadow: rgba(255, 102, 0, 0.2) 0 7px 29px 0;
}

.bulten-img {
    width: 100%;
}

.haber-list {
    padding: 0;
    margin: 10px 0;
}

.bulten-list-title {
    padding: 10px 20px;
}

.bulten-img img {
    width: 100%;
}

.form h4 {
    color: var(--renk1);
}

address i {
    width: 40px;
    height: 40px;
    background-color: var(--renk2);
    color: white;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
}

address i::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 50%;
    border: 1px solid var(--renk2);
    transform: scale(1.5);
    opacity: 0;
    transition: all .4s;

}

textarea {
    resize: none;
}

.form input, .form textarea {
    border-radius: 0;
    border: 0;
    box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
}

.harita iframe {
    height: 400px;
    width: 100%;
}

.hak-bg {
    position: absolute;
    right: 0;
    height: 100%;
}

.hbr-card::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
}

.footer-list li {
    margin: 10px 0;
}

.footer-card img {
    width: 100%;
}

.count-container .col-lg-3:nth-child(2)::before {
    display: none;
}

.count-container .col-lg-3:nth-child(4)::before {
    display: none;
}

.dropdown .nav-link::before {
    display: none;
}

.dropdown .nav-item {
    position: relative;
}

.dropdown .nav-item::before {
    content: "";
    width: 100%;
    background-color: var(--renk1);
    height: 0;
    transition: all .4s;
    bottom: 0;
    left: 0;
    position: absolute;
}

.dropdown .nav-item:hover::before {
    height: 100%;
    top: 0;
}

.dropdown .nav-item:hover .nav-link {
    color: white;
}

.dropdown-menu .nav-link {
    color: black;
}

.haber-list::before {
    display: none;
}

.haber-list::after {
    display: none;
}

.rakamlarlaBiz {
    background-image: url("../img/rakamlarlabiz-bg.jpg");
    background-size: auto 100%;
}
.rakamlarlaBiz .sayfaBaslik h2{
    color: white;
}

.hak-img-3 {
    position: absolute;
    left: 30%;
    bottom: 10%;
}

.hak-img {
    width: 247px !important;
    height: 184px !important;
    border: 4px solid var(--renk1);
}
.count-container{
    background-color: rgba(224,0,89,0.5);
}
.cubuk-1 , .cubuk-2{
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: var(--renk2);
    top: -48px;
    left: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cubuk-1::before, .cubuk-2::before{
    content: "";
    width: 2px;
    height: 122px;
    background-color: var(--renk2);
    top: 100%;
    position: absolute;
}
.cubuk-2{
    right: 15% !important;
    left: auto;
}

.sayfa-detay-img{
    width: 100%;
}
/*.slider img{*/
/*    filter: brightness(0.8);*/
/*}*/
/*
.hizmet-kutu{
    width: 100%;
    aspect-ratio: 4/2.5;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    transition: all .4s;
    border: 8px solid white;
}
.hizmet-kutu-ic{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 24px;
    padding: 10px;
    text-align: center;
    transition: all .4s;
}
.hizmet-kutu img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.7);
    transition: all .4s;
}
.hizmetler [class*='col']:nth-child(2n - 2) .hizmet-kutu{
    transform: scale(1.1) rotate(-3deg);
}
.hizmet-kutu:hover{
    transform: scale(1.15) rotate(-4deg) !important;
}*/
.mt-20{
    margin-top: 20px;
}
.hizmetler{
    margin-top: 20px;
}
.hizmet-kutu{
    width: 100%;
    height: 120px;
    color: var(--renk1);
    display: flex;
    background-color: white;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 26px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
}
.hizmet-kutu::before{
    content: "";
    width: 1px;
    height: 70%;
    top: 15%;
    right: 0;
    background-color: var(--renk1);
    position: absolute;
}
.hizmetler [class*='col']:last-child .hizmet-kutu::before{
    display: none;
}
.hizmet-kutu i{
    font-size: 28px;
    margin-bottom: 10px;
    color: var(--renk1);
}
.hizmet-kutu:hover i{
    transform: rotate(360deg);
    transition: all .4s;
}
.galeri-kutu a{
    width: 100%;
    height: 100%;
}
[class*='col'] .galeri-kutu{
    width: 100%;
}
.say-list.download{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px 0;
}
.say-list.download i{
    font-size: 22px;
    margin-bottom: 10px;
}
.sayfa-detay .galeri-kutu{
    aspect-ratio: unset;
}

.socialMedia {
    position: fixed;
    left: 8px;
    bottom: 25%;
    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;
}
.kurumsal-img{
    margin-bottom: 10px;
}
@media screen and (min-width: 998px) {
    .hizmetler{
        margin-top: -60px;
        position: relative;
        z-index: 1;
    }
    .sayfa-detay-img{
        width: 50%;
    }
    .kurumsal-img{
        position: relative;
        margin-bottom: 0;
    }
    .kurumsal-img::before{
        content: "";
        width: 0;
        height: 0;
        border-right: 3px solid var(--renk1);
        transition: all .4s;
        right: -10px;
        top: 0;
        opacity: 0;
        position: absolute;
    }
    .kurumsal-img:hover::before{
        height: 80%;
        opacity: 1;
    }
    .kurumsal-img::after{
        content: "";
        width: 0;
        height: 0;
        border-right: 3px solid var(--renk1);
        transition: all .4s;
        left: -10px;
        bottom: 0;
        opacity: 0;
        position: absolute;
    }
    .kurumsal-img:hover::after{
        height: 80%;
        opacity: 1;
    }
    .sayfaBaslik h2:before {
        right: 25%;
    }
    .swiper-button-next, .swiper-button-prev {
        background-color: var(--renk2);
        width: 40px;
        height: 60px;
        overflow: hidden;
        position: absolute;
        top: 45%;
    }
    .slider .swiper-button-prev {
        clip-path: polygon(0 0, 0 100%, 100% 50%);
    }

    .slider .swiper-button-next {
        clip-path: polygon(100% 0, 0 50%, 100% 100%);
    }
    .swiper-button-prev {
        clip-path: polygon(100% 0, 0 50%, 100% 100%);
        left: -30px;
    }

    .swiper-button-next {
        clip-path: polygon(0 0, 0 100%, 100% 50%);
        right: -30px;
    }
    .sosyalMedyaUl {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
    footer .footer-govde::before{
        content: "";
        width: 120%;
        height: 100%;
        right: -5%;
        clip-path: polygon(70% 82%, 83% 0%, 93% 62%, 100% 104%, 1% 100%,6% 82%);
        background: white;
        position: absolute;
    }
    .footer-list li{
        position: relative;
    }
    .adres::before{
        display: none;
    }
    .cards::before{
        transform: scale(0);
        transition: all .4s;
        box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
    }
    .cards:hover::before{
        transform: scale(1);
    }
    .cards-top::before{
        width: 0;
        top: 0;
        left: 0;
        transition: all .4s;
    }
    .cards-top-hvr{
        background-color: rgba(0,0,0,0);
    }
    .cards:hover .cards-top-hvr{
        background-color: rgba(0,0,0,0.7);
    }
    .cards-top::after{
        width: 0;
        top: 0;
        right: 0;
        transition: all .4s;
    }
    .cards:hover .cards-top::before{
        width: 71%;
        top: 25%;
        left: -12%;
    }
    .cards:hover .cards-top::after{
        width: 70%;
        top: 25%;
        right: -12%;
    }
    .countreup:hover i {
        transform: rotateY(360deg);
    }

    .count-container .col-lg-3:nth-child(2)::before {
        display: block;
    }


    address p:hover i::after {
        transform: scale(1.2);
        opacity: 1;
    }

    .short_image {
        background-size: 100% auto;
    }

    .footer-card {
        width: 100%;
        margin-left: 0;
    }

    footer::before {
        background-size: 100% 100%;
        background-position: center center;
    }

    .galeri-kutu {
        width: 19%;
        margin: 5px;
        overflow: hidden;
    }

    .galeri-kutu img {
        transition: all .4s;
    }

    .galeri-kutu:hover img {
        transform: scale(1.1);
    }

    .footer-social li::before {
        content: "";
        width: 100%;
        height: 100%;
        border-radius: 50%;
        transform: scale(1.5);
        border: 1px solid var(--renk3);
        position: absolute;
        transition: all .4s;
        opacity: 0;
    }

    .footer-social li:hover::before {
        transform: scale(1.2);
        opacity: 1;
    }


    .hbr-card-top::before{
        content: "";
        width: 20%;
        height: 20%;
        border-right: 5px solid var(--renk1);
        border-bottom: 5px solid var(--renk1);
        position: absolute;
        right: -2px;
        bottom: -2px;
        transition: all .4s;
    }
    .hbr-card:hover .hbr-card-top::before{
        bottom: 5px;
        right: 5px;
        width: 30%;
        height: 40%;
    }
    .hbr-card:hover .hbr-card-top::after{
        top: 5px;
        left: 5px;
        width: 30%;
        height: 40%;
    }
    .hbr-card-top::after{
        content: "";
        width: 20%;
        height: 20%;
        border-left: 5px solid var(--renk1);
        border-top: 5px solid var(--renk1);
        position: absolute;
        left: -2px;
        top: -2px;
        transition: all .4s;
    }


    .hizmet-btn {
        right: -30%;
        transition: all .4s;
    }

    .footer-card img {
        width: 100%;
    }
}

@media screen and (min-width: 450px) and (max-width: 998px) {
    .galeri-kutu {
        width: 33.33%;
    }

    .count-container .col-lg-3:nth-child(2)::before {
        display: block;
    }
    .swiper-button-prev {
        clip-path: polygon(100% 0, 0 50%, 100% 100%);
        left: -20px;
    }

    .swiper-button-next {
        clip-path: polygon(0 0, 0 100%, 100% 50%);
        right: -20px;
    }
    .hak-img-3{
        left: 34%;
    }
    .hak-img-2{
        position: relative;
        z-index: 2;
    }
}
.is-sticky .navbar-brand img{
    margin: 0;
}
.is-sticky .navbar{
    transform: translateY(-15px);
    margin-top: 0 !important;
}
.logo-2{
    display: none;
}
.is-sticky .logo-2{
    display: block;
}
.is-sticky .logo-1{
    display: none;
}
.sayfaHeader .logo-1{
    display: none;
}
.sayfaHeader .logo-2{
    display: block;
}
.sayfaHeader .is-sticky .logo-2{
    display: none !important;
}
.swiper-pagination-bullet-active{
    background: var(--renk1);
}
.footer-logo{
    top: 50%;
    position: relative;
}
.say-list h5{
    margin: 0;
    font-size: 16px;
}
.onlineKatalogBtn{
    background-color: var(--renk1);
    border-radius: 10px;
    color: white;
    transition: all .2s;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
}
.onlineKatalogBtn a{
    color: white !important;
}
.onlineKatalogBtn a::before{
    display: none;
}
.onlineKatalogBtn a:hover{
    color: white !important;
}
.onlineKatalogBtn:hover{
    transform: scale(1.02);
    box-shadow: rgba(149, 157, 165, 0.4) 0 8px 24px;
}
.onlineKatalogBtn:active{
    transform: scale(.95);
}