:root{
    --color1:#17468F;
    --color2:#C52033;
    --color3:#231F20;
    --color4:white;
    --color5:#FEFEFE;
    --color6:#f8f8f8;
    --bs-nav-tabs-border-color:none !important;
    --bs-table-bg:transparent !important;  
    --bs-border-color:transparent !important;
}
*{
    box-sizing: border-box;
    outline: none !important;
    font-family: 'Poppins', sans-serif;
    --bs-modal-width:1200px;
    --bs-btn-close-color:#17468F;
    --bs-table-bg:transparent !important;
    --bs-accordion-bg:transparent !important;
}
.maxWidth-2{
	    max-width: 1440px;
}
body{
    background-color: ghostwhite!important;
}
.wpml-ls-statics-footer,.wpml-ls, .wpml-ls-legacy-list-horizontal, .otgs-development-site-front-end{
    display: none!important;
}
.modal{
    top: 250px !important;
}
.btn{
    outline: none !important;
    border: none !important;
}
.btn:active{
    outline:none !important;
    border:none !important;
}
.modal-backdrop{
    background-color:#000000 !important;
}
.modal-backdrop.show{
    opacity: .7 !important;
}
.maxWidth{
	max-width:1320px;
}
::marker{
    color:var(--color1);
}
::-webkit-scrollbar {
    width: 10px; 
}
::-webkit-scrollbar-track {
    background: #ccc;
}
::-webkit-scrollbar-thumb {
    background:#5a5a5a;
    border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
    background:#5a5a5a;
    border-radius: 50px;
}
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}
#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background:var(--color1);
    z-index: 999;
    transform: translateX(0);
}
#loader-wrapper .loader-section.section-left {
    left: 0;
}
#loader-wrapper .loader-section.section-right {
    right: 0;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color:white;
    animation: spin 2s linear infinite;
    z-index: 1001;
}
#loader:before {
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    animation: spin 3s linear infinite;
}
#loader:before, #loader:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color:white;
}
#loader:after {
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.loaded #loader-wrapper {
    visibility: hidden;
    transform: translateY(-100%);
    transition: all 0.3s 1s ease-out;
}
.loaded #loader-wrapper .loader-section.section-left {
    transform: translateX(-100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.loaded #loader-wrapper .loader-section.section-right {
    transform: translateX(100%);
}
.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.scrollup {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 30px;
    right: 20px;
    display: none;
    background-color:var(--color2);
    border-radius: 30px;
    z-index: 9999;
    border: 1px solid transparent;
    transform: scale2(.7);
        animation: scale2 infinite 3s;
        z-index: 222;
    } 
    @keyframes scale2 {
        0% {
            transform: scale(1);
        }
        50% {
            transform: scale(1.2);
        }
        100% {
            transform: scale(1);
        }
} 
.scrollup > i {
    color:white !important;
    font-size: 20px;
    padding-top: .3rem;
}
.mobil-menu{
    padding-bottom: 1rem;
    background-color: var(--color1);
    padding-bottom: 1rem;
    padding-top: 1rem;
}
.mobil-hamburger-menu-btn{
    position: absolute;
    right: 10px;
    top: 20px;
    font-size: 30px;
    > i{
        color:white !important;
    }
}
.web-site-logo{
    padding-top: 1rem;
    padding-bottom: .5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: anchor-center;
/*    margin-left: -6rem; */
}
.web-site-logo img{
    width:225px;
}
.mobil-web-site-logo > a > img{
    filter: brightness(0) invert(1);
    width: 200px;
}
.mobile-sticky{
    width: 100%; 
    position: fixed;
    z-index: 741;
    background-color:var(--color1);
    top: 0px !important;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    animation: slideDown 0.35s ease-out;
}
.offcanvas{
    z-index:789;
    background-color:var(--color1) !important;
}
.btnClose{
    background-color: transparent !important;
    padding: 2rem;
    border: none !important;
    font-size: 30px;
    margin-left: 19rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
    >i {
        color: white !important;
        font-size: 30px;
    }
}
.offcanvas-header{
   padding:0rem !important;
}
.offcanvas-body {
    scrollbar-color:#f0f0f0  #f0f0f0;
    scrollbar-width: thin;
    padding-top: 10rem !important;
}
.offcanvas-body::-webkit-scrollbar {
    width: 8px;
}
.offcanvas-body::-webkit-scrollbar-thumb {
    background-color: var(--color2); 
    border-radius: 10px; 
}
.offcanvas-body::-webkit-scrollbar-track {
    background-color: #f0f0f0; 
}
#accordion {
    width: 100%;
    max-width: 360px;
    background: transparent;
    border-radius: 4px;
    list-style-type: none;
    margin-left: -4.7rem;
    > li {
        padding-bottom: .5rem;
    }
}
.accordion-submenu{
    display: none;
    margin-left: .5rem;
    margin-top: 1rem;
    list-style-type: none;
    >li{
        padding-bottom: 1rem;
    }
    > li > a{
    font-size: 14px;
    color: white !important;
    padding: 7px 15px;
    padding-left: 10px;
    text-decoration: none;
    }
}
.accordion .link {
   cursor: pointer;
   display: block;
   padding: 0px 15px 15px 42px;
   color: white!important;
   font-size: 1rem;
   font-weight: 700;
   position: relative;
   transition: all 0.4s ease;
   text-decoration: none;
   text-transform: uppercase;
}
.accordion li:last-child .link {
   border-bottom: 0;
}
.accordion li i {
   position: absolute;
   top: 16px;
   left: 12px;
   font-size: 18px;
   color: var(--color1);
   transition: all 0.4s ease;
}
.accordion li i.fa-chevron-down {
    right: -70px;
    left: auto;
    font-size: 18px;
    top: -17px;
    background-color: white !important;
    color:var(--color1);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    padding: .7rem;
}
.accordion li.open .link {
   color: white;
}
.accordion li.open i {
    color: var(--color2);
}
.accordion li.open i.fa-chevron-down {
   transform: rotate(180deg);
}
.mobil-language-menu{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    list-style-type: none;
    margin-left: -2rem;
    margin-top: 0rem;
    > li {
        padding-right: .7rem;
        > a{
            color: white;
            font-size: 1rem;
            text-decoration: none;
            font-weight: 600;
        }
    }
}
.site-navigation{
    padding-top: .7rem;
    padding-bottom: .7rem;
    background-color: white;
}
.sticky{
    width: 100%; 
    position: fixed;
    z-index: 741;
    top: 0px !important;
    animation: slideDown 0.35s ease-out;
    background-color: var(--color4);
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}
/*
.site-navigation-right{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    list-style-type: none;
    margin-left: 1rem;
    > li {
        padding-left: 1rem;
        margin-top: 2rem;
        > a{
            color: var(--color3);
            font-size: 16px;
            font-weight: 500;
            text-decoration: none;
            text-transform: capitalize;
            padding-bottom: 50px;
            transition: .3s ease-in;
            &:hover{
                color: var(--color1);
            }
            
        }
    }
}
.site-navigation-left{
    display: flex;
    flex-direction: row;
    justify-content: flex-start !important;
    list-style: none;
}
.site-navigation-left{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    list-style-type: none;
    > li {
        padding-left: 1rem;
        margin-top: 2rem;
        > a{
            color: var(--color3);
            font-size: 16px;
            font-weight: 500;
            text-decoration: none;
            text-transform: capitalize;
            padding-bottom: 50px;
            transition: .3s ease-in;
            &:hover{
                color: var(--color1);
            }
          
        }
    }  
}*/

