@import url('../fonts/stylesheet.css');
@import url('bootstrap.css');
@import url('animate.css');
@import url('swiper.css');
@import url('fancybox.css');
@import url('hover.css');
/* DEFAULT SETTİINGS */

:root {
    --red: #12cc45;
    --dark_grey: #1a1918;
    --light_grey: #2a2927;
    --main-font: 'Biennale';
    --white_filter: brightness(0) invert(1);
    --padding: calc((100vw - 1600px) / 2);
}

strong {
    font-weight: bold !important;
}

.w-10 {
    width: 10% !important;
}

.w-15 {
    width: 15% !important;
}

.w-20 {
    width: 20% !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.bg_dark_grey {
    background-color: var(--dark_grey);
}

.bg_light_grey {
    background-color: var(--light_grey);
}

body {
    font-family: var(--main-font);
    font-weight: 300;
    color: var(--dark_grey) !important;
}

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

/* Track */

::-webkit-scrollbar-track {
    background: var(--dark_grey);
}

/* Handle */

::-webkit-scrollbar-thumb {
    background: var(--red);
    border-radius: 50px
}

.okaso-font {
    font-family: '29LT Okaso';
}

.navbar-toggler:focus, .navbar-toggler:active, .navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

img {
    max-width: 100% !important;
}

*::selection {
    color: #fff;
    background: var(--red);
}

.text_red {
    color: var(--red);
}

.big_container {
    width: 90vw;
    margin: 0 auto;
}

.menu_container {
    width: 95%;
    margin: 0 auto;
}

*:focus {
    outline: none;
    box-shadow: none !important;
}

* {
    transition: ease all .25s;
}

*:hover {
    transition: ease all .25s;
}

a {
    text-decoration: none;
    color: var(--dark_grey);
}

a:hover {
    color: var(--red);
}

.text-white {
    color: #fff !important;
}

.swiper-slide {
    overflow: hidden;
}

input.parsley-success, select.parsley-success, textarea.parsley-success {
    border-color: #006400 !important;
}

input.parsley-error, select.parsley-error, textarea.parsley-error {
    border-color: #cc0000 !important;
}

.parsley-errors-list {
    margin: 2px 0 3px;
    padding: 0;
    list-style-type: none;
    font-size: 0.9em;
    line-height: 0.9em;
    opacity: 0;
    transition: all .3s ease-in;
}

.parsley-errors-list.filled {
    opacity: 1;
}

p.parsley-success {
    color: #468847 !important;
    background-color: #fff !important;
    border: 1px solid #89a663 !important;
}

p.parsley-error {
    color: #B94A48 !important;
    background-color: #fff !important;
    border: 1px solid #fff !important;
}

ul.parsley-errors-list {
    margin-top: 5px;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
    display: none;
}

ul.parsley-errors-list li {
    font-size: 10px;
    background: #d86786;
    padding: 5px 10px;
    border-radius: 4px;
}

#footer .copyright .icon {
    width: 38px;
    height: 21px;
}

#footer .copyright a:hover .icon {
    transform: skew(-15deg);
    transition: 500ms;
}

.btn {
    border-radius: 0;
    border: 1px solid var(--dark_grey);
    padding: 15px;
    color: var(--dark_grey);
    width: 250px;
    text-align: center;
    position: relative;
}

.btn:hover {
    background: var(--dark_grey);
    border-color: var(--dark_grey);
    color: #fff;
}

.navbar {
    padding-top: 0px;
    padding-bottom: 0px;
}

.navbar .nav-item {
    padding: .5rem .5rem;
    margin: 0 .25rem;
}

.navbar .dropdown {
    position: static;
}

.navbar .dropdown-menu {
    width: 60%;
    left: 39%;
    right: 0;
    background: var(--light_grey);
    border-top: 40px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    padding: 0 20px 20px;
    border-radius: 20px;
    margin: 0;
}

#header .navbar .navbar-nav .dropdown-menu::after {
    content: '';
    position: absolute;
    background: var(--light_grey);
    width: 100%;
    height: 20px;
    left: 0;
    top: -20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
    display: block!important;
}

#slider .swiper-container {
    overflow: hidden;
}

#slider .text-wrapper .slide-title, #slider .text-wrapper .slide-text, #slider .text-wrapper .btn {
    transform: translateX(-1500%);
}

.bg_isohips {
    position: relative;
}

.bg_isohips::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/isohips.svg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: .5;
    z-index: 0;
}

[data-overlay="0"]:before {
    opacity: 0
}

[data-overlay="1"]:before {
    opacity: 0.1
}

[data-overlay="2"]:before {
    opacity: 0.2
}

