@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
/* ROOT */
:root {
    --mobil-menu-bg: #f9f9f9;
    --koyu-mavi: #3797dd;
    --primary-blue: #209cd2;
    --turuncu: #e87300;
    --sayfa-bg: #f3f3f3;
    --koyu-mavi: #334856;
    --acik-mavi: #cdcdcd;
}

::selection {
    background: var(--primary-blue);
    color: #ffffff;
}


body {
    font-size: 14px;
    background-color: var(--sayfa-bg);
    background-image: url("../img/katmanlar/sayfa-bg.png"),url("../img/katmanlar/sag-bg.png");
    background-repeat: no-repeat,no-repeat;
    background-position: center,top right ;
    color: var(--koyu-mavi);

}

a {
    color: var(--koyu-mavi);
}

.ic_body {
    background-image: url("../img/katmanlar/sag-bg.png") !important;
    background-repeat: no-repeat !important;
    background-position: top right;

}

main {
    padding-top: 100px;
}

body::-webkit-scrollbar-track {
    background-color: transparent
}

body::-webkit-scrollbar {
    width: 10px;
    background-color: transparent;
}

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #aaa
}

body::-webkit-scrollbar-thumb:hover {
    background-color: #606060
}


a:hover {
    text-decoration: none;
}

/* SCROLL TOP */
.scrollup {
    position: fixed;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 30px;
    bottom: 70px;
    right: 20px;
    background-color: var(--turuncu);
    color: #fff;
    font-size: 12px;
    z-index: 99;
    border-radius: 50%;
    opacity: 0;
    transition: 400ms;
    pointer-events: none;
}

.scrollup.aktif {
    bottom: 70px;
    opacity: 1;
    transition: 400ms;
    pointer-events: all;
}

.scrollup i {
    transition: 400ms;
}

.scrollup:hover {
    background-color: var(--turuncu);
    color: #fff;
    transform: scale(1.2) rotate(0);
    transition: 400ms;
}

.scrollup:hover i {
    transform: rotate(0);
    transition: 400ms;
}

ul {
    list-style-type: none;
}

/* HC-OFFCANVAS */
.hc-nav-trigger {
    right: 15px;
    top: 33px;
}

.yanbasliklar {
    color: #209cd2;
}
.p_misyon ul, .p_vizyon ul{
    list-style-type: disc;
}

.swiper-button-next, .swiper-rtl, .swiper-button-prev {
    color: var(--turuncu);
}

.hc-offcanvas-nav.nav-levels-overlap .nav-content::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    right: 0;
    opacity: .4;
    background-repeat: no-repeat;
    background-position-y: bottom;
}

.hc-offcanvas-nav .nav-close-button span::after, .hc-offcanvas-nav .nav-close-button span::before {
    width: 10px;
    height: 10px;
    margin-top: -5px;
}

.hc-offcanvas-nav .nav-title + .nav-close a:not(.has-label) {
    top: 15px;
    right: 0;
}

.hc-offcanvas-nav .nav-close-button span::before {
    margin-left: -11px;
}

.collapse {
    padding-bottom: 5%;
}


/* HEADER */
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    animation: fadeIn forwards;
    animation-duration: .5s;

}

/*header.is-sticky {
    background: #ffffff;
    box-shadow: 0 -5px 6px 6px rgba(0, 0, 0, .4);
    animation: fadeInDown forwards;
    animation-duration: .5s;
    padding:20px 0;
}*/

.navbar-brand {
    position: relative;
}

.hbtlogoGizle {
    position: absolute;
    right: 0;
    top: 0;
    width: 75%;
    height: 100%;
    background: #ffffff;
    transform: scaleX(0);
    transform-origin: right center;
    transition: .5s;
}

header.is-sticky .hbtlogoGizle {
    transform: scaleX(1);
    transition-delay: .45s;
}

header.is-sticky .headerSosyal {
    display: none;
}

header.is-sticky .navbar-brand:hover .hbtlogoGizle {
    transform: scaleX(0);
    transition-delay: 0ms;
    transition: .5s;
}

.hizmetlerimiz-altmenu a {
    color: black;
    transition: 800ms;
    border-bottom: 1px groove slategray;
    padding-bottom: 5px;
}

.hizmetlerimiz-altmenu:hover a {
    transition: 800ms;
    padding-right: 15px;

}

/* header sosyal medya */
.sosyalMedyaUl {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.sosyalMedyaUl li:not(:last-of-type) {
    margin-right: 10px;
}

.sosyalMedyaUl li a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: var(--koyu-mavi);
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    /* background: #1d99d6; */
    /* padding: 10px 5px 2px 5px; */
    width: 27px;
    font-size: 14px;
}

.sosyalMedyaUl li a:hover {

    transform: rotate(360deg);

}

.headerTelefon,
.headerTelefon:hover {
    color: #b6bbbe;
}

.headerTelefonIcon {
    display: inline-block;
    min-width: 30px;
    border: 1px solid #b6bbbe;
    border-radius: 50%;
    aspect-ratio: 1/1;
    text-align: center;
    line-height: 28px;
    color: #b6bbbe;
}

/*
* FOOTER
*/


