@charset "iso-8859-9";
:root {
    --renk-mavi: #14417a;
    --renk-kirmizi: #df2329;
    --renk-yazi: #1e3560;
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/oswald/Oswald-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(../fonts/oswald/Oswald-Medium.ttf) format('truetype');
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/oswald/Oswald-SemiBold.ttf) format('truetype');
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/oswald/Oswald-Bold.ttf) format('truetype');
}

html {
    scroll-behavior: smooth;
}

html:lang(ar) .form-check-label,
html:lang(ar) .form-group .form-control,
html:lang(ar) .page-banner .banner-box,
html:lang(ar) .nav-tabs .nav-item .nav-link,
html:lang(ar) .product-features,
html:lang(ar) .menu li a,
html:lang(ar) nav>.mobile-menu,
html:lang(ar) .header-nav nav>.menu,
html:lang(ar) .copyright,
html:lang(ar) #cerez-sozlesme,
html:lang(ar) .footer-widget,
html:lang(ar) .product-box .box-body,
html:lang(ar) .about-box,
html:lang(ar) .box-text,
html:lang(ar) .section-title,
html:lang(ar) .text-details,
html:lang(ar) .slide-text,
html:lang(ar) .slide-item span,
html:lang(ar) .slide-item p {
    direction: rtl;
    text-align: right;
}

html:lang(ar) .contact-box .box-body {
    direction: rtl;
    text-align: center;
}

body>section {
    overflow: hidden;
}

body {
    font-family: "Oswald", sans-serif!important;
    overflow-x: hidden;
    color: #000;
}

body.dark-mode,
body.dark-mode a {
    color: #fff;
}

body.light-mode,
body.light-mode a {
    color: #000;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #fff;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--renk-mavi);
}

.form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 0.5;
    /* Firefox */
}

.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

.form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
}

.btn.focus,
.btn,
.btn:focus,
.form-control,
.form-control:focus,
button,
button:focus {
    outline: 0;
    box-shadow: 0 0 0 0 transparent;
    transition: all 0.3s;
}

.nav-btn {
    background-color: #fff;
}

a {
    color: #fff;
}

a:hover {
    text-decoration: none;
}

i {
    color: var(--renk-mavi);
}

h1 {
    font-size: 35px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 36px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 18px;
}

body.light-mode h1,
h1,
body.light-mode h2,
h2,
body.light-mode h3,
h3,
body.light-mode h4,
h4,
body.light-mode h5,
h5,
body.light-mode h6,
h6 {
    font-family: "Oswald", sans-serif!important;
    color: #000;
    line-height: 1.25em;
    font-weight: 400;
}

body.dark-mode h1,
body.dark-mode h2,
body.dark-mode h3,
body.dark-mode h4,
body.dark-mode h5,
body.dark-mode h6 {
    color: #fff;
}

p,
ul {
    font-family: "Open Sans", sans-serif!important;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

ul {
    margin: 0;
    padding: 0;
}

.carousel-indicators {
    cursor: pointer;
}

.card {
    border: none;
}

.card *,
.card:hover *,
:hover,
img,
a,
i,
::after,
::before {
    transition: all 0.3s;
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

embed,
iframe,
object {
    max-width: 100%;
    max-height: 100%;
}

.form-check-label {
    margin-left: 20px;
}

.form-check-input {
    margin-left: 0;
}

.owl-carousel {
    z-index: 0;
}

hr {
    border-color: #1d1d1b;
}

.mobil {
    display: block;
}

button.mobil {
    display: inline-block;
}

.masaustu {
    display: none;
}

#yukari {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.tuyan {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#yukari-cik {
    position: fixed;
    transform: translate(0, 145px);
    z-index: 9999;
    right: 20px;
    bottom: 75px;
    width: 50px;
    height: 50px;
    background-color: var(--renk-mavi);
    padding: 10px;
    text-align: center;
    cursor: pointer;
}

#yukari-cik i {
    color: #fff;
}

.whatsappicon {
    position: fixed;
    bottom: 10px;
    left: 10px;
    width: 50px;
    height: 50px;
    background-color: rgb(37, 211, 102);
    z-index: 101;
    display: flex;
    justify-content: center;
    align-items: center;
}

