/* ROOT */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --mobil-menu-bg: #f9f9f9;
    --mobil-menu-yazi: #674747;
    --primary-blue: #209cd2;
    --renk1: #5054f8;
    --renk2: #f1db4f;
}

::selection {
    background: var(--renk1);
    color: #ffffff;
}

body {
    background: rgb(240, 241, 255);
    background: linear-gradient(0deg, rgba(240, 241, 255, 1) 26%, rgba(255, 255, 255, 1) 100%);
    background-repeat: no-repeat;
    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
}

.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%;
}

a {
    color: var(--renk1);
    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;
}


/* 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::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 75%;
    top: 0;
    left: 0;
    background-color: white;
    opacity: .6;
    z-index: 1;
}

header.is-sticky {
    background: #ffffff;
    box-shadow: rgb(0 0 0 / 35%) 0 5px 15px;
    animation: fadeInDown linear;
    animation-duration: 0.6s;
    height: 110px;
}

.is-sticky .nav-link {
    color: var(--renk1);
}

.is-sticky .nav-link:hover {
    color: var(--renk1);
}

.is-sticky .navbar-brand::before {
    content: none;
}

.navbar-brand {
    position: relative;
    top: -22px;
}

.navbar-brand img {
    position: relative;
    z-index: 1;
}

.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;
}

.headerSosyal {
    z-index: 3;
    position: relative;
    top: 13px;
}

.headerSosyal .fa-phone {
    color: var(--renk1);
    transition: all 0.4s;
}

.headerSosyal a:hover .fa-phone {
    color: var(--renk2);
}

.nav-link {
    font-family: 'Montserrat', sans-serif;
    color: var(--renk1);
    font-size: 13px;
    transition: all 0.4s;
}

.nav-link:hover {
    font-family: 'Montserrat', sans-serif;
    color: var(--renk2);
}

/* 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(--renk1);
    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 {
    border-radius: 10px;
    border: none !important;
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px !important;
    padding: 1.4rem 0.75rem !important;
}

.harita {
    width: 100%;
    height: 500px;
    position: relative;
    top: 185px;
}

.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;
}

.navbar-nav {
    margin-left: 270px;
    position: relative;
    top: -22px;
}

.is-sticky .navbar-nav {
    margin-top: 4px !important;
}

.iletisim-buton {
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: end;
}

.iletisim-btn {
    padding: 5px;
    width: 95%;
    border: 1px solid transparent;
    background-color: var(--renk2);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.iletisim-btn:hover {
    background-color: var(--renk1);
}

.iletisim-btn:hover span {
    color: var(--renk2);
}

.iletisim-btn span {
    font-size: 16px;
    color: var(--renk1);
}

.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 {
    color: var(--renk1);
    transition: all 0.4s;
}

.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: 42px;
    transform: rotateX(0deg);
}

.dropdown-menu {
    color: var(--renk1) !important;
    border-radius: 10px !important;
    box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
    border: none !important;
}

.dropdown-item{
    transition: all .2s !important;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: white !important;
    text-decoration: none;
    background-color: var(--renk1) !important;
    border-radius: 5px !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 */
.swiper {
    width: 100%;
}

.mySwiper {
    height: 100vh;
}

