/* ROOT */
:root {
    --mobil-menu-bg: #f9f9f9;
    --mobil-menu-yazi: #674747;
    --primary-blue: #209cd2;
    --renk1: #dd8800;
    --renk2: #ffa829;
    --renk3: #000000;
    --renk4: #ffffff;
}

::selection {
    background: var(--renk3);
    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-image: url("/assets/img/bg.jpeg");*/
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    background-attachment: fixed;
    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(--renk4);
    transition: all 0.4s;
}


a:hover {
    text-decoration: none;
    color: var(--renk2);
}

/* 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;
}

.fix {
    background-color: #e0e0e0;
}

/* HC-OFFCANVAS */
.hc-nav-trigger {
    right: 15px;
    top: 30px;
}

.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;
}

header.is-sticky {
    background: #ffffff;
    box-shadow: rgb(0 0 0 / 35%) 0 5px 15px;
    animation: fadeInDown linear;
    animation-duration: 0.6s;
}

.is-sticky .nav-item {
    background-color: transparent;
    color: var(--renk2);
}

.is-sticky .nav-item:hover {
    background-color: var(--renk2);
    color: var(--renk4);
}

.is-sticky .nav-link {
    color: var(--renk2);
}

.is-sticky .nav-link:hover {
    color: var(--renk3);
}


.navbar-brand {
    position: relative;
}

.hbtlogoGizle {
    position: absolute;
    right: 0;
    top: 0;
    width: 75%;
    height: 100%;
    background: #ffffff;
    transform: scaleX(0);
    transform-origin: right center;
    transition: .5s;
}

header.is-sticky .hbtlogoGizle {
    transform: scaleX(1);
    transition-delay: .45s;
}

header.is-sticky .headerSosyal {
    display: none;
}

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 {
    font-family: 'Montserrat', sans-serif;
    color: var(--renk4);
    font-size: 14px;
    transition: all 0.4s;
}

.nav-link:hover {
    font-family: 'Montserrat', sans-serif;
    color: var(--renk3);
    font-size: 14px;
    transition: all 0.4s;
}


/* 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(--renk4);
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 10px 5px 2px 5px;
    width: 27px;
    font-size: 18px;
    transform: translateY(-11px);
    transition: .2s ease-in-out;
}

.sosyalMedyaUl li a:hover {
    color: var(--renk2);
}

.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;
}

.form-control {
    background-color: #e0e0e0 !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px !important;
    padding: 1.4rem 0.75rem !important;
}

iframe {
    margin-top: 100px;
    width: 100%;
    height: 500px;
}

.btn-iletisim {
    background-color: var(--renk2);
    color: var(--renk3);
    border: none;
    padding: 10px 20px;
    transition: all 0.4s;
}

.btn-iletisim:hover {
    background-color: var(--renk3);
    color: var(--renk2);
}

/*
* FOOTER
*/

.footer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-hakkimizda {
    padding: 0 110px;
}

.footer-hakkimizda .sosyalMedyaUl {
    justify-content: center;
}

.footer-hakkimizda .sosyalMedyaUl li a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: var(--renk4);
    padding: 6px 5px 2px 5px;
    width: 40px;
    height: 40px;
    font-size: 18px;
    transform: translateY(-11px);
    transition: .2s ease-in-out;
    background-color: var(--renk1);
    border-radius: 50%;
}

.footer-hakkimizda .sosyalMedyaUl li a:hover {
    background-color: var(--renk2) !important;
}

.fa-gear {
    color: var(--renk2);
}

.footer-iletisim li {
    margin-bottom: 20px;
    transition: all 0.4s;
}

.footer-iletisim li a:hover {
    color: var(--renk1) !important;
}

.footer-iletisim li i {
    color: var(--renk1);
}

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: -45px;
    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: -15px;
    left: 15px;
    height: 35%;
    width: 100%
}

footer {
    background-image: url("../img/footer-bg.jpg");
    color: white;
    overflow: hidden;
}

footer a {
    color: var(--renk4) !important;
}

.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 {
    transform: translateY(-25px);
    z-index: 2;
}

.is-sticky .navbar {
    transform: translateY(0);
}

.is-sticky::before {
    display: none;
}

.navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    margin-top: 0;
}

.nav-item {
    padding: 10px 15px;
    color: var(--renk4);
    transition: all 0.4s;
}