.whatsappicon a i {
    font-size: 24px;
    color: #fff!important;
}

.sticky {
    transform: translate(0)!important;
}

.cerez {
    transform: translate(0)!important;
}

#cerez-sozlesme {
    position: fixed;
    transform: translate(0, 100px);
    left: 0;
    bottom: 0;
    z-index: 100;
    background-color: rgb(20 65 122 / 60%);
    width: 100%;
    padding: 20px 30px;
}

#cerez-sozlesme p,
#cerez-sozlesme p a {
    color: #fff!important;
    padding-top: 10px;
}

#cerez-sozlesme p a {
    text-decoration: underline;
}

#cerez-sozlesme .btn-sozlesme {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding: 5px;
    border: 1px solid #fff;
    font-weight: 700;
    font-size: 12px;
    color: var(--renk-kirmizi)!important;
    text-decoration: none;
}

.btn {
    border-radius: 0!important;
}

.btn-default {
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    display: flex;
    max-width: 150px;
    height: 50px;
    padding: 10px;
    font-size: 14px;
    background: #fff;
    margin-top: 15px;
    color: var(--renk-yazi)!important;
    border: 1px solid var(--renk-mavi);
}

.btn-default i {
    display: block;
    padding: 10px;
    font-size: 14px;
    background: var(--renk-mavi);
    color: #fff;
}

.btn-default:hover i {
    background: var(--renk-kirmizi);
}

.btn-default:hover {
    color: #fff;
}

.btn-form {
    display: flex;
    justify-content: flex-end;
}

.btn-form .btn-default {
    text-align: left;
    width: 150px;
}

.section-title {
    margin-bottom: 20px;
}

.social-icons {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    list-style: none;
}

.social-icons>li {
    font-size: 16px;
    vertical-align: middle;
    padding: 0 5px;
}

.social-icons>li>a {
    display: inline-block;
    text-align: center;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border: 1px solid #fff;
}

.social-icons>li.icon-facebook>a {
    color: #fff;
}

.social-icons>li.icon-youtube>a {
    color: #fff;
}

.social-icons>li.icon-twitter>a {
    color: #fff;
}

.social-icons>li.icon-instagram>a {
    color: #fff;
}

.social-icons>li.icon-linkedin>a {
    color: #fff;
}

.social-icons>li.icon-whatsapp>a {
    color: #fff;
}

.social-icons>li.icon-facebook>a:hover {
    background-color: #3b5998;
    color: #fff;
}

.social-icons>li.icon-youtube>a:hover {
    background-color: #dc4a38;
    color: #fff;
}

.social-icons>li.icon-twitter>a:hover {
    background-color: #33bdfd;
    color: #fff;
}

.social-icons>li.icon-instagram>a:hover {
    background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
    color: #fff;
}

.social-icons>li.icon-linkedin>a:hover {
    background-color: #2867b2;
    color: #fff;
}

.social-icons>li.icon-whatsapp>a:hover {
    background-color: rgb(37, 211, 102);
    color: #fff;
}

.left-menu ul {
    list-style: none;
}

.left-menu ul li {
    border-bottom: 2px solid #efefef;
}

.left-menu ul li a {
    text-transform: none;
    font-size: 18px;
    color: var(--renk-mavi);
    position: relative;
    -webkit-transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    padding: 15px;
    display: block;
}

.left-menu ul li a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    z-index: -1;
    background: var(--renk-kirmizi);
    -webkit-transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.left-menu ul li a:hover:before {
    width: 100%;
    left: 0;
}

.left-menu ul li a:hover {
    color: #fff;
}

.page-banner {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    height: 20vh;
    margin-top: 60px;
    overflow: hidden;
}


.page-banner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.50);
    width: 100%;
    z-index: 0;
}

.page-banner .banner-box {
    position: relative;
    z-index: 1;
}

.page-banner .banner-box .banner-head {
    display:none;
}
.page-banner .banner-box .banner-head h1 {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.47);
}

.page-banner .banner-box .banner-body {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.75px;
    color: #fff;
    margin-bottom: 5px;
}

.page-banner .banner-box .banner-body>li {
    display: inline-block;
    padding: 5px 5px;
    padding-right: 10px;
    position: relative;
}