[data-overlay="3"]:before {
    opacity: 0.3
}

[data-overlay="4"]:before {
    opacity: 0.4
}

[data-overlay="5"]:before {
    opacity: 0.5
}

[data-overlay="6"]:before {
    opacity: 0.6
}

[data-overlay="7"]:before {
    opacity: 0.7
}

[data-overlay="8"]:before {
    opacity: 0.8
}

[data-overlay="9"]:before {
    opacity: 0.9
}

[data-overlay="10"]:before {
    opacity: 1
}

[data-filter="black"]:before {
    filter: brightness(0);
}

.mask:after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(18, 204, 69, 0.5);
    z-index: 1;
}

/* DEFAULT SETTİINGS END */

#header {
    position: fixed;
    width: 100%;
    z-index: 1050;
}

#header .navbar-nav>li {
    padding: 0;
}

#header .navbar-nav>li>a {
    color: #fff;
    font-family: Biennale;
    font-size: 16px;
    letter-spacing: -0.44px;
    text-transform: uppercase;
    padding: 35.5px 50px;
    position: relative;
}

#header .navbar-nav>li>a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 12px;
    height: 0;
    background: var(--red);
    transition: height ease .25s;
}

#header .navbar-nav>li>a:hover::before, #header .navbar-nav>li.active>a::before {
    height: 20px;
    transition: height ease .25s;
}

#header .navbar-nav>li.dropdown-active>a::after {
    content: '';
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 20px;
    border-color: transparent transparent var(--light_grey) transparent;
    opacity: 0;
}

#header .navbar-nav>li.dropdown-active.active>a::after {
    opacity: 1;
}

#header .navbar-nav>li>a:hover, #header .navbar-nav>li.active>a {
    color: var(--red);
}

#header .dropdown-menu .item {
    padding: 25px 40px;
    border-radius: 20px;
}

#header .dropdown-menu .image-wrapper::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: var(--red);
    z-index: 0;
    opacity: 0;
    transition: opacity .25s;
}

#header .dropdown-menu .image-wrapper img {
    width: 65px;
    height: 65px;
    object-fit: contain;
    margin-top: 40px;
    z-index: 1;
    position: relative;
}

#header .dropdown-menu .title {
    color: #fff;
    margin-top: 70px;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.55;
    display: block;
}

#header .dropdown-menu .item:hover {
    background: var(--dark_grey);
}

#header .dropdown-menu .item:hover .image-wrapper::after {
    opacity: .7;
    transition: opacity .25s;
}

#header .language .language-menu {
    position: relative;
}

#header .language .language-menu:hover {
    cursor: pointer;
}

#header .language .language-menu .selected {
    border: 2px solid var(--red);
    border-radius: 6px;
    padding: 10px 13px;
    color: #fff;
}

#header .language .language-menu .selected .icon {
    margin-left: 20px;
    width: 15px;
    height: 15px;
    transform: scaleX(-1);
}

#header .language .language-menu.open .selected .icon {
    transform: rotate(90deg);
}

#header .language .language-menu .links {
    border: 2px solid var(--red);
    padding: 4px 0;
    position: absolute;
    width: 100%;
    text-align: center;
    padding: 0;
    overflow: hidden;
    transform-origin: top;
    transform: scaleY(0);
    border-radius: 6px;
    margin-top: 6px;
    background: var(--dark_grey);
}

#header .language .language-menu .links a {
    display: block;
    border-bottom: 2px solid var(--red);
    padding: 6px;
    color: #fff;
}

#header .language .language-menu .links a:hover {
    background: var(--red);
    text-decoration: none;
}

#header .language .language-menu .links a:last-child {
    border-bottom: none;
}

#header .language .language-menu.open .links {
    border-color: var(red);
    transform: scaleY(1);
}

#slider {
    width: 100%;
    height: 100vh;
    position: relative;
}

#slider .swiper-container {
    border-radius: 20px;
}

#slider img {
    width: 100%;
    height: calc(100vh - 195px);
    object-fit: cover;
}

#slider .text-wrapper {
    position: absolute;
    left: 12%;
    top: 60%;
    transform: translateY(-50%);
}

#slider .text-wrapper .slide-title {
    font-size: 70px;
    font-weight: 900;
    letter-spacing: -1.94px;
    color: #fff;
}

#slider .text-wrapper .slide-title strong {
    font-size: 123px;
    letter-spacing: -3.42px;
    display: block;
}

#slider .text-wrapper .slide-text {
    font-size: 30px;
    color: #fff;
    margin-top: 30px;
}

#slider .navigator {
    height: 100px;
}

#slider .navigator .social-media, #slider .navigator .pagination {
    width: 25%;
}