.nav-item:hover {
    color: var(--renk3);
    background-color: var(--renk2);
}

.navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0 0;
}

.navbar .nav-item:hover .dropdown-menu {
    background-color: black;
    border: none;
    color: white;
    transition: .3s;
    opacity: 1;
    visibility: visible;
    top: 57px;
    transform: rotateX(0deg);
}

.dropdown-item {
    color: var(--renk4) !important;
}

.dropdown-item:hover {
    color: white !important;
    text-decoration: none;
    background-color: var(--renk2) !important;
}


.right-menu {
    position: absolute;
    top: 0;
    left: 100%;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    margin-top: 0;
    background-color: #fff;
    list-style: none;
}

.navbar .nav-item.right:hover .right-menu {
    transition: .3s;
    opacity: 1;
    visibility: visible;
    display: block;
    pointer-events: all;
    animation-name: dropdownAnimasyon;
    animation-duration: 1s;
    animation-timing-function: ease;
}

/* .slider {
    margin-top: 110px;
} */


/* Slider */
.swiper {
    width: 100%;
}

.mySwiper {
    height: 100vh;
}

.swiper-slide {
    text-align: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sayfaBaslik h2 {
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    position: relative;
    color: var(--renk3);
    padding-bottom: 5px;
    font-size: 30px;
}

.sayfaBaslik h2:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 14px;
    bottom: -26%;
    left: 0;
    background-image: url(../img/baslik-cetvel.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.services__details-wrap .row {
    display: flex;
}

.sayfaBaslik h3 {
    text-align: center;
    width: 100%;
}

.detay-baslik {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 22px;
    padding-bottom: 12px;
    position: relative;
    text-align: left !important;
}

.resim {
    position: relative;
}

.resim img {
    width: 50%;
}

.ortalaX {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.card {
    border-radius: 0 0 0 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
    margin-top: 30px;
}

.card-body .btn {
    padding: 10px 40px;

}

.card-body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.card-body h3 {
    font-size: 20px;
}

.slider::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50px;
    bottom: -50px;
    left: 0;
    background-image: url(../img/cetvel.png);
    background-repeat: no-repeat;
}

header::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7567401960784313) 0%, rgba(255, 255, 255, 0) 90%);
    z-index: 1;
}


.slider .swiper-slide::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(195, 34, 34, 0) 69%);
    background-repeat: no-repeat;
    z-index: 2;
}

.slider-buttons {
    position: absolute;
    bottom: 10%;
    height: 30px;
    width: 454px;
    right: 0;
}

.slider-buttons .swiper-button-next {
    top: 0 !important;
}

.slider-buttons .swiper-button-prev {
    top: 0 !important;
}

.slider .swiper-button-prev {
    position: relative;
    top: 0;
    left: -59px;
    color: var(--renk1);
    padding: 10px 10px;
    font-size: 16px;
    height: 50px;
    width: 50px;
    border: 2px solid var(--renk1);
    transition: all 0.4s;
}

.slider .swiper-button-next {
    position: relative;
    top: 28px !important;
    right: 0 !important;
    color: var(--renk1);
    padding: 10px 10px;
    font-size: 16px;
    height: 50px;
    width: 50px;
    border: 2px solid var(--renk1);
    transition: all 0.4s;
}

.slider .swiper-button-next::after {
    content: "\f054";
    font: var(--fa-font-solid);

}

.slider .swiper-button-next:hover {
    background-color: var(--renk3);
    border-color: var(--renk3);
    color: var(--renk1);
}

.slider .swiper-button-prev::after {
    content: "\f053";
    font: var(--fa-font-solid);
}

.slider .swiper-button-prev:hover {
    background-color: var(--renk3);
    border-color: var(--renk3);
    color: var(--renk1);
}


.hizmet-card {
    width: 100%;
    height: 100%;
}

.hizmetler .hizmet-card {
    margin-bottom: 30px;
}

.sayfa-liste .hizmet-card img {
    width: 100%;
    height: 100%;
}

.sayfa-liste .hizmet-card {
    width: 100%;
    height: 100%;
}

.hizmet-card-top img {
    width: 100%;
    height: 191px;
}

.hakkimizda .img-fluid {
    width: 87%;
    height: 92%;
}

.hakkimizda-resim::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 378px;
    top: -2%;
    left: -5%;
    background-image: url(../img/hakkimizda-sol.png);
    background-repeat: no-repeat;
    z-index: 2;
}