.site-navigation-right{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    list-style-type: none;
    margin-left: 1rem;
    > li {
        padding-left: 1rem;
        margin-top: 2rem;
        > a{
            color: var(--color3);
            font-size: 18px;
            font-weight: 500;
            text-decoration: none;
            text-transform: capitalize;
            padding-bottom: 50px;
            transition: .3s ease-in;
            &:hover{
                color: var(--color1);
            }
            &::after{
                content: "";
                display: block;
                height: 3px;
                background:var(--color1);
                width: 0;
                transition: width 1s;
                position: relative;
                bottom: -5px;
            }
            &:hover::after{
                width: 50%;
            }
        }
    }
}

.site-navigation-left{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    list-style-type: none;
	margin-right: -3rem;
    > li {
        padding-left: 1rem;
        margin-top: 2rem;
        > a{
            color: var(--color3);
            font-size: 16px;
            font-weight: 500;
            text-decoration: none;
            text-transform: capitalize;
            padding-bottom: 50px;
            transition: .3s ease-in;
            &:hover{
                color: var(--color1);
            }
            &::after{
                content: "";
                display: block;
                height: 3px;
                background:var(--color1);
                width: 0;
                transition: width 1s;
                position: relative;
                bottom: -5px;
            }
            &:hover::after{
                width: 50%;
            }
        }
    }  
}

.search{
    border: none !important;
}
.search-box > button {
    margin-top: -.3rem;
    > i{
        font-size: 14px;
    }
}
.language-menu{
    margin-top: 0rem;
    margin-left: -.4rem;
    padding-bottom: 1rem;
}
.site-navigation-right > li:hover  > .sub-menu{
    display: block;
}
.site-navigation-left > li:hover  > .sub-menu{
    display: block;
}
.site-navigation-right > li:nth-child(1) > .sub-menu{
    margin-left: -2rem;
}
.sub-menu{
    display: none;
    position: absolute;
    margin-top: 2rem;
    z-index: 333;
    min-width: 300px;
    background-color:#17458ff8;
    animation: downOut 300ms ease-in-out forwards;
    list-style-type: none;
    padding-left: 0rem;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}
.sub-menu > li{
    padding-top: .7rem;
    padding-bottom: .7rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-left: 4px solid var(--color2); 
}
.sub-menu > li:hover{
    background-color: var(--color4);
    color:white;
    >a {
        background-color: var(--color4);
        color: var(--color1); 
    }
}
.sub-menu > li > a{
    color:white;
    text-decoration: none;
    font-size: 16px;
    padding-bottom: .5rem;
}
.language-menu > i {
    font-size: 14px;
    padding-top: -.2rem;
}
.language-menu:hover > .language-sub-menu{
    display: block;
}
.language-sub-menu{
    display: none;
    position: absolute;
    z-index: 333;
    min-width: 150px;
    background-color:#17458fec;
    animation: downOut 300ms ease-in-out forwards;
    list-style-type: none;
    padding-left: 0rem;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    margin-left: -4rem;
    margin-top: 1rem;
    > li {
    padding-top: .7rem;
    padding-bottom: .7rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-left: 4px solid var(--color2); 
    > a {
        color:white;
        text-decoration: none;
        font-size: 16px;
        padding-bottom: .5rem;
    }
    }
}
.language-sub-menu > li:hover{
    background-color: var(--color4);
    color:white;
    >a {
        background-color: var(--color4);
        color: var(--color1); 
    }
}
.modal-content{
    background-color: #25272d !important;
    padding: 1rem;
    height: 250px;
}
.modal-title{
    color: white;
    font-size: 18px !important;
    padding-top: 1rem;
    font-weight: 400;
}
.search{
    background-color:#2d3037  !important;
    padding: 1.2rem !important;
    color: white !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    border: none !important;
}
.search::placeholder{
    color: white !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}
.search:focus{
    box-shadow: none !important;
    border: none !important;
    color: white !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}
.search-content{
    position: relative;
    margin-top: 1rem;
}
.search-icon {
    position: absolute;
    top: 20px;
    right:20px;
}
.search-icon > i {
    color: white !important;
}
.btnClose{
    position: absolute;
    right: 0px;
    top: 10px;
}
#btnClose{
    right:10px;
    top: -20px;
}
/** HEADER END***/
/**CONTENT START**/
.slider{
    margin-right:0rem;
    margin-left: 0rem;
}

#owl-slider > .owl-dots{
    display: none;
}
.slider-img{
    position: relative;
    &::before{
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        /*background: rgb(197,32,51);
        background: -moz-linear-gradient(66deg, rgba(197,32,51,1) 0%, rgba(23,70,143,0.938813025210084) 100%);
        background: -webkit-linear-gradient(66deg, rgba(197,32,51,1) 0%, rgba(23,70,143,0.938813025210084) 100%);
        background: linear-gradient(66deg, rgba(197,32,51,1) 0%, rgba(23,70,143,0.938813025210084) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c52033",endColorstr="#17468f",GradientType=1);*/
        opacity: .7;
    }
    > img{
        width: 100%;
        height: 72vh;
        object-fit: cover;
    }
}
#owl-slider > .owl-nav{
	position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    padding: 0 20px;
    box-sizing: border-box;	
}
#owl-slider > .owl-nav > .owl-prev{
    background-color: transparent;
    width: 50px;
    height: 50px;
    margin-right: .3rem;
    border-radius: 50%;
    > i {
        color: var(--color4);
        font-size: 30px;
    }
}
#owl-slider > .owl-nav > .owl-next{
    background-color: transparent;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    > i {
        color: var(--color4);
        font-size: 30px;
    }
}

