@import url('https://fonts.googleapis.com/css2?family=Audiowide&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

:root{
    --red: #ed6e29;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    overflow-x: hidden;
    background: #f9f9f9;
}

main {
    overflow: hidden;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: none;
}

::selection {
    background-color: #ed6e29;
    color: white;
}

.turuncuRenk {
    color: #ed6e29;
    transition: 500ms;
}

.sliderYukseklik {
    height: 500px;
}

.ustMenu {
    list-style-type: none;
    padding: 0;
    margin-bottom: 0;
}

.ustMenu li {
    padding: 5px 0;
}

.ustMenu li {
    display: inline-block;
    margin-right: 15px;
    color: #000;
}


.ustMenu li a {
    color: #000;
    font-weight: 600;
    transition: 500ms;
}

.ustMenu li a:hover {
    color: #ed6e29;
    transition: 500ms;
}

.ustMenu li:last-of-type {
    margin-right: 0;
}

.baslikFont {
    
}

.bizKimizLink {
    color: #333;
}

.bizKimizLink:hover .bizKimizKutu img {
    transform: scale(.95) rotate(3deg);
    transition: 500ms;
}

.bizKimizLink:hover .bizKimizKutuAltIc {
    color: #ed6e29;
    transition: 500ms;
}

.bizKimizLink:hover {
    color: #333;
}

#bizkimizSlider {
    padding: 60px 8px 30px;
}

.bizKimizBaslik {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 600;
    position: relative;
}

.bizKimizBaslik span {
    position: absolute;
    width: 100%;
    top: 0;
    transform: translateY(-100%);
    margin-top: 30px;
    z-index: 1;
    border-radius: 10px 10px 0 0;
    padding: 6px 0;
    color: #355f7b;
    background: linear-gradient(319deg,rgba(225, 242, 252, 1) 0%, rgba(193, 225, 246, 1) 25%, rgba(225, 242, 252, 1) 50%, rgba(193, 225, 246, 1) 75%, rgba(225, 242, 252, 1) 100%);
}

.bizKimizKutu {
    background: #eee;
    width: 100%;
    padding: 10px;
    border-radius: 0 0 20px 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
}

.bizKimizKutu img {
    border-radius: 10px;
    transition: 500ms;
    width: 100%;
}