#slider .navigator .social-media .icon-wrapper {
    filter: var(--white_filter);
    margin-right: 35px;
}

#slider .navigator .social-media .icon-wrapper:hover {
    filter: unset;
}

#slider .navigator .social-media .icon {
    width: 17px;
    height: 17px;
}

#slider .navigator .go_bottom .text {
    color: #fff;
    font-size: 24px;
}

#slider .navigator .go_bottom .icon-wrapper {
    background: var(--red);
    width: 65px;
    height: 65px;
    margin: 0 12px;
    border-radius: 50%;
    overflow: hidden;
}

#slider .navigator .go_bottom .icon {
    width: 15px;
    height: 30px;
    position: absolute;
}

#slider .navigator .go_bottom .icon-wrapper .icon:first-of-type {
    transform: translateY(-175%);
}

#slider .navigator .go_bottom .icon-wrapper:hover .icon:first-of-type {
    transform: translateY(0%);
}

#slider .navigator .go_bottom .icon-wrapper:hover .icon:last-of-type {
    transform: translateY(175%);
}

#slider .navigator .go_bottom:hover {
    cursor: pointer;
}

#slider .navigator .go_bottom:hover .text {
    text-decoration: underline;
}

#slider .navigator .pagination .swiper-button {
    border-left: 1.5px solid #fff;
    padding-left: 3px;
}

#slider .navigator .pagination .swiper-button.prev {
    transform: scaleX(-1);
}

#slider .navigator .pagination .swiper-button:hover {
    border-color: var(--red);
}

#slider .navigator .pagination .swiper-button .icon {
    width: 30px;
    height: 22px;
    filter: var(--white_filter);
}

#slider .navigator .pagination .swiper-pagination {
    position: relative;
    color: #fff;
    bottom: 0;
    width: auto;
}

#slider .swiper-pagination-current {
    padding: 5px 20px;
    font-size: 20px;
    color: #fff;
    min-width: 55px;
    display: block;
    line-height: 1;
}

#body .home-corporate {
    padding: 100px 0;
}

#body .home-corporate .slogan {
    font-size: 65px;
    font-weight: 900;
    line-height: 1.11;
    letter-spacing: -1.67px;
    color: #fff;
}

#body .home-corporate .text {
    font-size: 17px;
    color: #fff;
}

#body .home-corporate .link {
    margin-top: 50px;
}

#body .home-corporate .link .icon-wrapper {
    width: 60px;
    height: 60px;
    border: 2px solid var(--red);
    border-radius: 50%;
    margin-right: 20px;
}

#body .home-corporate .link .icon-wrapper .icon {
    width: 15px;
    height: 15px;
	filter: brightness(100);
}

#body .home-corporate .link:hover .icon-wrapper {
    background: var(--red);
}

#body .home-corporate .link:hover .icon-wrapper .icon {
    filter: brightness(0);
}

#body .home-corporate .link span {
    color: #fff;
}

#body .home-corporate .link:hover span {
    text-decoration: underline;
}

#body .home-products {
    padding: 40px 0;
}

#body .home-products .header-wrapper {
    margin-bottom: 40px;
}

#body .home-products .header-wrapper .title {
    position: relative;
    text-align: center;
    display: inline-block;
    font-size: 30px;
    font-weight: 500;
    color: #fff;
}

#body .home-products .header-wrapper .title::before {
    content: '';
    position: absolute;
    left: -75px;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    background: url('../img/product_icon.svg') center center no-repeat;
    background-size: contain;
}

#body .home-products .swiper-slide {
    border-radius: 20px;
    background: url('../img/products_bg.jpg') center center no-repeat;
    background-size: cover;
    min-height: 550px;
    position: relative;
}

#body .home-products .swiper-slide .title {
    font-size: 60px;
    font-weight: bold;
    line-height: 1.11;
    color: #fff;
    margin-top: 80px;
}

#body .home-products .image-wrapper::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: var(--red);
    z-index: 0;
    opacity: 0;
    transition: opacity .25s;
}

#body .home-products .image-wrapper img {
    width: 95px;
    height: 90px;
    object-fit: contain;
    margin-top: 90px;
    z-index: 1;
    position: relative;
}

#body .home-products .swiper-button {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) translateX(50%);
    z-index: 1;
    width: 50px;
    height: 50px;
    border: 2px solid var(--red);
    border-radius: 50%;
    z-index: 1;
}

#body .home-products .swiper-button.prev {
    left: 0;
    right: unset;
    transform: translateY(-50%) translateX(-50%) scaleX(-1);
}

#body .home-products .swiper-button .icon {
    width: 15px;
    height: 15px;
	filter: brightness(100);
}