.hakkimizda-resim::after {
    position: absolute;
    content: "";
    width: 198px;
    height: 455px;
    top: 60%;
    right: -3%;
    background-image: url(../img/hakkimizda-sag.png);
    background-repeat: no-repeat;
}

.hakkimizda-btn {
    position: relative;
}

.btn-hakkimizda {
    border: 1px solid black;
    background-color: transparent;
    color: black;
    padding: 7px 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    transition: all 0.4s;
}

.btn-hakkimizda:hover {
    border: 1px solid #e0e0e0;
    background: rgb(255, 168, 41);
    background: linear-gradient(90deg, rgba(255, 168, 41, 1) 0%, rgba(221, 136, 0, 1) 100%);
    color: var(--renk3);
}


.hizmet-card-title {
    padding-top: 20px;
    height: 80px;
    font-size: 16px;
    font-weight: 500;
}

.hizmetler {
    padding-bottom: 30px;
}

.hizmetler {
    background-image: url(../img/hizmet-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
    height: auto;
    color: white;
    margin-top: 60px;
    padding: 20px 0 50px;
}

.hizmetler .sayfaBaslik h2 {
    color: white;
}

.hizmetler .sayfaBaslik h2:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 14px;
    bottom: -26%;
    left: 0;
    background-image: url(../img/cetvel-beyaz.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.hizmet-card {
    border-radius: 0 0 0 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
    position: relative;
}


.hizmet-card-body {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    height: 60px;
    color: var(--renk4);
    transition: all 0.4s;
}

.hizmet-card-body p {
    text-align: center;
    width: 100%;
    margin-bottom: 0;
    font-size: 16px;
}

.hizmet-hover-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.7);
    transform: scale(0);
    transition: all 0.4s;
}

.hizmet-card:hover .hizmet-card-body {
    background-color: transparent;
    bottom: 30%;
}

.hizmet-card:hover .hizmet-hover-icon {
    transform: scale(1);
}

.hizmet-hover-icon img {
    width: 39px !important;
    height: 39px !important;
    transform: translateY(-20px);
}

.hizmet-card::before {
    content: "";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 0;
    height: 0;
    border-right: 2px solid var(--renk1);
    border-top: 2px solid var(--renk1);
    z-index: 2;
    opacity: 0;
    transition: all 0.4s;
}

.hizmet-card::after {
    content: "";
    position: absolute;
    bottom: 3%;
    left: 5px;
    width: 0;
    height: 0;
    border-left: 2px solid var(--renk1);
    border-bottom: 2px solid var(--renk1);
    z-index: 2;
    opacity: 0;
    transition: all 0.4s;
}

.hizmet-card:hover::before {
    width: 50%;
    height: 50%;
    opacity: 1;
    transition-delay: 0.4s;
}

.hizmet-card:hover::after {
    width: 50%;
    height: 50%;
    opacity: 1;
    transition-delay: 0.4s;
}

.hizmetler-buttons {
    position: absolute;
    top: -33%;
    height: 30px;
    width: 64px;
    right: 0;
}

.hizmetler-buttons .swiper-button-next {
    top: 0 !important;
}

.hizmetler-buttons .swiper-button-prev {
    top: 0 !important;
}

.hizmetler .swiper-button-prev {
    position: relative;
    top: 0;
    left: -59px;
    color: var(--renk4);
    padding: 10px 10px;
    font-size: 16px;
    height: 50px;
    width: 50px;
    border: 2px solid var(--renk4);
    transition: all 0.4s;
}

.hizmetler .swiper-button-next {
    position: relative;
    top: 28px !important;
    right: 0 !important;
    color: var(--renk4);
    padding: 10px 10px;
    font-size: 16px;
    height: 50px;
    width: 50px;
    border: 2px solid var(--renk4);
    transition: all 0.4s;
}

.hizmetler .swiper-button-next::after {
    content: "\f054";
    font: var(--fa-font-solid);

}

.hizmetler .swiper-button-next:hover {
    background-color: var(--renk1);
    border-color: var(--renk1);
    color: var(--renk3);
}

.hizmetler .swiper-button-prev::after {
    content: "\f053";
    font: var(--fa-font-solid);
}

.hizmetler .swiper-button-prev:hover {
    background-color: var(--renk1);
    border-color: var(--renk1);
    color: var(--renk3);
}