#owl-mobil-slider > .owl-nav{
    display: block;
    position: absolute;
    bottom: 100px;
    left: 33%;
}
#owl-mobil-slider > .owl-dots{
    display: none;
}
#owl-mobil-slider > .owl-nav > .owl-prev{
    background-color: var(--color1);
    width: 50px;
    height: 50px;
    margin-right: .3rem;
    border-radius: 50%;
    > i {
        color: var(--color4);
        font-size: 15px;
    }
}
#owl-mobil-slider > .owl-nav > .owl-next{
    background-color: var(--color1);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    > i {
        color: var(--color4);
        font-size: 15px;
    }
}
.slider-content{
    position: absolute;
    top: 42vh;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.slider-content > .slider-title > p{
    color:var(--color5);
    font-size: 35px;
    font-weight: 600;
    /*background-color: var(--color2);*/
    padding-top: .1rem;
    padding-bottom: .1rem;
}
.bg-color{
    background-color: var(--color1) !important;
}
.slider-text {
    margin-top: 1rem;
}
.slider-text > p {
    color: white;
    font-size: 18px;
    font-weight: 400;
    line-height: 2rem;
}
.section-title{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.section-title > h3 {
    color: var(--color1);
    font-size: 36px;
    text-transform: capitalize;
    font-weight: 600;
    right:-150px;
    top: 300px;
    width: 480px;
    > span{
        font-size: 36px;
        font-weight: 600;
        color: var(--color2);   
      }
}
.section-title-dark > h3 {
    color: white !important;
    font-size: 36px;
    text-transform: capitalize;
    font-weight: 600;
    right:-150px;
    top: 300px;
    width: 480px;
    > span{
        font-size: 36px;
        font-weight: 600;
        color: white !important;   
      }
}
.kurumsal{
    padding-bottom: 3rem;
    padding-top: 3rem;
    position: relative;
    background-image: url('../images/kurumsal/bg-about.webp');
    background-position:  bottom left !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.kurumsal-content{
    padding: 2rem !important;
    border-radius: 30px;
    margin-top: 2rem !important;
    background-color: transparent;
}
.kurumsal-content > p{
    color: var(--color3);
    font-size: 16px;
    font-weight: 400;
}
.kurumsal-motto > p {
    color: var(--color3);
    font-size: 20px;
    font-weight: 600;
    padding-top: 2rem;
}
.kurumsal-second-img{
    margin-top: 1rem;
}
.kurumsal-first-img > img{
    border-radius: 30px;
    height: 61vh;
    float: right;
}
.kurumsal-second-img > img{
    border-radius: 30px;
    height:42vh;
    object-fit:cover;
}
.kurumsal-btn > a{
    background-color: var(--color1);
    padding-top: .7rem;
    padding-bottom: .7rem;
    padding-left: 3rem;
    padding-right: 3rem;
    color: var(--color5);
    border-radius: 30px;
    font-size: 16px;
    transition: .2s ease-in;
    >i{
        color: var(--color5);
        font-size: 14px;
        padding-left: .2rem;
        transform: rotate(320deg);
    }
    &:hover{
        background-color: var(--color2);
        color: var(--color5);
    }
}
.kurumsal-content-text > p{
    color: var(--color3);
    font-size: 16px;
    font-weight: 400;
}

.urunler{
    background-color: #2670CA;
    padding-top: 4rem;
	height:53vh;
}
.owl-urun-kategori-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.owl-urun{
    position: relative !important;
}
#owl-urun{
  position:relative;
  margin-top: 4rem;
}
.owl-urun-kategori-item > .img > img{
    height:50vh;
    width: 100% !important;
    object-fit: cover !important;
	margin-top:3rem !important;
}
.owl-urun-kategori-item > .title > h3{
    color: white;
    font-size: 40px;
    font-weight: 600;
}
.owl-urun-kategori-item > .btn{
    margin-top: 1rem;
    > a{
        color: white;
        font-size: 16px;
        font-weight: 400;
        border: 1px solid white !important;
        border-radius: 30px;
        padding-left: 3rem;
        padding-right: 3rem;
        padding-bottom: .8rem;
        padding-top: .8rem;
        &:hover{
            background-color: white !important;
            color: var(--color1) !important;
        }
        > i{
            transform: rotate(320deg);
            font-size: 14px;
			padding-left:.4rem;
        }
        
    }
}

.urunler-page{
    padding-top: 3rem;
    padding-bottom: 3rem;
    position: relative;
}
.section-urunler-right-img{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.urun-item{
    background-color:#F7F7F7;
    transition: 0.4s;
    height: 490px;
    border-radius: 30px;
    position: relative;
    box-shadow: 0px 10px 15px -10px rgba(0, 0, 0, 0.1);
}
.urun-item-btn {
    position: relative;
}
.urun-item-img{
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 2rem;
}
.urun-item-btn > a > svg {
    width: 45px;
    height: 45px;
    background: white;
    position: absolute;
    right: 15px;
    top: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: unset;
    padding: unset;
    box-shadow: 2px 2px 0 20px white;
}
.urun-item-btn > a > svg {
    > path {
        width: 1rem !important;
    }
}
.urun-item-img > img{
    width: 200px !important;
}
.urun-item-title > h3 {
    color: var(--color1);
    padding-top: 2rem;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
}
#owl-urun > .owl-nav{
    display: block;
    position: relative !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
	top: -300px;
}
#owl-urun > .owl-dots{
    display: none;
}
#owl-urun > .owl-nav > .owl-prev{
    background-color: var(--color1);
    width: 50px;
    height: 50px;
    margin-right: .3rem;
    border-radius: 50%;
    > i {
        color: var(--color4);
        font-size: 35px;
    }
}
#owl-urun > .owl-nav > .owl-next{
    background-color:var(--color1);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    > i {
        color: var(--color4);
        font-size: 35px;
    }
}
.section-header > .section-title{
    color: white;
    font-size: 44px;
    font-weight: 600;
    padding-bottom: 1rem;
}
.section-header > .desc > p{
    color: white;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: .5rem;
    width: 90%;
}
.rakamlar{
    background: url('../images/kurumsal/rakamlar.jpg');
    background-position: 50% 50% !important;
    background-size: cover !important;
    align-content: center;
    position: relative;
    height: 75vh;
    &::before{
        content: "";
        position: absolute;
        width: 100%;
        align-content: center;
        height: 75vh;
        opacity: .6;
        background-color: #000000;
        top: 0px;
    }
}
.section-rakamlar-title{
    margin-top: -4rem;
}
.section-rakamlar-title > h3{
    color: white;
    font-size: 50px;
    font-weight: 600;
    padding-bottom: 1rem;
    position: relative;
    z-index: 444;
    text-align: center;
}
.number-item{
    height: 200px;
    width: 190px;
    backdrop-filter: blur(15px);
    z-index: 1;
    position: relative;
    margin-top: 3rem;
    padding: 2rem;
    border: 1px solid #fdfdfd;
    border-radius: 10px;
    text-align: center;
}
.number-item > .number-item-icon > i {
    color: white;
    font-size: 35px;
    padding-bottom: 1rem;
}
.number-item-title > h3{
    color: white;
    font-size: 25px;
    font-weight: 600;
    padding-top: .7rem;
}
.number-item-sub-title > p{
    color: white;
    font-size: 16px;
    font-weight: 400;
}
.haberler{
    padding-top: 5rem;
    padding-bottom: 5rem;
    position: relative;
    background-color: #f8f8f8;
    align-content: center;
    background: url('../images/haberler/figure16-1.png');
    background-position: 50% 50% !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.haber-item-bottom{
    background-color:transparent;
    height: 700px;
    position: relative;
    box-shadow: 0px 10px 15px -10px rgba(0, 0, 0, 0.1);
    border-bottom-right-radius: 30px;
}
.haber-item-img > img{
    border-top-right-radius: 30px;
	border-top-left-radius: 30px;
	width:100%;
	height:300px;
	object-fit:cover;
}

.haber-item-bottom-date{
    position: relative;
    top: 0px;
    left: 0px;
    background-color: white;
    border-radius: 0px;
    padding-bottom: .5rem;
    > span{
        color: var(--color1);
        font-size: 14px;
        font-weight: 600;
    }
}
.haber-item-body{
    padding: 2rem;
    background-color: white;
	    height: 70vh;
}
.haber-item-bottom-title > h3{
    color: var(--color3);
    font-size: 20px;
    font-weight: 600;
    padding-bottom: .4rem;
}
.haber-item-bottom-text > p{
    color: var(--color3);
    font-size: 16px;
    font-weight: 400;
    padding-top: .5rem;
}
.haber-item-bottom-button {
    margin-left: -.8rem;
    > a{
        text-decoration: underline;
        color: var(--color2);
        font-size: 16px;
        font-weight: 400;
        text-underline-offset: 5px;
        &:hover{
            color: var(--color2) !important;
        }
    }
}
#owl-haber{
    /*margin-top: 5rem !important;*/
}
#owl-haber > .owl-dots{
    display: none !important;
}
#owl-haber > .owl-nav{
    display: block !important;
    margin-top: 2rem !important;
}
#owl-haber > .owl-nav > .owl-prev{
    background-color: var(--color1);
    width: 50px;
    height: 50px;
    margin-right: .3rem;
    border-radius: 50%;
    > i {
        color: white;
        font-size: 16px;
    }
}
#owl-haber > .owl-nav > .owl-next{
    background-color: var(--color1);
    width: 50px;
    height: 50px;
    margin-right: .3rem;
    border-radius: 50%;
    > i {
        color: white;
        font-size: 16px;
    }
}
.silo-sistemi{
    padding-bottom: 6rem;
    padding-top: 6rem;
    position: relative;
    background-image: url('../images/haberler/figure16-1.png');
    background-position:  50% - 50% !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.silo-sistemi-content{
    padding-left: 10%;
}
.section-silo-stitle {
    color: var(--color1);
    font-size: 40px;
    font-weight: 600;
    padding-bottom: 1rem;
}
.section-silo-desc{
    color: var(--color3);
    font-size: 16px;
    font-weight: 400;
    padding-bottom: .5rem;
    width: 90%;
}
.gallery-list-img > img {
    border-radius: 30px;
    width: auto;
    height: auto;
    object-fit: cover;
}
#owl-silo > .owl-nav{
    display: none;
    position: absolute;
    bottom: -60px;
    left:50%;
	transform:translateX(-50%)
}
#owl-silo > .owl-dots{
    display: none;
}
#owl-silo > .owl-nav > .owl-prev {
    background-color: var(--color1);
    width: 50px;
    height: 50px;
    margin-right: .3rem;
    border-radius: 50%;
    > i{
        color: white;
        font-size: 16px;
    }
}
#owl-silo > .owl-nav > .owl-next {
    background-color: var(--color1);
    width: 50px;
    height: 50px;
    margin-right: .3rem;
    border-radius: 50%;
     > i{
        color: white;
        font-size: 16px;
    }
}
.gallery-item{
    background-color: white;
    border-radius: 30px;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
}
.banner{
    height: 250px;
    background-size: cover !important;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    margin-left: 2.5rem;
    margin-right: 2.5rem;
    border-radius: 30px;
    position: relative;
    &::before{
        content: "";
        background-color: #000000;
        opacity: .6;
        width: 100%;
        height: 100%;
        position: absolute;
        border-radius: 30px;
    }
}
.banner-title{
    padding-top: 5rem;
    > h1{
        color: white;
        font-size: 40px;
        font-weight: 600;
        z-index: 11;
        position: relative;
        &::before{
            content: "";
            width: 10%;
            position: absolute;
            border-bottom: 3px solid white;
            bottom: -25px;
        }
    }
}
.page-content{
    margin-top: 5rem;
    margin-bottom: 3rem;
}
.page-content-description >p{
    color: var(--color3);
    font-size: 16px;
    font-weight: 400;
}
.page-content-description > strong{
    color: var(--color3);
    font-size: 16px;
    font-weight: 400;
}
.page-content-description > span{
    color: var(--color3);
    font-size: 16px;
    font-weight: 400;
}
.urunler-page{
    margin-top: 5rem;
    margin-bottom: 5rem;
}
.dokuman-item{
    border-radius: 10px;
    margin-top: 1rem;   
}
.dokuman-item > a > img{
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}
.dokuman-item-btn{
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}
.dokuman-item-btn > a{
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: var(--color1);
    border-radius: 30px;
    color: white;
    font-size: 16px;
    font-weight: 400;
    padding-top: .7rem;
    padding-bottom: .7rem;
    padding-left: 2rem;
    padding-right: 2rem;
    &:hover{
        background-color: var(--color2) !important;
        color: white !important;
        border: 1px solid var(--color2) !important;
    }
}
.dokuman-item-title > h3{
    color: var(--color1);
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    padding-top: 1.3rem;
}
.haber-box{
   height: 550px;
   margin-bottom: 5rem;
   transition: .3s ease;
   margin-top: 3rem;
}
.haber-box-img > img{
    margin-bottom: 1rem;
    border-radius: 30px;
    height: 400px;
    width: 100%;
    object-fit: cover;
}
.haber-box-date > span {
    color: var(--color3);
    font-size: 14px;
    font-weight: 600;
    padding-top: .5rem;
}
.haber-box-date > span > i {
    color: var(--color2);
    font-size: 14px;
    font-weight: 600;
}
.haber-box-title > h3{
    padding-top: .5rem;
    color: var(--color1);
    font-size: 25px;
    font-weight: 600;
}
.haber-box-text{
    padding-bottom: 1rem;
}
.haber-box-text > p{
    color: var(--color3);
    font-size: 16px;
    font-weight: 400;
}
.haber-box-link > a {
    background-color: var(--color1);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 1rem;
    transition: .3s ease;
    &:hover{
        background-color: var(--color2);
    }
    > i {
        color: white;
        font-size: 18px;
        transform: rotate(320deg);
    }
}
.page-content-title > h3{
    color: var(--color1);
    padding-top: 2rem;
    font-size: 30px;
    font-weight: 600;
    border-bottom: 1px solid var(--color1);
    padding-bottom: 2rem;
}
.haber-galeri-item{
    padding-top: 2rem;
    > a >img{
        border-radius: 30px;
        object-fit: cover;
        width: 100%;
        height: 300px;
    }
}
.hakkimizda{
    padding-top: 5rem;
    padding-bottom: 7rem;
    position: relative;
    &::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/kurumsal/world-map.webp');
    background-position: 50% 50% !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-size: contain;
    opacity: .5;
    z-index: -1; 
    }
}
.hakkimizda-motto > h3{
    color: var(--color2);
    font-size: 70px;
    font-weight: 600;
    padding-bottom: 1rem;
}
.hakkimizda-sub-motto > p{
    color: var(--color3);
    font-size: 20px;
    font-weight: 600;
}
.hakkimizda-img {
    padding-top: 2rem;
    > img{
        border-radius: 30px;
        width: 100%;
        height: 600px;
        object-fit: cover;
    }
}
.hakkimizda-content{
    margin-top: 1.3rem;
    > p {
        color: var(--color3);
        font-size: 16px;
        padding-top: 1rem;
        font-weight: 400;
    }
}
.misyon-vizyon{
   padding-top: 7rem;
   padding-bottom: 7rem;
   position: relative;
   &::before{
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: url('../images/kurumsal/world-map.webp');
   background-position: 50% 50% !important;
   background-size: contain !important;
   background-repeat: no-repeat !important;
   background-size: contain;
   opacity: .5;
   z-index: -1; 
   }
}
.vizyon-content > .top{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 1rem;
}
.vizyon-content > .top > .icon{
    padding-right: .5rem;
    >i{
        color: var(--color1);
        font-size: 50px;
    }
}
.vizyon-content > .top .title > h3{
    color: var(--color1);
    font-size: 50px;
    font-weight: 600;
    position: relative;
    top: -.3rem;
    &::before{
        content: "";
        border-bottom: 4px solid var(--color2);
        width: 50%;
        position: absolute;
        bottom: -13px;
    }
}
.vizyon-content > .bottom > .text > p{
    color: var(--color3);
    font-size: 16px;
    font-weight: 400;
    padding-top: .5rem;
}
.vizyon-img > img{
    border-radius: 30px;
}
.ik{
    padding-top: 5rem;
    padding-bottom: 3rem;
    position: relative;
    &::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/kurumsal/world-map.webp');
    background-position: 50% 50% !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-size: contain;
    opacity: .5;
    z-index: -1; 
    }
}
.ik-content-title > h3{
    color: var(--color1);
    padding-bottom: 1rem;
    font-size: 40px;
    font-weight: 600;
    position: relative;
    &::before{
        content: "";
        border-bottom: 4px solid var(--color2);
        width: 10%;
        position: absolute;
        bottom: 4px;
    }
}
.ik-content-text{
    padding-top: 1rem;
}
.ik-content-text > p{
    padding-top: .5rem;
    color: var(--color3);
    font-size: 16px;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
input[type="checkbox"]:focus,
input[type="file"]:focus,
.uneditable-input:focus {   
  border-color:var(--color5);
  box-shadow: 0 1px 1px var(--color5) inset, 0 0 8px var(--color5) !important;
  outline: 0 none;
}
.form-send{
    border: none;
    background-color: var(--color1);
    color: white;
    width: 170px;
    height: 50px;
    border-radius: 10px;
}
.form-check-input:checked{
    background-color: var(--color1) !important;
    border-color: var(--color1) !important;
}
.form-check-label > span{
    padding-top: .5rem;
    color: var(--color3);
    font-size: 18px;
    font-weight: 400;
    >a{
        color: var(--color3);
        font-size: 18px;
        font-weight: 400;
        text-decoration: none;
    }
}
textarea{
    height: 100px !important;
}
.ik-description{
    margin-top: 5rem;
}
.ik-form{
    margin-top: 1rem;
    margin-bottom: 2rem;
}
.form-control-file{
    padding: 0rem !important;
}
.form-group{
    margin-bottom: 1rem;
}
label{
    color: var(--color3);
    font-size: 16px;
    font-weight: 400;
    padding-bottom: .5rem !important;
}
.form-check-label > span {
    position: relative;
    top: -50px;
    left: 25px;
}
.form-control{
    border: 2px solid  #e2e2e2 !important;
    color: var(--color3) !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    padding: .7rem !important;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    height: 55px;
    border-radius: 10px !important;
}
.buttonText{
    background-color: var(--color2);
    color: #fff;
    position: relative;
    padding: 22px 60px;
    border-radius: 0;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    padding: 18px 40px;
    position: relative;
    top: 12px;
    border-radius: 10px;
}
.contact{
    padding-top: 5rem;
    background: url("../images/kurumsal/pattern.png");
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: 50% 50% !important;
}
.contact-form{
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.nav-item > .nav-link{
    color: var(--color2);
    background-color: transparent !important;
    font-size: 30px;
    color: #cacaca;
    font-weight: 900;
    border: none !important;
    outline: none !important;
    transition: .3s ease;
    &:hover{
        color: var(--color1);
    }
}
.nav-link.active::after {
    display: block;
    content: "";
    position: relative;
    top: 0px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: 14px solid var(--color1);
    border-right: 13px solid transparent;
    border-left: 13px solid transparent;
    transform: rotate(360deg);
}
.nav-link.active{
    color: var(--color2) !important;
}
.nav-tabs{
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.contact-item{
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.contact-item > .icon{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding-bottom: .5rem;
}
.contact-item > .title > h4{
    color: var(--color3);
    font-size: 18px;
    font-weight: 800;
    padding-top: .5rem;
}
.contact-item > .text > p > a {
    color: var(--color3);
    font-size: 16px;
    font-weight: 400;
    padding-top: .5rem;
}
.contact-adres{
    background-color: var(--color1);
    height: 700px;
    padding: 3rem;
}
.contact-adres-menu-title > h3{
    color: white;
    font-size: 60px;
    font-weight: 600;
}
.contact-adres-menu-title > h4{
    color:white;
    font-size: 25px;
    font-weight: 400;
    padding-top: 1rem;
}
.contact-adres-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    list-style-type: none;
    margin-left: -2rem;
    margin-top: 2rem;
}
.contact-adres-menu >  li {
    padding-top: 2rem;
}
.contact-adres-menu > li > a{
    color: white;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
}
.contact-adres-menu > li > a > i {
    padding-right: 1rem;
    font-size: 25px;
}
.contact-form-title > h3{
    color: var(--color1);
    font-size: 40px;
    font-weight: 600;
}
.contact-form-text > p {
    font-size: 16px;
    color: var(--color3);
    font-weight: 400;
    padding-top: 1rem;
}
.socail-media-adres-menu{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-left: -2rem;
    margin-top: 3rem;
    list-style-type: none;
    > li{
        padding-right: 1rem;
        >a {
        color: white;
        font-size:25px;
        }
    }
}
.contact-map > iframe{
    border-radius: 10px;
}
.svg-turkiye-haritasi {

    margin: 0 auto;
    text-align: center;
    margin-top: 5rem;
 
    margin-bottom: -7rem;
}
.svg-turkiye-haritasi svg {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  padding: 0;

  /* kritik kısım */
  pointer-events: none;            /* SVG’nin boş alanı tıklamayı geçirsin */
}
.svg-turkiye-haritasi svg path,
.svg-turkiye-haritasi svg polygon,
.svg-turkiye-haritasi svg rect,
.svg-turkiye-haritasi svg circle,
.svg-turkiye-haritasi svg g {
  pointer-events: auto;            /* boyalı şekiller yine tıklanabilsin */
}

.il-isimleri {
    position: absolute;
    z-index: 2;
}
.il-isimleri div {
    font-family: inherit;
    display: inline-block;
    background:var(--color3);
    color: #fff;
    padding: 8px 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#svg-turkiye-haritasi path {
    cursor: pointer;
}
/*#svg-turkiye-haritasi path:hover {
    fill: var(--color1);
}
#svg-turkiye-haritasi path:hover text {
    fill: white!important;
}
#svg-turkiye-haritasi g g:hover text {
  fill: white!important;
}*/
#bolge-1 g path{
    stroke: black;
    fill: #ff917f;
	color:white;
}
#bolge-1 g text, #bolge-2 g text, #bolge-3 g text, #bolge-4 g text, #bolge-5 g text, #bolge-6 g text, #bolge-7 g text{
    fill: white !important;  
}
#bolge-2 g path{
    stroke: black;
    fill: #ffad3f;
}
#bolge-3 g path{
    stroke: black;
    fill: #fcb7ff;
}
#bolge-4 g path{
    stroke: black;
    fill: #ffc900;
}
#bolge-5 g path{
    stroke: black;
    fill: #50db47;
}
#bolge-6 g path{
    stroke: black;
    fill: #d18262;
}
#bolge-7 g path{
    stroke: black;
    fill: #a1c7e2;
}