#body .home-products .swiper-button:hover {
    background: var(--red);
}

#body .home-products .swiper-button:hover .icon {
    filter: brightness(0)
}

#body .home-products .swiper-slide:hover .image-wrapper::after {
    opacity: .7;
    transition: opacity .25s;
}

#body .content img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

#body .content .bg_isohips::before {
    opacity: 0;
    transition: opacity .3s;
}

#body .content .item:hover .bg_isohips::before {
    opacity: .2;
    transition: opacity .3s;
}

#body .content .text-wrapper {
    z-index: 1;
    position: relative;
    padding: 0 125px;
}

#body .content .text-wrapper .title {
    font-size: 35px;
    font-weight: 900;
    line-height: 1.9;
    letter-spacing: -0.97px;
    color: var(--dark_grey);
    margin-bottom: 30px;
}

#body .content .text-wrapper .title:hover {
    color: var(--red);
    text-decoration: none;
}

#body .content .text-wrapper .text {
    font-size: 17px;
    line-height: 1.76;
    font-weight: 500;
    color: var(--dark_grey);
    width: 50%;
    margin-bottom: 70px;
}

#body .content .text-wrapper .link .icon-wrapper {
    width: 60px;
    height: 60px;
    border: 2px solid var(--dark_grey);
    border-radius: 50%;
    margin-right: 20px;
}

#body .content .item:hover .text-wrapper .icon-wrapper {
    background: rgba(18, 204, 69, 0.85);
    border-color: rgba(18, 204, 69, 0.425);
}

#body .content .text-wrapper .link .icon-wrapper .icon {
    width: 15px;
    height: 15px;
    filter: brightness(0);
}

#body .content .item:hover .text-wrapper .icon-wrapper .icon {
    filter: var(--white_filter);
}

#body .content .text-wrapper .link span {
    font-size: 15px;
    color: var(--dark_grey);
}

#body .content .text-wrapper .link:hover span {
    text-decoration: underline;
}

#body .content .item:nth-child(2n) .text-wrapper {
    text-align: right;
}

#body .content .item:nth-child(2n) .text-wrapper .text {
    margin-left: auto;
}

#body .parallax_wrapper {
    position: relative;
    min-height: 600px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#body .parallax_wrapper::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
}

#body .parallax_wrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 450px;
    height: 250px;
    object-fit: contain;
}

#footer .footer-top {
    padding: 10px 0px 0px 0px;
}

#footer .footer-top .contact a {
    color: #fff;
    display: block;
    margin-bottom: 15px;
}

#footer .footer-top .contact a[href]:hover {
    color: var(--red);
}

#footer .go_top .icon-wrapper {
    width: 110px;
    height: 110px;
    margin: 0 auto;
    background: var(--red);
    border-radius: 50%;
    box-shadow: 0px 0px 34px -9px rgba(0, 0, 0, 0.75);
    border: 3px solid var(--red);
}

#footer .go_top .icon-wrapper .icon {
    height: 25px;
    filter: var(--white_filter);
    transform: rotate(-90deg);
}

#footer .go_top .icon-wrapper:hover {
    box-shadow: none;
    background: transparent;
    border-color: #fff;
    cursor: pointer;
}

#footer .social-media .title {
    font-size: 40px;
    font-weight: bold;
}

#footer .social-media span {
    font-size: 16px;
    display: block;
    margin-bottom: 30px;
}

#footer .social-media .icon-wrapper {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    margin-left: 25px;
}

#footer .social-media .icon-wrapper .icon {
    width: 16px;
    height: 16px;
    filter: brightness(0) opacity(.8);
}

#footer .social-media .icon-wrapper:hover {
    background: var(--red);
}

#footer .social-media .icon-wrapper:hover .icon {
    filter: var(--white_filter);
}

#footer .copyright {
    font-size: 14px;
    line-height: 2.14;
    padding: 10px 0;
}

#footer .copyright .links {
    margin-left: 15px;
}

#footer .copyright .links a {
    color: #fff;
    display: inline-block;
    position: relative;
    padding: 0 10px;
}

#footer .copyright .links a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 35%;
    background: #fff;
}

#footer .anatol .icon {
    width: 47px;
    height: 25px;
    filter: var(--white_filter) opacity(.6);
}

#footer .anatol:hover .icon {
    transform: skew(-15deg);
    transition: 500ms;
}

#banner .image-wrapper {
    border-radius: 20px;
    position: relative;
    overflow-y: hidden;
}

#banner .image-wrapper::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .55);
}

#banner img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}

#banner .text-wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 95%;
}

#banner .text-wrapper .page-title {
    font-size: 70px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: -1.94px;
    color: #fff;
}