.projeler-buttons {
    position: absolute;
    top: -38%;
    height: 30px;
    width: 64px;
    right: 0;
}

.projeler-buttons .swiper-button-next {
    top: 0 !important;
}

.projeler-buttons .swiper-button-prev {
    top: 0 !important;
}

.projeler .swiper-button-prev {
    position: relative;
    top: 0;
    left: -59px;
    color: var(--renk4);
    padding: 10px 10px;
    font-size: 16px;
    height: 50px;
    width: 50px;
    border: 2px solid var(--renk4);
    transition: all 0.4s;
}

.projeler .swiper-button-next {
    position: relative;
    top: 28px !important;
    right: 0 !important;
    color: var(--renk4);
    padding: 10px 10px;
    font-size: 16px;
    height: 50px;
    width: 50px;
    border: 2px solid var(--renk4);
    transition: all 0.4s;
}

.projeler .swiper-button-next::after {
    content: "\f054";
    font: var(--fa-font-solid);

}

.projeler .swiper-button-next:hover {
    background-color: var(--renk3);
    border-color: var(--renk3);
    color: var(--renk1);
}

.projeler .swiper-button-prev::after {
    content: "\f053";
    font: var(--fa-font-solid);
}

.projeler .swiper-button-prev:hover {
    background-color: var(--renk3);
    border-color: var(--renk3);
    color: var(--renk1);
}

.proje-hover-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    transform: scale(0);
    transition: all 0.4s;
}

.proje-card:hover .proje-hover-icon {
    transform: scale(1);
}

.proje-hover-icon img {
    width: 39px !important;
    height: 39px !important;
    transform: translateY(-20px);
}

.proje-card::before {
    content: "";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 0;
    height: 0;
    border-right: 2px solid var(--renk1);
    border-top: 2px solid var(--renk1);
    z-index: 2;
    opacity: 0;
    transition: all 0.4s;
}

.proje-card::after {
    content: "";
    position: absolute;
    bottom: 3%;
    left: 5px;
    width: 0;
    height: 0;
    border-left: 2px solid var(--renk1);
    border-bottom: 2px solid var(--renk1);
    z-index: 2;
    opacity: 0;
    transition: all 0.4s;
}

.proje-card:hover .proje-card-body {
    background-color: transparent;
    bottom: 30%;
}

.proje-card:hover::before {
    width: 50%;
    height: 50%;
    opacity: 1;
    transition-delay: 0.4s;
}

.proje-card:hover::after {
    width: 50%;
    height: 50%;
    opacity: 1;
    transition-delay: 0.4s;
}

.projeler {
    padding-bottom: 30px;
}

.projeler .sayfaBaslik h2:before {
    top: 96%;
}

.proje-card-body {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    height: 60px;
    color: var(--renk4);
    transition: all 0.4s;
}

.proje-card-body p {
    text-align: center;
    width: 100%;
    margin-bottom: 0;
    font-size: 16px;
}

.bulten {
    padding-bottom: 30px;
}

.bulten-card {
    border-radius: 0 0 0 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
    margin-top: 30px;
}

.bulten-hover-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.7);
    transition: all 0.4s;
}


.bulten-card::before {
    content: "";
    position: absolute;
    top: 16%;
    right: 5px;
    width: 0;
    height: 0;
    border-right: 2px solid var(--renk1);
    border-top: 2px solid var(--renk1);
    z-index: 2;
    opacity: 0;
    transition: all 0.4s;
}

.bulten-card::after {
    content: "";
    position: absolute;
    bottom: 2%;
    left: 5px;
    width: 0;
    height: 0;
    border-left: 2px solid var(--renk1);
    border-bottom: 2px solid var(--renk1);
    z-index: 2;
    opacity: 0;
    transition: all 0.4s;
}

.bulten-card:hover::before {
    width: 50%;
    height: 50%;
    opacity: 1;
    transition-delay: 0.2s;
}

.bulten-card:hover::after {
    width: 50%;
    height: 50%;
    opacity: 1;
    transition-delay: 0.2s;
}

.bulten-card-body {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 2%;
    width: 96%;
    background-color: transparent;
    height: 60px;
    color: var(--renk1);
}

.bulten-card-body h3 {
    text-align: center;
    width: 100%;
    margin-bottom: 0;
    font-size: 20px;
}