footer .footer-alt-bg {
    border-top: 8px solid var(--koyu-mavi);
    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 var(--koyu-mavi) transparent
}

footer .hakanbt-logo {
    position: absolute;
    bottom: -14px;
    left: 15px;
    height: 35%;
    width: 100%
}

.hakanbt {
    width: 28px !important;
    height: 25px !important;
    overflow: hidden !important;
    position: relative !important;
    margin: 0 !important;
    transition: all .5s ease-in-out .1s !important
}

.hakanbt img {
    max-width: none !important;
    user-select: none;
}

.hakanbt:hover {
    width: 125px !important
}

.dropdown-menu {
    border: 1px solid #dddddd;
    border-radius: 0;
    padding: 0;
    font-size: 14px;
    min-width: 5rem;
}

.navbar .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    margin-top: 5px;
}

.navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0 0;
}

.navbar .nav-item:hover .dropdown-menu {
    transition: .3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
}


/*  Menu  */



.nav-link {
    transition: all 400ms;
}

.nav-item:hover .nav-link {
    background-color: var(--turuncu);
    color: white !important;
    transition: all 400ms;

}

.nav-item .nav-link:hover:before {
    transition: all 400ms;
    opacity: 1;
}

.nav-item:hover .golge {
    transition: all 400ms;
    opacity: 1;
}

.nav-item {
    position: relative;
}

.about_detail .a_about {
    width: 150px;
}


.nav-link {
    position: relative;
    padding: 0;
    z-index: 3;
}

.sosyalMedyaUl a:hover {
    color: var(--turuncu);
}