#banner .text-wrapper .breadcrumb {
    background: transparent;
}

#banner .text-wrapper .breadcrumb .breadcrumb-item, #banner .text-wrapper .breadcrumb .breadcrumb-item a {
    color: #fff;
    font-size: 16px;
    letter-spacing: -0.44px;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
    font-size: 16px;
}

#body .home-corporate img {
    width: 250px;
    height: 150px;
    object-fit: contain;
}

#body .content-1 {
    overflow: hidden;
}

#body .content-1 .item {
    padding: 75px 0;
}

#body .content-1 .item img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 20px;
}

#body .content-1 .item .text-wrapper {
    font-size: 17px;
}

#body .content-1 .item:nth-child(2n) {
    position: relative;
}

#body .content-1 .item:nth-child(2n)::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background: #f1f1f1;
}

#body .content-1 .item:nth-child(2n) .text-wrapper {
    order: -1;
}

#body .selection {
    padding: 55px 0;
}

#body .selection .title {
    font-size: 60px;
    font-weight: 900;
    line-height: 1.11;
    letter-spacing: -1.67px;
    color: #fff;
}

#body .selection .category {
    width: 30%;
    z-index: 1040;
}

#body .selection .category-menu {
    position: relative;
    width: 100%;
}

#body .selection .category-menu:hover {
    cursor: pointer;
}

#body .selection .category-menu .selected {
    border: 2px solid var(--red);
    border-radius: 6px;
    padding: 10px 13px;
    color: #fff;
    width: 100%;
    height: 80px;
}

#body .selection .category-menu .selected .icon-wrapper {
    width: 55px;
    height: 55px;
    background: var(--red);
    border-radius: 50%;
}

#body .selection .category-menu .selected .icon {
    width: 15px;
    height: 15px;
    transform: scaleX(-1);
    filter: var(--white_filter);
}

#body .selection .category-menu.open .selected .icon {
    transform: rotate(90deg);
}

#body .selection .category-menu .links {
    border: 2px solid var(--red);
    padding: 4px 0;
    position: absolute;
    width: 100%;
    text-align: center;
    padding: 0;
    overflow: hidden;
    transform-origin: top;
    transform: scaleY(0);
    border-radius: 6px;
    margin-top: 6px;
    background: var(--dark_grey);
}

#body .selection .category-menu .links a {
    display: block;
    border-bottom: 2px solid var(--red);
    padding: 6px;
    color: #fff;
}

#body .selection .category-menu .links a:hover {
    background: var(--red);
    text-decoration: none;
}

#body .selection .category-menu .links a:last-child {
    border-bottom: none;
}

#body .selection .category-menu.open .links {
    border-color: var(red);
    transform: scaleY(1);
}

#body .gallery {
    padding: 50px 0;
}

#body .gallery::before {
    height: 50% !important;
}

#body .gallery .item {
    margin-bottom: 30px;
}

#body .gallery .image-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    display: block;
}

#body .gallery .image-wrapper::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    transition: opacity .25s;
}

#body .gallery .image-wrapper::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    bottom: 0;
    width: 80%;
    height: 7px;
    border-radius: 10px;
    background: var(--red);
    transition: transform .25s;
}

#body .gallery img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

#body .gallery .icon {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: ease all .5s;
}

#body .gallery .item:hover .image-wrapper::after {
    transform: translateX(-50%) scaleX(1);
    transition: transform .25s;
}

#body .gallery .item:hover .image-wrapper::before {
    opacity: .5;
}

#body .gallery .item:hover .icon {
    opacity: 1;
    transition: ease all .5s;
}

#body .product-detail-list .swiper-container {
    height: 850px;
    padding: 50px 0 100px;
}

#body .product-detail-list .swiper-slide {
    border-radius: 20px;
    background: url('../img/product_detail_bg.jpg') center center no-repeat;
    background-size: 100% 100%;
    height: calc((100% - 60px) / 2);
    margin-top: 30px;
    position: relative;
}

#body .product-detail-list .swiper-slide::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    bottom: 0;
    width: 80%;
    height: 7px;
    border-radius: 10px;
    background: var(--red);
    transition: transform .25s;
}

#body .product-detail-list .swiper-slide:hover::after {
    transform: translateX(-50%) scaleX(1);
    transition: transform .25s;
}

#body .product-detail-list .swiper-slide .title {
    font-size: 50px;
    font-weight: bold;
    line-height: 1.33;
    color: #fff;
    padding: 30px;
    text-align: center;
}

#body .product-detail-list .swiper-scrollbar {
    background: transparent;
}

#body .product-detail-list .swiper-scrollbar-drag {
    background: var(--red);
}