.bulten-img img {
    width: 100%;
    height: 100%;
}

.galeri-1 {
    padding: 100px 0;
}

.bulten-card-body p {
    text-align: center;
    width: 100%;
    padding-top: 15px;
}

.bulten-buttons {
    position: absolute;
    top: -28%;
    height: 30px;
    width: 64px;
    right: 0;
}

.bulten-buttons .swiper-button-next {
    top: 0 !important;
}

.bulten-buttons .swiper-button-prev {
    top: 0 !important;
}

.bulten .swiper-button-prev {
    position: relative;
    top: 0;
    left: -59px;
    color: var(--renk4);
    padding: 10px 10px;
    font-size: 16px;
    height: 50px;
    width: 50px;
    border: 2px solid var(--renk4);
    transition: all 0.4s;
}

.bulten .swiper-button-next {
    position: relative;
    top: 28px !important;
    right: 0 !important;
    color: var(--renk4);
    padding: 10px 10px;
    font-size: 16px;
    height: 50px;
    width: 50px;
    border: 2px solid var(--renk4);
    transition: all 0.4s;
}

.bulten .swiper-button-next::after {
    content: "\f054";
    font: var(--fa-font-solid);

}

.bulten .swiper-button-next:hover {
    background-color: var(--renk3);
    border-color: var(--renk3);
    color: var(--renk1);
}

.bulten .swiper-button-prev::after {
    content: "\f053";
    font: var(--fa-font-solid);
}

.bulten .swiper-button-prev:hover {
    background-color: var(--renk3);
    border-color: var(--renk3);
    color: var(--renk1);
}


.hbr-card {
    display: inline-block;
    background-color: white;
    color: #dc3545;
    margin: 15px 0;
    height: auto;
    box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
}

.hbr-card-top img {
    width: 100%;
    height: 191px;
}

.hbr-card-title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    font-size: 16px;
    font-weight: 500;
}

.bulten-liste {
    padding: 100px 0;
}

.bulten-liste .bulten-hover-icon {
    width: 91%;
    height: 87%;
}

.bulten-liste .bulten-card::before {
    right: 17px;
}

.bulten-liste .bulten-card::after {
    left: 21px;
}

.bulten-detay {
    padding: 50px 0 100px 0;
}

.sayfa-liste {
    padding: 100px 0 50px 0;
}

.sayfa-detay {
    padding: 50px 0 100px 0;
}


.hk-content p {
    text-align: justify;
}

.hk-img {
    width: 100%;
    max-height: 500px;
}


.rakam {
    background: rgb(255, 168, 41);
    background: linear-gradient(90deg, rgba(255, 168, 41, 1) 0%, rgba(221, 136, 0, 1) 100%);
    align-items: center;
    height: auto;
    color: var(--renk3);
}

.rakamlarlaBiz::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50px;
    bottom: -50px;
    left: 0;
    background-image: url(../img/cetvel.png);
    background-repeat: no-repeat;
}

.counter {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 0;
}

.countreup {
    transition: all 0.4s;
}

.countreup i {
    display: inline-block;
    width: 80px;
    height: 80px;
    color: var(--renk3);
    font-size: 48px;
    line-height: 80px;
    transition: all 0.4s;
}

.count {
    font-size: 30px;
    color: black;
    font-family: Rubik, sans-serif;
    font-weight: bold;
    line-height: 1;
}

.countreup p {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}

.icon {
    transition: all 0.4s;
}

.countreup:hover i {
    transform: rotateY(180deg) !important;
}

.galeri-cont {
    overflow: hidden;
}

.galeri-kutu {
    width: 16.66%;
    aspect-ratio: 1/1;
    overflow: hidden;
    display: inline-flex;
    position: relative;
    justify-content: center;
    align-items: center;
    transition: all 0.4s;
}

.galeri-kutu img:hover {
    transform: scale(1.02);
}

.galeri-kutu a {
    width: 100%;
    height: 100%;
}

.galeri-kutu img {
    width: 100%;
    height: 100%;
    transition: all 0.4s;
}

.galeri-btn {
    position: relative;
}

.btn-galeri {
    border: 1px solid black;
    background-color: transparent;
    color: black;
    border-radius: 0;
    padding: 7px 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -15px;
    transition: all 0.4s;
}