.map-modal {
    position: absolute;
    right: 20px;
    bottom: -200px; 
    min-width: 500px;
    max-width: 500px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.3);
    animation: fadeIn 0.3s ease;
    height: 350px;
    padding: 2rem 1rem;
    max-height: 600px;
    overflow-y: auto;
    z-index: 444;
    display: none; 
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
.map-modal-content {
    padding: 15px;
    position: relative;
    font-size: 20px;
    font-weight: 600;
    color:white; 
}
.map-modal::-webkit-scrollbar {
    width: 8px;
    border-radius: 30px;
}
.map-modal::-webkit-scrollbar-thumb {
    background-color:var(--color2);
    border-radius: 30px;
}
.map-modal::-webkit-scrollbar-thumb:hover {
    background: var(--color2)
}
.map-modal::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}
.close {
    position: absolute;
    top: -35px;
    right: 12px;
    bottom: 20px;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
    color: var(--color1);
}
.modal-il-adi{
    color: white;
    font-size: 25px;
    font-weight: 600;
    background-color: var(--color2);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    border-radius: 10px;
}
@keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
}
.bayi-item{
    background-color: var(--color1);
    border: 1px solid #ccc;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    padding: 1rem;
    height:100%;
    border-radius: 10px;
    margin-top: 1rem;
    border-radius: 10px;
    margin-bottom: 1rem;
}
.bayi-item-title > h3{
    color: white;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: .5rem;
    padding-top: .5rem;
    border-radius: 10px;
} 