#body .contact-page {
    padding-bottom: 100px;
}

#body .contact-page .contact-info .item {
    width: 17.5%;
    padding: 0 15px;
}

#body .contact-page .contact-info .item:first-of-type {
    width: 45%;
}

#body .contact-page .contact-info .item .icon {
    width: 25px;
    height: 25px;
    margin-bottom: 40px;
}

#body .contact-page .contact-info .item .title {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
}

#body .contact-page .contact-info .item a {
    font-size: 16px;
    color: #fff;
    display: block;
    margin-bottom: 8px;
}

#body .contact-page .contact-info .item a[href]:hover {
    color: var(--red);
    text-decoration: none;
}

#body .contact-page .contact-info .item .info a:last-of-type {
    margin-bottom: 50px;
}

#body .contact-form .form-control {
    background-color: var(--dark_grey);
    border: 2px solid var(--red);
    border-radius: 30px;
    height: 60px;
    margin-bottom: 30px;
    padding: 20px 35px;
    font-size: 16px;
    color: #fff;
}

#body .contact-form .form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.25);
}

#body .contact-form textarea.form-control {
    height: unset;
    resize: none;
    margin-bottom: 0;
}

#body .contact-form .btn {
    width: 100%;
    height: 60%;
    display: block;
    background: var(--red);
    border: 2px solid var(--red);
    border-radius: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

#body .contact-form .btn:hover {
    border-color: #fff;
    background: var(--light_grey);
}

#body .map-wrapper {
    padding: 80px 0;
}

#body .map-wrapper iframe {
    z-index: 9;
    position: relative;
    border-radius: 20px;
    width: 100% !important;
    height: 500px !important;
}

#body .document-page {
    padding: 50px 0 75px;
}

#body .document-page .item {
    padding: 40px 35px;
    border-radius: 20px;
    margin-bottom: 30px;
    min-height: 250px;
}

#body .document-page .item .left {
    width: 80%;
    position: relative;
}

#body .document-page .item .left::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: calc(100% + 80px);
    background: var(--dark_grey);
}

#body .document-page .item .left .icon-wrapper {
    margin-bottom: 35px;
}

#body .document-page .item .icon {
    width: 40px;
    height: 45px;
}

#body .document-page .item .text {
    font-size: 20px;
    color: #fff;
    width: 75%;
    display: block;
}

#body .document-page .item .text:hover {
    color: var(--red);
    text-decoration: none;
}

#body .document-page .item .right {
    width: 20%;
}

#body .document-page .item .right span {
    font-size: 16px;
    color: #fff;
}

#body .document-page .item .right a:hover {
    text-decoration: none;
}

#body .document-page .item .right .icon-wrapper {
    width: 45px;
    height: 45px;
    background: var(--red);
    border-radius: 50%;
    margin-top: 10px;
}

#body .document-page .item .right .icon {
    width: 12px;
    height: 10px;
    transform: rotate(90deg);
    filter: brightness(0);
}

#body .document-page .item .right a:hover .icon-wrapper {
    box-shadow: 0px 0px 17px 2px rgba(0, 0, 0, 0.75);
}

#body .human-resources-page::before {
    height: 50%;
}

#body .human-resources-page {
    padding: 75px 0;
}

#body .human-resources-page .contact-form .btn {
    height: 60px;
}

.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile+label {
    max-width: 100%;
    width: 100%;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 1rem 1.25rem;
    border-radius: 30px;
    height: 60px;
}

.no-js .inputfile+label {
    display: none;
}

.inputfile:focus+label, .inputfile.has-focus+label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

/* style 2 */

.inputfile-2+label {
    color: rgba(255, 255, 255, 0.25);
    border: 2px solid var(--red);
}

.inputfile-2:focus+label, .inputfile-2.has-focus+label, .inputfile-2+label:hover {
    color: #fff;
}
.iso{
    border-radius: 15px;
    height: 120px;
    object-fit: contain;
}

/* RESPONSIVE */

@media only screen and (min-width: 1366px) {
    /* BİLGİSAYAR EKRANLARI */
    #header {
        min-height: 95px;
    }
    #header .navbar-brand {
        position: absolute;
        left: 8%;
        top: 0;
        z-index: 1;
        background: var(--dark_grey);
        padding: 20px 10px;
        border-radius: 15px;
    }
}

#body .spesification-page {
    padding: 75px;
}

#body .spesification-page::before {
    height: 50%;
}

#body .spesification-page .item {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px;
}

#body .spesification-page .item .text-wrapper {
    padding: 40px 35px;
}

#body .spesification-page .item .text-wrapper .title {
    font-size: 30px;
    color: #fff;
}