.page-banner .banner-box .banner-body>li::before {
    content: '';
    position: absolute;
    top: 25%;
    right: 0;
    height: 50%;
    width: 1px;
    background-color: #fff;
}

.page-banner .banner-box .banner-body>li:last-child::before {
    display: none;
}

.page-banner .banner-box .banner-body>li a {
    color: #fff;
}

.text-box {
    margin: 10px 0;
}

.detail-editor {
    padding: 25px 0;
}

.detail .text ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 15px;
}

.detail .text ul li {
    padding-left: 20px;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.detail .text ul li::before {
    content: "\f05d";
    position: absolute;
    left: 0;
    top: 5px;
    font-family: FontAwesome;
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.detail-editor a {
    color: #000!important;
    font-weight: 700;
    text-decoration: underline;
}

.galeri img {
    margin-bottom: 25px;
}


/************* HEADER **************/

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

header.sticky-on {
    background-color: #fff;
    box-shadow: 0 -5px 30px rgb(78 82 99 / 30%);
}

.sticky-on {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    position: fixed !important;
    z-index: 9;
    width: 100%;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-transition: 0.7s all ease-in-out;
    -o-transition: 0.7s all ease-in-out;
    transition: 0.7s all ease-in-out;
}

.header-top {
    padding: 10px 0px;
    background-color: #F1F1F1;
}

.header-top .header-flex {
    justify-content: space-between;
    display: flex;
}

.header-top .header-flex:last-child {
    justify-content: flex-end;
    display: flex;
}

.header-top .header-flex a:nth-child(3),
.header-top .header-flex a:nth-child(4) {
    display: none;
}

.header-top .header-flex a {
    color: var(--renk-mavi);
}

.header-top .header-flex a i {
    color: var(--renk-kirmizi);
    margin-right: 8px;
}

.lang {
    list-style: none;
}

.lang>li {
    position: relative;
    display: block;
    float: left;
}

.lang>li>a {
    display: block;
    padding: 0 10px;
}

.brand-logo {
    padding: 15px 0;
    max-width: 220px;
}

.brand-logo img {
    width: 100%;
}

.brand-logo .logo-white {
    display: block;
}

.sticky-on .brand-logo .logo-white {
    display: none;
}

.brand-logo .logo-default {
    display: none;
}

.sticky-on .brand-logo .logo-default {
    display: block;
}

.header-nav>div {
    align-items: center;
    justify-content: space-between;
    display: flex;
}

.header-nav nav>.menu {
    align-items: center;
    justify-content: flex-start;
    display: flex;
}

.header-nav nav>.menu {
    padding-top: 10px;
    list-style: none;
}

.header-nav nav>.menu li {
    margin: auto;
}

.header-nav nav>.menu li a {
    color: #fff;
    padding: 10px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
}

.sticky-on .header-nav nav>.menu li a {
    color: var(--renk-yazi);
}

.header-nav nav>.menu li a:hover,
.header-nav nav>.menu li.active>a {
    color: #fff;
}

.header-nav nav>.menu li a:before,
nav>.mobile-menu li .dropdown-menu li a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    z-index: -1;
    background: var(--renk-kirmizi);
    -webkit-transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.header-nav nav>.menu li a:hover:before,
.header-nav nav>.menu li.active>a:before,
nav>.mobile-menu li .dropdown-menu li a:hover:before {
    width: 100%;
    left: 0;
}

.header-nav nav>.menu li.dropdown .dropdown-menu {
    width: max-content;
    border-radius: 0;
    padding: 0;
}

.header-nav nav>.menu li.dropdown .dropdown-menu li a {
    color: var(--renk-yazi);
    padding: 7px 10px;
    display: block;
    font-size: 12px;
}

.header-nav nav>.menu li.dropdown .dropdown-menu li a:hover {
    color: #fff;
}

.header-nav nav>.menu li.dropdown:hover .dropdown-menu {
    display: block;
}

nav>.mobile-menu {
    margin-bottom: 15px;
}

nav>.mobile-menu li a {
    display: block;
    color: #fff;
    padding: 10px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
}

nav>.mobile-menu li .dropdown-menu li a {
    display: block;
    color: var(--renk-mavi);
    padding: 10px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
}

nav>.mobile-menu li .dropdown-menu li a:hover {
    color: #fff;
}

nav>.mobile-menu li.dropdown:hover .dropdown-menu {
    display: block;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-transition: 0.7s all ease-in-out;
    -o-transition: 0.7s all ease-in-out;
    transition: 0.7s all ease-in-out;
}

.contact-list {
    color: #fff;
    list-style: none;
    margin-bottom: 15px;
}

.contact-list li {
    padding: 5px 0;
    position: relative;
    display: flex;
    justify-content: flex-start;
}

.contact-list li i {
    color: #fff;
    display: block;
    width: 30px;
    padding: 5px;
    float: left;
}

.contact-list li a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: var(--renk-kirmizi)
}

.contact-list li:hover a:before {
    width: 25%;
    -webkit-transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    top: 75%;
    margin: 0 auto;
    margin-top: -200px;
    text-align: center;
    background-color: var(--renk-mavi);
    width: 70px;
    height: 70px;
    cursor: pointer;
    border: none;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
}

.search-popup .close-search span {
    position: relative;
    display: block;
    height: 70px;
    font-size: 25px;
    line-height: 65px;
    color: #ffffff;
}

.search-active .search-popup {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    margin-top: 0;
}

.search-active .search-popup .close-search {
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.search-active .search-popup form {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.search-popup form {
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin: -35px auto 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    background-color: #111111;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.search-popup .form-group {
    position: relative;
    margin: 0px;
    overflow: hidden;
}

.search-popup .form-group input[type=text],
.search-popup .form-group input[type=search] {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: #000000;
    height: 70px;
    width: 100%;
    padding: 10px 30px;
    background-color: #ffffff;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: 500;
    text-transform: capitalize;
}

.search-popup .form-group input[type=submit],
.search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #000000;
    padding: 0;
    cursor: pointer;
    border: none;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.right-about.sidebar-on {
    right: 0;
}

.right-about {
    top: 0;
    z-index: 99;
    width: 360px;
    right: -420px;
    height: 100vh;
    position: fixed;
    padding: 60px 50px;
    background-color: #0d1723;
    -webkit-transition: 0.4s all ease-in-out;
    -o-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
}

.right-about.sidebar-on .right-about-bg {
    opacity: 1;
    visibility: visible;
}

.right-about .right-about-bg {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    width: 100%;
    z-index: 9;
    z-index: -1;
    height: 110vh;
    visibility: hidden;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.right-about .siderbar-off-btn {
    top: 30px;
    left: 30px;
    cursor: pointer;
    position: absolute;
}

.right-about-content .text p {
    color: #fff;
}


/************* HEADER **************/


/************* SLIDE **************/

.main-slider {
    overflow: hidden;
    height: 100vh;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.main-slider .slide-item {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
    align-items: center;
    justify-content: center;
    display: flex;
}

.main-slider .slide-item .slide-text {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.main-slider .slide-item span {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    color: var(--renk-kirmizi);
}

.main-slider .slide-item h2 {
    padding: 15px;
    width: fit-content;
    max-width: 75%;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    background-color: var(--renk-mavi);
    color: #fff;
}

.main-slider .slide-item p {
    padding: 15px;
    width: fit-content;
    max-width: 75%;
    display: inline-block;
    color: #fff;
    background-color: var(--renk-mavi);
}

.main-slider .slide-item a {
    font-weight: 700;
    text-transform: uppercase;
}

.main-slider .active .slide-item span,
.main-slider .active .slide-item h2,
.main-slider .active .slide-item p,
.main-slider .active .slide-item a {
    animation-name: slideInLeft;
}

.main-slider .owl-nav {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 25%
}

.main-slider .owl-nav>button {
    margin-right: 25px;
}

.main-slider .owl-nav i {
    display: block;
    padding: 10px;
    font-size: 14px;
    background: var(--renk-mavi);
    color: #fff;
    border: 1px solid rgb(255 255 255 / 17%);
}


/************* SLIDE **************/


/************* ABOUT **************/

section.about {
    padding: 75px 0px;
    background-color: #fff;
}

section.about .about-boxs {
    margin-top: 30px;
    margin-right: 0;
    margin-left: 0;
    background-color: var(--renk-mavi);
}

section.about .about-boxs .about-box {
    position: relative;
    padding: 30px 25px;
}

section.about .about-boxs .about-box i {
    position: absolute;
    z-index: 0;
    color: rgb(255 255 255 / 5%);
    right: 5%;
    bottom: 5%;
    font-size: 5em;
}

section.about .about-boxs .about-box::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 0;
    z-index: 0;
    background: var(--renk-kirmizi);
    -webkit-transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

section.about .about-boxs .about-box:hover::after {
    width: 100%;
    left: 0;
}

section.about .about-boxs .about-box:last-child::after {
    background: var(--renk-mavi);
}

section.about .about-boxs .about-box h3 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
}

section.about .about-boxs .about-box h2 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 25px;
    color: #fff;
}

section.about .about-boxs .about-box p {
    color: #fff;
}

section.about .about-boxs .about-box:last-child {
    background-color: var(--renk-kirmizi);
}


/************* ABOUT **************/


/************* URETIM **************/

section.production {
    display: none;
    background-color: #efefef;
    padding: 50px 25px;
}

section.production .production-box {
    position: relative;
    background-color: #131313;
    padding: 25px;
}

section.production .production-box img {
    position: absolute;
    top: 5%;
    left: 5%;
    width: 50px;
    height: 50px;
}

section.production .production-box::after {
    top: 0;
    content: "";
    z-index: 0;
    left: 25%;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    position: absolute;
    background-color: #fff;
    opacity: .2;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}
section.product .list {
    border: 1px solid #dedede;
    display: flex;
    align-items: center;
    padding: 15px;
}
section.product .list h3{
    font-size: 18px;
}


/************* �RET�M **************/


/************* �R�NLER **************/

section.product {
    background-color: #efefef;
    padding: 50px 25px;
}

section.product .product-box {
    background-color: #fff;
}

section.product .product-box .box-header {
    position: relative;
    overflow: hidden;
    max-height: 200px;
}

section.product .product-box .box-header::before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

section.product .product-box:hover .box-header::before {
    background-color: rgb(20 65 122 / 50%);
}

section.product .product-box:hover .box-header img {
    transform: scale(1.1);
}

section.product .product-box .box-body {
    padding: 25px;
    position: relative;
}

section.product .product-box .box-body .box-ikon {
    position: absolute;
    right: 15px;
    top: -20px;
    background-color: var(--renk-kirmizi);
    padding: 10px 15px;
    font-size: 1em;
    z-index: 2;
}

section.product .product-box .box-body .box-ikon i {
    color: #fff;
}

.product-img-owl .item {
    overflow: hidden;
    max-height: 200px;
}

.product.detail .owl-thumbs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
}

.product.detail .owl-thumbs .owl-thumb-item {
    border: none;
    cursor: pointer;
    background-color: transparent;
}

.product.detail .owl-thumbs .owl-thumb-item img {
    width: 100%;
    max-width: 150px;
    border-radius: 5px;
    border: 4px solid  #ededed;
}
.pagination li a {
	border: 1px solid #000;
	display: block;
	padding: 10px 15px;
	margin-right: 10px;
	color: var(--renk-yazi);
    line-height: normal;
    border-radius: 0;
}
.pagination li a:hover {
	color: #fff;
	background-color: var(--renk-kirmizi);
}
/************* �R�NLER **************/


/************* MAP **************/

section.map-index {
    position: relative;
    background-color: var(--renk-kirmizi);
    padding: 100px 25px;
}

section.map-index .map-img {
    position: absolute;
    right: 5%;
    top: 15%;
    height: 100%;
    width: 50%;
}

section.map-index .map-box .section-title,
section.map-index .map-box .box-text p,
section.map-index .map-box .section-title h2,
section.contact-form .section-title,
section.contact-form .box-text p,
section.contact-form .section-title h2 {
    color: #fff;
}

section.map-index .blog-box .box-body {
    padding: 15px;
}


/************* MAP **************/


/************* REFERANSLAR **************/

section.partner {
    background-color: #efefef;
    padding: 100px 25px;
}

section.partner .blog-box {
    position: relative;
    border: 1px solid #efefef;
}

section.partner .blog-box .box-img {
    overflow: hidden;
}

section.partner .blog-box .box-body {
    padding: 15px;
}

section.detail .partner-item {
    margin-bottom: 25px;
}

section.detail .partner-item .img-fluid {
    width: 100%;
}


/************* REFERANSLAR **************/


/************* BLOG **************/

section.blog {
    background-color: #fff;
    padding: 50px 25px;
}

section.blog .blog-box {
    position: relative;
    border: 1px solid #efefef;
    margin: 10px 0;
}

section.blog .blog-box .box-img {
    position: relative;
    overflow: hidden;
}

section.blog .blog-box .box-img::before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

section.blog .blog-box:hover .box-img::before {
    background-color: rgb(20 65 122 / 50%);
}

section.blog .blog-box .box-body {
    padding: 15px;
}


/************* BLOG **************/


/************* GALER� **************/

section.galery {
    padding: 110px 0;
}

section.galery .row>div {
    margin-bottom: 25px;
}

section.galery .row>div a {
    display: block;
    margin-bottom: 15px;
    border: 1px solid #dedede;
}

section.galery .row>div a:hover {
    transform: scale(1.1);
}


/************* GALER� **************/


/************* FOOTER **************/

footer {
    padding-top: 100px;
    background-color: #111;
}

footer .footer-top .footer-widget {
    margin: 15px 0;
}

footer .footer-top .footer-widget h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    padding-bottom: 20px;
}

footer .footer-top .footer-widget .footer-logo {
    margin-bottom: 15px;
    display: block;
}

footer .footer-top .footer-widget p {
    color: #fff;
}

footer .footer-top .footer-widget .footer-list {
    color: #fff;
    list-style: none;
}

footer .footer-top .footer-widget .footer-list li {
    padding: 5px 0;
    position: relative;
    display: flex;
    justify-content: flex-start;
}

footer .footer-top .footer-widget .footer-list li i {
    color: #fff;
    width: 25px;
    padding: 5px;
}

footer .footer-top .footer-widget .footer-list li a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: var(--renk-kirmizi)
}

footer .footer-top .footer-widget .footer-list li:hover a:before {
    width: 25%;
    -webkit-transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

footer .footer-bottom {
    padding-top: 25px;
    background-color: #131313;
}

footer .footer-bottom p {
    color: #fff;
}


/************* FOOTER **************/


/************* DETAY **************/

section.detail {
    margin-top: 0!important;
}

.steps-content {
    padding-top: 50px;
    counter-reset: steps;
}

.steps-content .step-box {
    position: relative;
    border-right: 1px solid var(--renk-kirmizi);
}

.steps-content .step-box::before {
    counter-increment: steps;
    content: "0" counter(steps);
    position: absolute;
    right: 5px;
    top: 0;
    font-size: 7em;
    font-weight: 600;
    line-height: 1;
    opacity: 0.05;
}

.steps-content .step-box .box-header {
    margin-bottom: 20px;
    padding: 15px;
    width: 50%;
    background-color: #f2f2f2;
}

.steps-content .step-box .box-body h3 {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 10px;
    text-transform: uppercase;
}


.product-features {
    margin-bottom: 25px;
}

.product-features hr {
    border-color: #b1b1b1;
}

.product-features h4 {
    color: var(--renk-kirmizi);
    text-transform: uppercase;
    font-size: 14px;
}

.product-features h3 {
    text-transform: uppercase;
}
.product-features .btn-default{
    max-width: 300px;
    background-color: #fff;
    border-color: rgb(37, 211, 102);
    color: #000 !important;
}
.product-features i{
    color: #fff;
    background-color: rgb(37, 211, 102) !important;
}
.product-features .blok-content .blok-item {
    position: relative;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #b1b1b1;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    align-items: center;
    border-radius: 0;
    text-align: center;
    font-size: 12px;
    margin-right: 10px;
    margin-bottom: 15px;
    float: left;
    list-style: none;
}

.product-features .blok-content .blok-item:last-child {
    margin-right: 0;
}

.product-features .blok-content .blok-item .icon {
    width: 25px;
    height: 25px;
    margin-right: 5px;
    display: block;
}

.product-features .blok-content .blok-item .icon::before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}

.product-features .blok-content .blok-item .icon-kare::before {
    background-image: url(../img/ikonlar/kareAmbalaj.svg);
}

.product-features .blok-content .blok-item .icon-oval::before {
    background-image: url(../img/ikonlar/yuvarlakAmbalaj.svg);
}

.product-features .blok-content .blok-item .icon-diktortgen::before {
    background-image: url(../img/ikonlar/dikdortgenAmbalaj.svg);
}

.product-features .blok-content .blok-item .icon-ozel::before {
    background-image: url(../img/ikonlar/ozelProjeler.svg);
}

.product-features .blok-content .blok-item .icon-kapak::before {
    background-image: url(../img/ikonlar/kapak.svg);
}

.product-tabs {
    padding: 15px;
    background-color: #fff;
}

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

.nav-tabs .nav-item .nav-link {
    position: relative;
    width: 100%;
    border: 0;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    font-size: 25px;
    border-radius: 0;
    font-family: "Oswald", sans-serif!important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #ededed;
}
/************* DETAY **************/


/************* ILETISIM **************/

section.contact {
    padding-top: 120px;
}

section.contact .contact-box {
    background-color: var(--renk-kirmizi);
    padding: 70px 25px;
}

section.contact .map p {
    margin-top: 25px;
    margin-bottom: 0;
}

section.contact .col-lg-4:first-child .contact-box {
    background-color: var(--renk-mavi);
}

section.contact .col-lg-4:last-child .contact-box {
    background-color: #f2f5f8;
}

section.contact .contact-box:hover i {
    margin-top: -10px;
    margin-bottom: 10px;
}

section.contact .contact-box .box-icon i {
    color: #fff;
    font-size: 5em;
    line-height: 1;
}

section.contact .col-lg-4:first-child .contact-box .box-icon i {
    color: var(--renk-kirmizi);
}

section.contact .col-lg-4:last-child .contact-box .box-icon i {
    color: var(--renk-mavi);
}

section.contact .contact-box .box-body p {
    color: #fff;
}

section.contact .contact-box .box-body h3 {
    color: #fff;
    text-transform: uppercase;
}

section.contact .col-lg-4:last-child .contact-box .box-body p,
section.contact .col-lg-4:last-child .contact-box .box-body h3 {
    color: #000;
}

section.contact-form {
    padding-bottom: 120px;
}

section.contact-form .form-group {
    position: relative;
    color: #fff;
}

section.contact-form .form-group i {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    color: #fff;
    background-color: var(--renk-kirmizi);
}

section.contact-form .form-group .form-control {
    border-radius: 0;
    background-color: transparent;
    padding-left: 40px;
    border: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
}

.right-about .siderbar-off-btn {
    background: transparent;
}
.tab-content {
    width: 100%;
}
.tab-content .tab-pane {
    background-color: #F1F1F1;
    padding: 0 15px;
}

/************* mediacss **************/

@media (min-width: 576px) {
    #cerez-sozlesme {
        display: flex;
        justify-content: center;
        padding: 10px;
    }
    #cerez-sozlesme p {
        margin: 0;
    }
    #cerez-sozlesme .btn-sozlesme {
        width: 20%;
    }
}

@media (min-width: 760px) {
    #cerez-sozlesme {
        padding: 15px 20px;
    }
    .header-top .header-flex,
    .header-nav nav>.menu {
        justify-content: space-between;
        display: flex;
    }
    .main-slider .slide-item h2 {
        font-size: 35px;
    }
    section.map-index .map-box {
        width: 50%;
    }
    .page-banner {
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    .mobil,
    button.mobil {
        display: none;
    }
    .masaustu {
        display: block;
    }
    h1 {
        font-size: 50px;
    }
    h2 {
        font-size: 40px;
    }
    h3 {
        font-size: 24px;
    }
    h4 {
        font-size: 25px;
    }
    h5 {
        font-size: 18px;
    }
    h6 {
        font-size: 14px;
    }
    .main-slider .slide-item h2 {
        font-size: 45px;
    }
    #cerez-sozlesme p {
        font-size: 12px;
        padding: 5px 0;
    }
    #cerez-sozlesme .btn-sozlesme {
        width: 100px;
        margin-left: 10px;
    }
    
    .header-top .header-flex a:nth-child(3),
    .header-top .header-flex a:nth-child(4) {
        display: block;
    }
}

@media (min-width: 1200px) {}

@media (min-width: 1440px) {}