@import "../fonts/font.css";
:root{
    --primary-font: 'VAGRoundedBT-Regular', sans-serif;
    --secondary-font: 'SulphurPoint-Bold';
    --primary-color: #204D85;
    --light-blue: #00A1ED;
}
/* CSS SIFIRLAMA */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    list-style: none;
    text-decoration: none;
    background:transparent;
}
*{
    margin:0;
    padding:0;
    border:0;
    outline:0;
    list-style: none;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
}
body,html {
    line-height:1.3;
    scroll-behavior: smooth;
    overflow-x: hidden;
}
body{
    background-color: #ffffff;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    text-decoration: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    border: 0;
}
:focus {
    outline: 0;
}
.clear {
    clear: both;
}
::-moz-selection{
    color: #fff;
    background-color: var(--primary-color);
}
::selection{
    color: #fff;
    background-color: var(--primary-color);
}
.cursor{
    left: -10px;
    top: -10px;
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    border-radius: 100px;
    z-index: 999999;
    pointer-events: none;
    transition: width 0.3s, height 0.3s;
    background-color: #edf0f7;
    box-shadow: 0 1px 2px 0 rgb(45 45 60 / 10%);
    opacity: .4;
    mix-blend-mode: difference;
}
a:hover .cursor{
   width: 40px;
    height: 40px;
}
/* HEADER ACTİVE İŞLEMLERİ */
.sticky-img{
    display: none;
}
.header i.bg{
    content: "";
    background: #fff;
    height: 100%;
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    z-index: -1;
    transition: .3s;
    box-shadow: 0 0 15px rgb(38 38 38 / 25%);
    /*border-radius: 0 0 20px 20px;*/
}
.header.active i.bg{
    top: 0;
    left: auto;
    background-color: var(--primary-color);
}
.header.active .submenu-products{
    transform: translateX(-50%) translateY(0) !important;
}
.header.active #nav-link{
    color: #fff !important;
}
.header.active li a i{
    color: #fff !important;
}
.header.active .menu-open-icon i{
    color: #fff !important;
}
.header.active .sticky-img{display: block;}
.header.active .white-logo{display: none;}
/*MEDİA QUERİES*/
@media only screen and (min-width: 50rem) and (max-width: 75rem) {
    .header.active #nav-link{
        color: #000 !important;
    }
    .header.active li a i{
        color: #fff !important;
    }
    .header.active .menu-open-icon i{
        color: #fff !important;
    }
    .header.active .sticky-img{display: block;}
    .header.active .white-logo{display: none;}
}
@media only screen and (max-width: 50rem) {
    .header.active #nav-link{
        color: #000 !important;
    }
    .header.active li a i{
        color: #fff !important;
    }
    .header.active .menu-open-icon i{
        color: #fff !important;
    }
    .header.active .sticky-img{display: block;}
    .header.active .white-logo{display: none;}
}