#body .spesification-page .item .image-wrapper img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

#body .spesification-page .item .image-wrapper::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 80%;
    height: 8px;
    background: #fff;
    border-radius: 8px;
    transition: transform .25s;
}

#body .spesification-page .item .image-wrapper:hover::before {
    transform: translateX(-50%) scaleX(1);
    transition: transform .25s;
}

#body .spesification-page .item .text-wrapper .icon-wrapper {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: var(--red);
}

#body .spesification-page .item .text-wrapper .icon {
    width: 12px;
    height: 10px;
    filter: var(--white_filter);
}

#body .spesification-page .item .text-wrapper .icon-wrapper:hover {
    transform: rotate(180deg);
}

#body .spesification-page .item:hover {
    background: var(--red);
}

#body .spesification-page .item:hover .icon-wrapper {
    background: #fff;
}

#body .spesification-page .item:hover .icon {
    filter: brightness(0);
}

#body .content-2 {
    padding: 150px 0 100px;
}

#body .content-2::before {
    height: 50%;
}

#body .content-2 .icons {
    margin-bottom: 75px;
}

#body .content-2 .icons .icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 25px;
    display: block;
}

#body .content-2 .icons .title {
    font-size: 25px;
    font-weight: 900;
    color: #fff;
}

#body .content-2 .icons .info {
    font-size: 19px;
    color: #fff;
    display: block;
}

#body .content-2 .text h2 {
    font-size: 30px;
    font-weight: 900;
    color: var(--red);
    margin-bottom: 30px;
    text-shadow: none;
}

#body .content-2 .text table {
    width: 100%;
}

#body .content-2 .text table td {
    padding: 8px 15px;
    position: relative;
}

#body .content-2 .text table td::before {
    content: '';
    position: absolute;
    left: -4px;
    top: 50%;
    transform: translateY(-50%);
    width: 9px;
    height: 9px;
    background: var(--red);
    border-radius: 50%;
    opacity: 0;
}

#body .content-2 .text table td:hover::before {
    opacity: 1;
}

#body .content-2 .text {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
}

@media only screen and (min-width: 2440px) {
    /* GENİŞ EKRAN */
    #banner img {
        height: 600px;
    }
}

@media only screen and (min-width: 1366px) and (max-width: 1919px) {
    /* STANDART EKRAN */
}

@media only screen and (min-width: 1366px) and (max-width: 1919px) {
    /* KÜÇÜK EKRAN  */
    #header .navbar-brand {
        left: 3%;
    }
    #header .navbar-nav>li>a {
        padding: 35.5px 35px;
    }
    #slider .text-wrapper .slide-title {
        font-size: 45px;
    }
    #slider .text-wrapper .slide-title strong {
        font-size: 80px;
    }
    #slider .text-wrapper .slide-text, #header .dropdown-menu .title {
        font-size: 25px;
    }
    #header .dropdown-menu .item {
        padding: 25px;
    }
    #body .content .text-wrapper {
        padding: 0 50px;
    }
    #body .content .text-wrapper .text {
        width: 75%;
    }
    #body .parallax_wrapper {
        min-height: 500px;
    }
    #banner img {
        height: 475px;
    }
    #body .document-page .item {
        min-height: 280px;
    }
}

@media only screen and (max-width: 1365px) {
    /* IPAD  PRO VE ALTI */
    #header {
        padding: 20px;
    }
    #header .navbar-toggler {
        padding: 10px 0;
        border: 0;
        margin: 0;
    }
    #header .navbar-toggler span {
        width: 30px;
        height: 3px;
        margin: 4px;
        display: block;
        background: #fff;
    }
    #header .navbar-brand {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: -30px;
        z-index: 1;
        background: var(--dark_grey);
        padding: 20px 10px;
        border-radius: 15px;
    }
    #header .language {
        position: absolute;
        right: 15px;
        top: 0;
    }
    .navbar .dropdown-menu {
        width: 100%;
        left: 0;
        border-top: 0;
    }
    #header .navbar .navbar-nav .dropdown-menu::after {
        display: none;
    }
    #header .navbar-nav>li>a {
        padding: 20px 0;
    }
    #header .dropdown-menu .item {
        padding: 25px 0;
    }
    #header .navbar-nav>li>a:hover::before, #header .navbar-nav>li.active>a::before {
        display: none;
    }
    #slider .text-wrapper {
        top: 80%;
    }
    #body .content img {
        height: 350px;
    }
    #body .content .text-wrapper {
        padding: 0 25px;
    }
    #body .content .text-wrapper .text {
        width: 100%;
    }
    #banner img {
        height: 400px;
    }
    #body .selection .category {
        width: 40%;
    }
    #body .contact-page .contact-info .item {
        width: 33% !important;
    }
    #body .document-page .item .text {
        width: 100%;
    }
    #body .content-2 .text{
        font-size: 15px;
    }
    #slider .navigator .social-media .icon-wrapper:last-of-type{
        margin-right: 0
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1365px) {
    /* IPAD PRO  */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    /* IPAD */
    #body .content-2 .icons .title{
        font-size: 20px;
    }
    #banner .text-wrapper{
        top: 70%;
    }
}