.btn-galeri:hover {
    border: 1px solid var(--renk2);
    background: rgb(255, 236, 0);
    background: linear-gradient(90deg, rgba(255, 236, 0, 1) 0%, rgba(224, 165, 0, 1) 97%);
}

.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%;
}

.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;
    }
}

.referans_content img {
    width: auto;
    height: auto;
}

.iletisim {
    padding: 100px 0 0 0;
    background-color: #e0e0e0;
}

.contact-page__left {
    position: relative;
    display: block;
}

.contact-page__left .section-title {
    margin-bottom: 43px;
}

.contact-page__call-email {
    position: relative;
    display: block;
    padding-left: 70px;
    margin-bottom: 60px;
}

.contact-page__call-icon {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    border: 2px solid var(--renk3);
    border-radius: 50%;
    color: var(--renk2);
    background-color: var(--renk3);
    font-size: 19px;
    top: 5px;
    left: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.contact-page__call-icon:hover {
    background-color: var(--renk2);
    border: 2px solid var(--renk2);
    color: black;
}

.contact-page__call-email-content {
    position: relative;
    display: block;
}

.contact-page__call-email-content p {
    color: var(--renk2);
}

.contact-page__call-email-content h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}

.contact-page__call-email-content h4 a {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: var(--renk3);
}

.contact-page__call-email-content h4 a:hover {
    color: var(--renk1);
}

.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%;
}

.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;
}

.slogon {

    background-color: var(--renk2);
    color: white;
}

address a {
    color: black;
    font-family: 'Montserrat', sans-serif;
}

address {
    font-size: 14px;
}

/* Slider  */
.swiper-slide .title {
    color: black;
    font-weight: bold;
    font-size: 46px;
    font-family: 'Montserrat', sans-serif;
}

.slider-yazi p {
    color: black;
    font-weight: bold;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
}

.slider-yazi {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: left !important;
    top: 0;
    left: 0;
    z-index: 3;
}


.swiper-slide .subtitle {
    font-size: 20px;
    color: var(--renk3);
}

.swiper-slide .text {
    left: 10%;
    top: 60%;
}

.headerSosyal {
    z-index: 2;
}

.headerSosyal .fa-phone {
    color: var(--renk4);
    transition: all 0.4s;
}

.headerSosyal a:hover .fa-phone {
    color: var(--renk2)
}

.custom-swipper-wrapper {
    transform: translate(-15px, 0);
    width: 1110px;
}

.buton-sag {
    position: fixed;
    right: -40px;
}

.buton-sol {
    position: fixed;
    left: -40px;

}

.services__details-inner {
    margin: 35px 0 30px;
}

.sayfa-yazi p {
    text-align: justify;
}

.services__details-inner-img {
    position: relative;
}

.services__details-inner-img img {
    border-radius: 10px;
}


/*.btn-sag {*/
/*    position: absolute;*/
/*    right: 10%;*/
/*}*/
/*.btn-sol {*/
/*    position: absolute;*/
/*    left: 10%;*/
/*}*/

.list-unstyled li {
    padding: 5px 0;
}

.short_image {
    height: 400px;
    width: 100%;
    color: white;
    display: flex;
    padding-top: 105px;
    align-items: center;
    background-color: #e0e0e0;
    box-shadow: rgba(0, 0, 0, 0.45) 0 -12px 25px 4px;
    position: relative;
    overflow: hidden;
}