.swiper-slide {
    text-align: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mask1 {
    -webkit-mask-image: url("../img/slider-mask.png");
    mask-image: url("../img/slider-mask.png");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.slider {
    position: relative;
    z-index: 5;
}

.slider, .slider .swiper-slide {
    height: 750px !important;
}


.slider .swiper-button-prev {
    color: var(--renk1);
    padding: 10px 10px;
    font-size: 16px;
    height: 40px;
    width: 40px;
    border: 2px solid transparent;
    background-color: white;
    border-radius: 10px;
    transition: all 0.4s;
}

.slider .swiper-button-next {
    color: var(--renk1);
    padding: 10px 10px;
    font-size: 16px;
    height: 40px;
    width: 40px;
    border: 2px solid transparent;
    background-color: white;
    border-radius: 10px;
    transition: all 0.4s;
}

.slider .swiper-button-next:hover {
    background-color: var(--renk2);
    border-color: transparent;
    color: white;
}

.slider .swiper-button-prev:hover {
    background-color: var(--renk2);
    border-color: transparent;
    color: white;
}

.slider .swiper-button-next:hover::after {
    color: white;
}

.slider .swiper-button-prev:hover::after {
    color: white;
}

.swiper-button-next::after {
    content: "\f054";
    font: var(--fa-font-solid);
    font-size: 32px;
    color: var(--renk1);
}

.swiper-button-prev::after {
    content: "\f053";
    font: var(--fa-font-solid);
    font-size: 32px;
    color: var(--renk1);
}

.swiper-slide .title {
    color: var(--renk1);
    font-weight: bold;
    font-size: 28px;
    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: 16px;
    color: black;
}

.swiper-slide .text {
    left: 10%;
    top: 60%;
}

.sayfaBaslik {
    position: relative;
    width: auto;
    padding: 0 30px;
}

.sayfaBaslik::before {
    position: absolute;
    content: "";
    top: -30px;
    left: 0;
    width: 79px;
    height: 72px;
    background-image: url("../img/yazi-before.png");
    background-repeat: no-repeat;
}

.montserrat {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.sayfaBaslik h2 {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bolder;
    position: relative;
    color: var(--renk1);
    padding-bottom: 5px;
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
}

.btn-style {
    color: #333;
    background-color: white;
    padding: 3px 16px;
    border-radius: 10px;
    float: right;
    position: relative;
    overflow: hidden;
    border: 1px solid transparent;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
}

.btn-style2 {
    width: 32%;
    padding: 5px 10px;
    text-align: center;
    transition: .5s;
    background-size: 200% auto;
    color: #fff;
    border-radius: 10px;
    display: block;
    background-image: linear-gradient(to right, #354a9b 0%, #546df5 51%, #354a9b 100%);
}

.btn-style2:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
}

.btn-style span {
    position: relative;
    z-index: 2;
}

.btn-style::before {
    content: "";
    position: absolute;
    top: -143px;
    right: -171px;
    width: 200px;
    height: 200px;
    transform: rotate(-60deg);
    background-color: var(--renk1);
    transition: all 0.4s;
}

.btn-style:hover::before {
    right: -27px;
}

.btn-style:hover {
    color: white;
}

/* HAKKIMIZDA */

.hakkimizda {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.hakkimizda-alt-baslik {
    font-weight: bold;
    font-size: 30px;
    color: var(--renk1);
    font-family: "Montserrat", sans-serif;
}

.hakkimizda-resim {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hakkimizda-resim::before {
    position: absolute;
    content: "";
    top: 30px;
    right: 50px;
    width: 156px;
    height: 98px;
    background-image: url(../img/hakkimizda-before.png);
    background-repeat: no-repeat;
}

.hakkimizda-resim::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 168px;
    height: 168px;
    background-image: url(../img/hakkimizda-after.png);
    background-repeat: no-repeat;
}

.hakkimizda-icerik p {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.efekt {
    position: relative
}

.hakkimizda-kutu img {
    border-radius: 10px;
}

.kurumsal{
    overflow: hidden;
}


/* HIZMETLER */

.mySwiperHizmet {
    padding: 50px 20px 10px 20px;
}

.hizmetler {
    position: relative;
    height: 450px;
}

.hizmetler::before {
    position: fixed;
    content: "";
    top: 190px;
    right: 0;
    width: 313px;
    height: 356px;
    background-image: url("../img/sag-balon.png");
    background-repeat: no-repeat;
}

.hizmet-card {
    overflow: hidden;
    background-color: white;
    border-radius: 15px 15px 30px 30px;
    transition: all .6s;
    position: relative;
    height: 250px;
    box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
}

.hizmet-card img {
    border-radius: 10px;
    width: 100%;
}

.resim-hover {
    border-right: 10px;
    overflow: hidden;
    position: relative;
}

.resim-hover::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    opacity: 0;
    transition: all .4s;
    background-color: rgba(0, 0, 0, .5);
}

.resim-hover::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 70px;
    width: 150px;
    height: 125px;
    background-image: url(../img/hover.png);
    background-repeat: no-repeat;
    transition: all .6s;
    opacity: 0;
}

.hizmet-card:hover .resim-hover:after {
    opacity: 1;
}

.hizmet-card:hover .resim-hover::before {
    opacity: 1;
}

.hizmet-card-body {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    transition: all .6s;
    position: relative;
    padding: 0 34px;
    margin-top: 4px;
}

.hizmet-card-body::before {
    position: absolute;
    content: "";
    bottom: -50px;
    left: -50px;
    width: 58px;
    height: 66px;
    transition: all .4s;
    background-image: url("../img/kutu-sol.png");
    background-repeat: no-repeat;
}

.hizmet-card-body::after {
    position: absolute;
    content: "";
    bottom: -50px;
    right: -50px;
    width: 58px;
    height: 66px;
    transition: all .4s;
    background-image: url("../img/kutu-sag.png");
    background-repeat: no-repeat;
}

.hizmet-card:hover .hizmet-card-body::before {
    bottom: -20px;
    left: -9px;
}

.hizmet-card:hover .hizmet-card-body::after {
    bottom: -22px;
    right: -7px;
}

.hizmet-card-body p {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0 !important;
    color: var(--renk1);
    position: relative;
    z-index: 1;
}

.hizmet-card:hover {
    background-color: var(--renk1);
}

.hizmet-card:hover .hizmet-card-body p {
    color: white;
}

.swiper-hizmet-next {
    top: 170px;
    right: -20px;
}

.swiper-hizmet-prev {
    top: 170px;
    left: -20px;
}

.swiper-hizmet-prev::after, .swiper-hizmet-next::after {
    color: var(--renk1);
}

/* EKIP */

.ekip {
    position: relative;
}

.mySwiperEkip {
    padding: 20px 10px;
}

.ekip-card {
    position: relative;
    background-color: white;
    border-radius: 10px;
}

.ekip-foto {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.ekip-card .ekip-foto img {
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.ekip-foto::before {
    position: absolute;
    content: "";
    bottom: -80px;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    transition: all 0.4s;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5383403361344538) 100%);
}

.ekip-card:hover .ekip-foto::before {
    bottom: 0;
}

.ekip-card-body {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 0 10px;
}

.ekip-card-body p {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    margin-bottom: 0 !important;
    color: #333;
}

.sosyal-medya {
    position: relative;
    display: flex;
    justify-content: end;
}

.sosyal-medya .icon {
    position: absolute;
    bottom: 15px;
    left: 13px;
    width: 40px;
    height: 40px;
    background-color: var(--renk2);
    border-radius: 5px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.hesaplar {
    width: 0;
    opacity: 0;
    transition: all 0.1s;
}

.hesaplar ul {
    position: absolute;
    top: -46px;
    left: -11px;
    transition: all .4s;
    padding-left: 0 !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: rgba(255, 255, 255, .8);
}

.hesaplar .hesap-icon li {
    width: 40px;
    height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    transition: all .4s;

}

.sosyal-medya:hover .hesaplar ul {
    top: -175px;
}

.sosyal-medya:hover .hesap-icon li {
    height: 40px;
}

.hesaplar .hesap-icon li a i {
    color: var(--renk1);
}

.sosyal-medya:hover .icon {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.sosyal-medya:hover .icon::before {
    opacity: 1;
}

.sosyal-medya:hover .hesaplar {
    opacity: 1;
}

.swiper-ekip-next {
    right: -20px !important;
}

.swiper-ekip-prev {
    left: -20px !important;
}

/* YORUMLAR */

.yorumlar {
    height: 413px;
    position: relative;
}

.yorumlar::before {
    position: fixed;
    content: "";
    bottom: 0;
    left: 0;
    width: 313px;
    height: 356px;
    background-image: url("../img/sol-balon.png");
    background-repeat: no-repeat;
}

.yorum {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white;
    border-radius: 20px;
    width: 93%;
    position: relative;
    left: 3%;
    margin-top: 20px;
    margin-bottom: 80px;
    box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
}

.yorum-kutu {
    height: 260px !important;
    border-radius: 10px;
    background-color: white;
    text-align: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.yorum-kutu .yorum-img::before {
    content: none;
}

.yorum-kutu .yorum-img {
    position: unset;
}

.yorum-kutu .yorum-img img {
    width: 100%;
    height: 100%;
}

.yorum-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    position: relative;
    top: 30px;
}

.yorum-img img {
    border-radius: 50%;
    position: relative;
}

.yorum-img::before {
    position: absolute;
    content: "";
    top: -4px;
    left: -4px;
    width: 88px;
    height: 88px;
    background-color: white;
    border-radius: 50%;
    z-index: 0;
}

.yorum-img::after {
    position: absolute;
    content: "";
    top: -8px;
    right: -4px;
    width: 60px;
    height: 60px;
    background-color: var(--renk1);
    border-radius: 50%;
    z-index: -1;
}

.yorum-bilgi {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 180%;
    position: relative;
    left: -30px;
}

.yorum-bilgi::before {
    position: absolute;
    content: "";
    bottom: 45px;
    left: 26px;
    width: 60px;
    height: 60px;
    background-color: var(--renk2);
    border-radius: 50%;
    z-index: -1;
}

.yildiz {
    width: 118%;
}

.yildiz i {
    color: var(--renk1);
}

.isim p {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: var(--renk1);
}

.yorum-title {
    width: 80%;
    color: black;
    font-weight: 600;
    text-align: justify;
}

.yorum-liste .yorum{
    margin-bottom: 0;
}


.yorum-btns {
    right: 15px;
    position: absolute;
    top: 20%;
    width: 35px;
    height: 80px !important;
}

.yorum-btns .swiper-button-next, .yorum-btns .swiper-button-prev {
    position: absolute;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
}

.swiper-yorum-next, .swiper-yorum-prev {
    top: 105px;
}

/* BULTEN */

.mySwiperBulten {
    padding: 20px;
}

.bulten {
    padding-bottom: 30px;
}

.bulten-card {
    overflow: hidden;
    background-color: white;
    border-radius: 15px 15px 30px 30px;
    transition: all .6s;
    position: relative;
    height: 270px;
    box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
}

.bulten-card img {
    border-radius: 10px;
    width: 100%;
}

.bulten-card .resim-hover {
    border-right: 10px;
    overflow: hidden;
    position: relative;
}

.bulten-card .resim-hover::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    opacity: 0;
    transition: all .4s;
    background-color: rgba(0, 0, 0, .5);
}

.bulten-card .resim-hover::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 70px;
    width: 150px;
    height: 125px;
    background-image: url(../img/hover.png);
    background-repeat: no-repeat;
    transition: all .6s;
    opacity: 0;
}

.bulten-card:hover .resim-hover:after {
    opacity: 1;
}

.bulten-card:hover .resim-hover::before {
    opacity: 1;
}

.bulten-card-body {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    transition: all .6s;
    position: relative;
    padding: 0 34px;
    margin-top: 13px;
}

.bulten-card-body::before {
    position: absolute;
    content: "";
    bottom: -50px;
    left: -50px;
    width: 58px;
    height: 66px;
    transition: all .4s;
    background-image: url("../img/kutu-sol.png");
    background-repeat: no-repeat;
}

.bulten-card-body::after {
    position: absolute;
    content: "";
    bottom: -50px;
    right: -50px;
    width: 58px;
    height: 66px;
    transition: all .4s;
    background-image: url("../img/kutu-sag.png");
    background-repeat: no-repeat;
}

.bulten-card:hover .bulten-card-body::before {
    bottom: -20px;
    left: -9px;
}

.bulten-card:hover .bulten-card-body::after {
    bottom: -22px;
    right: -7px;
}

.bulten-card-body p {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0 !important;
    color: var(--renk1);
    position: relative;
    z-index: 1;
}

.bulten-card:hover {
    background-color: var(--renk1);
}

.bulten-card:hover .bulten-card-body p {
    color: white;
}

.bulten-liste .bulten-card {
    height: 270px;
}

.bulten-liste .bulten-card-body {
    margin-top: 7px;
}

.bulten-liste .bulten-card::before {
    bottom: -3px;
}

.bulten-liste .bulten-card .bulten-tarih {
    bottom: 221px;
}

.bulten-liste .bulten-card .bulten-card-body {
    height: 68px;
}

.swiper-bulten-next {
    right: -20px !important;
}

.swiper-bulten-prev {
    left: -20px !important;
}


.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%;
    display: flex;
    justify-content: center;
    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;
}


.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 0;
}

.bulten-liste .bulten-card img {
    width: 100%;
    height: 100%;
}

.bulten-liste .bulten-card {
    margin-bottom: 30px;
}

.bulten-liste .bulten-card-body {
    padding: 10px;
}

.bulten-liste .bulten-card-body p {
    text-align: center;
}

.bulten-img img {
    width: 100%;
    height: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}


/* URUN LISTE*/

.urun-liste .urun-hover::before {
    height: 192px;
}

.urun-liste .urun-card {
    height: 94%;
}


.ekp-det-social li {
    font-size: 24px;
    margin-right: 20px;
}

.ekip-detay h3 {
    color: var(--renk1);
}


.bulten-detay {
    padding: 50px 0 0 0;
}

.hk-content p {
    text-align: justify;
}

.hk-img {
    width: 100%;
    max-height: 500px;
}

/* ILETİSİM */

.iletisim {
    padding: 100px 0 0 0;
    overflow: hidden;
}

.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(--renk1);
    border-radius: 50%;
    color: white;
    background-color: var(--renk1);
    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: black;
}