/* HEADER BAŞLANCIÇ*/
.header{
    transition: .3s;
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 10;
    height: 85px;
    display: flex;
    align-items: center;
    z-index: 1000;
}
.header .nav{
    padding: 0 30px;
}
.header .qrt-max-width:first-child{
    background-color:#ffffff;
    z-index: -1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 0px 0px;
}
.nav nav{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo-left{
    max-width: 200px;
    width: 100%;
    height: 100%;
    padding-left: 0px;
    margin-left: -15px;
}
.logo-left a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.logo-left a img{
    max-width: 150px;
    object-fit: contain;
}
.nav nav .nav__list{
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav nav .nav__list{
    padding: 0 10px;
    cursor: pointer;
    color: #000;
    transition: .3s;
}
.nav nav .nav__list .nav__item{
    margin-right: 20px;
    padding: 8px 15px;
    height: 100%;
    display: block;
}

@media only screen and (min-width: 1201px) and (max-width: 1263px) {
.nav nav .nav__list .nav__item{
    margin-right: 20px;
    padding: 8px 0px;
    height: 100%;
    display: block;
}}


.nav nav .nav__list .nav__item:last-child{
    margin-right: 0;
}
.nav nav .nav__list .nav__item .nav__link{
    color: #000;
    font-family: var(--primary-font);
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    transition: .3s;
}
.nav nav .nav__list .nav__item .nav__link::after{
    transition: .3s;
    content: "";
    background: #262626;
    display: block;
    position: absolute;
    bottom: 0;
    width: 0;
    height: 2px;
    left: 50%;
}
.nav nav .nav__list .nav__item .nav__link:hover .nav__link::after{
    width: 100%;
}
/* ARAMA VE TELEFON İKON VS*/
.nav nav .widgets ul{
    display: flex;
    align-items: center;
    margin-right: -45px;
}
@media screen and (min-width: 75rem) {
    .nav nav .widgets ul{
        display: flex;
        align-items: center;
        margin-right: 0;
    }
}
.o-search{
    cursor: pointer;
}
.o-search a i{
    font-weight: bolder;
}
.nav nav .widgets ul li{
    margin-left: 0;
    margin-right: 20px;
}
.nav nav .widgets ul li:last-child{
    margin-right: 0;
}
.nav nav .widgets ul li a{
    color: #000;
}
.nav nav .widgets ul li a img{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px dashed black;
    padding: 2px;
}
.nav nav .widgets ul li a i{
    font-size: 22px;
}
.nav nav .widgets ul li a i{
    font-size: 22px;
}
.more-class{
    font-size: 22px !important;
}
nav .nav__list .widgets .flag-tr,
nav .nav__list .widgets .flag-en{
    display: none;
}
@media screen and (max-width: 480px) {
    .nav nav .widgets .flag-tr,
    .nav nav .widgets .flag-en{
        display: none;
    }
    nav .nav__list .widgets{
        display: block;
    }
    nav .nav__list .widgets .flag-tr,
    nav .nav__list .widgets .flag-en{
        display: block;
    }
    nav .nav__list .widgets .flag-tr a img{
        width: 30px;
        height: 30px;
        border-radius: 50%;
        border: 1px dashed black;
        padding: 2px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    nav .nav__list .widgets .flag-en a img{
        width: 30px;
        height: 30px;
        border-radius: 50%;
        border: 1px dashed black;
        padding: 2px;
    }
}
/* MOBİLE MENU İÇİN*/
.menu-open-icon{
    display: none;
    cursor: pointer;
    margin-right: 40px !important;
}
.menu-open-icon i{
    font-size: 22px !important;
    color: #000;
}
/* MOBİLE MENU */
@media (max-width: 1200px) {
    .menu-open-icon{
        display: block;
    }
    .menu-open-icon i{
        font-size: 20px !important;
    }
    .header{
        border-bottom: 1.5px solid rgba(38,38,38,.13);
    }
    .header .nav{
        padding: 0 25px;
    }
    .nav__list{
        position: fixed;
        top: -30px;
        background-color: #fff;
        color: #000;
        flex-direction: column;
        width: 100%;
        left: 0;
        z-index: 1000;
        max-height: 1100px;
        align-items: center !important;
        justify-content: center !important;
        padding: 20px 0 !important;
        visibility: hidden;
        opacity: 0;
    }
    .nav__list .nav__item{
        margin-right: 0!important;
        margin-bottom: 10px !important;
        padding: 12px 15px;
        height: max-content !important;
    }
    .nav__list .nav__link{
        color: #000 !important;
        font-size: 18px !important;
    }
    .nav nav .widgets ul li a i{
        font-size: 20px !important;
    }
}
.nav__list.active-menu{
    top: 85px !important;
    visibility: visible;
    opacity: 1;
}
/* İNFO MENU */
.info-menu-box{
    position: fixed;
    top: 5.4rem;
    right: -150%;
    background-color: #f7f8f8;
    color: #000;
    max-height: calc(100% - 5.7rem);
    height: 100%;
    z-index: 1999;
    width: 370px;
    border-top: 1px solid #696c70;
    box-shadow: 0 1px 2px 0 rgb(45 45 60 / 10%);
    transition: 0.4s ease-in-out;
}
.info-menu-box.active{
    right: 0;
}
.content-info-right{
    padding: 40px;
    width: 100%;
    height: 100%;
}
.content-info-right ul{
    color: #28292c;
}
.content-info-right ul li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.content-info-right ul li h5{
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 11px;
    font-family: var(--primary-font);
}
.content-info-right ul li span a{
    color: #52555a;
    transition: 0.4s ease-in-out;
    font-family: var(--primary-font);
    font-size: 13px;
    font-weight: 400;
}
.content-info-right ul li span{
    font-family: var(--primary-font);
    transform: translateY(-1px);
    font-size: 13px;
    font-weight: 400;
}
.qrt-divider {
    background: #52555a;
    width: 100%;
    margin: 40px 0;
    height: 1px;
    opacity: 0.3;
}
.qrt-social-list {
    padding: 0;
    margin: 0;
    display: flex;
}
.qrt-social-list li {
    list-style-type: none;
    margin-right: 10px;
}
.qrt-social-list li a {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #28292c;
    font-size: 12px;
    height: 35px;
    width: 35px;
    border: solid 1px #28292c;
    transition: 0.4s ease-in-out;
}
.qrt-social-list li a i {
    font-size: 15px;
}
.qrt-max-width{
    max-width: 1800px !important;
    width: 100%;
}
.qrt-mb-40 {
    margin-bottom: 40px !important;
}
.qrt-mb-30 {
    margin-bottom: 30px !important;
}
.qrt-mb-20 {
    margin-bottom: 20px !important;
}
.qrt-mb-10 {
    margin-bottom: 10px !important;
}
.qrt-ptb-prl-5{
    padding: 5px 5px;
}
.qrt-ptb-prl-5-10{
    padding: 5px 10px;
}
.qrt-p-5{
    padding: 5px;
}
.qrt-p-10{
    padding: 10px;
}
.qrt-p-20{
    padding: 20px;
}
.qrt-pb-10{
    padding-bottom: 10px;
}
.qrt-pb-20{
    padding-bottom: 20px;
}
.qrt-pb-30{
    padding-bottom: 30px;
}
.qrt-pt-10{
    padding-bottom: 10px;
}
.qrt-pt-20{
    padding-bottom: 20px;
}
.qrt-pt-30{
    padding-bottom: 30px;
}
/*LOADER*/
.loader{
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 111111;
    background: #0f0f0f;
    overflow: visible !important;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.loader.active{
    display: flex;
}
.loader img {
    animation-name: example;
    animation-duration: 2s;
    width: 10rem;
    height: max-content;
}
.loader #percentage_number {
    opacity: .5;
    color: #fff;
    font-family: var(--secondary-font);
    margin-top: 10px;
    font-size: 19px;
}
@keyframes example {
    from {clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);}
    to {clip-path: polygon(0px 0px, 100% 0px, 100% 100%, 0% 100%);}
  }
  @keyframes wave {
    0%   { top: 0;     opacity: 1; }
    50%  { top: 30px;  opacity: .2; }
    100% { top: 0;     opacity: 1; }
}

/* SLİDER CSS */
.swiper__slider {
    max-width: 1800px;
    width: 100%;
    height: 100vh;
    margin-left: 13px;
    margin-right: 13px;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
@media screen and (max-width: 50rem) {
    .swiper__slider{
        height: 60vh !important;
        max-height: 49vh !important;
    }
    .swiper-slide{
        background-size: contain !important;
    }
    .page-down{
        display: none !important;
    }
    .title-slide-main{
        margin-bottom: 10px !important;
    }
    .slider-content .btn-secondary{
        display: none !important;
    }
    .slider-content .btn-primary{
        padding: 11px 29px;
        font-size: 10px;
    }
    .title-slide-main h1{
        font-size: 22px !important;
    }
}
@media screen and (max-width: 48rem) {
    .slider-content .btn-primary{
        display: none;
    }
}
.swiper-slide {
    color: #fff;
    width: 100%;
    height: 100%;
    display: block;
    text-align: left;
    display: flex;
    flex-direction: column;
}
.swiper-slide .slider-content{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 140px;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
}
.page-down{
    position: absolute;
    bottom: 100px;
    right: 1.5rem;
    width: max-content;
    height: max-content;
    background-color: transparent;
    cursor: pointer;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.scroll-down-text {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.1em;
    color: #000;
    margin-top: -55px;
    position: absolute;
    transform: rotate(90deg);
}
.hscroll-line {
    width: 25px;
    height: 40px;
    border: 2px solid #000;
    display: block;
    margin-top: 70px;
    border-radius: 20px;
    position: relative;
}
.hscroll-line::after{
    content: "";
    width: 8px;
    height: 8px;
    background-color: red;
    position: absolute;
    border-radius: 8px;
    left: 50%;
    margin-left: -4px;
    bottom: 23px;
    animation: passing 2s linear infinite;
}
@keyframes passing {
    0% {
        bottom: 23px;
        opacity: 1; }
    100% {
        bottom: 8px;
        opacity: 0; }
}
.next-prev-et{
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    z-index: 1000;
    max-width: 300px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.prev-btn{
    position: relative;
    overflow: hidden;
    background-color: red;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: 600;
    color: #fff;
    transition: 0.4s ease-in-out;
    margin-right: 10px;
}
.next-btn{
    position: relative;
    overflow: hidden;
    background-color: red;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: 600;
    color: #fff;
    transition: 0.4s ease-in-out;
}
.prev-btn i{
    font-size: 13px;
}
.next-btn i{
    font-size: 13px;
}
.title-slide-main h1{
    font-size: 39px;
    font-weight: 800;
    line-height: 0px;
    color: #fff;
    text-align: left;
}
.qrt-divider-2{
    background: red;
    width: 90px;
    margin: 0 0 20px;
    height: 2px;
    border-radius: 1px;
}
.title-main-slide{
    max-width: 400px;
    line-height: 18px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    font-family: var(--primary-font);
}
.btn-primary{
    cursor: pointer;
    font-family: var(--primary-font);
    margin-right: 5px;
    border-radius: 2px;
    text-transform: uppercase;
    background-color: #FB0000;
    color: #fff;
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: 800;
    display: inline-flex;
    justify-content: center;
    align-content: center;
    border: solid 2px transparent;
    box-shadow: 0 1px 2px 0 rgb(45 45 60 / 10%);
    padding: 15px 45px;
}
.btn-primary:hover{
    color: #28292c;
}
.btn-primary span{
    white-space: nowrap;
    margin: 0 5px;
    align-self: center;
    transition: 0.4s ease-in-out;
}
.arrow-btn{
    transition: 0.4s ease-in-out;
}
.et-btn:hover .arrow-btn{
    transform: translateX(6px);
}
.btn-hover-style1:hover{
    background-color: transparent;
    color: #000;
    border-width: 2px;
    border-style: solid;
    border-color: var(--primary-color);
}
.btn-secondary{
    cursor: pointer;
    font-family: var(--primary-font);
    margin-right: 8px;
    border-radius: 2px;
    text-transform: uppercase;
    background-color: transparent;
    color: #fff;
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: 800;
    display: inline-flex;
    justify-content: center;
    align-content: center;
    border: solid 2px #fff;
    box-shadow: 0 1px 2px 0 rgb(45 45 60 / 10%);
    padding: 15px 35px;
}
.btn-secondary:hover{
    color: #fff;
}
.btn-third{
    cursor: pointer;
    font-family: var(--primary-font);
    margin-right: 8px;
    border-radius: 2px;
    text-transform: uppercase;
    background-color: var(--primary-color);
    color: #fff;
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: 800;
    display: inline-flex;
    justify-content: center;
    align-content: center;
    border: solid 2px #fff;
    box-shadow: 0 1px 2px 0 rgb(45 45 60 / 10%);
    padding: 15px 35px;
}
.btn-secondary:hover{
    color: #fff;
}
.btn-third i{
    font-size: 18px;
    margin-top: -4px;
}
.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical>.swiper-pagination-bullets{
    right: 98px;
}
.swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    background-color: transparent;
    border: 2px solid #fff;
    opacity: 1 !important;
    margin-right: 10px !important;
    transition: all .3s ease-in-out;
}
@media screen and (max-width: 75rem) {
    .swiper__slider{
        max-width: 100%;
        margin: 0 !important;
    }
}
@media (min-width: 48rem) and (max-width: 1200px) {
    .slider-content{
        padding-left: 50px !important;
    }
}
@media (max-width: 48rem){
    .swiper-pagination-bullet {
        display: none !important;
    }
    .slider-content{
        padding-left: 20px !important;
    }
    .title-slide-main h1{
        font-size: 30px;
        line-height: 40px;
    }
    .title-main-slide{
        font-size: 14px;
    }
    .slide-btn{
        padding: 10px 30px;
    }
    .page-down{
        right: 30px;
    }
    .slide-btns{
        flex-direction: column;
    }
    .slide-btns a:first-child{
        margin-bottom: 10px;
    }
    .slide-btn .btn-primary{
        padding: 10px 30px;
    }
    .slide-btn .btn-primary{
        font-size: 9px;
        padding: 13px 24px;
    }
    .next-btn,
    .prev-btn{
        width: 35px !important;
        height: 35px !important;
    }
    .scroll-down-text{
        font-size: 14px;
    }
    .hscroll-line {
        width: 20px;
        height: 33px;
    }
    .swiper-pagination-bullet{
        width: 15px !important;
        height: 15px !important;
    }
}
/* ÜRÜN GRUPLARI */
.heading_qrt_product{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.next_prev_btns{
    margin-right: 15px;
}
.btn-next{
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: auto;
    height: auto;
    color: #212529;
    font-family: var(--primary-font);
    margin: auto;
    font-size: 13px;
    letter-spacing: 2px;
    z-index: 1;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    display: inline-block;
    cursor: pointer;
    font-weight: 500;
    margin-right: 10px;
}
.btn-next i{
    position: absolute;
    font-size: 20px;
    top: -5px;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    color: var(--primary-color);
    z-index: -1;
    right: -24px;
}
.btn-prev:hover .swiper-prev-product{
    transform: translateX(-7px);
}
.btn-next:hover .swiper-next-product{
    transform: translateX(7px);
}
.btn-prev{
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: auto;
    height: auto;
    color: #212529;
    font-family: var(--primary-font);
    margin: auto;
    font-size: 13px;
    letter-spacing: 2px;
    z-index: 10;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    display: inline-block;
    cursor: pointer;
    font-weight: 500;
    margin-right: 16px;
}
.btn-prev i{
    position: absolute;
    font-size: 20px;
    top: -5px;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    color: var(--primary-color);
    z-index: -4;
    left: -24px;
}
.heading_qrt_product h1{
    line-height: 25px;
    color: #000;
    font-size: 35px;
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
    padding: 0!important;
    position: relative;
    z-index: 1;
    font-family: var(--primary-font);
}
.product-groups{
    position: relative;
    z-index: 1;
    padding-top: 70px;
    padding-bottom: 100px
}
.product-groups::after{
    right: 76%;
    writing-mode: horizantal-tb;
    top: 53%;
    transform: translate(50%,-50%);
    height: 100%;
    width: 100%;
    text-align: center;
    content: attr(data-name);
    font-size: 74px;
    position: absolute;
    line-height: 100px;
    color: #6d6d6d;
    font-weight: 700;
    z-index: -1;
    opacity: 0.1;
    text-transform: uppercase;
    font-family: var(--primary-font);
}
.owl__carousel__pg .owl__item{
    max-height: 470px;
    height: 100%;
    border: 1px solid #e9e9e9;
    border-radius: 20px;
    cursor: pointer;
    background-color: #fff;
}
.owl__carousel__pg .owl__item .owl__item__ib {
    width: 100%;
    height: 100%;
    max-height: 322px;
    position: relative;
    overflow: hidden;
}
.owl__carousel__pg .owl__item .owl__item__ib a{
    display: grid;
    place-items: center;
}
.owl__carousel__pg .owl__item .owl__item__ib a img{
    width: 100%;
    max-height: 300px;
    height: 100%;
    object-fit: cover;
     border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.owl__carousel__pg .owl__item .owl__item__ib a img:first-child{
    z-index: 1;
}
.hover__img__product{
    position: absolute;
    visibility: hidden;
    opacity: 0 !important;
    transition: all .3s ease-in-out;
    z-index: 100;
    max-width: 322px;
    height: 100%;
    width: 100%;
    left: -100%;
    object-fit: cover;
    
}
.owl__carousel__pg .owl__item:hover .hover__img__product{
    visibility: visible !important;
    opacity: 1 !important;
    position: absolute;
    top: 0;
    left: 0;
    widows: 100%;
    height: 100%;

}
.desc__product{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #114989;
    padding: 15px 20px;
    color: #fff;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    font-family: var(--primary-font);
}
.desc-title h4 a{
    font-family: var(--primary-font);
    font-size: 16px;
    line-height: 19px;
    color: #fff;
}
.desc-title span{
    color: #7e8a9f;
    font-size: 15px;
    font-weight: 400;
    font-family: var(--primary-font);
}
.desc-arrow a{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    background-color: #ffffff;
}
.desc-arrow a i{
    font-size: 20px;
}
@media only screen and (max-width: 50rem){
    .heading_qrt_product{
        flex-direction: column;
    }
    .next_prev_btns{
        margin-bottom: 40px !important;
        margin-top: 10px !important;
    }
}
@media only screen and (max-width: 500px) {
    .owl__item{
        max-width: 300px;
    }
    .owl__carousel__pg{
        padding-left: 1rem;
    }
}
/* ÇEVRE POLİTİKASI */
.cv-box{
    background-image: url(../images/cevre-politikamiz.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 4px;
}
.cv-info{
    padding: 70px 60px;
}
.cv-info h2{
    font-size: 50px;
    font-family: var(--primary-font);
    color: #fff;
    font-weight: 600;
}
.cv-info p{
    font-size: 15px;
    font-family: var(--primary-font);
    line-height: 24px;
    font-weight: 500;
    color: #fff;
}
.cv-qrt{
    background-color: #fff;
    color: #34451B;
    border-radius: 50px;
}
.cv-qrt:hover{
    color: #34451B;
    animation: moveBounceLow 2s linear infinite;
}
@keyframes moveBounceLow {
    100%{
        transform: translateY(-5%) scale(1.03);
    }
    80%{
        transform: translateY(0%) scale(1);
    }
    60%{
        transform: translateY(-5%) scale(1.03);
    }
    40%{
        transform: translateY(0%) scale(1);
    }
    20%{
        transform: translateY(-5%) scale(1.03);
    }
    0%{
        transform: translateY(0%) scale(1);
    }
}
/* HAKKIMIZDA */
.line-img{
    background-image: url(../images/line.png);
    background-position: center;
    background-size: 100%;
}
.about-section{
    padding-top: 120px;
    padding-bottom: 90px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #f5f5f5;
    background-image: url(../images/line.png);
    margin-left: 13px;
    margin-right: 13px;
    background-position: center;
    background-size: 100%;
}
.section-title .title{
    font-weight: 700;
    letter-spacing: 4px;
    font-family: var(--primary-font);
    font-size: 2.5rem;
}
.text-primary{
    color: var(--primary-color) !important;
}
.text-seconday-color{
    color: #78adf0;
}
.about-section:after{
    right: 100px;
    writing-mode: tb-rl;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    text-align: center;
    content: attr(data-name);
    font-size: 100px;
    position: absolute;
    line-height: 100px;
    color: #6d6d6d;
    font-weight: 700;
    z-index: -1;
    opacity: 0.1;
    text-transform: uppercase;
    font-family: var(--primary-font);
}
.dz-separator.style-1{
    height: 12px;
    display: inline-flex;
    width: 92px;
    position: relative;
}
.dz-separator.style-1::after{
    position: absolute;
    content: "";
    width: 92px;
    height: 4px;
    background-color: var(--primary-color);
    margin-top: 12px;
    border-radius: 4px;
}
.dz-media {
    position: relative;
    overflow: unset;
    padding-top: 60px;
    padding-bottom: 60px;
}
.dz-media .img1 {
    padding: 0;
    margin-right: 0;
    z-index: 1;
    position: absolute;
    top: 0;
    left: -10px;
    width: 280px;
    border: 15px solid white;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
}
.number-tcr{
    height: 300px;  
}
.number-tcr .count{
    background: url(../images/since-foto.jpg) no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-position: center right;
    background-repeat: no-repeat;
    font-size: 130px;
    font-weight: bold;
    font-style: normal;
    color: #333;
}
.number-tcr i{
    font-size: 80px;
}
.dz-media .img2 {
    margin-left: 200px;
    margin-top: 20px;
    position: relative;
    z-index: -1;
}
.dz-media .img2:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: 20px;
    top: 30px;
    border: 5px solid #f8f8f8;
    z-index: -1;
}
@media screen and (max-width: 50rem) {
    .dz-media .img2 img{
        max-width: 400px !important;
    }
    .about-bx1 div:first-child{
        padding-left: 0 !important;
    }
    .section-title .title{
        font-size: 1.5rem;
    }
}
.year-exp{
    display: flex;
    align-items: center;
    padding: 15px 30px;
    background-color: #212529;
    max-width: 600px;
}
.year-exp .year {
    font-size: 32px;
    margin: 0 20px 0 0;
    font-family: var(--primary-font);
}
.year-exp .text {
    font-size: 25px;
    margin: 0;
    color: #fff;
    font-weight: 500;
    letter-spacing: 3px;
    font-family: var(--primary-font);
}
.about-title-q{
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    font-family: var(--primary-font);
    color: #212529;
}
@keyframes moveIcon {
    100%{
        transform: translateX(40%) scale(1.1);
    }
    70%{
        transform: translateX(0%);
    }
    30%{
        transform: translateX(40%) scale(1.1);
    }
    0%{
        transform: translateX(0%);
    }
}
@keyframes moveBounce {
    100%{
        transform: translateY(-40%) scale(1.1);
    }
    70%{
        transform: translateY(0%);
    }
    30%{
        transform: translateY(-40%) scale(1.1);
    }
    0%{
        transform: translateY(0%);
    }
}
/*SOSYAL MEDYA İKON FOOTER*/
.m-social-media-box{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: var(--primary-font);
}
.m-social-media-box .qrt-max-width{
    background: #e7e7e7;
    padding: 4.125rem 3.5625rem;
    border-radius: 3px;
    margin-left: 13px;
    margin-right: 13px;
}
.m-social-media-box__title h5 {
    font-size: 1.875rem;
    font-weight: 400;
}
.m-social-media-box__title h4 {
    font-size: 2.25rem;
}
.m-social-media-box__list{
    display: flex;
}
.m-social-media-box__list a {
    color: #35373c;
    font-size: 1.5rem;
    display: flex;
    align-items: flex-end;
    margin-right: 3.875rem;
    transition: all .5s ease;
}
.m-social-media-box__list a:hover{
    transform: translateY(-5px);
}
.m-social-media-box__list a i{
    font-size: 3.2rem;
    margin-bottom: -5px;
}
.m-social-media-box__list a span{
    margin-left: .3125rem;
}
@media screen and (min-width: 990px) and (max-width: 1100px){
    .m-social-media-box .qrt-max-width{
        flex-direction: column;
        align-items: flex-start;
    }
    .m-social-media-box__list{
        flex-direction: column;
        margin-top: 2.5rem;
    }
    .m-social-media-box__list a{
        font-size: 1.1rem;
    }
    .m-social-media-box__list a i{
        font-size: 1.9rem;
    }
}
@media screen and (max-width: 990px){
    .m-social-media-box .qrt-max-width{
        flex-direction: column;
        align-items: flex-start;
    }
    .m-social-media-box__list{
        flex-direction: column;
        margin-top: 2.5rem;
    }
    .m-social-media-box__list a{
        font-size: 1.1rem;
    }
    .m-social-media-box__list a i{
        font-size: 1.9rem;
    }
}
/*FOOTER*/
.ts-wp-qrt{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0 15px 0;
}
.ts-wp-qrt img{
    max-width: 340px;
    width: 100%;
}
.ts-wp-qrt .wp-est{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    background-color: #fff; 
    box-shadow: 5px 5px 20px rgba(0, 0, 0,.2);
    padding: 8px 15px;
    border-radius: 100vmax;
    position: relative;
}
.ts-wp-qrt .wp-est .wp-btn{
    width: 50px;
    height: 50px;
    background-color: #25d366;
    color: #fff;
    display: grid;
    place-items: center;
    border-radius: 50%;
}
.ts-wp-qrt .wp-est .wp-btn i{
    font-size: 25px;
}
.ts-wp-qrt .wp-est span{
    padding-left: 10px;
}
.ts-wp-qrt .wp-est span a{
    font-size: 20px;
    font-family: var(--primary-font);
    font-weight: 600;
    color: #333;
}
.tooltip__base{
    position: absolute;
    bottom: 3em;
    left: 50%;
    margin-left: -75px;
    width: 150px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    transform-origin: 50% 100%; 
    opacity: 0;
    transform: rotate(-35deg);
    transition: .2s linear;
}
.tooltip__shape {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    fill: rgb(235, 47, 91);
}
.ts-wp-qrt .wp-est:hover .tooltip__base{
    opacity: 1 !important;
    transform: rotate(0deg) !important;
}
.ts-wp-qrt .wp-est:hover .tooltip__content{
    opacity: 1 !important;
    transform: translateX(15px) rotate(0deg) !important;
}
.tooltip__content{
    opacity: 0; 
    transform: translateX(-30px) rotate(-10deg);
    fill: #fff;
    color: #fff;
    z-index: 2;
    padding: 1rem;
    border-radius: 1rem;
    width: 100%;
    white-space: normal;
}
.cp-et-qrt{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 30px;
    background-color: #e7e7e7;
    border-radius: 3px;
}
.cp-et-qrt img{
    width: 350px;
}
.cp-et-qrt .back-to-top{
    width: 40px;
    height: 40px;
    border: 3px solid var(--primary-color);
    display: grid;
    place-items: center;
    border-radius: 50%;
    cursor: pointer;
}
.cp-et-qrt .back-to-top i{
    font-size: 24px;
    color: var(--primary-color);
}
.cp-et-qrt .back-to-top:hover{
    animation: moveBounceLow 1.5s linear infinite;
}
.copy-tx{
    font-size: 17px;
    font-family: var(--primary-font);
    font-weight: 500;
}
.copyright{
    color: #000;
    padding-left: 20px;
    margin-top: 10px;
    font-weight: 600;
    font-family: var(--primary-font);
}
.sanatustuCopy{
    padding-left: 20px;
    margin-top: 5px;
}
.sanatustuCopy span{
    padding: 0;
}
.sanatustuSpanF {
    font-size: 24px;
    color: #000;
    font-family: 'NADALL'; }

.sanatustuSpanL {
    font-family: 'Quizma-LightDemo';
    color: #000;
    font-size: 25px;
}
.title-footer-nv{
    background-color: var(--primary-color);
    padding: 25px 0 25px 150px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    position: relative;
    border-radius: 45px 0 0 45px;
}
.title-footer-nv .img-footer{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50px;
    display: grid;
    place-items: center;
    place-content: center;
}
.title-footer-nv .img-footer img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 50%;
    box-shadow: 15px 0 0 0 rgba(237, 240, 247,1);
}
.title-footer-nv h4{
    font-size: 23px;
    font-family: var(--primary-font);
    color: #fff;
}
.footer-nav{
    padding: 20px 0 50px 150px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
}
.footer-nav .footer-col h4{
    font-size: 25px;
    font-family: var(--primary-font);
    font-weight: 600;
    margin-bottom: 20px;
    display: none;
}
.footer-nav .footer-col ul{
    display: block;
}
.footer-nav .footer-col ul li{
    margin-bottom: 5px;
}
.footer-nav .footer-col ul li:last-child{
    margin-bottom: 0;
}
.footer-nav .footer-col ul li a{
    font-size: 17px;
    font-family: var(--secondary-font);
    line-height: 20px;
    color: #000000;
    position: relative;
    transition: .3s linear;
}
.footer-nav .footer-col ul li a::before{
    content: "\ea6c";
    font-family: 'remixicon' !important;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    left: -30px;
    visibility: hidden;
    opacity: 0;
    transition: .3s linear;
}
.footer-nav .footer-col ul li a:hover{
    margin-left: 10px;
}
.footer-nav .footer-col ul li a:hover::before{
    left: -20px;
    visibility: visible;
    opacity: 1;
}
.contact-col{
    display: block;
}
.contact-col li{
    margin-bottom: 20px !important;
}
.contact-col li:last-child{
    margin-bottom: 0 !important;
}
.contact-col li a{
    font-size: 17px;
    font-family: var(--primary-font);
    line-height: 20px;
    color: #4b4b4b;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.contact-col.info-right li a{
    font-size: 15px;
    font-family: var(--secondary-font);
    line-height: 20px;
    color: #4b4b4b;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.contact-col li a i{
    font-size: 24px;
    margin-right: 15px;
}
@media screen and (min-width: 50rem) and (max-width: 1100px) {
    .title-footer-nv{
        display: none;
    }
    .footer-nav{
        padding-left: 20px !important;
        grid-template-columns: 1fr !important;
        gap: 2rem 0;
    }
    .footer-col h4{
        display: block !important;
    }
}
@media screen and (max-width: 50rem) {
    .title-footer-nv{
        display: none;
    }
    .footer-nav{
        padding-left: 20px !important;
        grid-template-columns: 1fr !important;
        gap: 2rem 0;
    }
    .footer-col h4{
        display: block !important;
    }
    .ts-wp-qrt{
        flex-direction: column;
        align-items: flex-start !important;
        justify-content: center !important;
    }
    .ts-wp-qrt img{
        margin-bottom: 15px;
    }
}
/*HAKKIMIZDA ANASAYFA*/
.ihracat-home{
    width: 100%;
    padding: 4rem 0;
}
.ihracat-home .qrt-max-width{
    background-color: #fff;
}
.ihracat-home-container{
    display: grid;
    grid-template-columns: 40% 60%;
}
.cvr-ytb{
    display: flex;
    flex-wrap: wrap;
}
.product-catalog{
    max-width: 100%;
    width: 296px;
    max-height: 445px;
    background: url(../images/katalog-bg.jpg) center center;
    background-size: cover;
    text-align: center;
    padding: 50px 0 20px 0;
    border-radius: 5px;
}
.catalog-smt{
    letter-spacing: 0.23em;
    color: var(--light-blue);
    font-size: 15px;
    text-transform: uppercase;
    font-family: var(--primary-font);
    font-weight: 400;
}
.catalog-bgt{
    font-weight: 600 !important;
    color: #fff;
    font-size: 25px;
    font-family: var(--primary-font);
}
.product-catalog img{
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 1.5rem !important;
    margin-top: 1.5rem !important;
    max-width: 100%;
    height: auto;
}
.product-catalog a{
    display: inline-block;
    font-weight: 500;
    font-family: var(--primary-font);
    color: #212529;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 10px 20px;
    font-size: .900rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color: #fff;
    background-color: #4A5972;
    border-color: #4A5972;
    border-radius: 100vmax !important;
}
.product-catalog a:hover{
    background-color: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
}
.cevre-plt{
    width: 100%;
    max-width: max-content;
    min-height: 444px;
    height: 100%;
    padding: 0 0 0 20px;
    margin: 0 10px;
    cursor: pointer;
}
.youtube_div{
    position: relative;
    background: url(../images/esenticaret-video.jpg) center center;
    background-size: cover;
    text-align: center;
    padding: 50px 0 20px 0;
    border-radius: 5px;
    min-height: 444px;
    width: 327px;
    max-width: 100%;
}
.youtube_div a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 3;
}
.youtube_div .cvr-smt{
    letter-spacing: 0.23em;
    font-family: var(--primary-font);
    color: #fff;
    font-size: 15px;
}
.youtube_div .cvr-bgt{
    font-weight: 600;
    font-size: 25px;
    color: #fff;
    font-family: var(--primary-font);
}
.youtube_div img{
    margin-top: 4.5rem !important;
    max-width: 100%;
    height: auto;
}
.ihracat-tcnt{
    border-radius: 5px;
    max-width: 700px;
    padding: 40px 40px;
    min-height: 475px;
    height: 100%;
    font-family: var(--primary-font);
}
.corporate-home-t{
    letter-spacing: 0.17em;
    color: var(--primary-color);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
.corporate-bgt-home{
    font-weight: 600;
    font-size: 30px;
    color: var(--primary-color);
    line-height: 38px;
}
.ihracat-tcnt p{
        font-size: 18px;
    color: #000000;
    font-weight: 500;
    line-height: 21px;
    margin-top: 15px;
    font-family: var(--secondary-font);
}
.ihracat-tcnt a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    color: #fff;
    font-family: var(--primary-font);
    background-color: var(--primary-color);
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid var(--primary-color);
    padding: 10px 30px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-top: 2rem !important;
    border-radius: 100vmax;
}
.ihracat-tcnt a:hover{
    background-color: #212529;
    border-color: #212529;
}
.ihracat-tcnt a i{
    margin-left: 5px;
    transition: transform .2s;
}
.ihracat-tcnt a:hover .arrow-btn-ih{
    transform: translateX(5px);
}
.ihracat-content-home{
    background-image: url(../images/footer-map.png);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
}
@media only screen and (min-width: 50rem) and (max-width: 75rem){
    .ihracat-content-home{
        display: grid;
        place-items: center;
    }
}
@media (min-width: 49rem) and (max-width: 1400px){
    .ihracat-home-container{
        grid-template-columns: 50% 50%;
        gap: 3rem 0;
    }
    .cvr-ytb{
        justify-content: center;
    }
}
@media (max-width: 50rem){
    .ihracat-content-home{
        display: grid;
        place-items: center;
    }
    .ihracat-home-container{
        grid-template-columns: 1fr !important;
        gap: 3rem 0;
    }
    .cvr-ytb{
        flex-direction: column;
        flex-wrap: unset;
        justify-content: center;
        align-items: center;
    }
    .cevre-plt{
        padding: 0;
        margin: 15px 0 0 0 ;
    }
    .ihracat-tcnt{
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        max-height: unset;
    }
}
/* breadcrumb */
.breadcrumb-bx {
    margin-bottom: 20px;
    padding: 85px 12px 0 12px;
}
.breadcrumb-bx .qrt-max-width{
    background-color: var(--primary-color);
    border-radius: 0 20px 0 20px;
     
    clip-path: polygon(50% 0%, 50% 0%, 50% 100%, 50% 100%);
    -webkit-clip-path: polygon(50% 0%, 50% 0%, 50% 100%, 50% 100%);
    width: 100%;
    transition: all 1s ease;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.polygon-active{
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%) !important;
}
.breadcrumb-content{
    padding: 30px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.breadcrumb-content .breadcrumb-title h1{
    font-size: 40px;
    font-family: var(--primary-font);
    text-transform: capitalize;
    color: #fff;
}

@media (max-width: 412px) {
    .breadcrumb-content .breadcrumb-title h1{
    font-size: 25px;
    font-family: var(--primary-font);
    text-transform: capitalize;
    color: #fff;
    }

    .path-site ul li{
    color: #fff;
    padding-left: 20px;
    cursor: pointer;
    font-size: 13px !important;
    }

    .path-site ul li a{
    color: #fff;
    padding-left: 20px;
    font-size: 13px !important;
     }

    .home-site-sc::after {
    content: "\ea6c";
    position: absolute;
    font-family: 'remixicon' !important;
    color: #fff;
    padding-top: 9px !important;
    }


    .m-social-media-box__list {
    flex-direction: row;
    margin-top: 2.5rem;
    }

    .product_detail_qrt {
    width: 100%;
    display: block !important   ;
    grid-template-columns: 42% 58%;
    gap: 6%;
    }

    .m-social-media-box__list a {
    color: #35373c;
    font-size: 1.5rem;
    display: flex;
    align-items: flex-end;
    margin-right: 0.875rem;
    transition: all .5s ease;
    }

 }

.path-site{
    display: flex;
    align-items: center;
 }
 .path-site ul{
    margin-bottom: 0;
    display: flex;
    align-items: center;
 }
 .path-site ul li{
    color: #fff;
    padding-left: 20px;
    cursor: pointer;
    font-size: 17px;
 }
 .path-site ul li a{
    color: #fff;
    padding-left: 20px;
    font-size: 17px;
 }
 .path-site ul li a i{
    font-size: 25px;
    font-weight: 400;
    padding-right: 5px;
 }
 .home-site-sc{
    position: relative;
 }
 .home-site-sc::after{
    content: "\ea6c";
    position: absolute;
    font-family: 'remixicon' !important;
    color: #fff;
    padding-top: 6px;
 }
 .home-site{
    position: relative;
 }
 .home-site::after{
    content: "\ea6c";
    position: absolute;
    font-family: 'remixicon' !important;
    color: #fff;
 }
 @media screen and (max-width: 50rem) {
     .breadcrumb-bx{
        padding: 85px 0 0 0;
     }
     .path-site ul{
        margin-top: 10px;
     }
     .path-site ul li:first-child{
        padding-left: 0;
     }
     .path-site ul li a:first-child{
        padding-left: 0;
     }
     .breadcrumb-content{
        flex-direction: column;
        align-items: flex-start;
     }
 }
 /* ABOUT */
 .about-box{
    width: 100%;
    height: max-content;
    padding: 50px 0;
 }
 .about-content{
     display: flex;
     flex-direction: column;
 }
 .about-content-grid{
    display: grid;
    grid-template-columns: 21% 65%;
    gap: 0 5%;
 }
 .about-list{
    height: max-content;
    padding-left: 8%;
    padding-right: 8%;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 35px;
    background-color: #f8f8f8e9;
    transition: all .5s ease;
    border-radius: 4px;
}
.about-list ul{
    display: flex;
    flex-direction: column;
}
.about-list ul li{
    cursor: pointer;
    transition: .3s ease;
    padding: 12px 0;
}
.about-list ul li:hover{
    transform: translateX(10px);
}
.about-list ul li a{
    transition: all .3s ease;
    padding-left: 10px;
    font-size: 18px;
    font-family: var(--primary-font);
    font-weight: 100;
    color: #333;
}
.about-list ul li a.active{
    color: red;
}
.img-about{
    width: 100%;
    max-height: 550px;
    height: 100%;
    overflow: hidden;
    margin-bottom: 65px;
}
.img-about img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: .3s ease;
}
.img-about img:hover{
    transform: scale(1.09);
}
.who-we-are{
    margin-bottom: 10px;
}
.who-we-are h2{
    font-size: 24px;
    margin-bottom: 30px;
    font-family: var(--primary-font);
    font-weight: 700;
}
.who-we-are p{
    margin-bottom: 25px;
    line-height: 30px;
    font-family: var(--secondary-font);
    font-weight: 400;
    font-size: 18px;
}
.who-we-are span{
    margin-bottom: 25px;
    line-height: 30px;
    font-family: var(--secondary-font) !important;
    font-weight: 400;
    font-size: 18px;
}
.who-we-are ul li{
    list-style: disc !important;
    margin-bottom: 0;
    font-family: var(--secondary-font);
    font-size: 18px;
}
@media screen and (max-width: 50rem) {
    .about-content-grid{
        grid-template-columns: 1fr !important;
        gap: 3rem 0;
     }
}
/* Ürünler */
.products-groups.box{
    padding: 50px 0 150px 0;
}
.urun-gruplari{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 6rem 3rem;
}
@media screen and (min-width: 50rem) and (max-width: 1368px){
    .urun-gruplari{
        grid-template-columns: repeat(3,1fr) !important;
        place-items: center;
    }
}
@media screen and (max-width: 50rem){
    .urun-gruplari{
        grid-template-columns: 1fr !important;
        place-items: center;
    }
}
.item-product{
    height: 100%;
    max-height: 300px;
    width: 100%;
    max-width: 322px;
    border: 1px solid #e9e9e9;
    border-radius: 20px 20px 0 0;
    cursor: pointer;
    background-color: #fff;
}
.urun-gruplari .owl__item__ib {
    width: 100%;
    max-width: 322px;
    height: 100%;
    max-height: 300px;
    position: relative;
    overflow: hidden;
}
.urun-gruplari .owl__item__ib a{
    display: grid;
    place-items: center;
}
.urun-gruplari .owl__item__ib a img{
    width: 100%;
    max-height: 300px;
    height: 100%;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
}
.urun-gruplari .owl__item__ib a img:first-child{
    z-index: 1;
    transition: all .3s ease-in-out;
    width: 100%;
    max-height: 300px;
    min-height: 300px;
    height: 100%;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
}
.urun-gruplari .owl__item__ib:hover .first_img_hover{
    transform: translateX(100%) !important;
    transition: .3s linear;
}
.item-product .owl__item__ib a .hover__img__product{
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease-in-out;
    z-index: 100;
    max-width: 322px;
    height: 100%;
    width: 100%;
    left: -100%;
    object-fit: cover;
}
.item-product:hover .hover-product{
    visibility: visible !important;
    opacity: 1 !important;
    position: absolute;
    top: 0;
    left: 0 !important;
}
.item-product:hover .first-img{
    left: 100%;
    top: 0;
    transition: all .3s ease-in-out;
}
/* ÜRÜN DETAY */
.product_detail_container{
    width: 100%;
    height: max-content;
    padding: 60px 0;
}
.product_detail_qrt{
    width: 100%;
    display: grid;
    grid-template-columns: 42% 58%;
    gap: 6%;
}
.product_olw{
    width: 100%;
}
.owl-item-big{
    width: 100%;
    max-width: 100%;
    position: relative;
    background: #fff;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 5%);
    margin-bottom: 25px;
}


.owl-item-big .owl-item{
    width: 100%;
    max-width: 750px;
}
.owl-item-big li{
    width: 100%;
    max-height: 500px;
}
.owl-item-big li a{
    width: 100%;
}
.owl-item-big li a img{
   max-width: 100%;
   width: 100%;
   object-fit: cover;
}
.product_qrt_ds{
    width: 100%;
   
    max-width: 609px;
    text-align: justify;
}
.product_qrt_ds h1{
    font-family: var(--primary-font);
    font-size: 35px;
    font-weight: 700;
    line-height: 50px;
    color: #000;
    margin-bottom: 20px;
}
.product_qrt_ds p{
    font-size: 17px;
    color: #333;
    line-height: 25px;
    font-weight: 400;
    font-family: var(--secondary-font);
}
@media screen and (min-width: 75rem) {
    .owl-item-sm li img{
        width: 100%;
        max-width: 230px;
        height: 100%;
        max-height: 150px;
        object-fit: cover;
    }

    .owl-item-big .owl-item{
        width: 100%;
        max-width: 600px;
    }
}
@media screen and (max-width: 50rem) {
    .product_detail_qrt{
        grid-template-columns: 1fr !important;
        gap: 2rem 0;
    }
    .owl-item-sm li{
        width: 100%;
        max-width: 250px;
        min-width: 250px;
    }
    .owl-item-big li{
        width: 100%;
        max-width: 400px;
        min-width: 400px
    }
}

.product-info-tabs{
    padding: 0rem 0 3rem 0.1rem;
}
.product-info-tabs .tab-btns{
    position: relative;
    display: block;
}

.product-info-tabs .tab-btns li{
    position: relative;
    float: left;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    color: rgba(0,0,0,.4);
    text-transform: uppercase;
    padding: 14.5px 15px;
    min-width: 260px;
    transition: all 500ms ease;
    cursor: pointer;
    max-width: 200px;
    border-bottom: 4px solid rgba(51,51,51,.2);
    margin-right: 8px;
    max-height: 85px;
    height: 100%;
    display: flex;
    justify-content: center;
    font-family: var(--primary-font);
}

  .tabs-content .tab{
    display: none;
  }
  
.product-info-tabs .tab-btns li:last-child{
    margin-right: 0px;
  }
  
  .tab .inner-box{
    display: block;
  }
.product-info-tabs .tabs-content .inner-box .top-content{
    position: relative;
    display: block;
    max-width: 1000px;
    width: 100%;
    padding-top: 34px;
    padding-bottom: 50px;
    font-family: var(--secondary-font);
    font-size: 17px;
  }

.product-info-tabs .tabs-content .inner-box .top-content p{
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 25px;
    color: #6e6b6b;
    margin: 0px;
  }
  
.product-info-tabs{
    position: relative;
    display: block;
    margin-bottom: 25px;
}

.product-info-tabs .tab-btns li.active-btn{
  border-bottom: 4px solid crimson;
  color: #000;
}
.product-info-tabs .tab-btns li.active-btn i{
    color: crimson;
    transform: rotate(90deg);
    position: relative;
    top: -11px;
    left: -24px;
    opacity: 1 !important;
}
.product-info-tabs .tab-btns .tab-btn i{
    transition: all .3s ease;
    font-weight: 700;
    font-size: 30px;
    position: relative;
    top: -11px;
    left: 4px;
    color: #363636;
    opacity: .3;
    transform: rotate(-90deg);
}
.active-tab {
    position: relative;
    visibility: visible;
    opacity: 1;
    z-index: 5;
    display: block !important;
}
/*CONTACT*/
.contact-box{
    width: 100%;
    height: max-content;
}
.contact-box .container{
    padding-left: 0;
    padding-right: 0;
}
.contact-content{
    width: 100%;
    height: 100%;
    padding: 60px 0 0 0;
}
.contact-widget-container{
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-box-shadow .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.services-v1{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    overflow: hidden;
    margin-bottom: 30px;
}
.service-v1{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 380px;
    position: relative;
    min-width: 330px;
}
.service-v1:hover .ring-hover{
    animation: ring 3s ease infinite;
}
.service-v1::before{
    position: absolute;
    content: "";
    width: calc(100% + 100px);
    height: 3px;
    background: #f2f4f8;
    opacity: .9;
    left: 0;
    top: 45px;
    z-index: -1;
}
.servicev1-icon{
    background-color: #eceef0;
    border: 4px solid #fdfdfe;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    box-shadow: 0 6px 20px rgba(42,57,70,.08);
    position: relative;
    z-index: 10;
    cursor: pointer;
}
.servicev1-icon a img{
    display: block;
    height: 45px;
    width: auto;
}
.servicev1__label{
    margin-top: 20px;
    width: 100%;
    text-align: center;   
    font-family: var(--secondary-font);
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-style: normal;
    text-decoration: none;
}
.servicev1__label a{
    color: #374b5c;
}
.servicev1__text{
    margin-top: 13px;
    width: 100%;
    text-align: center;
    color: #4c8a99;
    font-family: var(--secondary-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    display: grid;
    place-content: center;
}
@media screen and (max-width: 480px){
    .service-v1{
        max-width: max-content !important;
    }
}
.servicev1__text p{
    width: 100%;
    max-width: 250px;
}
.contact-form-v1{
    background-color: #fdfdfe;
    box-shadow: 0 6px 20px rgba(42,57,70,.08);
    padding: 60px;
    padding-bottom: 30px;
    margin-left: 13px;
}
.contact-form-v1 .title-contact{
    font-family: var(--primary-font);
    font-size: 25px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 30px;
    color: #374b5c;
    text-align: center;
}
.contact_form_fields{
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(2,minmax(0,1fr));
}
.fields-box-v1{
    grid-area: span 1/span 2;
}
.field-box{
    height: 60px;
    background-color: #fdfdfe;
    border: 1px solid #d5e3ee;
    border-radius: 5px;
    display: flex;
    align-items: center;
    cursor: text;
    position: relative;
    overflow: hidden;
}
.icon-v1{
    background-color: #f2f4f8;
    margin-right: 15px;
    position: absolute;
    left: 15px;
    padding: 5px 5px;
}
.icon-v1 img{
    width: 25px;
    object-fit: contain;
}
.icon-v2{
    background-color: #f2f4f8;
    margin-right: 15px;
    position: absolute;
    left: 15px;
    padding: 7px;
}
.icon-v2 img{
    width: 20px;
    object-fit: contain;
}
.field-box input{
    padding: 15px;
    padding-left: 60px;
    color: var(--primary-color);
    border: none;
    border-radius: 0;
    background-color: #fdfdfe;
    flex: 1 !important;
    cursor: text !important;
    margin-bottom: 0 !important;
    float: unset !important;
    width: 100%;
    font-family: var(--secondary-font);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
}
.fields-box-v3{
    margin-top: 0;
    grid-area: span 1/span 2;
}
.fields-box-v3 .field-box{
    height: auto;
}
.field-box textarea{
    padding: 20px 30px;
    color: var(--primary-color);
    border: none;
    border-radius: 0;
    background-color: #fdfdfe;
    flex: 1 !important;
    cursor: text !important;
    margin-bottom: 0 !important;
    float: unset !important;
    width: 100%;
    font-family: var(--secondary-font);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    height: 180px;
    resize: none;
}
.fileds-box-button{
    display: flex;
    justify-content: center;
    margin: 10px 0;
    align-items: center;
    grid-area: span 1/span 2;
}
.fileds-box-button button{
    background-color: #e35131;
    color: #fff;
    border-radius: 100vmax;
    position: relative;
    overflow: hidden;
    display: inline-flex;
    flex-wrap: nowrap;
    height: 50px;
    padding: 0 50px 0 50px;
    justify-content: center;
    align-items: center;
    transition: .3s cubic-bezier(0.4, 0, 0.2, 1);
    font-family: var(--secondary-font);
    font-weight: bold;
    text-transform: capitalize;
}
.fileds-box-button button::before{
    transform: translateX(-220%) translateY(-50px) rotate(20deg);
    opacity: 0;
    content: "";
    height: 120px;
    width: 120px;
    background-color: #fdfdfe;
    position: absolute;
    right: -55px;
    top: -10px;
    transition: .3s ease-in-out;
}
.fileds-box-button button::after{
    content: "";
    height: 120px;
    width: 120px;
    background-color: #fdfdfe;
    opacity: .15;
    position: absolute;
    right: -55px;
    top: -10px;
    transform: rotate(20deg);
    transition: .3s ease-in-out;
}
.fileds-box-button button:hover::before {
    transform: translateX(0) translateY(0) rotate(20deg);
    opacity: .15;
}
.fileds-box-button button:hover::after{
    transform: translateX(220%) translateY(-50px) rotate(20deg);
    opacity: 0;
}
.fileds-box-button button span{
    padding-right: 20px;
}
.ff_contact{
    padding: 50px 0 0 0;
    display: grid;
    grid-template-columns: 40% 55%;
    gap: 0 5%;
}
.frame-contact{
    width: 98.2%;
}
.frame-contact iframe{
    width: 100%;
}
@keyframes ring{
    0% {
        -webkit-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    2% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    4% {
        -webkit-transform: rotate(-18deg);
        -ms-transform: rotate(-18deg);
        transform: rotate(-18deg);
    }
    6% {
        -webkit-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
        transform: rotate(18deg);
    }
    8% {
        -webkit-transform: rotate(-22deg);
        -ms-transform: rotate(-22deg);
        transform: rotate(-22deg);
    }
    10% {
        -webkit-transform: rotate(22deg);
        -ms-transform: rotate(22deg);
        transform: rotate(22deg);
    }
    12% {
        -webkit-transform: rotate(-18deg);
        -ms-transform: rotate(-18deg);
        transform: rotate(-18deg);
    }
    14% {
        -webkit-transform: rotate(18deg);
        -ms-transform: rotate(18deg);
        transform: rotate(18deg);
    }
    16% {
        -webkit-transform: rotate(-12deg);
        -ms-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }
    18% {
        -webkit-transform: rotate(12deg);
        -ms-transform: rotate(12deg);
        transform: rotate(12deg);
    }
    20% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@media screen and (min-width: 50rem) and (max-width: 75rem) {
    .contact-content {
        grid-template-columns: 1fr !important;
        place-items: center;
    }
    .ff_contact{
        grid-template-columns: 1fr !important;
    }
}
@media screen and (max-width: 50rem){
    .contact-content {
        grid-template-columns: 1fr !important;
        place-items: center;
    }
    .ff_contact{
        grid-template-columns: 1fr !important;
    }
}
/*SUCCESS FORM*/
.success-form{
    display: none;
    padding: 13px 20px;
    font-size: 18px;
    color: #fff;
    background-color: #00bb46;
    align-items: center;
    font-family: var(--secondary-font);
    border-radius: 12px;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    visibility: hidden;
    opacity: 0;
    font-weight: 500;
    letter-spacing: .7;
    transition: all .5s ease-in-out;
    margin-top: 20px;
    grid-area: span 1/2 span;
}
.success-form.active{
    visibility: visible;
    opacity: 1;
    display: flex;
}
.success-form .check{
    font-size: 20px;
    color: #00bb46;
    display: grid;
    place-items: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #fff;
    margin-right: 15px;
}
    .sektorler ul li {
    float: left;
    padding: 25px;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 6%);
    margin: 22px;
    }

    .sektorler ul li img {
         width: 83px;
    background: white;
    height: 83px;
    }

    .sektorbaslik {
    border-top: 1px solid gray;
    padding-top: 13px;
    text-align: center;
}

.urunkatalog img {
    width: 400px;
}
/*Videolar*/
.videos-content{
    padding: 60px 0;
    width: 100%;
    height: max-content;
}
.videos-grid{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 30px;
}
.videos-grid .box-video{
    width: 100%;
    max-width: 300px;
    height: 100%;
    max-height: 300px;
    min-height: 300px;
    box-shadow: 0 0 20px rgba(0,0,0,.15);
    margin-right: 20px;
    cursor: pointer;
    margin-bottom: 2rem;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}
.videos-grid .box-video .img-content{
    width: 100%;
    height: 100%;
    max-height: 300px;
    min-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.videos-grid .box-video .img-content img{
    object-fit: cover;
    width: 100%;
    max-height: 300px;
    /* min-height: 350px; */
    height: 100%;
    border-radius: 8px;
}
.videos-grid .box-video .img-content::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom right, rgb(0 0 0), rgb(0 0 0));
    opacity: .5;
}
.videos-grid .box-video h2{
    font-size: 22px;
    top: 0;
    padding: 14px 20px;
    transform: translate3d(0,0,0);
    opacity: .44;
    position: absolute;
    z-index: 10;
    font-family: var(--secondary-font);
    text-transform: uppercase;
    transition: .5s ease-in;
}
.videos-grid .box-video h2 a{
    color: #fff;
}
.videos-grid .box-video:hover .title-video{
    opacity: 1;
}
.box-video .hover-title-btn{
    background-color: #fff;
    max-width: max-content;
    padding: 11px 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0.6rem;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 10px;
   
    transition: .5s linear;
}
.box-video:hover .hover-title-btn{
    animation: horizontal-shaking 1s alternate infinite;
}
@keyframes horizontal-shaking {
    0% { transform: rotate(0) translate(-50%,-50%) }
    25% { transform: rotate(2deg) translate(-50%,-50%) }
    50% { transform: rotate(-2deg) translate(-50%,-50%) }
    75% { transform: rotate(2deg) translate(-50%,-50%)}
    100% { transform: rotate(0) translate(-50%,-50%)}
   }
.box-video .hover-title-btn h4{
        display: inline-block;
    font-size: 17px;
    font-weight: 700;
    width: 202px;
    font-family: 'SulphurPoint-Bold';
    color: #333;
    line-height: 18px;
    text-transform: none;
    margin-bottom: 0px;
}
.box-video .hover-title-btn i{
    font-size: 40px;
    position: absolute;
    left: -15px;
    color: red;
}
.box-video:hover .play-btn{
    opacity: 0;
}
/*ÜRÜNLER ALT KATEGORİ*/
.submenu-products{
    width: 1000px;
    position: absolute;
    background: #fff;
    transform: translateX(-50%) translateY(2rem);
    left: 50%;
    padding: 20px;
    transition: 0.5s;
    display: flex;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    text-align: center;
    padding-top: 60px;
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
    border-radius: 0 0 20px 20px;
    z-index: -100 !important;
    justify-content: center;
}
.submenu-products ul{
    display: flex;
    min-width: 200px;
    max-width: 250px;
    width: 100%;
    flex-direction: column;
    margin-right: 30px;
    align-items: flex-start;
}
.submenu-products ul:last-child{
    margin-right: 0;
}
.submenu-products ul li{
    margin: 0;
    position: relative;
    cursor: pointer;
    width: 100%;
    max-width: 300px;
    margin-bottom: 20px;
    cursor: pointer;
}
.submenu-products ul li a{
    padding: 0;
    border: 0px;
    text-transform: none;
    font-size: 14px;
    color: #4f4f4e;
    transition: 0.2s;
    position: relative;
}
.submenu-products ul li a .img-sub{
    float: left;
    position: relative;
    margin-right: 13px;
}

.submenu-products ul li a .img-sub img{
    width: 35px;
    height: 35px;
    object-fit: contain;
    object-position: right center;
    display: inline-block;
    transition: 0.4s;
}
.submenu-products ul li a .text-sub{
    font-size: 17px;
    color: #333;
    display: block;
    text-align: left;
    line-height: 21px;
    font-family: var(--secondary-font);
    font-weight: 500;
    text-transform: capitalize;
    padding-top: 8.5px;
}
.submenu-products ul li:hover .img-sub img{
    transform: translateX(-10px) !important;
}
.submenu-products ul li a .text-sub span{
    font-size: 14px;
    color: #b8b8b8;
    display: block;
    text-transform: capitalize;
}
.submenu-products.active{
    transform: translateX(-50%) !important;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.hover-sub{
    height: max-content !important;
}
.product-down{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.down-icon{
    margin-left: 6px;
}
.down-icon i{
    font-size: 27px;
}
@media screen and (min-width: 1200px) {
    .hover-sub:hover .submenu-products{
        transform: translateX(-50%) translateY(1.1rem) !important;
        opacity: 1;
        visibility: visible;
        pointer-events: all;
    }
    .header.active .down-icon i{
        color: #fff;
        transition: all .3s ease-in-out;
    }
    .menu-drop{
        display: none !important;
    }
}
@media screen and (max-width: 50rem) {
    .submenu-products{
        display: none;
        visibility: hidden;
    }
    .menu-drop{
        padding: 0 10px;
        display: none;
        visibility: hidden;
        opacity: 0;
    }
    .menu-drop li a .text-sub {
        font-size: 17px;
        color: #333;
        display: block;
        text-align: left;
        line-height: 21px;
        font-family: var(--secondary-font);
        font-weight: 500;
        text-transform: capitalize;
        padding-top: 8.5px;
    }
    .menu-drop li a .img-sub {
        float: left;
        position: relative;
        margin-right: 13px;
    }
    .menu-drop li a .img-sub img {
        width: 35px;
        height: 35px;
        object-fit: contain;
        object-position: right center;
        display: inline-block;
        transition: 0.4s;
    }
    .menu-drop li {
        margin: 0;
        position: relative;
        cursor: pointer;
        width: 100%;
        max-width: 300px;
        margin-bottom: 20px;
        cursor: pointer;
    }
    .nav nav .nav__list .nav__item{
        width: 100%;
    }
    .nav__list{
        overflow: scroll !important;
    }
}
.menu-drop.active{
    display: block;
    visibility: visible;
    opacity: 1;
}
/*Arama*/
.search-box{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 10000 !important;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background: rgba(32, 77, 133,.9);
    visibility: hidden;
    opacity: 0;
    transform: scale(0);
    transition: all .5s ease-in-out;
}
.search-box i{
    position: absolute;
    font-size: 50px;
    color: #fff;
    right: 5rem;
    top: 2rem;
    cursor: pointer;
    transition: all 1s ease;
}
.search-box i:hover{
    transform: rotate(360deg) scale(.5);
}
.search-box input{
    background-color: transparent;
    outline: none;
    border: none;
    margin-left: 100px;
    padding: 20px 400px 20px 0;
    font-size: 30px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 400;
    color: #fff;
    transition: all .4s linear;
}
.search-box input::placeholder{
    font-size: 35px;
    color: #fff;
    text-transform: none;
    width: max-content;
}
.search-box input::selection{
    background-color: #fff;
    color: var(--primary-color);
}
.search-box input:checked,
.search-box input:focus{
    border-bottom: 1px solid #fff;
}
.search-box.active{
    transform: scale(1);
    visibility: visible !important;
    opacity: 1 !important;
}
/*KURUMSAL ALT MENÜ*/
.small-sub-menu{
    position: absolute;
    margin-top: 22px;
    background-color: #fff;
    box-shadow: 0 0 25px rgba(0,0,0,.1);
    max-width: 300px;
    margin-left: -1%;
    border-radius: 0 0 7px 7px;
    visibility: hidden;
    opacity: 0;
    transition: .4s ease-in-out;
}
.small-sub-menu li{
    padding: 20px 30px 15px 40px;
    transition: .3s ease-in-out;
}
.small-sub-menu li:hover{
    transform: translateY(-2px);
}
.small-sub-menu li a{
    color: #333;
    font-family: var(--secondary-font);
    font-size: 17px;
    font-weight: 600;
    transition: .3s ease-in-out;
}
.small-sub-menu li:hover + a{
    color: var(--primary-color);
}
.ss-hover:hover .small-sub-menu{
    visibility: visible;
    opacity: 1;
    margin-top: 32px;
}
/*SEARCH*/
@media screen and (max-width: 50rem) {
    .o-search{
        display: none !important;
    }
    .class-more{
        display: none;
    }
}
.ucnokta {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.search-title h1{
    font-weight: 700;
    font-size: 32px;
    line-height: 30px;
    padding: 60px 0 20px 0;
}
.search-data{
    width: 100%;
    max-height: 250px;
    height: 100%;
    padding: 2rem 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    overflow: hidden;
    align-items: center;
}
.img-search{
    width: 270px;
    margin-right: 30px;
    overflow: hidden;
}
.img-search a{
    width: 100%;
    height: 100%;
}
.img-search .figure-img-search{
    width: 100%;
    object-fit: cover;
    transition: all .2s;
    max-width: 260px;
    height: 200px;
}
.img-search:hover .figure-img-search{
    transform: scale(1.1);
}
.search-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(100% - 270px);
    min-height: 200px;
    height: 100%;
    overflow: hidden;
}
.search-text h4{
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 1.4em;
}
.search-text h4 a{
    color: #000;
}
.search-text .data-experct{
    font-size: 16px;
    line-height: 24px;
    color: #000;
    letter-spacing: .7px;
    font-weight: 500;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    height: 30px;
    white-space: nowrap;
}
.search-text aside{
    line-height: 1;
    margin-bottom: 12px;
}
.search-text aside a{
    display: inline-flex;
    align-items: center;
    color: #5a5d61;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 13px;
    position: relative;
}
.search-text aside a::before{
    content: '';
    display: inline-flex;
    width: 6px;
    height: 6px;
    border: 1px solid #1b1c1d;
    background: transparent;
    margin-right: 9px;
    border-radius: 50%;
}
.arama-container-fluid{
    padding: 0 0 40px 0;
}

.kalite-politikasi-list li{
    list-style: circle;
}
/*ANİMASYONLAR İPTAL*/
@media (prefers-reduced-motion: reduce){
    *{
        animation: none !important;
        transition: none !important;
    }
}
.owl-item-big .owl-nav .owl-prev{
    position: absolute;
    top: 45%;
    left: 1%;
    transform: translateY(-45%);
    scale: 0;
    transition: all .3 ease-in-out;
}
.owl-item-big .owl-nav .owl-next{
    position: absolute;
    top: 45%;
    right: 1%;
    transform: translateY(-45%);
    scale: 0;
    transition: all .3 ease-in-out;
}
.owl-prev span,.owl-next span{
    font-size: 90px;
    color: #fff;
}
.owl-item-big:hover .owl-nav .owl-next,
.owl-item-big:hover .owl-nav .owl-prev{
    scale: 1;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent !important;
    color: #FFF;
    text-decoration: none;
}
.owl-item-big .size-width{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%);
    z-index: 100;
    font-size: 30px;
    color: #114989;
    scale: 0;
    transition: all .2s ease-in-out;
    cursor: pointer;
}
.size-color{
    z-index: 1000;
}
.owl-item-big:hover .size-width{
    scale: 1;
}
.owl-item-big:hover{
    opacity: .6;
}