.short_image::before {
    position: absolute;
    content: "";
    width: 474px;
    height: 369px;
    bottom: 0;
    left: -55px;
    background-image: url(../img/breadcrumb-sol.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.short_image::after {
    position: absolute;
    content: "";
    width: 773px;
    height: 333px;
    bottom: 0;
    right: 0;
    background-image: url(../img/breadcrumb-sag.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.short-title {
    height: 195px;
    display: flex;
    align-items: center;
}

.short-title h1 {
    font-size: 36px;
    font-weight: bold;
    color: var(--renk3);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #797979;
}

.bread-nav {
    position: absolute;
    left: 0;
    bottom: 20%;
}

.breadcrumb {
    margin: 0;
    background: transparent;
}

.breadcrumb .breadcrumb-item, .breadcrumb-item a {
    color: #797979 !important;
}

.sayfa-liste {
    background-color: #e0e0e0;
}

.sayfa-listesi ul {
    padding: 0;
    font-size: 28px;
}


.sayfa-detay {
    background-color: #e0e0e0;
}


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;
}

@media (max-width: 450px) {
    .custom-swipper-wrapper {
        width: 100%;
    }

    .swiper-button-next {
        right: 5px;
    }

    .swiper-button-prev {
        left: 5px;
    }

    .headerSosyal span {
        display: none;
    }

    .navbar {
        transform: translateY(0);
    }

    .hakkimizda-resim {
        display: none;
    }

    .hakkimizda-icerik, .hakkimizda-icerik p {
        margin-top: 0 !important;
    }

    .btn-hakkimizda {
        right: 30%;
    }

    .hizmetler-buttons {
        top: 84%;
        right: 30%;
    }

    .hizmet-card-body {
        bottom: 23%;
        background-color: transparent;
    }

    .hizmet-hover-icon {
        transform: scale(1);
    }

    .hizmet-card::before {
        width: 50%;
        height: 50%;
        opacity: 1;
    }

    .hizmet-card::after {
        width: 50%;
        height: 50%;
        opacity: 1;
    }

    .proje-card-body {
        bottom: 23%;
        background-color: transparent;
    }

    .proje-hover-icon {
        transform: scale(1);
    }

    .proje-card::before {
        width: 50%;
        height: 50%;
        opacity: 1;
    }

    .proje-card::after {
        width: 50%;
        height: 50%;
        opacity: 1;
    }

    .projeler-buttons {
        top: 107%;
        right: 30%;
    }

    .galeri-kutu {
        width: 24.99%;
    }

    .btn-galeri {
        right: 89px;
        top: 360px;
    }

    .bulten-card p {
        display: none;
    }

    .bulten-card-body h3 {
        margin-bottom: 20px;
    }

    .bulten-buttons {
        top: 107%;
        right: 30%;
    }

    .bulten {
        padding-bottom: 90px !important;
    }

    .footer-hakkimizda {
        display: none;
    }

    .short_image::before, .short_image::after {
        display: none;
    }

    .sayfa-detay-img {
        margin: 0 !important;
    }

    .hk-content p {
        margin: 30px 0;
    }

    .bulten-liste .bulten-card-body {
        top: 50%;
    }

    .bulten-liste .bulten-hover-icon {
        width: 85%;
        height: 81%;
    }

    .bulten-liste .bulten-card img {
        width: 100%;
        height: 100%;
    }

    .slider-buttons {
        width: 190px;
    }

    .pop-up {
        width: 94% !important;
        top: 21% !important;
        max-height: 62vh !important;
        left: 3% !important;

    }

}

@media (min-width: 420px) and (max-width: 820px) {
    .custom-swipper-wrapper {
        width: 100%;
    }

    .hakkimizda .img-fluid {
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
    }

    .hakkimizda-resim::before {
        left: 3%;
    }

    .slider-buttons {
        width: 108px;
    }

    .short_image::before {
        display: none;
    }

    .short_image::after {
        display: none;
    }

    .bulten-liste .bulten-hover-icon {
        width: 89%;
        height: 85%;
    }

    .bulten-liste .bulten-card img {
        width: 100%;
        height: 100%;
    }

    .bulten-liste .bulten-card-body {
        left: 7%;
        width: 90%;
    }

    .pop-up {
        width: 94% !important;
        left: 3% !important;
    }
}

.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 70px;
    padding-bottom: calc(60px + 10px);
    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: var(--renk3);*/
/*    padding: 10px 10px;*/
/*    border-radius: 5px;*/
/*    color: white;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    margin-bottom: 10px;*/
/*}*/

.say-list h3 {
    width: 100%;
    background-color: var(--renk3);
    padding: 10px 10px;
    color: white;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 16px;
    transition: all 0.4s;
    cursor: pointer;
}

.say-list h3:hover {
    background-color: var(--renk1);
    color: var(--renk3);
}

.pop-up, .pop-up img {
    border-radius: 10px
}

.pop-kutu, .pop-up {
    height: 100%;
    position: fixed
}

.pop-kutu {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9998;
    background-color: rgba(0, 0, 0, .7)
}

.pop-up {
    width: 47%;
    top: 1%;
    background-color: #fff;
    max-height: 99vh;
    z-index: 9999 !important;
    left: 27%;
    right: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem
}

.pop-up img {
    position: relative;
    width: 98%;
    top: 0
}

.pop-up i {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 20px
}