.bizKimizKutuAlt {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    background: #f9f9f9;
    box-shadow: 0 0 4px 2px rgba(150, 150, 150, .4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
}

.bizKimizKutuAltIc {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #f9f9f9;
    box-shadow: 0 0 2px 1px rgba(150, 150, 150, .4);
    color: #333;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    font-size: 14px;
    transition: 500ms;
}

.anaSayfaBaslik {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    align-items: center;
    border-radius: 50px;
    box-shadow: 0 0 4px 2px rgba(150, 150, 150, .2);
    position: relative;
    font-size: 20px;
    font-weight: bold;
    color: #355f7b;
    background: linear-gradient(319deg,rgba(225, 242, 252, 1) 0%, rgba(193, 225, 246, 1) 25%, rgba(225, 242, 252, 1) 50%, rgba(193, 225, 246, 1) 75%, rgba(225, 242, 252, 1) 100%);
}
.anaSayfaBaslik.renkli{
    background: var(--red);
    color: white;
}

.anaSayfaBaslik i {
    font-size: 14px;
}

.anaSayfaBaslikIcon {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 30px;
    width: 30px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 2px 1px rgba(150, 150, 150, .4);
    color: #757575;
}


.cizgiliBaslik {
    position: relative;
    height: 1px;
    width: 100%;
    background: #000;
}

.cizgiliBaslik::after,
.cizgiliBaslik::before {
    content: "";
    position: absolute;
    top: -3px;
    height: 8px;
    width: 8px;
    background: #fefefe;
    border: 2px solid #333;
    border-radius: 50%;
    box-shadow: 0 0 2px 1px rgba(150, 150, 150, .4);
}

.cizgiliBaslik::after {
    right: 0;
}

.cizgiliBaslik::before {
    left: 0;
}

.cizgiliBaslik .anaSayfaBaslik {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.anaSayfaBaslikAlani {
    position: absolute;
    top: 50%;
    text-align: center;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    padding: 0 45px;
    font-size: 24px;
}

.hakkimizdaSection {
    position: relative;
    padding-bottom: 30px;
    background-image: url(../img/hakkimizda-sag.png);
    background-size: auto 94%;
    background-position: right top;
    background-repeat: no-repeat;
}


.hakkimizdaSection::before,
.hakkimizdaSection::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 25px;
    height: 5px;
    width: calc(100% - 15px);
    background: linear-gradient(to right, #92c5e7, transparent);
}

.hakkimizdaSection::after {
    left: 0;
    bottom: 0;
    height: 20px;
}

.hakkimizdaYazisi {
    background: rgba(255, 255, 255, .8);
    padding: 10px 15px;
    border-radius: 10px;
}


.rakamDis {
    position: relative;
    border-radius: 50%;
    width: 100%;
    transition: 500ms;
    filter: drop-shadow(0 0 3px #ccc);
}

.rakamCizgiler {
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #ccc;
    border-left-style: dashed;
    border-right-style: dashed;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    transition: transform 20s linear, border-color 500ms;
}

.rakamCizgiler::before,
.rakamCizgiler::after {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #ccc;
    transition: 500ms;
}

.rakamCizgiler::after {
    top: 12px;
    right: 16px;
}

.rakamCizgiler::before {
    top: 12px;
    left: 16px;
}

.rakamDis:hover {
    transform: scale(1.14);
    transition: 500ms;
    filter: drop-shadow(0 0 5px #ccc);
}

.rakamDis:hover .rakamCizgiler {
    transition: border-color 500ms;
    border-color: #ed6e29;
}

.rakamDis:hover .rakamCizgiler::before,
.rakamDis:hover .rakamCizgiler::after {
    background: #ed6e29;
    transition: 500ms;
}

.rakamBolgesi {
    position: relative;
    /*background: linear-gradient(180deg, rgba(222, 222, 222, 1) 0%, rgba(222, 222, 222, 1) 33%, rgba(255, 255, 255, 1) 100%);*/
    background: #f3faff;
    box-shadow: 0 0 2px 2px rgba(100, 100, 100, .2), inset 0 0 1px 2px #ffffff;
    height: calc(100% - 18px);
    width: calc(100% - 18px);
    top: 9px;
    left: 9px;
    border-radius: 50%;
}

.rakamicBilgiler {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    border-radius: 50%;
    text-align: center;
}

.rakamBilgisi {
    font-size: 28px;
    font-weight: 700;
    display: block;
    line-height: 36px;
    
}

.rakamIcerik {
    font-weight: 600;
}


.firmalarSliderKonum {
    position: relative;
}

.teknokentSliderOk.swiper-button-next,
.teknokentSliderOk.swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 30px;
    width: 30px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 2px 1px rgba(150, 150, 150, .4);
    color: #ed6e29;
    transition: 500ms;
    z-index: 9999;
}


.bizKimizSliderKonum {
    position: relative;
}

#bizKimizSlider {
    padding: 60px 8px 30px;
}

.teknokentSliderOk.swiper-button-next.swiper-button-disabled,
.teknokentSliderOk.swiper-button-prev.swiper-button-disabled {
    opacity: .4;
    color: #969696;
    transition: 500ms;
}

.teknokentSliderOk.swiper-button-prev {
    left: -15px;
}

.teknokentSliderOk.swiper-button-next {
    right: -15px;
}

.teknokentSliderOk.swiper-button-next:after,
.teknokentSliderOk.swiper-button-prev:after {
    font-family: 'icomoon';
    font-size: 20px;
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
}

.teknokentSliderOk.swiper-button-next:after {
    content: "\e900";
}

.teknokentSliderOk.swiper-button-prev:after {
    transform: rotate(-180deg);
    content: "\e900";
}

/**/

.anaSayfaSliderKonum {
    position: relative;
    background: linear-gradient(180deg, rgb(204 23 20 / 5%) 0%, rgba(255, 255, 255, 0) 35%);
}

.anaSayfaSliderKonum::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(270deg, rgb(190 190 190 / 20%) 0%, rgba(255, 255, 255, 0) 75%);
    top: 0;
    left: 0;
}

/*.anaSayfaSliderKonum::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    height: 35px;*/
/*    width: 100%;*/
/*    background: #fff;*/
/*}*/


.anaSayfaSliderCarkKonum {
    position: relative;
    background-image: url(../img/slider-1.png);
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: 20;
    height: 400px;
    margin-top: -100px;
}

/*.anaSayfaSliderCarkKonum::before {*/
/*    content: "-------------------------------------------------";*/
/*    position: absolute;*/
/*    bottom: 83px;*/
/*    left: 180px;*/
/*    font-size: 102px;*/
/*    font-weight: 800;*/
/*    color: #c9d9e7;*/
/*    height: 36px;*/
/*    width: 100vw;*/
/*}*/


.sliderCark1 {
    position: absolute;
    background-image: url(../img/slider-2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: -3px -5px;
    height: 230px;
    width: 230px;
    top: calc(68% - 111px);
    left: calc(34% - 109px);
}

@keyframes donder {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(720deg);
    }
}

.animasyonla {
    animation: donder 5s ease-in-out;
}

.sliderCark2 {
    position: absolute;
    background-image: url("../img/slider-3.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 150px;
    width: 150px;
    top: calc(68% - 71px);
    left: calc(35% - 73px)
}

.sliderCark3 {
    position: absolute;
    background-image: url("../img/slider-8.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 84px;
    width: 84px;
    top: calc(68% - 37px);
    left: calc(35% - 40px);
}

.sliderCark4 {
    position: absolute;
    background-image: url("../img/slider-9.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 90px;
    width: 90px;
    top: calc(34% - 41px);
    left: calc(42% - 46px);
}

.sliderCark5 {
    position: absolute;
    background-image: url("../img/slider-5.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 70px;
    width: 70px;
    top: calc(48% - 31px);
    left: calc(55% - 34px);
}

.sliderCark6 {
    position: absolute;
    background-image: url("../img/slider-4.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 120px;
    width: 120px;
    top: calc(34% - 56px);
    left: calc(42% - 61px);
}

.sliderCark7 {
    position: absolute;
    background-image: url("../img/slider-6.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 56px;
    width: 56px;
    top: calc(38% - 23px);
    left: calc(23% - 27px);
}

.sliderCark8 {
    position: absolute;
    background-image: url("../img/slider-7.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 46px;
    width: 46px;
    top: calc(27% - 15px);
    left: calc(13% - 20px);
}


/**/


@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.eot?hfgd8c');
    src: url('fonts/icomoon.eot?hfgd8c#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?hfgd8c') format('truetype'),
    url('fonts/icomoon.woff?hfgd8c') format('woff'),
    url('fonts/icomoon.svg?hfgd8c#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-hbtOk:before {
    content: "\e900";
}

.asagi {
    transform: rotate(90deg);
}

.yukari {
    transform: rotate(90deg);
}

.sol {
    transform: rotate(-180deg);
}

.sag {
    transform: rotate(0);
}


.yukariAn {
    animation: yukari 60s infinite linear;
}

.asagiAn {
    animation: asagi 45s infinite linear;
}

.solAn {
    animation: sol 66s infinite linear;
}

@keyframes yukari {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(1800deg);
    }
}

@keyframes asagi {
    from {
        transform: rotate(180deg);
    }
    to {
        transform: rotate(-1620deg);
    }
}

@keyframes sol {
    from {
        transform: rotate(90deg);
    }
    to {
        transform: rotate(1890deg);
    }
}

.swiper-button-next:focus,
.swiper-button-prev:focus {
    outline: none;
}

#mobilBasindaFirmalarimizSlider,
#mobilBasindaBizSlider,
#mobilHaberlerSlider,
#mobilEtkinlikSlider {
    padding: 20px 10px
}

.accordion > .card {
    border: none;
    background: transparent;
    padding-top: 20px;
    padding-bottom: 20px;
}

.card-header {
    border-bottom: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    padding: 0;
}

.swiper-slide .col-12.nav-link.active .kartKutuDis {
    border-color: #1c3e6b;
    transition: 500ms;
}

.swiper-slide .col-12.nav-link.active .kartGorselDis {
    border-color: #1c3e6b;
    transition: 500ms;
}

.kartKutuDis {
    background: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    border-radius: 10px 50px 50px 10px;
    filter: drop-shadow(0 0 3px #ccc);
    
    font-size: 24px;
    border: 1px solid transparent;
    transition: border-color 500ms;
    min-height: 65px;
}

.kartKutuDis.col-10 {
    min-height: 50px;
}

.kartKutuHaber {
    position: absolute;
    width: 100%;
    font-family: Montserrat, sans-serif;
    padding: 0 10px;
    top: 50%;
    transform: translateY(-50%);
}

.kartKutuHaber .baslik {
    font-size: 12px;
    font-weight: 600;
    color: #333;
    padding-right: 35px;
}

.kartKutuHaber .tarih {
    font-size: 10px;
    color: #333;
}

.kartGorselDis {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -25px;
    background: #fff;
    filter: drop-shadow(0 0 2px #999);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    transition: border-color 500ms;
}

.kartGorselIc {
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0 0 2px #999);
    overflow: hidden;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    transition: 500ms;
}

.kartGorselIc img {
    border-radius: 50%;
    width: 100%;
}

.card-header[aria-expanded="true"] .kartGorselIc {
    background: #ed6e29;
    color: #fff;
}

.card-header[aria-expanded="false"] .kartGorselIc {
    background: #d9d9d9;
    color: #969696;
}

.card-header[aria-expanded="true"] .kartIconIc i {
    transform: rotate(90deg);
    transition: 500ms;
    color: #ed6e29;
}

.card-header[aria-expanded="false"] .kartIconIc i {
    transition: 500ms;
}

.card-body {
    padding: 0 20px;
}

.kartIconDis {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(222, 222, 222, 1) 100%);
    box-shadow: inset 0 0 5px 6px #ffffff;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.kartIconIc {
    position: relative;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    filter: drop-shadow(0 0 2px #acacac);
    color: #333;
}


.mobilSliderIcLink {
    color: #333;
    transition: 500ms;
}

.hakkimizdaMobilKonum {
    position: absolute;
    opacity: 0.4;
    top: 90px;
}

.mobilSliderGorsel {
    margin-bottom: 10px;
}

.mobilSliderGorsel img {
    border-radius: 20px;
}

.mobilSliderIcLink:hover {
    color: #ed6e29;
    transition: 500ms;
}

.footerBaslik {
    
    font-size: 18px;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid black;
    color: black;
}

.footerIletisim,
.footerListe {
    list-style-type: none;
    text-align: center;
    padding: 0;
    margin: 0;
}

.footerIletisim li,
.footerListe li {
    text-align: left;
    margin-top: 15px;
    color: black;
}

.footerIletisim li a,
.footerListe li a {
    color: black;
    transition: 500ms;
    position: relative;
    display: inline-flex;
    font-weight: 600;
}

.footerListe li a::before {
    content: "";
    height: 2px;
    position: absolute;
    width: 0;
    background: #ed6e29;
    bottom: 0;
    left: 0;
    display: block;
    transition: 500ms;
}

.footerListe li a:hover::before {
    width: 100%;
    transition: 500ms;
}

.footerIletisim li a:hover,
.footerListe li a:hover {
    color: black;
    transition: 500ms;
}

.footerListe li i {
    display: inline;
    color: black;
    font-size: 16px;
    transition: all .4s;
}

.footerIletisim li i {
    display: inline;
    color: black;
    font-size: 22px;
    transition: all .4s;
}

.footerListe li:hover i, .footerIletisim li:hover i {
    margin-right: 20px !important;
}


#anaSayfaSlider {
    margin-top: 130px;
}

#anaSayfaSlider .swiper-slide img {
    max-height: 230px;
}


.sliderIcerik .anaBaslik {
    font-size: 26px;
    font-weight: 400;
    color: #ed6e29;
    
}

.sliderIcerik .altBaslik {
    font-size: 20px;
    font-weight: 400;
    color: #456175;
    
}

.sliderIcerik {
    position: relative;
    width: calc(100% - 20px);
    left: 10px;
    text-align: center;
    background: linear-gradient(to bottom, transparent, rgb(204 23 20 / 50%));
    margin: 20px 0;
    padding: 20px 0;
    border-bottom: 1px solid #333;
}

.sliderIcerik::before,
.sliderIcerik::after {
    content: "";
    position: absolute;
    height: 9px;
    width: 9px;
    bottom: -5px;
    border-radius: 50%;
    background: #696969;
    border: 2px solid #fff;
    box-shadow: 0 0 5px 1px #aaaaaa;
}

.sliderIcerik::before {
    left: -4px;
}

.sliderIcerik::after {
    right: -4px;
}

footer {
    margin-top: 50px;
    padding-top: 30px;
}

.rakamlarMargin {
    margin: 100px 0 0
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background: transparent;
}

.preloader {
    position: fixed;
    height: 100vh;
    width: 100vw;
    background: #fff;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scrollup {
    position: fixed;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 24px;
    width: 24px;
    bottom: 60px;
    right: 20px;
    background-color: #ed6e29;
    color: #fff;
    font-size: 12px;
    z-index: 99;
    border-radius: 10%;
    opacity: 0;
    transform: rotate(-45deg);
    transition: 400ms;
    pointer-events: none;
    border: 1px solid white;
}

.scrollup.aktif {
    bottom: 48px;
    opacity: 1;
    transition: 400ms;
    pointer-events: all;
}

.scrollup i {
    transform: rotate(45deg);
    transition: 400ms;
}

.scrollup:hover {
    background-color: #ed6e29;
    color: #fff;
    transform: scale(.9) rotate(0);
    transition: 400ms;
}

.scrollup:hover i {
    transform: rotate(0);
    transition: 400ms;
}

.hc-nav-trigger {
    top: 20px;
    right: 15px;
}


span.tr,
span.en {
    opacity: .3;
}

.swiper-button-anaSlider-prev,
.swiper-button-anaSlider-next {
    color: #ed6e29;
}

.hc-offcanvas-nav .nav-close-button span::before {
    margin-left: -6px;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}
header.is-sticky {
    animation: fadeInDown linear;
    animation-duration: 0.6s;
    background-color: white;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
}
.is-sticky .header-ust{
    display: none;
}

@keyframes hareketEt {
    0% {
        right: 0;
    }
    50% {
        right: calc(100% - 15px);
    }
    100% {
        right: 0;
    }

}

.hc-offcanvas-nav .nav-content > h2:first-child, .hc-offcanvas-nav .nav-content > h3:first-child, .hc-offcanvas-nav .nav-content > h4:first-child, .hc-offcanvas-nav .nav-content > h5:first-child, .hc-offcanvas-nav .nav-content > h6:first-child {
    
    color: #fff;
}

footer .footer-alt-bg {
    border-top: 8px solid #ed6e29;
    background: #fff;
    color: #fff;
    font-size: 15px;
    position: relative;
    z-index: 30;
    padding-bottom: 8px
}

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-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 #ed6e29 transparent
}

footer .hakanbt-logo {
    position: absolute;
    bottom: -14px;
    left: 15px;
    height: 35%;
    width: 100%
}

.hakanbt {
    width: 28px !important;
    height: 25px !important;
    overflow: hidden !important;
    position: relative !important;
    margin: 0 !important;
    transition: all .5s ease-in-out .1s !important
}

.hakanbt img {
    max-width: none !important
}

.hakanbt:hover {
    width: 125px !important
}

.tab-content-hbt {
    z-index: 99;
}


.breadcrumbAlani {
    position: relative;
    padding-top: 90px;
    padding-bottom: 15px;
    /*background-image: url("../img/header.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;*/
    min-height: 210px;
    display: flex;
    align-items: flex-end;
}

.breadcrumbAlani::before {
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, rgb(154 154 154 / 25%), transparent);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.breadcrumbAlani h1 {
    font-weight: bolder;
    font-size: 26px;
    color: black;
}

.breadcrumListe {
    text-align: left;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.breadcrumListe li a {
    color: black;
}

.breadcrumListe li {
    display: inline-block;
    font-size: 12px;
    margin-right: 8px;
    color: black;
    font-weight: 600;
    position: relative;
}

.breadcrumListe li:last-of-type {
    margin-right: 0;
}

.breadcrumListe li:not(:last-of-type)::before {
    content: "/";
    position: absolute;
    right: -8px;
    top: 0;
    font-size: 12px;
    font-weight: 600;
}


.sectionBaslik {
    position: relative;
    font-size: 30px;
    width: 100%;
    
}

.sectionBaslik::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: #ed6e29;
    width: 15%;
    height: 3px;
}

.sectionBaslik::after {
    content: "";
    position: absolute;
    left: 15%;
    bottom: 1px;
    background: #333;
    width: 85%;
    height: 1px;
}


/**/

.basindaBizKutu {
    position: relative;
    border-bottom: 3px solid #1c3e6b;
    transition: 500ms;
    box-shadow: 0 0 10px 1px #ccc;
    padding: 15px;
}

.basindaBizTarih {
    position: absolute;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 600;
    background: #1c3e6b;
    color: #fff;
    text-align: center;
    left: 0;
    top: 0;
    border-bottom-right-radius: 15px;
    z-index: 10;
    transition: 500ms;
}

.basindaBizGorsel {
    position: relative;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 4 / 3;
}

.basindaBizGorsel img {
    transition: 500ms;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.basindaBizDetaylar {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    padding: 2px 15px;
    background: #ed6e29;
    color: #fff;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    
    transition: 500ms;
    opacity: 0;
}

.basindaBizDetaylar::before {
    font-family: "icomoon";
    content: "\e900";
    font-size: 20px;
    left: 50%;
    top: -28px;
    position: absolute;
    transform: translateX(-50%) rotate(-90deg);
    color: #ed6e29;
}

.basindaBizBaslik {
    position: relative;
    width: 100%;
    min-height: 60px;
    margin-top: 10px;
}

.basindaBizBaslik span {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    color: #1c3e6b;
    font-weight: 600;
    text-align: center;
    transition: 500ms;
}


.basindaBizKutu:hover .basindaBizBaslik span {
    color: #ed6e29;
    transition: 500ms;
}

.basindaBizKutu:hover .basindaBizTarih {
    transition: 500ms;
    background: #ed6e29;
}


.basindaBizKutu:hover .basindaBizDetaylar {
    transition: 500ms;
    opacity: 1;
    bottom: 0;
}


.basindaBizKutu:hover .basindaBizGorsel img {
    transition: 500ms;
    transform: scale(1.2);
}

.basindaBizKutu:hover {
    border-color: #ed6e29;
    transition: 500ms;
    box-shadow: 0 0 15px 1px #aaa;
}


/**/


/**/
.arge-butonlar {
    justify-content:end;
}
.uyelerimizKutu {
    background: #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px 1px #d9d9d9;
    border-radius: 5px;
    transition: 500ms cubic-bezier(.57, .21, .69, 1.25);
    aspect-ratio: 1;
}

.uyelerimizKutu:hover {
    box-shadow: 0 0 15px 1px #a9a9a9;
    transition: 500ms cubic-bezier(.57, .21, .69, 1.25);
}

.uyelerimizKutu::after {
    content: "";
    position: absolute;
    top: -50%;
    left: -60%;
    width: 20%;
    height: 200%;
    opacity: 0;
    transform: rotate(30deg);
    background: rgba(255, 255, 255, 0.33);
    background: linear-gradient(
            to right,
            rgba(255, 255, 255, 0.33) 0%,
            rgba(255, 255, 255, 0.33) 77%,
            rgba(255, 255, 255, 0.8) 92%,
            rgba(255, 255, 255, 0.0) 100%
    );
}

.uyelerimizKutu:hover::after {
    opacity: 1;
    left: 130%;
    transition-property: left, top, opacity;
    transition-duration: 1s, 1s, 0.35s;
    transition-timing-function: ease;
}

.uyelerimizKutu:active::after {
    opacity: 0;
}


/**/


/**/

.yeteneklerimizKutu {
    position: relative;
    background-image: url("../img/icSayfaBg.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 70px;
}


.yeteneklerimizKutu::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 57%;
    height: 85%;
    background-image: url("../img/istihdam.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.yetenekListeSiralama .col-12:nth-child(1) .yeteneklerimizKutu::before {
    background-image: url("../img/opsiyonlar/1.jpg");
}

.yetenekListeSiralama .col-12:nth-child(2) .yeteneklerimizKutu::before {
    background-image: url("../img/opsiyonlar/2.jpg");
}

.yetenekListeSiralama .col-12:nth-child(3) .yeteneklerimizKutu::before {
    background-image: url("../img/opsiyonlar/3.jpg");
}

.yetenekListeSiralama .col-12:nth-child(4) .yeteneklerimizKutu::before {
    background-image: url("../img/opsiyonlar/4.jpg");
}

.yetenekListeSiralama .col-12:nth-child(5) .yeteneklerimizKutu::before {
    background-image: url("../img/opsiyonlar/5.jpg");
}

.yetenekListeSiralama .col-12:nth-child(6) .yeteneklerimizKutu::before {
    background-image: url("../img/opsiyonlar/6.jpg");
}

.yetenekListeSiralama .col-12:nth-child(7) .yeteneklerimizKutu::before {
    background-image: url("../img/opsiyonlar/7.jpg");
}

.yetenekListeSiralama .col-12:nth-child(8) .yeteneklerimizKutu::before {
    background-image: url("../img/opsiyonlar/8.jpg");
}

.yetenekListeSiralama .col-12:nth-child(9) .yeteneklerimizKutu::before {
    background-image: url("../img/opsiyonlar/9.jpg");
}

.yetenekListeSiralama .col-12:nth-child(10) .yeteneklerimizKutu::before {
    background-image: url("../img/opsiyonlar/10.jpg");
}

.yetenekListeSiralama .col-12:nth-child(11) .yeteneklerimizKutu::before {
    background-image: url("../img/opsiyonlar/11.jpg");
}

.yetenekListeSiralama .col-12:nth-child(12) .yeteneklerimizKutu::before {
    background-image: url("../img/opsiyonlar/12.jpg");
}

.yetenekListeSiralama .col-12:nth-child(13) .yeteneklerimizKutu::before {
    background-image: url("../img/opsiyonlar/13.jpg");
}

.yetenekListeSiralama .col-12:nth-child(14) .yeteneklerimizKutu::before {
    background-image: url("../img/opsiyonlar/14.jpg");
}

.yetenekListeSiralama .col-12:nth-child(15) .yeteneklerimizKutu::before {
    background-image: url("../img/opsiyonlar/15.jpg");
}

.yetenekListeSiralama .col-12:nth-child(16) .yeteneklerimizKutu::before {
    background-image: url("../img/opsiyonlar/16.jpg");
}

.yetenekListeSiralama .col-12:nth-child(17) .yeteneklerimizKutu::before {
    background-image: url("../img/opsiyonlar/17.jpg");
}

.yetenekListeSiralama .col-12:nth-child(18) .yeteneklerimizKutu::before {
    background-image: url("../img/opsiyonlar/18.jpg");
}

.yetenekListeSiralama .col-12:nth-child(19) .yeteneklerimizKutu::before {
    background-image: url("../img/opsiyonlar/19.jpg");
}

.yeteneklerimizKutu::after {
    content: "";
    position: absolute;
    background: linear-gradient(to right, #f9f9f9, transparent);
    right: 0;
    transform: translateY(-50%);
    top: 47%;
    height: 93%;
    width: 58%;
    transform-origin: left;
    transition: 500ms;
}

.yeteneklerimizBaslik {
    position: absolute;
    left: 30%;
    bottom: 9%;
    width: 70%;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    z-index: 99;
    transition: 500ms;
}


.yeteneklerimizKutu:hover::after {
    transform: translateY(-50%) scaleX(.2);
    transform-origin: left;
    transition: 500ms;
}

.yeteneklerimizKutu:hover .yeteneklerimizBaslik {
    font-size: 20px;
    transition: 500ms;
    color: #ed6e29;
}

/**/


/**/

.iletisimGorselKutu {
    position: relative;
    width: 100%;
    height: 100%;
}

.iletisimBalon1 {
    background-image: url("../img/iletisim/iletisim1.png");
    height: 62px;
    width: 62px;
    left: 0;
    top: 50%;
}

.iletisimBalon2 {
    background-image: url("../img/iletisim/iletisim2.png");
    height: 121px;
    width: 121px;
    left: 12%;
    top: 50%;
}

.iletisimBalon3 {
    background-image: url("../img/iletisim/iletisim3.png");
    height: 45px;
    width: 45px;
    left: 8%;
    top: 70%;
}

.iletisimBalon4 {
    background-image: url("../img/iletisim/iletisim4.png");
    height: 65px;
    width: 65px;
    left: 30%;
    top: 70%;
}

.iletisimBalon5 {
    background-image: url("../img/iletisim/iletisim5.png");
    height: 88px;
    width: 88px;
    left: 40%;
    top: 70%;
}

.iletisimBalon6 {
    background-image: url("../img/iletisim/iletisim6.png");
    height: 52px;
    width: 52px;
    left: 33%;
    top: 20%;
}

.iletisimBalon7 {
    background-image: url("../img/iletisim/iletisim7.png");
    height: 132px;
    width: 132px;
    left: 39%;
    top: 41%;
}

.iletisimBalon8 {
    background-image: url("../img/iletisim/iletisim8.png");
    height: 74px;
    width: 74px;
    left: 72%;
    top: 55%;
}

.iletisimBalon1,
.iletisimBalon2,
.iletisimBalon3,
.iletisimBalon4,
.iletisimBalon5,
.iletisimBalon6,
.iletisimBalon7,
.iletisimBalon8 {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
}

.mobilYukseklik {
    min-height: 200px;
}

/**/


/**/


.icerikAnaResim {
    z-index: 15;
    position: relative
}

.hbt-icerik {
    margin-top: 0;
}

.max-wy50 {
    max-width: 100%
}

.max-w263 {
    max-width: 100%
}

.max-wy100 {
    max-width: 100%
}

.haberDetaySayfasi hr {
    border-color: #ed6e29
}

.blogTarihi {
    color: #ed6e29
}

.haberBasligi h2 {
    color: #ed6e29;
    font-size: 24px
}

.diger-haber-baslik {
    font-size: 14px
}

/**/


/**/

.sagGolge {
    box-shadow: -35px 5px 25px -2px #33333333;
    position: relative;
}

.iletisimIcon {
    display: inline-block;
    text-align: center;
    background: #000;
    color: #fff;
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    margin-right: 5px;
}

.firmaIletisim {
    display: block;
    color: #000;
    font-size: 14px;
    margin-top: 12px;
    transition: 500ms;
}

.firmaIletisim:hover {
    color: #fff;
    padding-left: 5px;
    transition: 500ms;
}

.firmaIletisimBaslik {
    position: static;
    background: transparent;
    transform: none;
    text-align: left;
    border-bottom: 2px solid #333;
    color: #333;
    font-size: 20px;
    font-weight: 600;
}


.firmaIletisimAlani {
    position: relative;
    background: linear-gradient(to bottom, rgba(132, 199, 242, 1), transparent);
    border-top: 1px solid #333;
    max-width: calc(100% - 30px);
    margin-left: 15px;
}

.firmaIletisimAlani::before,
.firmaIletisimAlani::after {
    content: "";
    position: absolute;
    height: 9px;
    width: 9px;
    top: -5px;
    border-radius: 50%;
    background: #696969;
    border: 2px solid #fff;
    box-shadow: 0 0 5px 1px #aaaaaa;
}

.firmaIletisimAlani::before {
    left: -4px;
}

.firmaIletisimAlani::after {
    right: -4px;
}

.firmaAdi {
    position: relative;
    background: linear-gradient(to right, #dedede, transparent);
    margin-left: -15px;
    padding: 15px;
    font-weight: 600;
    color: #ed6e29;
    font-size: 26px;
}


.firmaAciklama {
    text-align: justify;
    font-size: 12px;
}

.firmaYetenekAlani {
    position: relative;
    background: transparent;
    max-width: calc(100% - 30px);
    margin-left: 15px;
}

.firmaYetenekBaslik {
    border-bottom: 2px solid #333;
    text-align: left;
    color: #333;
    font-size: 20px;
    font-weight: 600;
    position: relative;
}

.yetenekListesi {
    list-style-type: none;
    padding: 0;
    margin: 15px 0 0;
}

.yetenekListesi li {
    display: block;
    transition: 500ms;
    color: #333;
}

.yetenekListesi li:hover {
    padding-left: 10px;
    transition: 500ms;
}


.firmaLogoBg {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #333;
    background: linear-gradient(to bottom, transparent, rgba(132, 199, 242, 1));
}

.firmaLogoBg::before,
.firmaLogoBg::after {
    content: "";
    position: absolute;
    height: 9px;
    width: 9px;
    bottom: -5px;
    border-radius: 50%;
    background: #696969;
    border: 2px solid #fff;
    box-shadow: 0 0 5px 1px #aaaaaa;
}

.firmaLogoBg::before {
    left: -4px;
}

.firmaLogoBg::after {
    right: -4px;
}

.galeriSliderElement {
    margin: 10px;
    border: 1px solid #969696;
    padding: 10px;
}

.slick-slide:focus,
.slick-slide:active {
    outline: none;
}

.ustSosyalListe {
    display: none;
}

.ustDilListe {
    display: inline-block;
    list-style-type: none;
    padding: 0;
    text-align: right;
}

.ustDilListe li {
    display: inline-block;
    margin: 0 2px;
    width: 30px;
    text-align: center;
}

.ustDilListe li a {
    display: block;
    position: relative;
    font-size: 16px;
    padding: 5px;
    transition: 500ms;
}

/**/

.sliderGorsel {
    height: 100%
}


.kayipYazi {
    color: #ed6e29;
    font-size: 152px;
    font-weight: bold;
    line-height: 130px;
    letter-spacing: -30px;
}

.kayipYazi span {
    text-shadow: -8px 0 0 #2e2e3e;
}

.yonetimKuruluCerceve {
    position: relative;
    display: block;
    background: #fff;
    padding: 20px 10px;
    border-radius: 10px;
    box-shadow: 0 0 10px 1px #aaa;
    transition: 300ms;
}

.yonetimKuruluGorsel {
    display: flex;
    justify-content: center;
    overflow: hidden;
    padding: 0 10px;
}

.yonetimKuruluCerceve:hover {
    box-shadow: 0 0 20px 1px #aaa;
    transition: 300ms;
}

.yonetimKuruluIsim {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #000;
}

.yonetimKuruluDerece {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #333;
    font-weight: 600;
    height: 60px;
}

.sekmeGorsel img {
    width: 100%;
    object-fit: cover;
}
.hc-nav-trigger span, .hc-nav-trigger span::before, .hc-nav-trigger span::after {
    background: #ffffff;
}
.is-sticky .hc-nav-trigger span, .is-sticky .hc-nav-trigger span::before, .is-sticky .hc-nav-trigger span::after {
    background: var(--red);
}
.sayfaHeader .hc-nav-trigger span, .sayfaHeader .hc-nav-trigger span::before, .sayfaHeader .hc-nav-trigger span::after {
    background: var(--red);
}
.sayfaHeader .hc-nav-trigger{
    top: 40px;
}
@media (min-width: 992px) {
    .kayipYazi {
        font-size: 252px;
        line-height: 190px;
        letter-spacing: -50px;
    }

    .sliderGorsel {
        height: calc(100% - 60px)
    }

    .scrollup {
        bottom: 50px;
    }

    .scrollup.aktif {
        bottom: 30px;
    }

    .ustSosyalListe {
        list-style-type: none;
        padding: 0;
        text-align: right;
        display: inline-block;
    }

    .ustSosyalListe li {
        display: inline-block;
        margin: 0 2px;
        width: 30px;
        text-align: center;
    }

    .ustSosyalListe li a {
        display: block;
        position: relative;
        color: #333;
        font-size: 16px;
        padding: 5px;
        transition: 500ms;
    }

    .ustSosyalListe li a::before {
        content: "";
        position: absolute;
        bottom: 105%;
        left: 0;
        width: 100%;
        height: 100%;
        background: #ed6e29;
        border-bottom-right-radius: 15px;
        border-bottom-left-radius: 15px;
        transition: 500ms;
    }

    .ustSosyalListe li a:hover {
        color: #fff;
        transition: 500ms;
    }

    .ustSosyalListe li a:hover::before {
        bottom: 10%;
        transition: 500ms;
    }

    .ustSosyalListe li a i {
        position: relative;
    }


    .firmaLogoBg {
        border: none;
        background: transparent;
    }

    .firmaYetenekBaslik {
        border-bottom: 1px solid #fff;
        text-align: center;
        color: #fff;
    }

    .firmaYetenekBaslik::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -4px;
        height: 7px;
        width: 7px;
        border-radius: 50%;
        background: #fff;
    }

    .firmaIletisim {
        color: #fff;
    }

    .iletisimIcon {
        background: #fff;
        color: #000;
    }

    .firmaIletisimAlani {
        background: #1c3e6b;
        max-width: 100%;
        margin-left: 0;
        border: none;
    }

    .firmaLogoBg::before,
    .firmaLogoBg::after {
        display: none;
    }

    .firmaIletisimBaslik {
        position: absolute;
        left: 50%;
        top: -15px;
        height: 35px;
        padding: 5px 25px;
        border-top-right-radius: 20px;
        border-top-left-radius: 20px;
        transform: translateX(-50%);
        background: #1c3e6b;
        color: #fff;
        border: none;
        text-align: center;

    }

    .firmaIletisimAlani::before {
        content: "";
        position: absolute;
        width: 300%;
        left: calc(-300% + 1px);
        height: 100%;
        background: #1c3e6b;
        top: 0;
        border-radius: 0;
        box-shadow: none;
        border: none;
    }

    .firmaIletisimAlani::after {
        display: none;
        content: none;
    }

    .sagGolge::before {
        height: 20px;
        top: -15px;
    }

    .sagGolge::after {
        height: 50px;
        bottom: -35px;
    }

    .firmaAdi::before {
        position: absolute;
        content: "";
        height: 100%;
        top: 0;
        width: 10px;
        left: -10px;
        background: #dedede;
    }

    .firmaAdi::after {
        position: absolute;
        content: "";
        height: 0;
        top: -8px;
        width: 0;
        border-top: 8px solid transparent;
        border-right: 8px solid transparent;
        border-left: 8px solid #ccc;
        border-bottom: 8px solid transparent;
        left: -8px;
        transform: rotate(45deg);
    }


    .sagGolge::before,
    .sagGolge::after {
        position: absolute;
        content: "";
        background: #f9f9f9;
        width: 100%;
        left: 0;
    }

    .firmaYetenekAlani {
        position: relative;
        background: #ed6e29;
        max-width: 100%;
        margin-left: 0;
    }

    .yetenekListesi li {
        color: #fff;
    }

    .firmaYetenekAlani::before {
        content: "";
        position: absolute;
        width: 300%;
        left: calc(-300% + 1px);
        background: #ed6e29;
        height: 100%;
        top: 0;
    }


    .max-wy50 {
        max-width: 50%;
    }

    .max-w263 {
        max-width: 263px;
    }

    .max-wy100 {
        max-width: 100%;
    }

    .iletisimBalon1 {
        background-image: url("../img/iletisim/iletisim1.png");
        height: 121px;
        width: 121px;
        left: 0;
        top: 50%;
    }

    .iletisimBalon2 {
        background-image: url("../img/iletisim/iletisim2.png");
        height: 242px;
        width: 242px;
        left: 12%;
        top: 50%;
    }

    .iletisimBalon3 {
        background-image: url("../img/iletisim/iletisim3.png");
        height: 95px;
        width: 95px;
        left: 8%;
        top: 70%;
    }

    .iletisimBalon4 {
        background-image: url("../img/iletisim/iletisim4.png");
        height: 130px;
        width: 130px;
        left: 30%;
        top: 70%;
    }

    .iletisimBalon5 {
        background-image: url("../img/iletisim/iletisim5.png");
        height: 176px;
        width: 176px;
        left: 40%;
        top: 80%;
    }

    .iletisimBalon6 {
        background-image: url("../img/iletisim/iletisim6.png");
        height: 103px;
        width: 103px;
        left: 33%;
        top: 20%;
    }

    .iletisimBalon7 {
        background-image: url("../img/iletisim/iletisim7.png");
        height: 264px;
        width: 264px;
        left: 39%;
        top: 41%;
    }

    .iletisimBalon8 {
        background-image: url("../img/iletisim/iletisim8.png");
        height: 148px;
        width: 148px;
        left: 72%;
        top: 55%;
    }

    .yeteneklerimizKutu:hover .yeteneklerimizBaslik {
        font-size: 36px;
    }

    .yeteneklerimizBaslik {
        font-size: 24px;
    }

    .yeteneklerimizKutu {
        min-height: 210px;
    }

    .yeteneklerimizKutu::after {
        height: 91%;
        width: 57%;
        transform-origin: left;
        transition: 500ms;
    }

    .breadcrumbAlani {
        padding-bottom: 70px;
        background-size: cover;
        display: flex;
        align-items: flex-end;
        background-position: center;
        min-height: 330px;
    }


    .breadcrumListe li {
        font-size: 14px;
        margin-right: 15px;
    }

    .breadcrumListe li {
        font-size: 12px;
        margin-right: 15px;
    }

    .breadcrumListe li:not(:last-of-type)::before {
        right: -10px;
        font-size: 14px;
    }

    .breadcrumbAlani h1 {
        font-size: 22px;
    }

    #anaSayfaSekmeBasindaFirmalarimizSlider,
    #anaSayfaSekmeBasindaBizSlider,
    #anaSayfaSekmeEtkinlikSlider,
    #anaSayfaSekmeSlider {
        height: 320px;
    }

    .rakamCizgiler::before {
        top: 12px;
        left: 12px;
    }

    .rakamCizgiler::after {
        top: 12px;
        right: 12px;
    }

    .cizgiliBaslik .anaSayfaBaslik::after,
    .cizgiliBaslik .anaSayfaBaslik::before {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(calc(-50% + 1px));
        width: 8px;
        height: 8px;
        background: #333;
        border: 2px solid #fefefe;
        border-radius: 50%;
        box-shadow: 0 0 2px 1px rgba(150, 150, 150, .4);
    }

    .cizgiliBaslik .anaSayfaBaslik::before {
        left: -25%;
    }

    .cizgiliBaslik .anaSayfaBaslik::after {
        right: -25%;
    }

    .hakkimizdaSection::before,
    .hakkimizdaSection::after {
        width: calc(100% - calc((calc(100% - 1140px) / 2) + 15px));
    }

    .sagRakamBg,
    .solRakamBg {
        position: relative;
    }

    .sagRakamBg::before {
        right: -100%;
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
        background: linear-gradient(to left, transparent, #92c5e7);
    }

    .solRakamBg::before {
        left: -100%;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        background: linear-gradient(to right, transparent, #92c5e7);
    }

    .sagRakamBg::before,
    .solRakamBg::before {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: calc(200% - 30px);
        height: calc(100% - 120px);
    }


    .bultenSekmelerMasaustu {
        position: relative;
        height: 410px;
    }

    .bultenSekmelerMasaustu::before,
    .bultenSekmelerMasaustu::after {
        content: "";
        position: absolute;
        top: 50%;
        background-image: url("../img/disli.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        height: 100%;
        width: 675px;
        z-index: -1;
    }

    .bultenSekmelerMasaustu::before {
        left: 190px;
        transform: translate(-50%, -50%);
    }

    .bultenSekmelerMasaustu::after {
        right: 190px;
        transform: scaleX(-1) translate(-50%, -50%);
    }


    .nav-tabs {
        border: none;
        z-index: 99;
        position: relative;
    }

    .nav-tabs .nav-link {
        border: none;
        padding: 0;
    }

    .sekmeGorsel {
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 99;
    }

    .sekmeGorsel img {
        border-radius: 25px;
        filter: drop-shadow(0 0 4px #aaa);
    }

    .sekmeBaslik {
        display: block;
        border-bottom: 2px solid #333;
        font-size: 16px;
        font-weight: 600;
    }

    .sekmeIcerik {
        text-align: justify;
        font-size: 14px;
    }

    .active .sagOkBolge {
        color: #ed6e29;
        transition: 500ms;
    }

    .active .disCerceve {
        color: #ed6e29;
        background: #fff;
        transition: 500ms;
    }

    .active .solIconBolge {
        background: #ed6e29;
        color: #fff;
        transition: 500ms;
    }

    .altCizgi {
        position: relative;
        height: 3px;
        width: calc(100% - 15px);
        display: block;
        background: #969696;
        margin: 15px 0;
        border-radius: 5px;
        transition: 500ms;
    }

    .altCizgi::before,
    .altCizgi::after {
        content: "";
        position: absolute;
        height: 10px;
        width: 10px;
        top: 50%;
        transform: translateY(-50%);
        background: #969696;
        border: 3px solid #ffffff;
        border-radius: 50%;
        filter: drop-shadow(0 0 1px #999999);
        transition: 500ms;
    }

    .altCizgi::before {
        left: 0;
    }

    .altCizgi::after {
        right: 0;
    }

    .active .altCizgi::after {
        animation: hareketEt 5s linear infinite;
    }

    .active .altCizgi {
        background: #ed6e29;
        transition: 500ms;
    }

    .active .altCizgi::before,
    .active .altCizgi::after {
        border-color: #1c3e6b;
        background: #fff;
        transition: 500ms;
    }

    .hakkimizdaMobilKonum {
        position: static;
        opacity: 1;
        top: auto;
    }

    .kartKutuDis {
        line-height: normal;
    }

    .sliderYukseklik {
        height: 500px;
    }

    #anaSayfaSlider {
        height: 400px;
        margin-top: 100px;
    }

    #anaSayfaSlider .swiper-slide img {
        margin-top: 15px;
        max-height: 100%;
    }

    .sliderIcerik {
        position: absolute;
        left: 50%;
        top: 83%;
        transform: translate(-50%, -50%);
        font-weight: 600;
        width: 100%;
        text-align: left;
        background: transparent;
        padding: 0 20px 0 0;
        margin: 0;
        border: none;
    }

    .sliderIcerik::before,
    .sliderIcerik::after {
        display: none;
    }

    .sliderIcerik .anaBaslik {
        font-size: 18px;
        display: block;
    }

    .sliderIcerik .altBaslik {
        font-size: 14px;
        display: block;
    }

    footer {
        padding-top: 100px;
        background-position: right top;
    }


    .navbar-nav li.nav-item {
        margin-right: 15px;
    }

    .navbar-nav li.nav-item:last-of-type {
        margin-right: 0
    }

    .navbar-nav .nav-link {
        text-align: center;
        color: #000;
        font-weight: 600;
        padding: 0 5px !important;
    }

    .nav-item.dropdown {
        z-index: 5
    }

    .navbar .nav-item:hover .nav-link {
        color: #ed6e29
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        margin-top: 0;
        padding: 0;
    }

    .navbar .dropdown-menu.fade-down {
        border: 0;
        border-radius: 0;
        background-clip: padding-box;
        top: 80%;
        transform: rotateX(-75deg);
        transform-origin: 0 0;
        min-width: 200px;
        filter: drop-shadow(0 0 2px #aaa);
        border-top: 2px solid #ed6e29;
    }

    .navbar .dropdown-menu.fade-up {
        top: 180%
    }

    .navbar .nav-item:hover .dropdown-menu {
        transition: .3s;
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: rotateX(0)
    }

    .nav-link {
        color: red;
        transition: .3s
    }

    .nav-link:hover {
        color: #333;
        transition: .3s
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #ed6e29
    }

    .dropdown-menu > li {
        position: relative
    }

    .dropdown-menu > li::before {
        content: "";
        position: absolute;
        background-color: #ed6e29;
        height: 100%;
        width: 0;
        left: 0;
        top: 0;
        transition: 300ms;
    }

    .dropdown-menu li:hover::before {
        width: 100%;
        transition: 300ms;
    }

    .dropdown-menu .dropdown-item:hover {
        transition: 300ms;
        color: #fff;
        padding-left: 1.4em;
    }

    .dropdown-menu .dropdown-item {
        padding: 8px 6px 8px 1em;
        display: flex;
        transition: 300ms;
        position: relative;
        font-size: 14px;
        background: transparent;
        color: #000;
    }

    .dropdown-toggle::after {
        border: none;
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        content: "\f107";
        vertical-align: middle;
    }
}


.disCerceve {
    position: relative;
    height: 50px;
    background: #ffffff;
    filter: drop-shadow(0 0 3px #ccc);
    width: 100%;
    border-radius: 15px 50px 50px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 22px;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    transition: 500ms;
    color: #333;
    padding: 0 20px;
}

.solIconBolge {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 44px;
    width: 44px;
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 16px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 4px solid #fff;
    color: #aaaaac;
    background: #cbcdcf;
    filter: drop-shadow(0 0 2px #ccc);
    transition: 500ms;
}

.sagOkBolge {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 30px;
    height: 30px;
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(222, 222, 222, 1) 100%);
    box-shadow: inset 0 0 1px 1px #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    font-size: 16px;
    color: #333;
    transition: 500ms;
}

.klasikFont {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    text-align: left;
    justify-content: left;
    height: 80px;
    padding: 0 40px;
}

.klasikFont .solIconBolge {
    height: 64px;
    width: 64px;
    font-size: 26px;
    color: #696969;
    transition: 500ms
}

.klasikFont:hover .solIconBolge {
    background: #ed6e29;
    color: #fff;
    transition: 500ms;
}

.teknokentInput {
    border-radius: 0;
    color: #000;
    border-color: #696969;
    resize: none;
    font-size: 14px;
}

textarea.teknokentInput {
    border-bottom-right-radius: 25px;
}

.teknokentInput:focus {
    box-shadow: none;
    outline: none;
    border-color: #000;
}

.gonderButon {
    background: transparent;
    color: #ed6e29;
    font-weight: 600;
    border: none;
    outline: none;
    position: absolute;
    bottom: 0;
    right: 15px;
    padding: 5px 10px;
    border-bottom-right-radius: 25px;
}

button:focus {
    outline: none;
    box-shadow: none;
}

.tr {
    background: url(../img/katmanlar/tr.gif);
    width: 18px;
    height: 12px;
    display: inline-block
}

.en {
    background: url(../img/katmanlar/en.gif);
    width: 18px;
    height: 12px;
    display: inline-block
}

.top60 {
    top: 60% !important;
}


.m-tb-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.kurumsal-kimlik-kutu {
    width: 100%;
    background-color: white;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
}

.kurumsal-kimlik-kutu img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: contain;
    padding: 20px;
    transition: all .4s;
}

.kurumsal-kimlik-kutu:hover img {
    transform: scale(1.05);
}

.kurumsal-kimlik-kutu .buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 0;
    width: 100%;
    position: relative;
    z-index: 4;
}

.kurumsal-kimlik-kutu .indirBtn {
    padding: 5px 12px;
    border-radius: 10px;
    color: white;
    background-color: black;
    margin: 0 5px;
    transition: all .4s;
    font-size: 12px;
}

.kurumsal-kimlik-kutu .indirBtn:hover {
    transform: scale(1.05);
}

.widget {
    width: 100%;
    background-color: #f8f8ff;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0 3px 29px 0;
    padding: 15px;
    transition: all .4s;
}

.widget:hover {
    box-shadow: rgba(100, 100, 111, 0.5) 0 3px 20px 0;
}

.accordion-btn {
    text-align: left;
    color: black;
    float: left;
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
}

.accordion-btn:focus, .accordion-btn:focus-visible, .accordion-btn:active {
    box-shadow: none;
    outline: none;
}

.accordion-btn i {
    width: 35px;
    flex: 0 0 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: #ed6e29;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
}

.accordion-btn::before {
    content: "\2b";
    font: var(--fa-font-solid);
    color: black;
    position: absolute;
    right: 15px;
    font-size: 22px;
    transition: all .4s;
    transform: rotate(360deg);
}

.accordion-btn.collapsed::before {
    transform: rotate(0);
}

.btn-style-2 {
    position: relative;
    font-size: 16px;
    text-decoration: none;
    padding: 6px 10px;
    display: inline-block;
    border-radius: 50px;
    transition: all .3s;
    border: none;
    color: white;
    background-color: #ed6e29;
    cursor: pointer;
}

.btn-style-2:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    color: white;
}

.btn-style-2:active {
    transform: scale(0.95);
    box-shadow: none;
    color: white;
}

.btn-style-2::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 50px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .4s;
}

.btn-style-2::after {
    background-color: #2980b9;
}

.btn-style-2:hover::after {
    transform: scaleX(1.2) scaleY(1.4);
    opacity: 0;
}

.card {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.card:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.degerleme-kutu {
    width: calc(50% - 30px);
    margin: 0 15px;
    background-color: white;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
    padding: 10px;
    border: 2px dashed transparent;
    transition: all .4s;
}

.degerleme-kutu:hover {
    border-color: lawngreen;
}

.degerleme-kutu:nth-child(2):hover {
    border-color: red;
}

.degerleme-kutu i {
    width: 22px;
    height: 22px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    background-color: lawngreen;
    color: white;
    border-radius: 50%;
}

.degerleme-kutu .fa-times {
    background-color: red;
}

.degerleme-kutu .fa-flask {
    background-color: mediumpurple;
}

.asama-kutu {
    flex: 0 0 calc(25% - 16px);
    max-width: calc(25% - 16px);
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 10px;
    position: relative;
    background-color: white;
    border-radius: 10px;
    margin: 0 8px;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 15px 0;
    transition: all .4s;
}

.asama-kutu:hover {
    box-shadow: rgba(100, 100, 111, 0.4) 0 7px 10px 0;
    background-color: #ed6e29;
    color: white;
}

.asama-kutu i {
    font-size: 16px;
    color: #1d2124;
    position: absolute;
    right: -16px;
    top: 50%;
    transform: translateY(-50%);
}

.asama-kutu strong {
    position: relative;
    margin-bottom: 5px;
}

.asama-kutu strong::before {
    content: "";
    position: absolute;
    width: 60%;
    height: 2px;
    background-color: black;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    transition: all .4s;
}

.asama-kutu:hover strong::before {
    background-color: white;
}

.degerleme-kutu .fiyat {
    padding: 5px 15px;
    border-radius: 20px;
    margin-bottom: 10px;
    background-color: #eae2ac;
}

.degerleme-kutu span {
    font-size: 12px;
}

.portal-btn {
    background: linear-gradient(to right, #ed6e29, #d28d68) right;
    background-size: 100%;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px 10px;
    color: white;
    font-size: 12px;
    height: 40px;
    transition: all .4s;
}

.portal-btn:hover {
    color: white;
    background-size: 200%;
}

.accordion-baslik {
    font-size: 16px;
    font-weight: 500;
}

.accordion-icerik {
    font-size: 12px;
    color: gray;
}

.accordion-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.accordion-list i {
    width: 19px;
    height: 19px;
    font-size: 10px;
}

.accordion-list span {
    position: relative;
    display: inline-block;
    transition: all .4s;
}

.accordion-list li:hover span {
    transform: translateX(10px);
}

.fs-12 {
    font-size: 12px;
}

.asama-kutu.yesil {
    border: 2px solid lawngreen;
}

.asama-kutu.sari {
    border: 2px solid #eec814;
}

.asama-kutu.kirmizi {
    border: 2px solid red;
}

.asama-kutu.yesil:hover {
    background-color: lawngreen;
    color: black;
}

.asama-kutu.yesil:hover strong::before {
    background-color: black;
}

.asama-kutu.sari:hover {
    background-color: #eec814;
}

.asama-kutu.kirmizi:hover {
    background-color: red;
}

.tabs {
    display: flex;
    position: relative;
    justify-content: start;
    align-items: center;
}

.tab {
    flex: 1;
    max-width: 180px;
    border-radius: 10px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    margin: 0 5px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    transition: all .4s;
    box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
}

.tabs.alt .tab {
    border-radius: 10px 10px 0 0;
}

.tab::before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #ed6e29, #d28d68) right;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all .4s;
}

.tab.active::before, .tab:hover::before {
    opacity: 1;
}

.tab.active, .tab:hover {
    color: white;
}

.tab span {
    position: relative;
    z-index: 5;
}

.tab i {
    margin-right: 10px;
}

.tab-content-hbt {
    display: none;
}

.tab-content-hbt.active {
    display: block;
}

.olanaklar .tab-content-hbt {
    position: relative;
}

.olanaklar .tab-content-hbt::before {
    content: "";
    width: 0;
    height: 0;
    left: 0;
    top: 0;
    border-radius: 10px;
    border-left: 2px dashed red;
    border-top: 2px dashed red;
    pointer-events: none;
    position: absolute;
    display: block;
    transition: all .4s;
}

.olanaklar .tab-content-hbt::after {
    content: "";
    width: 0;
    height: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    border-right: 2px dashed red;
    border-bottom: 2px dashed red;
    pointer-events: none;
    position: absolute;
    display: block;
    transition: all .4s;
}

.olanaklar .tab:nth-child(2)::before {
    background: linear-gradient(to right, #00d2ff, #3a7bd5);
}

.olanaklar .tab:nth-child(3)::before {
    background: linear-gradient(to right, #fe8c00, #f83600);
}

.olanaklar .tab-content-hbt.active::before, .olanaklar .tab-content-hbt.active::after {
    animation: wh .4s forwards linear;
    animation-delay: .6s;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: red;
}

@keyframes wh {
    0% {
        width: 0;
        height: 0;
        border-radius: 0;
    }
    100% {
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }
}

.olanaklar .tab-content-hbt:nth-child(2)::before, .olanaklar .tab-content-hbt:nth-child(2)::after {
    border-color: #3a7bd5;
}

.olanaklar .tab-content-hbt:nth-child(3)::before, .olanaklar .tab-content-hbt:nth-child(3)::after {
    border-color: #f83600;
}

.nav-link {
    color: red;
    transition: .3s
}

.altCizgiliBaslik {
    position: relative;
}

.altCizgiliBaslik::before {
    content: "";
    width: 100px;
    height: 2px;
    background-color: black;
    left: 0;
    bottom: -2px;
    position: absolute;
}

.firma-title ul {
    list-style-type: none;
    padding: 5px;
}

.ekip-detay .isim {
    font-size: 22px;
    font-weight: 600;
    width: 100%;
    display: block;
}

.ekip-detay .unvan {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #282828;
}

.ekip-social {
    display: flex;
    padding: 0;
}

.ekip-social li {
    color: var(--renk1);
    font-size: 18px;
    width: 35px;
    height: 35px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: all .4s;
}

.ekip-social li a {
    color: white;
}

.ekip-social li:hover i {
    transform: rotate(360deg);
    transition: all .4s;
}

.ekip-social {
    display: flex;
    padding: 0;
}

.ekip-social li {
    color: var(--renk1);
    font-size: 18px;
    width: 35px;
    height: 35px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: all .4s;
}

.ekip-social li a {
    color: white;
}

.ekip-social li:hover i {
    transform: rotate(360deg);
    transition: all .4s;
}

.instagram-bg {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.instagram-bg::before {
    border-color: transparent #fd5949 transparent transparent !important;
}

.facebook-bg {
    background-color: #3b5998;
}

.facebook-bg::before {
    border-color: transparent #3b5998 transparent transparent !important;
}

.twitter-bg {
    background-color: #1da1f2;
}

.twitter-bg::before {
    border-color: transparent #1da1f2 transparent transparent !important;
}

.whatsapp-bg {
    background-color: #25D366;
}

.whatsapp-bg::before {
    border-color: transparent #25D366 transparent transparent !important;
}

.linkedin-bg {
    background-color: #0A66C2;
}

.linkedin-bg::before {
    border-color: transparent #0A66C2 transparent transparent !important;
}

.youtube-bg {
    background-color: #FF0000;
}

.youtube-bg::before {
    border-color: transparent #FF0000 transparent transparent !important;
}
.firmaBaslik {
    text-align: center;
    font-weight: 600;
    margin-top: 5px;
    color: black;
}

.firma-detay .firmaBaslik {
    font-size: 22px;
}

.firma-sol {
    padding: 0;
    margin-top: 10px;
}

.firma-sol li {
    padding: 5px 10px;
    list-style-type: none;
    color: black;
}

.firma-sol li i {
    flex: 0 0 25px;
    width: 25px;
    height: 25px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: var(--red);
    border-radius: 4px;
    margin-right: 10px;
    color: white;
    transition: all .4s;
    font-size: 12px;
}

.firma-sol li a {
    color: black;
    display: flex;
}

.firma-sol li:hover i {
    margin-right: 15px;
    transform: rotate(360deg);
}

.asama-kutu.ihracat {
    color: white;
    text-shadow: 0 0 5px #454545;
}

.asama-kutu.ihracat i {
    color: white;
}

.asama-kutu.ihracat:nth-child(1) {
    background-color: #f56c6c;
}

.asama-kutu.ihracat:nth-child(2) {
    background-color: #f58c6c;
}

.asama-kutu.ihracat:nth-child(3) {
    background-color: #6cf5e0;
}

.asama-kutu.ihracat:nth-child(4) {
    background-color: #6cf5a7;
}

.style-input {
    width: 100%;
    height: 44px;
    background-color: white;
    border-radius: .5rem;
    padding: 10px;
    border: 2px solid transparent;
    font-size: 1rem;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
    transition: border-color .3s cubic-bezier(.25, .01, .25, 1) 0s, color .3s cubic-bezier(.25, .01, .25, 1) 0s, background .2s cubic-bezier(.25, .01, .25, 1) 0s;
}

textarea.style-input {
    height: auto;
}

.label {
    display: block;
    margin-bottom: .3rem;
    font-size: .9rem;
    font-weight: bold;
    color: black;
    transition: color .3s cubic-bezier(.25, .01, .25, 1) 0s;
    margin-top: 10px;
}

.style-input:hover, .style-input:focus, .style-input-group:hover .style-input {
    outline: none;
    border-color: #05060f;
}

.style-input-group:hover .label, .style-input:focus {
    color: #05060fc2;
}

.custum-file-upload {
    height: 200px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border: 2px dashed #cacaca;
    background-color: rgba(255, 255, 255, 1);
    padding: 1.5rem;
    border-radius: 10px;
    box-shadow: 0 48px 35px -48px rgba(0, 0, 0, 0.1);
}

.custum-file-upload .icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.custum-file-upload .icon svg {
    height: 80px;
    fill: rgba(75, 85, 99, 1);
}

.custum-file-upload .text {
    display: flex;
    align-items: center;
    justify-content: center;
}

.custum-file-upload .text span {
    font-weight: 400;
    color: rgba(75, 85, 99, 1);
}

.custum-file-upload input {
    display: none;
}

.file-input {
    margin: auto;
    width: 100%;
    padding: 1.5em;
    border: 2px dashed #bbb;
    background-color: #fff;
    transition: border-color .25s ease-in-out;

    &::file-selector-button {
        padding: 1em 1.5em;
        border-width: 0;
        border-radius: 2em;
        background-color: hsl(210 70% 30%);
        color: hsl(210 40% 90%);
        transition: all .25s ease-in-out;
        cursor: pointer;
        margin-right: 1em;
    }

    &:hover {
        border-color: #888;

        &::file-selector-button {
            background-color: hsl(210 70% 40%);
        }
    }
}

.galeri-kutu {
    width: 100%;
    aspect-ratio: 4/3;
    border-radius: 10px;
    overflow: hidden;
    margin: 15px 0;
    position: relative;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s;
}

.galeri-kutu:hover {
    transform: scale(1.1) rotate(-3deg);
}

.galeri-kutu img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.galeri-kutu::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all .4s;
}

.galeri-kutu:hover::before {
    opacity: 0.5;
}

.galeri-kutu i {
    color: white;
    font-size: 20px;
    transform: scale(0);
    transition: all .4s;
    position: absolute;
    z-index: 5;
}

.galeri-kutu:hover i {
    transform: scale(1);
}

.book-container {
    display: flex;
    align-items: center;
    justify-content: center;
    perspective: 600px;
}

@keyframes initAnimation {
    0% {
        transform: rotateY(0deg);
    }
    100% {
        transform: rotateY(-30deg);
    }
}

.book {
    width: 100%;
    aspect-ratio: 3/4;
    position: relative;
    transform-style: preserve-3d;
    transform: rotateY(-30deg);
    transition: 1s ease;
    animation: 1s ease 0s 1 initAnimation;
}

.book-container:hover .book,
.book-container:focus .book {
    transform: rotateY(0deg);
}

.book > :first-child {
    position: absolute;
    top: 0;
    left: 0;
    background-color: red;
    width: 100%;
    height: 100%;
    transform: translateZ(15px);
    background-color: var(--red);
    border-radius: 0 2px 2px 0;
    box-shadow: 5px 5px 20px #666;
}

.book::before {
    content: ' ';
    position: absolute;
    background-color: var(--red);
    left: 22%;
    top: 1px;
    width: 28px;
    height: 100%;
    transform: translateX(184px) rotateY(90deg);
    background: linear-gradient(90deg, #fff 0%, #f9f9f9 5%, #fff 10%, #f9f9f9 15%, #fff 20%, #f9f9f9 25%, #fff 30%, #f9f9f9 35%, #fff 40%, #f9f9f9 45%, #fff 50%, #f9f9f9 55%, #fff 60%, #f9f9f9 65%, #fff 70%, #f9f9f9 75%, #fff 80%, #f9f9f9 85%, #fff 90%, #f9f9f9 95%, #fff 100%);
}

.book::after {
    position: absolute;
    top: 0;
    left: 0;
    content: ' ';
    width: 100%;
    height: 100%;
    transform: translateZ(-15px);
    background-color: var(--red);
    border-radius: 0 2px 2px 0;
    box-shadow: -10px 0 50px 10px #666;
}

.page-link {
    color: var(--red);
    font-size: 16px;
}

.page-link:focus {
    box-shadow: none;
}

.page-item.active .page-link, .page-link:hover {
    background-color: var(--red);
    color: white;
    border-color: transparent;
}

.bkategori {
    display: none;
    width: 100%;
}

.bkategori.active {
    display: block;
}

.bulten-slider {
    width: 100%;
}

.bulten-slider .swiper-slide {
    height: 74px !important;
}

.footerIletisim.hizliIslemler li, .footerListe.hizliIslemler li {
    padding: 7px 0;
    border-bottom: 1px solid white;
    align-content: center;
    margin-top: 0;
}
.footerIletisim.hizliIslemler li:last-child, .footerListe.hizliIslemler li:last-child {
    border-bottom: none;
}

.yonetimKuruluGorsel {
    aspect-ratio: 30/34;
}

.yonetimKuruluGorsel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.firma-arama{
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background-color: var(--red);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    cursor: pointer;
    opacity: 0.8;
    transition: all .4s;
}
.firmaKategori{
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background-color: var(--red);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    cursor: pointer;
    opacity: 0.8;
    transition: all .4s;
}
.firma-arama:hover,.firma-arama.active, .firmaKategori.active, .firmaKategori:hover{
    opacity: 1;
}
.hide{
    visibility: hidden;
}
.show{
    visibility: visible;
}
.firma-social{
    display: flex;
    list-style-type: none;
}
.firma-social li{
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin: 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}
.firma-social li a{
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    width: 100%;
    height: 100%;
}
.firma-social li:hover{
    transition: all .4s;
    transform: rotate(360deg);
}
/*.slider-alt .portal-btn{*/
/*    min-width: 25%;*/
/*    min-height: 110px;*/
/*    flex-direction: column;*/
/*    font-size: 18px;*/
/*    border: 1px solid white;*/
/*}*/
/*.slider-alt .portal-btn:hover i{*/
/*    transition: all .4s;*/
/*    transform: rotate(360deg);*/
/*}*/
.particle-bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 75%;
}
.hakkimizdaYazisi{
    display: none;
    min-height: 230px;
}
.hakkimizdaYazisi.active{
    display: block;
    min-height: 240px;
}
.hakkimizda-tab{
    position: relative;
    border-radius: 5px;
    margin: 7px 5px;
    background: rgba(255, 255, 255, .6);
    padding: 4px 10px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s;
}
.hakkimizda-tab::before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 7.5px 0 7.5px;
    border-color: rgba(255, 255, 255, .8) transparent transparent transparent;
    bottom: 0;
    position: absolute;
    transition: all .4s;
    opacity: 0;
}
.hakkimizda-tab:hover, .hakkimizda-tab.active{
    background: rgba(255, 255, 255, .8);
}
.hakkimizda-tab:hover::before, .hakkimizda-tab.active::before{
    bottom: -10px;
    opacity: 1;
}
.is-sticky.anasayfaHeader .navbar-nav .nav-link{
    color: black;
}
.slider-alt {
    position: relative;
    width: 100%;
    margin-top: -80px;
    margin-bottom: -10px;
    z-index: 5;
    height: 80px;
}

.slider-yazi {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left !important;
    top: 0;
    left: 0;
}
.slider .slider-yazi{
    opacity: 0;
    transition: all .4s;
}
.slider .swiper-slide-active .slider-yazi{
    opacity: 1;
}
.slider-yazi .animation{
    transform: translateY(100%);
    transition: all .8s;
    opacity: 0;
    transition-delay: 0.4s;
}
.slider-yazi .animation:nth-child(2){
    transition-delay: 0.8s;
}
.slider-yazi .animation:nth-child(3){
    transition-delay: 1.2s;
}
.swiper-slide-active .slider-yazi .animation{
    transform: translateY(0);
    opacity: 1;
}
.swiper-slide .title {
    color: white;
    font-size: 38px;
    font-weight: 900;
    text-align: center;
    text-shadow: 1px 1px 2px black;
}

.swiper-slide .subtitle {
    font-size: 16px !important;
    color: white;
    font-weight: 650 !important;
    text-align: center;
    text-shadow: 1px 1px 2px black;
}
.footer-ic{
    width: 100%;
    min-height: 400px;
    position: relative;
}
.footer-shapes{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-ic .shape-1{
    width: 20%;
    height: 100%;
    border-radius: 0 350px 350px 0;
    position: absolute;
    left: 0;
    top: 0;
    /*background-color: #f5fcff;*/
    background-color: #ed6e29;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
    outline: 4px solid #ed6e29;
    outline-offset: 5px;
}
.footer-ic .shape-2{
    width: 78%;
    height: 100%;
    border-radius: 350px 0 0 350px;
    position: absolute;
    right: 0;
    top: 0;
    /*background-color: #C1E1F6;*/
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
    background: linear-gradient(319deg,rgba(206, 237, 255, 1) 0%, rgba(158, 204, 234, 1) 25%, rgba(206, 237, 255, 1) 50%, rgba(158, 204, 234, 1) 75%, rgba(206, 237, 255, 1) 100%);
    outline: 4px solid #9eccea;
    outline-offset: 5px;
}
.footer-ic .shape-3{
    aspect-ratio: 1;
    height: 80%;
    border-radius: 50%;
    position: absolute;
    left: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.footer-ic .shape-3::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #F2FAFE;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
    mask-image: url("../img/cark.png");
    mask-size: 100% 100%;
    z-index: -1;
    animation: donder 15s infinite linear;
}
.footer-ic:hover .shape-3::before{
    animation: donder 15s infinite linear;
}
.footer-ic .shape-3 img{
    width: 90%;
}
.breadcrumbAlani .shape-1{
    width: 20%;
    height: 45%;
    position: absolute;
    border-radius: 350px 0 0 350px;
    right: 0;
    bottom: 10%;
    background-color: #ed6e29;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
    outline: 4px solid #ed6e29;
    outline-offset: 5px;
}
.breadcrumbAlani .shape-2{
    width: 78%;
    height: 45%;
    border-radius: 0 350px 350px 0;
    position: absolute;
    background-color: #C1E1F6;
    left: 0;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
    bottom: 10%;
    outline: 4px solid #c3e2f6;
    outline-offset: 5px;
}
.breadcrumbAlani .shape-3{
    aspect-ratio: 1;
    height: 65%;
    border-radius: 50%;
    position: absolute;
    right: 15%;
    background-color: #F2FAFE;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
    mask-image: url("../img/cark.png");
    mask-size: 100% 100%;
    bottom: 0;
    background-image: url("../img/h1-ic.jpg");
    background-size: 100% 100%;
}
.mySwiper .swiper-slide-active img{
    animation: zoom_slider 12s infinite linear;
}
@keyframes zoom_slider {
    100%{
        transform: scale(1.4);
    }
}
.socialMedia {
    position: fixed;
    left: 8px;
    bottom: 10%;
    z-index: 999;
    transition: all .4s;
}

.socialMedia li {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    color: white;
    border-radius: 50%;
    transition: all .4s;
}

.socialMedia li:hover {
    transform: translateX(10px);
}

.socialMedia li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.socialMedia li i {
    color: white;
    text-shadow: 1px 1px 2px black;
}

.socialMedia li:hover i {
    transform: rotate(360deg);
    transition: all .4s;
}

.socialMedia .social-2 li::before {
    content: "";
    position: absolute;
    left: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 10px 5px 0;
    border-color: transparent #FF4532 transparent transparent;
}
.is-sticky .hc-nav-trigger {
    top: 35px;
}
.hc-offcanvas-nav {
    z-index: 99999;
}
.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}
.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.slider .parallax-slider .swiper-slide .bg-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover !important;
}
.parallax-slider .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.slider .swiper-slide-active {
    z-index: 3;
}
.slider .parallax-slider .swiper-slide {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 100vh;
    padding-bottom: 50px;
}
.mh-100vh{
    min-height: 100vh;
}
.slider .parallax-slider .caption h1 {
    font-size: 46px;
    font-weight: 700;
    letter-spacing: 4px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .5s, visibility .5s;
    -o-transition: opacity .5s, visibility .5s;
    transition: opacity .5s, visibility .5s;
    text-shadow: 1px 1px 2px black;
}
.slider .parallax-slider .swiper-slide-active .caption h1 {
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.slider .parallax-slider .caption p {
    color: #eee;
    margin-top: 15px;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
    text-shadow: 1px 1px 2px black;
}
.slider .parallax-slider .swiper-slide-active .caption .thin, .slider .parallax-slider .swiper-slide-active .caption .btn-curve, .slider .parallax-slider .swiper-slide-active .caption p {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.btn-curve {
    padding: 12px 35px;
    border: 1px solid #1e1e1e;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background-color: rgba(0,0,0,0.4);
}
.btn-curve::before{
    content: "";
    width: 0;
    height: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: var(--red);
    border-radius: 50%;
    transition: all .4s;
}
.btn-curve:hover::before{
    width: 150%;
    height: 150%;
    right: -25%;
    bottom: -25%;
}
.btn-curve span{
    position: relative;
    z-index: 5;
}
.btn-curve.btn-lit {
    border-color: #fff;
    color: #fff;
}
.slider .parallax-slider .caption .btn-curve {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    border: 2px solid;
    line-height: 2;
}
/* Harflerin başlangıç hali (Görünmez ve aşağıda) */
[data-splitting] .char {
    opacity: 0;
    transform: translateY(20px);
    display: inline-block;
    transition: all 0s; /* Reset anında anında kaybolması için */
}

/* Slide aktif olduğunda ve animated sınıfı geldiğinde */
.swiper-slide-active [data-splitting].animated .char {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.6s cubic-bezier(0.3, 0, 0.3, 1);
    /* Her harfin gecikmesini otomatik ayarlar */
    transition-delay: calc(0.05s * var(--char-index));
}
.socialMedia .social-2 {
    display: none;
}
.socialMedia.aktif .social-2 {
    display: block;
}
.socialMedia.aktif .social-1 {
    display: none;
}
.navbar-collapse{
    margin-top: 20px;
}
.is-sticky .navbar-collapse{
    margin-top: 0;
}
.basicBox, .swiggleBox, .checkBox {
    color: white;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    background-color: rgba(0,0,0,0.3);
    width: 200px;
}
.basicBox:hover{
    background-color: rgba(0,0,0,0.1);
    color: white;
}

svg {
    position: absolute;
    top: 0;
    left: -1px;
}
svg rect, svg path, svg polyline {
    fill: none;
    stroke: white;
    stroke-width: 3;
}

.basicBox:hover svg rect, .swiggleBox:hover svg path, .checkBox:hover svg polyline {
    stroke: white;
}

/* Basic Box */
svg rect {
    stroke-dasharray: 400, 0;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
}
.basicBox:hover svg rect {
    stroke-width: 5;
    stroke-dasharray: 35, 355;
    stroke-dashoffset: 38;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
}

/* Swiggle Box */
svg path {
    stroke-dasharray: 265, 0;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}
.swiggleBox:hover svg path {
    stroke-width: 3;
    stroke-dasharray: 0, 350;
    stroke-dashoffset: 20;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}
.basicBox span{
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
}
.firmalar{
    background: linear-gradient(to right ,rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url("../img/firmalar.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    padding: 80px 0;
}

.style-button{
    position: relative;
    padding: 15px;
    color: white;
    background: rgba(0,0,0,0.5);
    font-size:18px;
    box-shadow: 0 20px 50px rgba(0,0,0,.5);
    overflow:hidden;
    text-shadow: 1px 1px 5px rgba(255,255,255,.5);
    font-weight: 600;
    width: 190px;
    text-align: center;
}
.style-button:hover{
    color: white;
}

.style-button::before
{
    content:"";
    position:absolute;
    top:2px;
    left:2px;
    bottom:2px;
    width:50%;
    background:rgba(255,255,255,0.05);

}
.style-button span:nth-child(1)
{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:2px;
    background:linear-gradient(to right, #0c002b ,white);
    animation: animate1 2s linear infinite;
    animation-delay:1s;
}
@keyframes animate1
{
    0%
    {
        transform:translateX(-100%);
    }
    100%
    {
        transform:translateX(100%);
    }
}
.style-button span:nth-child(2)
{
    position:absolute;
    top:0;
    right:0;
    width:2px;
    height:100%;
    background:linear-gradient(to bottom, #0c002b ,white);
    animation: animate2 2s linear infinite;
    animation-delay:2s;
}
@keyframes animate2
{
    0%
    {
        transform:translateY(-100%);
    }
    100%
    {
        transform:translateY(100%);
    }
}
.style-button span:nth-child(3)
{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:2px;
    background:linear-gradient(to left, #0c002b ,white);
    animation: animate3 2s linear infinite;
    animation-delay:1s;

}
@keyframes animate3
{
    0%
    {
        transform:translateX(100%);
    }
    100%
    {
        transform:translateX(-100%);
    }
}
.style-button span:nth-child(4)
{
    position:absolute;
    top:0;
    left:0;
    width:2px;
    height:100%;
    background:linear-gradient(to top, #0c002b ,white);
    animation: animate4 2s linear infinite;
    animation-delay:2s;

}
@keyframes animate4
{
    0%
    {
        transform:translateY(100%);
    }
    100%
    {
        transform:translateY(-100%);
    }
}
.style-button:hover span:nth-child(1), .style-button:hover span:nth-child(2), .style-button:hover span:nth-child(3), .style-button:hover span:nth-child(4)
{
    animation-duration: 1s;
}
.sayfa-firmalar .firmaBaslik{
    color: white !important;
}
@media screen and (min-width: 992px) {
    .col-lg-1-5 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media screen and (max-width: 450px) {
    .klasikFont {
        font-size: 14px;
    }
    footer .footer-alt-bg p {
        font-size: 10px;
    }
    .basindaBizTarih {
        font-size: 10px;
    }
    .basindaBizBaslik span {
        display: -webkit-box !important;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 12px;
    }
    .basindaBizKutu {
        padding: 5px;
    }
    .anaSayfaBaslik{
        text-align: center;
    }
    .accordion-btn {
        font-size: 14px;
        padding-right: 20px;
    }
    .breadcrumListe li {
        font-size: 10px;
    }
    .breadcrumbAlani .shape-3 {
        height: 35%;
        right: 0;
        bottom: 15%;
    }
    .breadcrumbAlani .shape-1{
        width: 10%;
    }
    .breadcrumbAlani .shape-2{
        width: 88%;
    }
    .breadcrumbAlani {
        padding-top: 140px;
        min-height: 380px;
        align-items: center;
    }
    .breadcrumbAlani h1 {
        font-size: 20px;
    }
    .rakamDis {
        height: auto !important;
        aspect-ratio: 1;
    }
    .rakamBilgisi {
        font-size: 22px;
    }
    .rakamIcerik {
        font-size: 12px;
    }
    .footer-ic .container{
        padding-top: 300px;
    }
    .footer-ic .shape-3 {
        height: 40%;
        left: 0;
        top: 0;
    }
    .footer-ic .shape-2 {
        width: 78%;
        height: 40%;
        right: 0;
        top: 0;
    }
    .footer-ic .shape-1 {
        width: 20%;
        height: 40%;
        left: 0;
        top: 0;
    }
    .hakkimizdaYazisi {
        color: black;
        background: rgba(255, 255, 255, .8);
    }

    .arge-butonlar {
        justify-content:center;
    }


    .book::before {
        left: -8%;
    }

    .degerleme-kutu {
        width: 100%;
        margin: 15px;
    }

    .asama-kutu {
        flex: 0 0 calc(50% - 16px);
        max-width: calc(50% - 16px);
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .asama-kutu span {
        font-size: 12px;
    }

    .asama-kutu i {
        display: none;
    }

    .asama-kutu.yesil, .asama-kutu.sari, .asama-kutu.kirmizi {
        flex: 0 0 calc(100% - 16px);
        max-width: calc(100% - 16px);
    }
}

.firma-kart {
    width: 100%;
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
}

.firma-kart-top {
    width: 100%;
    aspect-ratio: 4/3;
}

.firma-kart-top img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 10px;
}
.ck-content ul{
    list-style-type: disc;
}
.hk-content table {
    background-color: white;
    width: 100%;
}
.table td, .table th {
    border-right: 1px solid #dee2e6;
}
.ar-none{
    aspect-ratio: auto;
}
.kurumsal-img.ar-none::before{
    aspect-ratio: auto;
    height: 100%;
}
.has-image[data-image-fit=contain] .fancybox__image {
    background-color: white;
    border-radius: 10px;
}
.w-40{
    width: 40% !important;
}
.widget{
    border-radius: 10px;
    background-color: rgba(255,255,255,0.9);
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
    padding: 10px 20px;
}
.ck-content a{
    color: var(--red);
}
.ck-content h2{
    margin-top: 20px;
    font-size: 1.4rem;
}
.ck-content h3{
    margin-top: 15px;
    font-size: 1.2rem;
}
.ck-content h4{
    margin-top: 10px;
    font-size: 1.1rem;
}
.mySwiper{
    height: 100vh;
    overflow: hidden;
}
.mySwiper .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slider .swiper-button-next{
    right: 15px;
    color: black;
}
.slider .swiper-button-prev{
    left: 15px;
    color: black;
}
.slider{
    position: relative;
}
.slider::before{
    content: "";
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%);
    width: 100%;
    height: 30%;
    z-index: 2;
}
.slider::after{
    /*content: "";*/
    position: absolute;
    pointer-events: none;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(249 249 249) 100%);
    width: 100%;
    height: 20%;
    z-index: 2;
}
.anasayfaHeader .navbar-nav .nav-link {
    color: white;
}
.anasayfaHeader .ustSosyalListe li a {
    color: white;
}
.headerSss{
    color: #333;
}
.anasayfaHeader .headerSss{
    color: white;
}
.fancybox-image, .fancybox-spaceball {
    background: white;
    border-radius: 10px;
}

/* popup */


.pop-kutu, .pop-up img {
    width: 100%;
    height: 100%;
}
.pop-up img{
    border-radius: 10px;
}
.pop-kapat{
    cursor: pointer;
}
.pop-kutu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    background-color: rgba(0, 0, 0, .7)
}
.pop-up .gosterme{
    position: absolute;
    bottom: 12px;
    border-radius: 5px;
    padding: 3px 20px;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid white;
    color: white;
    left: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.pop-up .kapat{
    position: absolute;
    bottom: 10px;
    border-radius: 5px;
    padding: 3px 20px;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid white;
    color: white;
    right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.kapat span i, .gosterme span i {
    font-size: 9px;
    position: relative !important;
    left: -9px;
    right: auto;
    float: left;
}
.pop-up .gosterme span, .pop-up .kapat span{
    z-index: 2;
    transition: all .4s;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pop-up .kapat:hover span i, .pop-up .gosterme:hover span i{
    color: var(--renk1);
}
.pop-up .gosterme:hover span, .pop-up .kapat:hover span{
    color: var(--renk1);
}
.pop-up .gosterme:hover::before, .pop-up .kapat:hover::before{
    width: 120%;
    left: -10%;
}
.pop-up .gosterme::before, .pop-up .kapat::before{
    content: "";
    left: 15px;
    border-radius: 50%;
    background-color: white;
    position: absolute;
    width: 0;
    aspect-ratio: 1/1;
    transition: all .4s;
}
.pop{
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    width: 100%;
    height: 100%;
}
.pop-up {
    margin: 0 15px;
    z-index: 3000 !important;
    border-radius: 10px;
    display: flex;
    padding-bottom: 50px;
    justify-content: center;
    align-items: center;
    max-height: 80vh;
    max-width: 1200px;
    background-color: rgba(0, 0, 0, 0.4);
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
    aspect-ratio: 1 / 1;
}
.pop-up img{
    border: 10px solid white;
}

.pop-up i {
    position: absolute;
    right: -13px;
    cursor: pointer;
    font-size: 26px;
    box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
    transition: all .2s;
    opacity: 1 !important;
    color: white;
}
.pop-up i:hover{
    color: white;
    transform: scale(1.1);
}
.pop .fa-circle-xmark{
    top: -13px;
}