.bayi-item-contact i{
    margin-right:10px!important;
}

.bayi-item-contact > ul{
    list-style-type: none !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: -2rem;
    padding-top: .5rem;
    > li {
        padding-bottom: .3rem;
        font-size: 16px;
        font-weight: 400;
        >a {
            color: white;
            font-size: 16px;
            font-weight: 400;
            text-decoration: none;
            > i {
                color: white;
                font-size: 16px;
                padding-right: .5rem;
                transition: .3s ease;
                &:hover{
                    color: white;
                }
            }
        }
    }
}
.urun-sub-list{
    height: 400px;
    position: sticky;
    top: 10px;
}
.urun-sub-list-title > h3{
    margin-top: 1rem;
    margin-bottom: 1rem;
    color: white;
    background-color: var(--color1);
    padding: 1rem;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    transition: .3s ease;
    &:hover{
        background-color: var(--color2);
    }
}
.urun-sub-list-item{
    position: relative;
}
.urun-sub-list-item > ul {
    list-style-type: none;
    margin-left: -2rem;
    > li{
        > a{
            background: #F5F5F5;
            color: #1E1E1E;
            border-radius: 8px;
            font-size: 14px;
            font-weight: 600;
            text-decoration:  none;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            align-items: center;
            position: relative;
            padding: 18px 25px;
            transition: 0.3s;
            border-radius: 10px;
            color: var(--color1);
            margin-top: 1rem;
            transition: .3s ease;
            > i{
                display: none;
                transition: .3s ease;
            }
            &:hover{
              background-color: var(--color2);
              color: white;
              >i{
                display: block;
                position: absolute;
                right: 20px;
                width: 30px;
                height: 30px;
                background-color: white;
                border-radius: 50%;
                padding: .4rem;
                font-size: 16px;
                color: var(--color1) !important;
              }
            }
         }
    } 
}
.urun-box{
    height:375px;
    margin-top: 1rem;
    margin-left: 1rem;
}
.urun-box-header{
    background-color: #F9F9F9;
    padding: 1rem;
    height: 400px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.urun-box-img {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.urun-box-img > img{
    height: 100%;
    width: 200px;
    object-fit: cover;
}
.urun-box-content > .title > h3{
    color: var(--color1);
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    padding-top: 1rem;
}
.urun-box-content > .text{
    background-color: #767A84;
    transform: .3s ease;
    border-radius: 10px;
	display:none;
    &:hover{
        background-color: var(--color2);
    }
}
.urun-box-content > .text > p{
    padding: 2rem;
    color: white;
    font-size: 16px;
    font-weight: 400;
    border-radius: 10px;
    text-align: center;
}
.urun-box-list{
    margin-top: 2rem;
}
.urun-box-img > img{
    transition: .3s ease-in-out;
}
.urun-box-img > img:hover{
    transform: scale(1.05);
}
.pagination {
    display: flex !important;
    flex-direction: row !important; 
    justify-content: center;
    list-style: none;
    margin-top: 1rem;
}
.page-item {
    margin: 0 5px;
}
.page-link {
    display: inline-block;
    padding: .8rem !important;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    transition: background-color 0.3s ease;
    background-color: var(--color1) !important;
    color: white !important;
    font-size: 16px !important;
    font-weight: 400;
    padding: 1rem;
}
.page-link:hover {
    opacity: 0.85;
}
.urun{
    margin-top: 3rem;
    margin-bottom: 3rem;
    background-color: #f5f5f5;
    margin-left: 3rem;
    margin-right: 3rem;
    border-radius: 30px;
    padding-top: 3rem;
    padding-bottom: 5rem;
}
.product-thumbs{
    border-radius: 30px;
    padding: 1rem !important;
}
.product-thumbs .swiper-slide img {
    object-fit: contain;
    cursor: pointer;
    height: 150px;
    width: 100%;
    border: 1px solid #e0dddd;
    border-radius: 15px;
}
.swiper-slide >img{
    height: 400px;
    object-fit: cover;
    margin-top: 5rem;
}

.product-slider .swiper-button-next:after,
.product-slider .swiper-button-prev:after {
      font-size: 20px;
      color: #000;
      font-weight: bold;
}
.swiper-button-next,
.swiper-button-prev {
  color: #333;
  background-color: rgba(255, 255, 255, 0.8); 
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 10;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #000;
  color: #fff;
}
.swiper-button-prev {
  left: 10px;
}
.swiper-button-next {
  right: 10px;
}
.swiper-button-next, .swiper-button-prev{
    color: var(--color1) !important;
}
.product-slider{
    overflow: hidden !important;
}
.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.swiper-button-prev {
  left: 10px;
}
.swiper-button-next {
  right: 10px;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 20px;
}
.swiper-slide{
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
}
.swiper-button-next{
    padding: 1.7rem !important;
    background-color: transparent;
    color: var(--color1) !important;
		&:hover{
		 background-color: transparent !important;
    color: #17468F !important;
	}
}
.product-slider .swiper-button-next:after, .product-slider .swiper-button-prev:after{
   color: #17468F !important;
}
.swiper-button-prev{
    padding: 1.7rem !important;
    background-color: transparent !important;
    color: #17468F !important;
	&:hover{
		 background-color: transparent !important;
    color: #17468F !important;
	}
}
.product-slider .swiper-button-prev:after, .product-slider .swiper-button-prev:after{
    color: #17468F !important;
}
.urun-content{
    padding-top: 5rem;
    padding-left: 3rem;
}
.urun-content-title > h3{
    color: var(--color1);
    font-size: 35px;
    font-weight: 700;
}
.urun-content-text{
    padding-top: 2rem;
    height: 400px;
    overflow-y: scroll;
}
.urun-content-text::-webkit-scrollbar{
    position: relative;
    left: 20px;
}
.urun-content-text > p{
    color: var(--color3);
    font-size: 16px;
    font-weight: 400;
    text-align: left;
}
.urun-content-btn{
    margin-top: 3rem;
    /*display: flex;
    flex-direction: row;
    justify-content: flex-start;*/
    > a:nth-child(1){
        background-color: var(--color1);
        padding-left: 5rem;
        padding-right: 5rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
        color: white;
        font-size: 16px;
        margin-right: 1rem;
        transition: .3s ease-in-out;
        border-radius: 30px;
    }
    >a:nth-child(2){
        background-color: var(--color2);
        padding-left: 5rem;
        padding-right: 5rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
        border-radius: 30px;
        color: white;
        font-size: 16px; 
    }
}
.section-teknik-ozellik-title{
    margin-top: 3rem;
    > h3{
        color: var(--color1);
        font-size: 30px;
        font-weight: 600;
    }
}
.table{
    margin-top: 2rem;
    background-color: transparent !important;
}
tbody > tr{
    border-bottom: 1px solid white !important;
    margin-bottom: 1rem !important;
}
tbody > tr:nth-child(even){
    background-color: var(--color1);
    > td{
        color: white !important;
        font-size: 16px;
        font-weight: 400;
    }
}
tbody > tr:nth-child(odd){
    background: rgba(0, 0, 0, 0.03);
    > td{
        color:var(--color3) !important;
        font-size: 16px;
        font-weight: 400;
    }
}
tbody > tr > td{
    padding: .7rem !important;
    font-size: 16px;
    color: var(--color3);
    font-weight: 400;
}
/***CONTENT END****/
footer {
    background-color: var(--color1);
    margin-bottom: 1rem;
    padding-top: 4rem;
    padding-bottom: 3rem;
}
.footer-web-site-logo{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.footer-web-site-logo > a > img{
    filter: brightness(0) invert(1);
    width: 200px;
    padding-top: 1rem;
}
.footer-top{
    border-top: 1px solid white;
    padding-top: 1rem;
}
.footer-middle{
    margin-bottom: 1.5rem;
}
.footer-menu-title > h3{
    color: white;
    font-size: 25px;
    font-weight: 600;
}
.footer-menu-list > ul {
    margin-left: -2rem;
    margin-top: 1rem;
}

.footer-menu-list > ul > li {
    padding-top: 1rem;
}
.footer-menu-list > ul > li >a {
    color: white;
    font-size: 14px;
    font-weight: 400;
    text-decoration:  none;
}
.footer-contact-item > span{
    color: white;
    font-size: 14px;
    font-weight: 400;
    padding-top: .5rem;
}
.footer-contact-item > p {
    color: white;
    font-size: 14px;
    padding-top: .5rem;
    font-weight: 600;
}
.socail-media > ul {
    display: flex;
    list-style-type: none;
    flex-direction: row;
    justify-content: center;
    padding-top: 2rem;
    margin-left: -4rem;
    transition: .3s ease-in-out;
    > li {
        padding-right: 1.5rem;
        > a > i {
            font-size: 16px;
        }
    }
}
.socail-media > ul > li >a{
    color: white;
    font-size: 20px;  
}
.bayi-button {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.bayi-button > a{
    border: 1px solid white;
    border-radius: 30px;
    background-color: transparent;
    padding-right: 4rem;
    padding-left: 4rem;
    padding-top: .7rem;
    padding-bottom: .7rem;
    color: white;
    font-size: 16px;
    font-weight: 400;
    text-decoration:  none;
}
.contact-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.urun-kategoriler{
    padding-top: 3rem;
    padding-bottom: 2rem;
}
.urun-kategori-item{
    position: relative;
	padding-bottom:2rem;
}
.urun-kategori-item-img {
    position: relative;
    &::before{
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-color:black;
        opacity: .4;
        border-radius: 30px;
    }
}
.urun-kategori-item-img > img{
    height: 350px;
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
}
.urun-kategori-content{
    position: absolute;
    top: 30%;
    left: 50%;
    transform:translateX(-50%);
}
.urun-kategori-item-title > h3{
    color: white;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
}
.urun-kategori-item-btn{
    margin-top: 2rem;
    opacity: 1;
    visibility: visible;
    transition: .3s ease;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
/*.urun-kategori-item:hover > .urun-kategori-content > .urun-kategori-item-btn{
    transform: translateY(-10px);
    display: block;
    opacity: 1;
    visibility: visible;
    display: flex;
    flex-direction: row;
    justify-content: center;
}*/
.urun-kategori-item-btn > a{
    background-color: white;
    width:40px;
	height:40px;
    color: var(--bs-btn-close-color);
    border-radius: 30px;
    transition: .3s ease;
    &:hover{
        background-color: var(--color2) !important;
        color: white !important;
    }
    > i {
        font-size: 18px;
        transform: rotate(320deg);
		padding:.7rem;
    }
}
footer{
    margin-left: 3rem;
    margin-right: 3rem;
    border-radius: 30px;
}
.footer-coprigyt{
    margin-top: 2rem;
}
.footer-coprigyt > p {
    color: white;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}
.footer-coprigyt-link {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: -2.5rem;
    > a > img{
        filter: brightness(0) invert(1);
    }
}
.footer-bottom{
    margin-bottom: 1rem;
}
.active{
    fill: #17458ff1;
}
.section-bayi-content-text{
    padding-top: 4rem;
    > p{
        color: var(--color3);
        font-size: 16px;
        font-weight: 400;
        text-align: center;
    }
}
.search-area{
background-color: white;
    position: absolute;
    z-index: 885;
    width: 100%;
    height: 70px;
    top: 21%;
    margin-top: 0rem;
    border-top: 1px solid #ccc;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
   padding-top: 1.8rem;
    display: none;

}
.close-btn {
    display: flex !important;
    flex-direction: row !important;
    justify-content: flex-start !important;
    > button{
                background-color: transparent;
        border: none !important;
        top: -7px;
        position: relative;
        > i{
            color: var(--color1);
            font-size: 25px;
            margin-bottom: 0rem;
        }
    }
}
.input-form{
      position: relative;
    left: 50px;
    top: -54px;
}
.input-form > .input-form-icon {
    position: absolute;
    top: 6px;
    left: 18px;
    > i {
        color: var(--color1);
        font-size: 16px;
    }
}
.search-input{
    color: var(--color3);
    font-size: 16px;
    font-weight: 400; 
    margin-top: 13px;
    padding-left: 3rem !important;
    border-radius: 0px !important;
    width: 100% !important;
    height: 34px;
}

.search-input::placeholder{
    padding-left: .5rem;
    color: var(--color3);
    font-size: 14px;
    font-weight: 400;
}
.hide{
    display: none !important;
}
.zoom-125 .banner {
    margin-left: 4rem;
    margin-right: 4rem;
}
footer.footer-zoom-fix {
    border-radius: 30px;
    margin-left: 4rem;
    margin-right: 4rem;  
}
.urun-zoom-fix {
    display: block;
    margin-top: 4rem;
    position: relative !important;
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    top: -500px;
}
.urun-kategori-img-zoom-fix {
    height: 350px;
    width: 100% !important;
    object-fit: cover !important;
}
.socail-media-ul-fix {
    padding-top: 2rem !important; 
}
.harita-zoom-fix {
  margin-bottom: -1rem;
  margin-left: 4rem;
  margin-top: -5rem;
}
.header-top-navigation{
    background-color: var(--color1);
    height: 60px;
}
.header-top-naviagation-btn-list > ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: 1.2rem;
    list-style-type: none; 
    > li {
        padding-right: 1rem;
        > a{
            color: white;
            font-size: 16px;
            font-weight: 400;
            text-decoration: none;
        }
    }
}
#social-media{
    margin-top: -1rem !important;
}
.page-content-form{
    margin-bottom: 1rem;
}
#accordion-sss {
    width: 100%;
    margin-left: .2rem;
    margin-top:1rem;
}
.accordion-item {
    color: #111;
    margin: 1rem 0;
    border: 1px solid #ccc !important;
    margin-bottom: 2rem;
    border: none !important;
    position: relative;
    z-index: 22;
    width: 100%;
    margin-bottom: 1rem;
}
.accordion-item-header {
    padding: 0.5rem 3rem 0.5rem 1rem;
    min-height: 3.5rem;
    line-height: 1.25rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    background-color: var(--color1);
    color: white;
    cursor: pointer;
	    border-radius: 10px;
    > h3{
        font-size: 16px !important;
        color: white;
        font-weight: 400;
    }
}
.accordion-item-header  > h3{
    color:white;
    font-size: 20px;
    font-weight: 700;
	    padding-top: .6rem;
}
.accordion-item-header::after {
    content: "\002B";
    font-size: 20px;
    position: absolute;
    right: 1rem;
    top: 15px;
}
.accordion-item-header.active::after {
    content: "\2212";
}
.accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #f5f5f5;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);

}
.accordion-item-body-content {
    padding: 1.5rem;
    line-height: 1.5rem;
    border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
}
.accordion-item-body-content > p {
    color: var(--color2);
    font-size: 16px;
    font-weight: 400;
}
select.form-control {
  background-color: #fff;
  border: 2px solid var(--color1);
  color: var(--color3);
  padding: 10px 15px;
  border-radius: 6px;
  font-size: 16px;
  font-family:inherit;
  outline: none;
  transition: all 0.3s ease;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 8L0.803848 0.5L11.1962 0.5L6 8Z' fill='%2317468F'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px 8px;
}

select.form-control option {
  color: var(--color3);
  background-color: #fff;
}
.docs-item > .title > h3 {
     color: var(--color1);
     font-size: 20px;
     font-weight: 600;
     padding-top: .5rem;
     padding-bottom: .5rem;
}
.docs-item > .list{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    border: 1px solid #cccc;
    padding: 2rem;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
	border-radius:10px;
}
.docs-item > .list > .img > img{
    width: 100px;
    height: auto;
    object-fit: cover;
}
.docs-list > ul {
    list-style-type: disc;
    display: flex;
    flex-direction: column;
    > li {
        padding-bottom: .5rem;
        > a{
            color: var(--color3);
            font-size: 14px;
            font-weight: 400;
            text-decoration: none;
            text-transform: capitalize;
        }
    }
}
.docs-list > ul > li > a > i{
    position: relative;
    top: 0;
    left: 0;
    padding-right: .5rem;
    font-size: 14px;
    color: var(--color2);
}
.contact-menu-navigation{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    list-style-type: none;
    margin-left: -2rem;
}
.contact-menu-navigation > li {
    padding-top: 1rem;
}
.contact-menu-navigation > li > a{
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
}
.contact-menu-navigation > li > a > i{
    padding-right: 1rem;
}
.social-menu-title{
    color: white;
    font-size: 40px;
    font-weight: 600;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.social-menu-text{
    color: white;
    font-size: 16px;
    font-weight: 400;
    padding-top: 1rem;
}
.social-menu-navigation{
  list-style-type: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-left: -2rem;
  padding-top: 1rem;
}
.social-menu-navigation > li {
    padding-right: 2rem;
}
.social-menu-navigation > li > a > i{
    color: white;
    font-size: 16px;
}

.urun-cat{
	margin-right: 0rem;
}

.urun-cat > .btn{
	background-color:var(--color1);
	width: 100%;
	padding:1rem;
	margin-bottom:1rem;
	border-radius:30px;
	font-size:14px;
	color:white;
	&:hover{
		background-color:var(--color1);
		color:white !important;
	}
}

.img > a > img{
	height:50vh;
	width:100%;
	object-fit:cover;
}

.scale-125{
	    top: 27%;
}

.powered-by-credits {
    display: none;
}