.contact-page__call-email-content h4 a:hover {
    color: var(--renk2);
}

.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;
}

.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;
}


.list-unstyled li {
    padding: 5px 0;
}

.short_image {
    height: 250px;
    width: 100%;
    color: white;
    display: flex;
    margin-top: 130px;
    align-items: center;
    background: rgb(80, 84, 248);
    background: linear-gradient(90deg, rgba(80, 84, 248, 1) 0%, rgba(110, 121, 255, 1) 50%, rgba(80, 84, 248, 1) 100%);
    box-shadow: rgba(0, 0, 0, 0.3) 0 1px 25px 4px;
    position: relative;
}

.short_image::before {
    position: absolute;
    content: "";
    width: 271px;
    height: 244px;
    bottom: 0;
    right: 0;
    background-image: url("../img/h1-sag.png");
    background-repeat: no-repeat;
    background-position: center center;
}

.short_image::after {
    position: absolute;
    content: "";
    width: 271px;
    height: 244px;
    bottom: 0;
    left: 0;
    background-image: url("../img/h1-sol.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: white;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: white;
}

.bread-nav {
    position: absolute;
    bottom: 20%;
}

.breadcrumb {
    margin: 0;
    background: transparent;
}

.breadcrumb .breadcrumb-item, .breadcrumb-item a {
    color: white !important;
}

.sayfa-listesi ul {
    padding: 0;
    font-size: 28px;
}

.sayfa-liste .hizmet-card{
    margin-bottom: 30px;
}

/* GALERI */

.galeri {
    display: flex;
    margin-top: -40px;
    padding-top: 3px;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.galeri-cont {
    overflow: hidden;
}

.galeri-kutu {
    width: 96%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    display: inline-flex;
    position: relative;
    justify-content: center;
    align-items: center;
    transition: all 0.4s;
    margin: 2px;
    border-radius: 12px;
}

.galeri-kutu {
    position: relative;
}

.galeri-kutu::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .4s;
    background-color: rgba(0, 0, 0, .5);
}

.galeri-kutu:hover::before {
    opacity: 1;
}

.galeri-kutu::after {
    position: absolute;
    top: 42%;
    left: 42%;
    content: "\f005";
    font: var(--fa-font-solid);
    font-size: 30px;
    color: white;
    opacity: 0;
    transition: all .6s;
}

.galeri-kutu:hover::after {
    opacity: 1;
}

.galeri-icon {
    position: absolute;
    top: 87px;
    left: 123px;
    z-index: 2;
    color: var(--renk1);
    opacity: 0;
    transition: all .8s;
}

.galeri-kutu:hover .galeri-icon {
    opacity: 1;
}

.galeri-kutu a {
    width: 100%;
    height: 100%;
}

.galeri-kutu img {
    width: 100%;
    height: 100%;
    transition: all 0.4s;
}

.galeri-btn {
    position: relative;
}

.galeri-btn .btn-style2 {
    width: 16%;
    position: relative;
    right: 30px;
    top: -46px;
}

/*
* FOOTER
*/

footer {
    position: relative;
    background-image: url("../img/footer-bg.png");
    background-repeat: no-repeat;
    padding-top: 120px;
    overflow: hidden;
}

footer a {
    color: white !important;
}

.footer-container {
    position: relative;
    z-index: 1;
}

.footer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-baslik {
    text-align: left;
    color: white;
}

.yazi {
    display: flex;
    align-items: center;
    justify-content: center;
}

.iletisim-bilgileri .col-4 {
    display: flex;
    justify-content: center;
}

.iletisim-bilgileri a {
    color: white !important;
}

.footer-hakkimizda p {
    color: white;
}

.footer-hakkimizda .sosyalMedyaUl {
    justify-content: center;
}

.footer-hakkimizda .sosyalMedyaUl li a {
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 6px 5px 2px 5px;
    width: 40px;
    height: 40px;
    font-size: 18px;
    transform: translateY(-11px);
    transition: .2s ease-in-out;
    background-color: white;
    border-radius: 50%;
}

.footer-hakkimizda .sosyalMedyaUl li a i {
    color: var(--renk1);
}

.footer-hakkimizda .sosyalMedyaUl li a:hover {
    background-color: transparent !important;
}

.footer-hakkimizda .sosyalMedyaUl li a:hover i {
    color: white !important;
}

.fa-gear {
    color: var(--renk2);
}

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-alt{
    position: relative;
    padding-left: 74px;
}
.footer-alt::before{
    content: "";
    position: absolute;
    background-image: url("../img/f-icon.png");
    width: 74px;
    height: 74px;
    left: 0;
    bottom: 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(--renk2) transparent
}

footer .hakanbt-logo {
    position: absolute;
    bottom: -14px;
    left: 15px;
    height: 35%;
    width: 100%
}


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;
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.text-ellipsis2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.yorum-liste .yorum-img::after {
    content: none
}

@media (max-width: 450px) {
    .custom-swipper-wrapper {
        width: 100%;
    }

    .bulten-liste {
        padding: 100px 0;
    }

    .slider, .slider .swiper-slide {
        height: auto !important;
        margin-top: 64px;
    }

    .mySwiper {
        height: 330px;
    }

    .slider-yazi {
        padding: 0 40px;
        text-align: center !important;
    }

    .slider-kutu {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 110%;
        padding: 20px;
        background-color: rgba(255, 255, 255, .8);
        border-radius: 10px;
    }

    .swiper-slide .title {
        padding-right: 0;
        font-size: 20px;
    }


    .swiper-slide .subtitle {
        font-size: 12px;
    }

    .slider .button {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .slider .button .btn-style2 {
        float: none !important;
        width: 48% !important;
        font-size: 12px;
        padding: 3px;
    }

    .slider .swiper-button-next, .swiper-button-prev{
        top: 62% !important;
    }

    .btn-style {
        float: none !important;
    }

    .navbar-brand {
        top: 0;
    }

    .headerSosyal {
        display: none;
    }

    header::before {
        height: 100%;
    }

    .short_image {
        margin-top: 128px;
    }

    .headerSosyal span {
        display: none;
    }

    .navbar {
        transform: translateY(0);
    }

    .hakkimizda{
        margin-top: 80px;
    }

    .hakkimizda-resim::before {
        content: none;
    }

    .hakkimizda::before {
        content: none;
    }

    .hakkimizda::after {
        display: none;
    }

    .yorumlar::after {
        content: none;
    }

    .hc-nav-trigger {
        top: 50px;
    }

    header.is-sticky {
        height: 130px;
    }

    .hizmetler {
        background-image: none;
        height: 390px;
    }

    .hizmetler .sayfaBaslik {
        margin-bottom: 30px;
    }

    .hizmet-card::before {
        bottom: 50px;
    }

    .mySwiperHizmet {
        padding: 0;
    }

    .yorumlar {
        background-image: none;
        margin-top: 0;
        height: 500px;
    }

    .yorumlar .container {
        padding-top: 0 !important;
    }

    .yorumlar::before {
        content: none;
    }

    .swiper-yorum-next {
        right: 2px;
    }

    .swiper-yorum-prev {
        left: 2px;
    }

    .footer-renk {
        display: none;
    }

    .efekt::before {
        content: none;
    }

    .hakkimizda-resim::after {
        content: none;
    }

    .hizmetler::before {
        content: none;
    }

    .hizmet-card {
        height: 200px;
    }

    .hizmet-card-body {
        padding: 0 25px;
        margin-top: 13px;
    }

    .resim-hover::before, .resim-hover::after {
        content: none;
    }

    .bulten-card .resim-hover::before, .bulten-card .resim-hover::after {
        content: none;
    }

    .galeri::before {
        content: none;
    }

    .galeri-btn {
        display: none;
    }

    .galeri {
        margin-top: 10px;
    }

    .galeri-kutu img {
        width: 185px;
        aspect-ratio: 4 / 3;
        transition: all 0.4s;
    }

    .mySwiperBulten {
        padding: 10px;
    }

    .bulten-tarih {
        display: none;
    }

    .btn-style2 {
        width: 41% !important;
    }

    .swiper-hizmet-next, .swiper-hizmet-prev {
        top: 87px;
    }

    .ekip::before {
        content: none;
    }

    .galeri-cont .row {
        align-items: center;
        justify-content: center;
    }

    .galeri-kutu {
        width: 94%;
    }

    .hizmet-card img {
        width: 100%;
        height: 100%;
    }

    .swiper-bulten-next, .swiper-ekip-next, .swiper-urun-next, .swiper-hizmet-next {
        right: -13px !important;
    }

    .swiper-bulten-prev, .swiper-ekip-prev, .swiper-urun-prev, .swiper-hizmet-prev {
        left: -13px !important;
    }

    footer {
        background-image: none;
        background-color: var(--renk1);
        padding-top: 80px !important;
    }

    footer::before, footer::after {
        content: none;
    }

    .footer-logo img {
        width: 100%;
        height: 100%;
    }

    .footer-hakkimizda {
        padding-top: 50px;
    }

    .iletisim-bilgileri {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .short_image::before, .short_image::after {
        display: none;
    }

    .sayfa-detay-img {
        margin: 0 !important;
    }

    .hk-content p {
        margin: 30px 0;
    }

    .bulten-card::before {
        bottom: 57px;
        left: -1px;
    }

    .bulten-card {
        height: 200px;
    }

    .bulten-liste .bulten-card {
        height: 215px;
    }

    .bulten-liste .bulten-card::before {
        bottom: -9px;
    }

    .bulten-liste .bulten-hover-icon {
        width: 85%;
        height: 81%;
    }

    .bulten-liste .bulten-card img {
        width: 100%;
        height: 100%;
    }

    .hizmet-card img {
        width: 100%;
        height: 100%;
    }

    .yorum-kutu {
        height: 290px !important;
    }

    .yorum-efekt {
        display: none;
    }

    .pop-up {
        width: 94% !important;
        top: 21% !important;
        max-height: 62vh !important;
        left: 3% !important;
    }

    .short-title h1 {
        font-size: 24px;
    }

    .bread-nav {
        bottom: -9%;
    }

    .yorum-liste .yorum{
        margin-bottom: 0;
    }

}

@media (min-width: 450px) and (max-width: 820px) {
    .custom-swipper-wrapper {
        width: 100%;
    }

    .slider, .slider .swiper-slide {
        height: auto !important;
        margin-top: 64px;
    }

    .mySwiper {
        height: 600px;
    }

    .slider-yazi {
        padding: 0 40px;
        text-align: center !important;
    }

    .slider-kutu {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 110%;
        padding: 20px;
        background-color: rgba(255, 255, 255, .8);
        border-radius: 10px;
    }

    .slider .button {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .slider .button .btn-style2 {
        float: none !important;
        width: 48% !important;
        font-size: 12px;
        padding: 3px;
    }

    .hakkimizda{
        margin-top: 80px;
    }

    .bulten-liste {
        padding: 100px 0;
    }

    .hakkimizda::after {
        top: -36px;
    }

    .hakkimizda-resim::after {
        bottom: -40px;
        left: 70px;
    }

    .hizmet-card {
        height: 220px;
    }

    .bread-nav {
        bottom: -9%;
    }

    .hakkimizda .img-fluid {
        width: 100%;
    }

    .hakkimizda-resim::before {
        right: 130px;
        top: -20px;
    }

    .hakkimizda::before {
        content: none;
    }

    .hizmetler::before {
        display: none;
    }

    .galeri-btn .btn-style2 {
        width: 23%;
    }

    .slider-buttons {
        width: 108px;
    }

    footer {
        background-color: var(--renk1);
        background-image: none;
    }

    .short_image::before {
        display: none;
    }

    .short_image::after {
        display: none;
    }

    .bulten-liste .bulten-hover-icon {
        width: 89%;
        height: 85%;
    }

    .bulten-liste .bulten-card {
        height: 235px;
    }

    .bulten-liste .bulten-card .bulten-tarih {
        bottom: 187px;
    }

    .bulten-liste .bulten-card img {
        width: 100%;
        height: 100%;
    }

    .bulten-liste .bulten-card-body {
        height: 98px;
    }

    .hizmet-card img {
        width: 100%;
        height: 100%;
    }

    .pop-up {
        width: 94% !important;
        left: 3% !important;
    }

    .galeri-cont .row {
        align-items: center;
        justify-content: center;
    }

    .galeri-kutu {
        width: 95%;
    }

    .galeri-kutu img {
        width: 235px;
        aspect-ratio: 4 / 3;
        transition: all 0.4s;
    }

    .bulten-card {
        height: 240px;
    }

    .hc-nav-trigger {
        top: 36px;
    }

    .short_image {
        margin-top: 128px;
    }

    .harita {
        top: 165px;
    }

    footer::before, footer::after {
        content: none;
    }

    .footer-hakkimizda {
        margin-top: 30px;
    }

    .bulten-tarih {
        width: 70%;
        bottom: 182px;
    }

    footer {
        padding-top: 90px;
    }

    .footer-renk {
        display: none;
    }


    .yorum-liste .yorum{
        margin-bottom: 0;
    }

    .yorum-kutu {
        height: 290px !important;
    }

    .yorum-efekt {
        display: none;
    }
}

.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 h3 {
    width: 100%;
    background-color: var(--renk1);
    padding: 15px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    font-size: 16px;
    transition: all 0.4s;
    cursor: pointer;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    text-align: center;
}

.say-list2 h3 {
    width: 100%;
    background-color: var(--renk1);
    padding: 15px;
    color: white;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 16px;
    transition: all 0.4s;
    cursor: pointer;
    border-radius: 10px;
    text-align: center;
}

.say-list h3:hover, .say-list2 h3:hover {
    background-color: var(--renk2);
}

.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
}