.nav-item .nav-link:before {
    content: "";
    position: absolute;
    left: 35%;
    top: -120%;
    background-image: url(../img/katmanlar/icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    transform: perspective(1px);
    pointer-events: none;
    opacity: 0;
    transition: all 400ms;


}

.golge {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1;
    transform: rotate(5deg);
    opacity: 0;
    transition: all 400ms;
}

.menu-li {
    margin-right: .3rem;
    margin-left: .3rem;

}


/*     1. Slider    */

.swiper-button-next:after, .swiper-button-prev:after {
    content: '';
}

.swiper-button-next i, .swiper-button-prev i {
    font-size: 40px;
}

.swiper-button-next {
    right: 15px;
}

.swiper-button-prev {
    left: 15px;
}

.incele:hover {
    background-color: var(--turuncu);
    color: white;
}

.slider1 {
    position: relative;
    font-size: 14px;
    color: black;
    padding: 0;
}

.swiper {
    height: 400px;
    /*background-image: url("/assets/img/slider-bg.png");*/
    background-size: 100% 100%;

}

.swiper-slide {
    font-size: 18px;
    color: black;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.swiper-slide .title {
    color: white;
    font-size: 2rem;
    font-weight: bold;
    position: absolute;
    top: 20%;
    left: 80%;
    opacity: 0.5;
    transition: all 500ms;
}

.swiper-slide-active .title {
    opacity: 0.5;
    left: 20%;
    opacity: 1;
    transition: all 500ms;
}

.swiper-slide .subtitle {
    width: 30%;
    color: white;
    font-weight: 600;
    font-style: italic;
    font-size: 1rem;
    position: absolute;
    top: 40%;
    left: 80%;
    opacity: 0.5;
    transition: all 500ms;
}

.swiper-slide .subtitle2 {
    width: 30%;
    color: white;
    font-weight: 600;
    font-style: italic;
    font-size: 1rem;
    position: absolute;
    top: 60%;
    left: 80%;
    opacity: 0.5;
    transition: all 500ms;
}
.swiper-slide-active .subtitle2 {
    transition: all 500ms;
    left: 20%;
    opacity: 1;
    transition-duration: 800ms;

}



.swiper-slide .title span {


}

.swiper-slide .subtitle span {
    background-color:rgba(0, 0, 0, 0.5);

}

.swiper-slide-active .subtitle {
    transition: all 500ms;
    left: 20%;
    opacity: 1;
    transition-duration: 800ms;

}

.swiper-slide .text {
    position: absolute;
    bottom: 15%;
    left: 80%;
    opacity: 0.5;
    transition: all 500ms;
}

.swiper-slide-active .text {
    left: 20%;
    opacity: 1;
    transition: all 500ms;
}

.slider-svg {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 5;
}

.slider-svg img {
    height: 100%;
    -drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.slider-slogan {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 70%;
    height: 50px;
    background: linear-gradient(90deg, rgba(248,206,37,1) 0%, rgba(231,92,33,1) 100%);
    text-align: left;
    padding-left: 20%;
    line-height: 50px;
    color: white;
    font-family: beau_rivageregular;
    font-size: 35px;
    letter-spacing: 2px;
}

.log1 {
    position: absolute;
    z-index: 6;
    right: 30%;
    bottom: 0;

}

.log1 img, .log2 img {
    -drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.log2 {
    position: absolute;
    z-index: 6;
    right: 20%;
    bottom: 0;
}

.incele {
    background-color: var(--koyu-mavi);
    color: white;
    width: 100px;
    height: 40px;
    padding: 0 20px;
    transform: skew(-20deg);
    border-radius: 8px;


}

.incele span {
    transform: skew(20deg);
}

.oval {
    width: 100px;
    height: 50px;
    background-color: red;
    transform: skew(-20deg);
    border: none;
}

.oval span {
    transform: skew(20deg);
}

.oval:focus {
    border: none;
}

/* index hakkımızda */

.katmanlar {
    width: 400px;
    height: 300px;
    position: relative;
    border: 1px solid #c2c2c4;
    border-radius: 15px;
}

.katman1 {
    position: absolute;
    width: 220px;
    height: 100px;
    background-color: #e1dede;
    top: 25%;
    left: 20%;
    border-radius: 15px;
    border: 1px solid #c2c2c4;
    z-index: 5;
}

.katman2 {
    position: absolute;
    width: 300px;
    height: 200px;
    background-color: #e1dede;
    top: 5%;
    left: 8%;
    border-radius: 15px;
    z-index: 1;
}

.katman3 {
    position: absolute;
    width: 300px;
    height: 220px;
    z-index: 6;
    top: -10%;
    right: 30%;

}

.katmanlar img {
    border-radius: 15px;
}

.katman4 {
    position: absolute;
    width: 300px;
    height: 220px;
    z-index: 7;
    bottom: -15%;
    left: 30%;

}

.about_detail a:hover {
    color: var(--turuncu);
}

.about_detail a:hover .sl_ok {
    opacity: 0;
    transition: all 400ms;
}

.about_detail a:hover .sl_ok2 {
    opacity: 1;
    transition: all 400ms;
}

.activee {
    background-color: var(--turuncu) !important;
}

.about_header {
    width: 80%;
    height: 50px;
    background-color: #fcfcfc;
    position: relative;
    margin-left: 10%;
    border-radius: 5px;
    box-shadow: 0px 1px 3px 2px #c0cecf;
    margin-bottom: 15px;
}

.ic1 {
    color: var(--turuncu);
}

.ic2 {
    padding-top: 3px;
    margin-right: 5px;
}

.about_btn1 {
    position: absolute;
    width: 39%;
    height: 70%;
    background-color: var(--koyu-mavi);
    color: white;
    transform: skew(-20deg);
    border-radius: 8px;
    left: -11%;
    top: 15%;

}

.about_header a:hover {
    background-color: var(--turuncu);
    color: white;
}

.about_header span {
    position: absolute;
    transform: skew(20deg);
}

.about_btn1 span:after {
    position: absolute;
    content: "";
    height: 100%;
    left: 25px;
    width: 1px;
    background-color: white;

}

.about_btn2 span:after {
    position: absolute;
    content: "";
    height: 100%;
    left: 25px;
    width: 1px;
    background-color: white;

}

.about_btn3 span:after {
    position: absolute;
    content: "";
    height: 100%;
    left: 25px;
    width: 1px;
    background-color: white;

}

.about_header i {
    padding-right: 20px;
}

.about_btn2 {
    top: 15%;
    left: 30%;
    position: absolute;
    width: 39%;
    height: 70%;
    background-color: var(--koyu-mavi);
    color: white;
    transform: skew(-20deg);
    border-radius: 8px;

}

.about_btn3 {
    top: 15%;
    left: 71%;
    position: absolute;
    width: 39%;
    height: 70%;
    background-color: var(--koyu-mavi);
    color: white;
    transform: skew(-20deg);
    border-radius: 8px;

}

/* index-Faaliyetlerimiz */


.ortalaX {
    position: relative;
    left: 50%;
    transform: translate(-50%);
}

.ankaBaslik h3 {
    font-weight: 400;
    color: var(--turuncu);
    text-align: center;
    display: inline-block;
    position: relative;
    width: 98%;
    padding: 20px 0;
}

.ankaBaslik h3:before {
    position: absolute;
    content: "";
    width: 49%;
    height: 3px;
    background: rgb(243, 243, 243);
    background: linear-gradient(90deg, rgba(243, 243, 243, 1) 0%, rgba(232, 115, 0, 1) 100%);
    border-radius: 50px;
    bottom: 0;
    left: 20%;
    transform: translateX(-50%);
}

.ankaBaslik h3:after {
    position: absolute;
    content: "";
    width: 49%;
    height: 3px;
    background: rgb(232, 115, 0);
    background: linear-gradient(90deg, rgba(232, 115, 0, 1) 0%, rgba(243, 243, 243, 1) 100%);
    border-radius: 50px;
    bottom: 0;
    right: -29%;
    transform: translateX(-50%);
}

.anka {
    position: absolute;
    background-image: url(../img/katmanlar/icon.png);
    bottom: -15%;
    width: 35px;
    height: 44px;
    background-repeat: no-repeat;
    left: 49%;
    transform: translateX(-50%);
}

.faaliyet_card {
    border-radius: 10px !important;
    position: relative;
}

.faaliyet_card .faaliyet_card_top {
    height: 55px;
    padding: 0 5px;
    text-align: center;
}

.faaliyet_card_top {
    position: absolute;
    width: 90%;
    height: 45px;
    background-color: var(--koyu-mavi);
    color: white;
    transform: skew(-20deg);
    border-radius: 8px;
    left: 5%;
    top: -6%;
    transition: all 500ms;
}

.faaliyet_card_top span {

    transform: skew(20deg);
}

.faaliyet_card_bottom {
    padding-right: 4%;
    padding-left: 4%;
    position: absolute;
    width: 50%;
    height: 12%;
    background-color: var(--turuncu);
    color: white;
    transform: skew(-20deg);
    border-radius: 8px;
    left: 25%;
    bottom: -6%;
    opacity: 0;
    transition: all 500ms;

}

.faaliyet_card:hover .faaliyet_card_bottom {
    transition: all 500ms;
    opacity: 1;
}

.faaliyet_card_body {
    transition: all 500ms;

}

.faaliyet_card:hover {
    background-color: var(--koyu-mavi);
    transition: all 500ms;
    color: white;
}

.faaliyet_card:hover .faaliyet_card_top {
    background-color: var(--turuncu);
    transition: all 500ms;
}

.faaliyet_card_bottom span {
    transform: skew(20deg);
    color: white;
}

.faaliyet_card img {
    border-radius: 10px 10px 0 0;
}

.faaliyet_card .card-body {
    height: 135px;
    font-size: 13px;
}


/* index balkon*/
.slogan .container-fluid {
    background-image: url("../img/katmanlar/slogan-bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 593px;
}

.balkon_icon_content {
    position: relative;
}

.balkon_icon {
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: var(--koyu-mavi);
    border-radius: 50%;
    color: white;
    z-index: 5;
    left: 10px;
    top: 10px;
    transition: all 500ms;
}

.balkon_icon_k1 {
    position: absolute;
    width: 70px;
    height: 70px;
    background-color: #c6cacd;
    border-radius: 50%;
    color: white;
    z-index: 4;
    left: 5px;
    top: 5px;
    opacity: 1;
    transition: all 500ms;
    animation: mymove 1s infinite;
    animation-timing-function: linear;
}

@keyframes mymove {
    0% {
        opacity: 1;
        transform: scale(1)
    }
    100% {
        opacity: 0;
        transform: scale(1.5)
    }
}

.balkon_icon_k2 {
    position: absolute;
    width: 80px;
    height: 80px;
    background-color: #d4d8db;
    border-radius: 50%;
    color: white;
    z-index: 3;
    opacity: 1;
    transition: all 500ms;
    animation: mymove 1s infinite;

}


.slogan-pt {
    padding-top: 7%;
    padding-right: 1.5%;
}

.slogan-pt2 {
    padding-top: 15%;
    padding-right: 1.5%;
}

.icon_bln {
    width: 140px;
    height: auto;
    background: white;
    position: relative;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    top: 110px;
    left: -30px;
    opacity: 0;
}

.icon_bln:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-bottom-color: white;
    border-top: 0;
    margin-left: -20px;
    margin-top: -20px;
}

.balkon_icon_content:hover .icon_bln {
    opacity: 1;

}

.balkon_icon_content:hover .balkon_icon {
    background-color: var(--turuncu);
    transition: all 500ms;

}

.balkon_icon_content:hover .balkon_icon_k2 {
    background-color: #e9dfd4;
    transition: all 500ms;
    transform: scale(1.2);
}

.balkon_icon_content:hover .balkon_icon_k1 {
    background-color: #ebd3be;
    transition: all 500ms;
    transform: scale(1.1);

}

.slogan3 {
    padding-top: 14%;
    font-size: 30px;
    font-family: beau_rivageregular;
}


/* İndex urunler */
.urun_card {
    position: relative;
    width: 100%;
    height: 280px;
    background-color: white;
    border-radius: 15px;
    box-shadow: 0px 1px 3px 2px #d4d8db;
}
.urun_card img {
    border-radius: 15px;
	width: 255px;
	height: 191px;
}

.blk_icon_cnt {
    position: relative;
    height: 100px;
    width: 100px;
    left: 30%;
    top: -20%;
    z-index: 8;
    transition: all 500ms;
}

.blk_icon {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: white;
    border: 1px solid var(--koyu-mavi);
    border-radius: 50%;
    color: white;
    z-index: 5;
    transition: all 500ms ease 0s;

}

.blk_icon1 {
    position: absolute;
    width: 90%;
    height: 90%;
    background-color: white;
    border: 1px solid var(--koyu-mavi);
    border-radius: 50%;
    color: white;
    z-index: 6;
    transition: all 500ms ease 0s;
    left: 5%;
    top: 5%;

}

.top_slim {
    position: absolute;
    border-radius: 8px 8px 0 0;
    width: 100%;
    height: 15px;
    background-color: #e1e1e4;
    top: 0;
}

.blk_icon1 i {
    color: var(--koyu-mavi);
    font-size: 50px;
}

.urun_card .faaliyet_card_top {
    top: 70%;
    background-color: #cbcbcc;
    color: var(--koyu-mavi);
}

.urun_card_body {
    font-size: 13px;
}

.urun_card .a_about {
    position: absolute;
    bottom: 5%;
    right: 5%;
}

.urun_card .a_about:hover {
    color: var(--turuncu);
}

.urun_card .a_about .ik1 {
    padding-left: 10px;
}

.urun_card .a_about .ik2 {

    color: var(--turuncu);
    transition: all 500ms;

}

.top_slim {
    transition: all 500ms;

}

.urun_card:hover .blk_icon_cnt {
    transform: scale(1.2);
    transition: all 500ms;
}


.urun_card:hover .urun_card_top {
    background-color: var(--turuncu);
    color: white;
    transition: all 500ms;
}

.urun_card:hover .top_slim {
    background-color: var(--turuncu);
    transition: all 500ms;
}

.urun_card:hover .blk_icon1 {
    background-color: var(--turuncu);
    color: white;
    border-color: var(--turuncu);
    transition: all 500ms;
}

.urun_card:hover .blk_icon {
    border-color: var(--turuncu);
    transition: all 500ms;
}

.urun_card:hover .blk_tbl {
    color: white;
    transition: all 500ms;
}

.c_about {
    opacity: 0;
    transition: all 500ms;
}

.urun_card:hover .c_about {
    opacity: 1;
    transition: all 500ms;
}

.myy-5 {
    margin-bottom: 5rem;
}

.rakamContent {
    position: relative;
    width: 160px;
    height: 70px;
    background-color: white;
    float: right;
    border-radius: 8px;
    box-shadow: 2px 2px 2px 0 #c2c2c4;
    color: white;
    font-size: 17px;
    font-weight: 300;
}

.rakamNesne {
    position: absolute;
    width: 180px;
    height: 40px;
    background-color: var(--koyu-mavi);
    transform: skew(-20deg);
    border-radius: 8px;
    top: 15px;
    left: -70px;
}

.rakamic {
    transform: skew(20deg);
    padding: 0 15px;
}

.counter_line {
    position: absolute;
    width: 1px;
    height: 20px;
    left: 60px;
    top: 10px;
    border-right: 1px solid white;
}

.counter {
    position: absolute;
    top: 6px;
    font-size: 18px;
    font-weight: 400;
    left: 5px;
}

.counter_text {
    position: absolute;
    left: 70px;
    top: 10px;
    font-size: 12px;
    text-align: -webkit-center;
}

.counter_text2 {
    position: absolute;
    left: 63px;
    top: 4px;
    font-size: 12px;
    text-align: -webkit-center;
}

.rakam_icon {
    position: absolute;
    right: 15px;
    color: var(--koyu-mavi);
    top: 22px;
}

.rakam_icon i {
    font-size: 25px;
}

.st0 {
    transition: all 500ms;
}

.urun_card:hover .st0 {
    fill: white;
    transition: all 500ms;
}

.rakamContent:hover .rakamNesne {
    background-color: var(--turuncu);
}

.rakamContent:hover .rakam_icon {
    color: var(--turuncu);
}

footer {
    margin-top: 100px;
}

footer .container-fluid {
    background-image: url("../img/katmanlar/footer-bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
}

.footer_bslk {

    width: 90%;
}

.footer_bslk h3 {
    border-bottom: 3px solid;
    border-color: var(--turuncu);
    border-bottom-height: 10px;
    color: var(--turuncu);
    font-weight: 400;
    margin-bottom: 20px;
    letter-spacing: 1px;

}

.footer_faaliyet ul {
    padding-left: 0;
    color: var(--koyu-mavi);
}

.footer_faaliyet li {

    padding-bottom: 13px;

}

.footer_faaliyet a {
    transition: all 500ms;
}

.footer_faaliyet a:hover {
    color: var(--turuncu);
    padding-left: 10px;
    transition: all 500ms;
}

.footer-iletisim-bilgileri ul {
    margin: 0;
    padding-left: 3px;
}

.footer-iletisim-bilgileri li {
    padding-bottom: 13px;
}

.footer-iletisim-bilgileri .iconAlani {
    margin-right: 20px;
}

.footer-iletisim-bilgileri a {
    transition: all 500ms;
}

.footer-iletisim-bilgileri a:hover {
    color: var(--turuncu);
    transition: all 500ms;
    padding-left: 10px;
}

.footer_logo {
    width: 100%;
    height: 100%;
}

.footer_logo img {
    width: 90%;
    height: 90%;
}

.footer-iletisim-bilgileri {
    color: var(--koyu-mavi);
}

.footer-iletisim-bilgileri .sosyalMedyaUl {
    justify-content: start;
    padding-left: 30px;
}

.whatsapp_sor {
    color: white;
    bottom: 50px;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    left: 50px;
    background: #34AF23;
    text-align: center;
    z-index: 99;
    font-size: 30px;
    text-decoration: none;
    border-radius: 100%;
}

.sl_ok {
    margin-right: 5px;
    transition: all 400ms;
}

.sl_ok2 {
    margin-left: 5px;
    opacity: 0;
    transition: all 400ms;
}

.nav-footer ul li {
    display: inline-block;
    margin-right: 4px;
}

.nav-footer ul {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;

}

.footer_faaliyet i {
    font-size: 8px;
    padding-right: 5px;
}

.short_image {
    height: 207px;
    background-image: url("../img/header-bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-bottom: 60px;
    margin-top: 100px;
}

.short_image_title {
    padding-top: 80px;
}

.short_image .container {
    padding-left: 25px;
}

.breadCrumbLink {
    padding-top: 40px;
}

.breadCrumbLink ul {
    margin: 0;
    padding: 0;
}

.breadCrumbLink li {
    display: inline-block;
    position: relative;
}

.breadCrumbLink li:not(:first-of-type) {
    margin-left: 15px;
}

.breadCrumbLink li:not(:first-of-type)::before {
    content: "/";
    position: absolute;
    width: 15px;
    height: 15px;
    left: -10px;
    color: #066733;
}


.referans_content {

    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    max-width: 180px;
    height: 135px;
    position: relative;
    text-align: center;
    width: 100%;
}


.faaliyetlerimiz .swiper {
    height: 150px;
    padding-right: 10px;

}

.faaliyetimg {
	width:255px;
	height:191px;
}
/* Faaliyetler Page */
figure.snip0023 {
    color: #fff;
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #000000;
    text-align: center;
}
figure.snip0023 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
figure.snip0023 img {
    opacity: 1;
    width: 100%;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}
figure.snip0023 > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
figure.snip0023 > div::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    background-image: linear-gradient(45deg, #000000 0%, transparent 40%, rgba(255, 255, 255, 0.15));
}
figure.snip0023 i {
    display: inline-block;
    font-size: 36px;
    color: #ffffff;
    padding: 6px 16px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    opacity: 0;
    z-index: 1;
    -webkit-transition: 0.05s linear;
    transition: 0.05s linear;
    -webkit-transition-delay: 0.01s;
    transition-delay: 0.01s;
}
figure.snip0023 .curl {
    width: 0px;
    height: 0px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(225deg, #ffffff, #f3f3f3 20%, #bbbbbb 38%, #aaaaaa 44%, #888888 50%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.3));
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    transition: all .4s ease;
}
figure.snip0023 .curl:before,
figure.snip0023 .curl:after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 12%;
    bottom: 6%;
    width: 70%;
    max-width: 300px;
    max-height: 100px;
    height: 55%;
    box-shadow: 0 12px 15px rgba(0, 0, 0, 0.3);
    transform: skew(-10deg) rotate(-6deg);
}
figure.snip0023 .curl:after {
    left: auto;
    right: 6%;
    bottom: auto;
    top: 14%;
    transform: skew(-15deg) rotate(-84deg);
}
figure.snip0023 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    color: #ffffff;
}
figure.snip0023:hover > div::before,
figure.snip0023.hover > div::before {
    opacity: 1;
}
figure.snip0023:hover i,
figure.snip0023.hover i {
    opacity: 0.7;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
figure.snip0023:hover .curl,
figure.snip0023.hover .curl {
    width: 90px;
    height: 90px;
}

.alt_baslik {
    position: relative;
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    text-align: center;
}

.alt_baslik:before {
    position: absolute;
    left: 0;
    content: "";
    width: 2px;
    height: 70%;
    background-color: black;
}

.about-content {
    background-color: white;
    padding: 10px;
    border-radius: 10px;
}
.max-wy50 {
    max-width: 50%;
}


/*  kalite Belgeleri Page */

.kltBlg_container {
    background-color: black;
    transition: all 500ms;

}

.kltBlg_container img:hover {
    opacity: 0.5;
    transition: all 500ms;
}

.faaliyet_figure {
    width: 100%;
    position: relative;
    height: 100%;
    border-radius: 8px;
    margin-left: 10px;
}

.faaliyet_figure img {
    border-radius: 8px;
}

.faaliyet_bslk {
    position: absolute;
    height: 30%;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    top: 35%;
    text-align: center;
    padding: 5px 5px;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);


}

.next-btn i {
    font-size: 25px;
}
.prev-btn i {
    font-size: 25px;
}

.faaliyet_incl {
    position: absolute;
    bottom: -10%;
    left: 25%;
    width: 100px;
    background-color: black;
    padding: 5px 20px;
    opacity: 0;
    transition: all 500ms;
    border-radius: 8px;
    color: white;

}

.faaliyet_incl:hover {
    color: white;
}

.faaliyet_figure:hover .faaliyet_incl {
    opacity: 0.8;
    bottom: 0;
}

.next-btn {
    position: absolute;
    right: 11%;
}

.prev-btn {
    position: absolute;
    left: 11%;
}


/* About Page */

.about_page_link {
    width: 150px;
}

.about_page_link .a_about {
    padding-top: 40px;

}

.about_page_link .a_about:hover {
    color: var(--turuncu);
}


.about_page_link a:hover {
    color: var(--turuncu);
}

.about_page_link a:hover .sl_ok {
    opacity: 0;
    transition: all 400ms;

}


.about_page_link a:hover .sl_ok2 {
    opacity: 1;
    transition: all 400ms;
}

.about_page_link a span .csl {
    color: var(--turuncu);
}

.vizyon_kt .katman3 {
    left: 30%;
}

.vizyon_kt .katman4 {
    right: 30%;
    left: 0;
}

/* Hakkımızda page*/

.hakkimizda_img img {
    border-radius: 10px;
}

.Hakkimizda_content {
    background-color: white;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 20px;
}

.Hakkimizda_content ul {
    list-style-type: disc;
    margin: 0;
    padding-left: 30px;
}

.Hakkimizda_content li {
    padding: 5px 0;

}


/*  İletişim page */

textarea[name=mesaj] {
    resize: none;
    margin-bottom: 10px;
}

.iletisim_block {
    position: relative;
    background-color: white;
    border-radius: 10px;
    padding: 6px;
    width: 350px;
    height: 120px;
    transition: all 500ms;
}

.iletisim_block:before {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 100px;
    width: 0;
    height: 0;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-top: 30px solid white;
    margin-left: -20px;
    margin-top: -20px;
    transition: all 500ms;
}

.iletisim_block_cnt {
    position: absolute;
    width: 97%;
    height: 89%;
    background-color: #e4e5e8;
    border-radius: 10px;
    transition: all 500ms;
}

.iletisim_block_top {
    position: absolute;
    width: 250px;
    height: 50px;
    top: -24px;
    left: 50px;
    background-color: #cbcbcc;
    transform: skew(-20deg);
    border-radius: 8px;
    padding: 15px 15px;
    text-align: center;
    transition: all 500ms;
}

.iletisim_block_top span {
    transform: skew(20deg);
    font-weight: 400;
    font-size: 16px;
}
.iletisim_block_body {
    position: absolute;
    bottom: 15px;
    width: 90%;
    top: 50px;
}

.iletisim_block_body a:hover {
    color: var(--turuncu);
}

.iletisim_block:hover {
    background-color: var(--turuncu);
    transition: all 500ms;
}

.iletisim_block:hover:before {
    transition: all 500ms;
    border-top: 30px solid var(--turuncu);
}

.iletisim_block:hover .iletisim_block_cnt {
    transition: all 500ms;
    background-color: white;
}

.iletisim_block:hover .iletisim_block_top {
    background-color: var(--koyu-mavi);
    color: white;
}

#formControl4 {
    height: 120px;
    border-radius: 8px;
}

.contact_group_btn {
    position: relative;
}

.contact_btn {
    position: absolute;
    bottom: 0px;
    right: 0;
    border-radius: 8px 0 8px 0;
    color: white;
    background-color: var(--turuncu);
    border: none;
    padding: 0;
    height: 30px;
    width: 130px;
    display: flex;
    align-items: center;
}

.contact_btn span {
    width: 25%;
    height: 100%;
    background-color: gray;
    float: left;
    border-radius: 8px 0 0 0;
    padding: 0 5px;
    display: flex;
    align-items: center;
    margin-right: 25px;
}

.form-control:focus {
    border-color: var(--turuncu);
    box-shadow: 0 0 0 0.2rem var(--turuncu)
}


.adres_child {
    padding-left: 30px;
}

.galeri_resim_genislik {
    background-color: black;
}
.galeri_resim_genislik:hover img {
    opacity: 0.6;
    transition: all 400ms;
}

.galeri_resim_genislik img {
	width:100%;
	height:191px;
    transition: all 400ms
}
/*  Kalite Belgeleri Page */
.belge_link {
    background-color: black;
    position: relative;
    max-width: 200px;
    min-width: 200px;
}
.belge_link img {
    transition: all 700ms;
}

.belge_link:hover img {

    opacity: 0.6;
    transition: all 700ms;
}

.belge_link:hover i {
    transform: rotate(90deg);
    transition: all 700ms;
    color: white;
    opacity: 1;
}




.belge_link i {
    position: absolute;
    top: 45%;
    left: 45%;
    font-size: 35px;
    color: white;
    transition: all 700ms;
    opacity: 0;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}
.page_404 h1 {
    color: #222;
    font-size: 180px;
    font-weight: 800;
    line-height: 1em;
    margin-bottom: 10px;
}

#ankaModal {
    margin-top: 50px;
    z-index: 9999;
}

.customize-tools {
    position: relative;
}

.thumbnails {
    margin: 20px 0;
    text-align: center;
    padding: 0;
}

.tns-item img {
    max-height: 400px;
    width: 100%;
}

.altbslik2 {
    height: 50px;
}



.thumbnails li {
    display: inline-block;
    cursor: pointer;
    border: 5px solid #fff;
    width: 100px;
    height: 50px;
}

.thumbnails img {
    vertical-align: bottom;
    height: auto;
    max-height: 50px;
    max-width: 100%;
}

.playbutton-wrapper {
    opacity: 0;
}

.mySwiper3 .swiper-slide {
    text-align: center;
}

@media (max-width: 480px) {
    .swiper-slide-active .title {

        left: 5%;

    }
    .faaliyetimg {
        height: 123px;
    }
    .contact_btn {
        bottom: -40px!important;
    }
    .iletisim_block {
        margin-bottom: 60px;
    }
    .galeri_resim_genislik img {
        height:123px;
    }

    .max-wy50 {
        max-width: 100%!important;
    }

    .log1, .log2 {
        display: none;
    }

    .faaliyet_figure {
        margin-left: 0;
    }

    .slider-slogan {
        display: none;
    }

    .footer-iletisim-bilgileri .sosyalMedyaUl {
        display: flex;
    }


    .katmanlar {
        display: none;
    }

    .about_header i {
        display: none;
    }

    .about_btn1 span:after {
        display: none;
    }

    .about_btn2 span:after {
        display: none;
    }

    .about_btn3 span:after {
        display: none;
    }

    .slider-svg {
        display: none;
    }

    .slogan {
        display: none;
    }

    .faaliyet_card_top {
        top: -16%;
        height: 42px;
        padding: 10px 5px;


    }

    .faaliyet_card_top span {
        text-align: center;

    }

    .faaliyet_card_body {
        display: none;
    }

    .faaliyet_card img {
        border-radius: 10px 10px 10px 10px;
    }

    .faaliyet_card_bottom {
        display: none;
    }

    .blk_icon_cnt {
        position: relative;
        height: 70px;
        width: 70px;
        left: 30%;
        top: -15%;
    }

    .blk_icon1 i {
        font-size: 40px;
    }
.urun_card {
	height: 200px;
}
.urun_card img {
    width: 165px;
    height: 123px;
}
    .urun_card .urun_card_top {

        top: 75%;
        height: 35px;

    }

    .urun_card {
        margin-bottom: 50px;
    }

    .rakamContent {
        margin-bottom: 20px;
    }

    footer .container-fluid {
        padding-bottom: 20px;
    }

    .rakamContent {
        margin-right: 20%;
    }


}

@media (min-width: 1540px) and (max-width: 1920px) {
    .next-btn {
        right: 18%;
    }

    .prev-btn {
        left: 18%;
    }
}



@media ( max-width: 991px) {

    .sosyalMedyaUl {
        display: none;
    }

}

@media (min-width: 420px) and  (max-width: 820px) {
    .slider-svg {
        width: 70%;
    }

    .rakamContent {
        margin-bottom: 20px;
    }

    .slogan-pt2, .slogan-pt {
        padding-right: 8%;
    }

    .slogan3 {
        padding-top: 20%;
    }

    .katmanlar {
        left: 20%;
        margin-bottom: 60px;
    }

    .blk_icon_cnt {
        left: 18%;
    }

    .faaliyet_card .card-body {
        height: 175px;
    }

    .urun_card {
        height: 310px;
    }

    .urun_card .faaliyet_card_top {
        top: 15%;
        padding: 0 5px;
        text-align: center;
    }

    .about_header i {
        padding-right: 50px;
    }

    .slogan-pt2 {
        padding-top: 30%;
    }
}

.hbtactive .nav-link:before {
    opacity: 1;

}

.hbtactive .golge {
    opacity: 1;
}

.hbtactive .nav-link {
    background-color: var(--turuncu);
    color: white !important;
    transition: all 400ms;
}

.snip1573 {
    background-color: var(--turuncu);
    display: inline-block;
    padding-top: 10px;
    font-size: 10px;
    height: 135px;
    min-width: 180px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 6px 14px 0px rgb(215 215 219);
    -moz-box-shadow: 0px 6px 14px 0px rgba(215, 215, 219, 1);
    box-shadow: 0px 6px 14px 0px rgb(215 215 219);
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}


.yorum-title{
    font-size: 16px!important;
    color: black!important;
}

.yorum-yazar {
    font-size: 16px;
    bottom: 30%!important;
}

.slider-yorum .swiper {
    height: 250px;
}

.yorum-metin {
    top: 2%!important;
    font-style: normal!important;
    font-weight: 400!important;
    font-size: 14px!important;
}

.yorum-metin {
    width: 100%!important;
    left: 0!important;
}

.swiper-slide-active .yorum-title {
    left: 40%;
}

.swiper-slide-active .yorum-yazar {
    left: 47%;
}

.swiper-slide-active .yorum-metin {
    left: 32%;

}

.speech-bubble {
    position: relative;
    background: #ffff;
    border-radius: 1em;
    color: black;
}

.speech-bubble:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 24px solid transparent;
    border-top-color: #ffff;
    border-bottom: 0;
    border-right: 0;
    margin-left: -12px;
    margin-bottom: -24px;
}

.gallery-slider-buyuk-img {
    width: 100%;
    height: 400px;
}

.gallery-ufak-img {
    width: 100%;
    height: 100px;
}

.galeri_resim_genislik i {
    position: absolute;
    top: 45%;
    left: 45%;
    font-size: 35px;
    color: white;
    transition: all 700ms;
    opacity: 0;
}
.galeri_resim_genislik:hover i {
    transform: rotate(90deg);
    transition: all 700ms;
    color: white;
    opacity: 1;
}


.mySwiper002 {
    height: auto;
}

.swiper-slide .title {
    min-width: 350px;
    background-color: rgba(0, 0, 0, 0.53);
    display: flex;
    padding: 15px;
    transform: skew(-20deg)!important;
    border-radius: 8px;
}
.swiper-slide .title span {
    transform: skew(20deg)!important;
}