@media only screen and (max-width: 991px) {
    /* TABLET - MOBİL  */
    #slider .text-wrapper .slide-title {
        font-size: 45px;
    }
    #slider .text-wrapper .slide-title strong {
        font-size: 80px;
    }
    #body .home-corporate .slogan {
        margin-bottom: 30px;
        display: block;
    }
    #body .content .text-wrapper {
        padding: 30px 25px;
    }
    #body .content .item:nth-child(2n) .bg_isohips {
        order: 1;
    }
    #body .parallax_wrapper {
        min-height: 450px;
    }
    #body .parallax_wrapper img {
        width: 250px;
        height: 150px;
    }
    #body .home-corporate .slogan {
        font-size: 55px;
    }
    #banner .text-wrapper .page-title {
        font-size: 50px;
    }
    #body .home-corporate img {
        display: block;
        margin: 0 auto 30px;
    }
    #body .content-1 .item img {
        height: 400px;
        margin-bottom: 30px;
    }
    #body .content-1 .item:nth-child(2n) .text-wrapper {
        order: 2;
    }
    #body .product-detail-list .swiper-container {
        height: 650px;
        padding: 25px 0 75px;
    }
}

#header .navbar-brand {
        max-width: 240px;
    }

@media screen and (max-width: 767px) {
    /* MOBİL  */
    #header {
        max-height: 100%;
        overflow-y: scroll;
    }
    .navbar .dropdown-menu {
        padding-top: 20px;
    }
    #slider .text-wrapper {
        left: 5%;
    }
    #slider .text-wrapper .slide-title {
        font-size: 30px;
        letter-spacing: 1px;
    }
    #slider .text-wrapper .slide-title strong {
        font-size: 55px;
    }
    #slider .text-wrapper .slide-text {
        font-size: 20px;
    }
    #header .language {
        position: fixed;
        top: 25px;
        right: 25px;
    }
    #header .language .language-menu .selected {
        padding: 5px;
    }
    #header .navbar-brand {
        width: 36%;
        position: fixed;
        top: 1px;
		left:143px;
    }
    #slider .navigator {
        justify-content: center !important;
    }
    #slider .navigator .social-media {
        width: 100%;
        justify-content: center;
    }
    #body .home-products .swiper-button {
        display: none !important;
    }
    #footer .footer-top {
        padding: 50px 0 0;
    }
    #footer .social-media {
        text-align: left !important;
        order: -1;
        margin-bottom: 30px;
    }
    #footer .social-media .link-wrapper {
        justify-content: flex-start !important;
    }
    #footer .social-media .icon-wrapper {
        margin-left: 0;
        margin-right: 25px;
    }
    #footer .footer-bottom {
        flex-direction: column;
        padding-bottom: 25px;
    }
    #footer .copyright {
        flex-direction: column;
        font-size: 12px;
    }
    #footer .copyright .links {
        margin-left: 0;
        width: 100%;
    }
    #footer .copyright .links a:first-of-type {
        padding-left: 0;
    }
    #footer .copyright .links a:first-of-type::before {
        content: none;
    }
    #body .home-corporate .slogan {
        font-size: 45px;
    }
    #body .home-corporate .text {
        font-size: 13px;
    }
    #body .home-products .swiper-slide {
        min-height: 400px;
    }
    #banner img {
        height: 300px;
    }
    #body .content-1 .item img {
        height: 300px;
    }
    #body .selection .category {
        width: 100%;
    }
    #body .contact-page .contact-info .item {
        width: 100% !important;
        align-items: center;
    }
    #body .contact-page .contact-info .item .icon-wrapper {
        margin-right: 15px;
    }
    #body .contact-page .contact-form textarea.form-control {
        margin-bottom: 30px;
    }
    #body .contact-page .contact-form .btn {
        height: 60px;
        margin-top: 15px;
    }
    #body .map-wrapper iframe {
        height: 350px !important;
    }
    #body .document-page .item .left {
        width: 100%;
    }
    #body .document-page .item .right {
        display: none !important;
    }
    #body .icons .col-md-4{
        margin-bottom: 30px;
    }
}

@media (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1300px;
    }
}
