/*! formalize.css | MIT License | github.com/interacthings/formalize */

*,
*:before,
*:after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
}

body {
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    color: inherit;
    text-decoration: none;
}

a:active,
a:focus,
a:hover {
    outline: none;
    color: currentColor;
    text-decoration: none;
}

button:active,
button:focus,
button:hover {
    outline: none;
    color: currentColor;
    text-decoration: none;
}

img {
    vertical-align: middle;
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
pre,
fieldset,
ul,
ol,
menu,
form {
    margin: 0;
}

button,
fieldset,
iframe {
    border: 0;
}

fieldset,
ul,
ol,
button,
menu {
    padding: 0;
}

ol,
ul {
    list-style: none;
}

textarea {
    resize: vertical;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    padding: 0;
}

.Banner {
    position: relative;
    z-index: 9;
    padding-top: 80px;
}

.Banner-in {
    position: relative;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.Banner-text {
    width: 100%;
    top: 50px;
    text-align: center;
}

.Banner-text h1 {
    font-size: 52px;
    font-weight: normal;
    line-height: 1;
    color: #ffffff;
}

.Banner-product .Banner-in {
    height: 260px;
}

.Banner-product .Pagination-item {
    color: #151615;
}

.Pagination {
    position: relative;
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.Pagination-item {
    font-size: 17.5px;
    color: #ffffff;
    margin-left: 7px;
    position: relative;
    display: flex;
    align-items: center;
    transition: 500ms;
}

.Pagination-item:hover {
    transition: 500ms;
    color: #ccaf6e;
}

.Pagination-item:after {
    margin-left: 7px;
    content: "|";
    display: inline-block;
    transition: 500ms;
    color: #ccaf6e;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.Pagination-item:last-child {
    pointer-events: none;
}

.Pagination-item:last-child:after {
    display: none;
}

.Pagination-header {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    bottom: 17px;
    font-size: 40.5px;
    font-weight: 500;
    line-height: normal;
    color: #494949;
}

.button {
    border-radius: 27.5px;
    background-color: #ccaf6e;
    font-size: 15px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: 500ms;
}

.button:after {
    position: absolute;
    left: 0;
    display: inline-block;
    transition: 500ms;
    width: 25px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-image: url(../images/dots_middle.png);
    opacity: 0;
}

.button:hover {
    transition: 500ms;
    color: white;
    background-color: #848689;
}

.button:hover:after {
    opacity: 1;
    transition: 500ms;
    left: 20px;
}

.lv_skin canvas {
    opacity: 0 !important;
}

.nohover {
    pointer-events: none;
}

.mobile {
    display: none !important;
}

.scroll {
    bottom: 30px;
    z-index: 99;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.scroll:before {
    content: "";
    display: inline-block;
    transition: 500ms;
    width: 35px;
    height: 19px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-image: url(../images/icon-down.png);
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
    animation-name: scroll;
}

.scroll p {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 4.9px;
    color: #ffffff;
    margin-left: 12px;
}

.scroll span {
    display: block;
    width: 2px;
    left: 38px;
    height: 8px;
    border-radius: 4px;
    background: #de0814;
    border: 1px solid transparent;
}

@-webkit-keyframes scroll {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(25px);
        transform: translateY(25px);
    }
}

@keyframes scroll {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(25px);
        transform: translateY(25px);
    }
}

@-webkit-keyframes hover {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    25% {
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px);
    }
    50% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    75% {
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px);
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@keyframes hover {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    25% {
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px);
    }
    50% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    75% {
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px);
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

.global_link {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
    top: 0;
    left: 0;
}

body::-webkit-scrollbar {
    width: 0px;
}

body {
    font-family: "Poppins", sans-serif;
}

body i {
    display: flex;
    align-items: center;
    justify-content: center;
}

body i:before {
    content: "";
    display: inline-block;
    margin-left: 0 !important;
}

body .container {
    max-width: 1400px;
    padding-left: 45px;
    padding-right: 45px;
}

@font-face {
    font-family: 'barlow';
    src: url(../font/Barlow/Barlow-Regular.otf);
    font-weight: normal;
}

@font-face {
    font-family: 'barlow';
    src: url(../font/Barlow/Barlow-Bold.otf);
    font-weight: bold;
}

@font-face {
    font-family: 'blackstar';
    src: url(../font/BlackStar-Regular.otf);
    font-weight: normal;
}

@font-face {
    font-family: 'bigcaslon';
    src: url(../font/BigCaslon.otf);
    font-weight: normal;
}

.slick-slide:focus {
    outline: none;
}

.mobile-f {
    display: none !important;
}

.desktop {
    display: block;
}

.Navtop {
    z-index: 9999;
    position: absolute;
    transition: 500ms;
    top: 0;
    width: 100%;
    background-color: white;
    padding-left: calc((100vw - 1400px) / 2);
}

.Navtop-in .Navtop-search:before {
    display: none;
}

.Navtop-active {
    position: fixed;
    transition: 500ms;
}

.Navtop .navbar-brand {
    margin-top: 0;
    display: flex;
    margin-right: 0;
    align-items: center;
    z-index: 99;
}

.Navtop .navbar-brand:before {
    content: "";
    display: inline-block;
    transition: 500ms;
    width: 300px;
    height: 44px;
    background-size: auto 100%;
    background-image: url(../images/logo.svg);
    background-repeat: no-repeat;
}

.Navtop .navbar {
    z-index: 99;
    padding: 0;
    padding-left: 45px;
}

.Navtop .navbar-nav {
    transition: 400ms;
    position: relative;
}

.Navtop .navbar-nav .dropdown-menu {
    position: absolute;
}

.Navtop .navbar-nav .nav-item {
    margin-left: 30px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.Navtop .navbar-nav .nav-item:hover .nav-link {
    color: #ccaf6e;
    transition: 500ms;
}

.Navtop .navbar-nav .nav-link {
    text-align: center;
    padding: 0px 5px;
    font-size: 16px;
    color: #939597;
    transition: 500ms;
    display: flex;
    position: relative;
    align-items: center;
    height: 100px;
    background-color: transparent;
    cursor: pointer;
}

.Navtop .navbar-nav .nav-link:before {
    position: absolute;
    left: 50%;
    bottom: 15px;
    opacity: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    display: inline-block;
    transition: 500ms;
    width: 50%;
    height: 3px;
    background-color: #ccaf6e;
}

.Navtop .navbar-nav .active .nav-link:before {
    opacity: 1;
}

.Navtop .Dropdown .nav-link:after {
    margin-left: 5px;
    content: "";
    display: inline-block;
    transition: 500ms;
    width: 10px;
    height: 6px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-image: url(../images/icon-down.svg);
}

.Navtop .Dropdown-menu {
    transition: 500ms;
    left: 0;
    padding-top: 20px;
    right: 40px;
    position: absolute;
    top: 80px;
    pointer-events: none;
    opacity: 0;
}

.Navtop .Dropdown-menu-in {
    display: flex;
}

.Navtop .Dropdown-menu-item {
    height: 120px;
    width: 100%;
    display: flex;
    align-items: center;
    transition: 500ms;
    position: relative;
    font-size: 18px;
    color: #000000;
    background-color: #3370b7;
    border-right: 1px solid #ffffff20;
    flex-direction: column;
    justify-content: center;
}

.Navtop .Dropdown-menu-item img {
    width: 24px;
    -webkit-filter: invert(1);
    filter: invert(1);
}

.Navtop .Dropdown-menu-item h6 {
    color: #ffffff;
    transition: 500ms;
    font-size: 14px;
    margin-top: 15px;
}

.Navtop .Dropdown-menu-item p {
    transition: 500ms;
    opacity: 0;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 1.07;
    color: #ffffff;
    position: absolute;
    left: 45%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 10px;
}

.Navtop .Dropdown-menu-item:hover h6 {
    transition: 500ms;
    color: #ccaf6e;
}

.Navtop .Dropdown-menu-item:hover p {
    transition: 500ms;
    opacity: 1;
    left: 50%;
}

.Navtop .Dropdown-menu-active {
    pointer-events: auto;
    transition: 500ms;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.Navtop-language {
    background-color: #eff0f1;
    width: 95px;
    margin-left: 60px !important;
}

.Navtop-language .dropdown {
    width: 100%;
    height: 100%;
}

.Navtop-language .dropdown-toggle {
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
    font-size: 17px;
    color: #000000;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Navtop-language .dropdown-toggle:before {
    content: "";
    display: inline-block;
    transition: 500ms;
    width: 18px;
    height: 3px;
    background-color: #ccaf6e;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 25px;
}

.Navtop-language .dropdown-toggle:after {
    display: none;
}

.Navtop-language .dropdown-menu {
    min-width: 100%;
    right: 0;
}

.Navtop-language .dropdown-menu img {
    width: 24px;
    height: 16px;
}

.Navtop-language .dropdown-item {
    padding: 3px 3px;
    text-align: center;
    font-size: 13px;
    transition: 500ms;
    color: #000000;
}

.Navtop-language .dropdown-item:hover {
    background-color: #f0f0f0;
    transition: 500ms;
    color: #ccaf6e;
}

.Navtop-search {
    background-color: #e3e3e3;
    width: 270px;
    margin-left: 0 !important;
    padding-left: 25px;
    padding-right: 25px;
    justify-content: flex-start !important;
    position: relative;
}

.Navtop-search-in {
    display: flex;
    align-items: center;
}

.Navtop-search-button {
    background-color: transparent;
    margin-top: 5px;
    cursor: pointer;
    transition: 500ms;
}

.Navtop-search-button:before {
    content: "";
    display: inline-block;
    transition: 500ms;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-image: url(../images/icon-search.png);
}

.Navtop-search-button:hover {
    transition: 500ms;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.Navtop-search-input {
    padding-left: 15px;
    background-color: transparent;
    border: none;
    font-size: 13px;
    line-height: 1.15;
    color: #939597;
    height: 40px;
    overflow: hidden;
}

.Navtop-search-input:focus {
    box-shadow: none;
    border: none;
    outline: none;
    color: #000000;
}

.Navtop-search:before {
    content: "";
    display: inline-block;
    transition: 500ms;
    width: 20px;
    height: 220px;
    right: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    background-color: #e3e3e3;
}

.Navbottom {
    position: relative;
    z-index: 99;
}

.Navbottom-letter {
    padding-top: 3vw;
    padding-bottom: 3vw;
}

.Navbottom-letter-in {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Navbottom-letter-left {
    min-width: 300px;
}

.Navbottom-letter-left h6 {
    font-size: 35px;
    font-weight: 600;
    line-height: 1.3;
    color: #222222;
}

.Navbottom-letter-left p {
    font-size: 15px;
    line-height: 1;
    color: #848689;
}

.Navbottom-letter-right {
    max-width: 730px;
    width: 100%;
    padding-left: 40px;
    margin-left: 30px;
}

.Navbottom-letter-form {
    position: relative;
}

.Navbottom-letter-form-input {
    height: 70px;
    border-radius: 40px;
    border: solid 3px #d0d0d0;
    font-size: 15px;
    line-height: 1.67;
    color: #848689;
    padding-left: 30px;
}

.Navbottom-letter-form-input:focus {
    box-shadow: none;
    border-color: #ccaf6e;
}

.Navbottom-letter-form-button {
    width: 182px;
    height: 70px;
    border-radius: 40px;
    background-color: #d0d0d0;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
    line-height: 2.29;
    color: #ffffff;
    transition: 500ms;
    cursor: pointer;
}

.Navbottom-letter-form-button:hover {
    background-color: #ccaf6e;
    transition: 500ms;
    color: #ffffff;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: hover;
    animation-name: hover;
}

.Navbottom-logo {
    display: flex;
    margin-top: 4vw;
    margin-bottom: 3vw;
}

.Navbottom-logo:before {
    content: "";
    display: inline-block;
    transition: 500ms;
    width: 300px;
    height: 44px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-image: url(../images/logo.svg);
}

.Navbottom-in {
    display: flex;
}

.Navbottom-left {
    width: 40%;
    display: flex;
}

.Navbottom-left-info {
    margin-right: 20%;
    max-width: 200px;
}

.Navbottom-left-info-item {
    margin-bottom: 20px;
}

.Navbottom-left-info h6 {
    margin-bottom: 7px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.38;
    color: #8b8e97;
}

.Navbottom-left-info p {
    font-size: 15px;
    line-height: 1.47;
    color: #848689;
}

.Navbottom-left a {
    transition: 500ms;
}

.Navbottom-left a:hover {
    color: #ccaf6e;
    transition: 500ms;
}

.Navbottom-right {
    width: 60%;
    display: flex;
    justify-content: space-between;
}

.Navbottom-right-menu {
    flex-grow: 10;
}

.Navbottom-right-menu h6 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.38;
    color: #8b8e97;
    margin-bottom: 10px;
}

.Navbottom-right-menu ul li a {
    font-size: 16px;
    font-style: normal;
    line-height: 1.88;
    color: #848689;
    transition: 500ms;
}

.Navbottom-right-menu ul li a:hover {
    color: #ccaf6e;
    transition: 500ms;
}

.Navbottom-right-social {
    flex-grow: 1;
}

.Navbottom-right-social h6 {
    text-align: center;
    font-size: 20px;
}

.Navbottom-right-social p {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Navbottom-right-social a {
    width: 46px;
    height: 46px;
    border: solid 2px #e4e4e4;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    margin-right: 10px;
    color: #dfe2e5;
    transition: 500ms;
}

.Navbottom-right-social a:hover {
    color: #ccaf6e;
    transition: 500ms;
    border-color: #ccaf6e;
}

.Navbottom-copy {
    margin-top: 40px;
    border-top: 4px solid #f3f4f4;
    display: flex;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.Navbottom-copy-in {
    display: flex;
    align-items: center;
}

.Navbottom-copy p {
    margin-right: 30px;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 4;
    letter-spacing: normal;
    text-align: left;
    color: #6f7278;
}

.Navbottom-copy p strong {
    font-weight: 800;
}

.Navbottom-copy p a {
    margin-right: 20px;
    transition: 500ms;
}

.Navbottom-copy p a:hover {
    color: #ccaf6e;
    transition: 500ms;
}

.Navbottom-copy-logo {
    display: flex;
    transition: 500ms;
    margin-left: auto;
}

.Navbottom-copy-logo img {
    width: 48px;
}

.Navbottom-copy-logo:hover {
    -webkit-transform: skew(-15deg);
    transform: skew(-15deg);
    transition: 500ms;
}

.icon-menu {
    z-index: 999;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.icon-menu:before {
    content: "";
    display: inline-block;
    transition: 500ms;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-image: url(../images/icon-menu.svg);
    background-position: center;
}

.icon-menu-active:before {
    background-image: url(../images/icon-exit.svg);
}

.Main {
    overflow: hidden;
}

.Slider {
    position: relative;
    z-index: 3;
    padding-top: 100px;
}

.Slider .swiper-container .swiper-slide {
    position: relative;
    height: calc(100vh - 100px);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.Slider .swiper-container .swiper-slide:before {
    content: "";
    display: inline-block;
    transition: 500ms;
    position: absolute;
    background-color: #000000;
    opacity: 0.3;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9;
}

.Slider .swiper-container .swiper-slide:after {
    content: "";
    display: inline-block;
    transition: 500ms;
    position: absolute;
    opacity: 0.8;
    width: 400px;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 99;
    background-image: linear-gradient(to left, #000000, transparent);
}

.Slider .swiper-pagination {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 200px;
    right: calc((100vw - 1400px) / 2);
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: auto;
    height: 100%;
}

.Slider .swiper-pagination-bullet {
    width: auto;
    margin-right: 0 !important;
    position: relative;
    height: auto;
    background-color: transparent;
    opacity: 1;
    border-radius: 0;
    margin-bottom: 2vh !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 500;
    line-height: 3;
    transition: 500ms;
    white-space: nowrap;
    color: #ffffff90;
    /*
  &:after {
    content: "";
    display: inline-block;
    transition: 500ms;
    width: 25px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
  &:nth-of-type(1):after{background-image: url(../images/icon-tulum.svg);}
  &:nth-of-type(2):after{background-image: url(../images/icon-surgicalgowns.svg);}
  &:nth-of-type(3):after{background-image: url(../images/icon-tekkullanimlik.svg);}
  &:nth-of-type(4):after{background-image: url(../images/icon-mask.svg);}
*/
}

.Slider .swiper-pagination-bullet:before {
    content: " ";
    display: inline-block;
    transition: 500ms;
    width: 100%;
    height: 3px;
    background-color: #ffffff60;
    opacity: 1;
    border-radius: 0;
    position: absolute;
    bottom: 0;
}

.Slider .swiper-pagination-bullet-active {
    color: #ffffff;
    transition: 500ms;
}

.Slider .swiper-pagination-bullet-active:before {
    transition: 500ms;
    background-color: #ffffff;
}

.Slider .swiper-button-prev,
.Slider .swiper-button-next {
    top: auto;
    width: 45px;
    height: 45px;
    margin-top: 0;
    bottom: 30px;
    background-size: 45px 45px;
}

.Slider .swiper-button-prev {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: -200px;
    background-image: url(../images/icon-left.svg);
}

.Slider .swiper-button-next {
    right: 50%;
    margin-right: -200px;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    background-image: url(../images/icon-right.svg);
}

.Slider-text {
    top: 45%;
    z-index: 99;
    width: 100%;
    padding-left: 45px;
}

.Slider-text h1 {
    font-size: 76px;
    color: white;
    line-height: 1;
    font-weight: normal;
    margin-bottom: 30px;
}

.Slider-text h1:after {
    margin-top: 20px;
    content: " ";
    display: inline-block;
    transition: 500ms;
    width: 38px;
    height: 9px;
    opacity: 0.39;
    border-radius: 4.5px;
    background-color: #ffffff;
}

.Slider-text p {
    font-size: 15px;
    max-width: 540px;
    line-height: 1.67;
    color: #ffffff;
}

.A_kurumsal {
    position: relative;
    z-index: 99;
}

.A_kurumsal:before {
    right: 0;
    content: "";
    display: inline-block;
    transition: 500ms;
    height: 100%;
    width: 72%;
    z-index: -1;
    position: absolute;
    background-color: #f3f4f4;
}

.A_kurumsal-in {
    padding-top: 4vw;
    padding-bottom: 4vw;
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.A_kurumsal-left {
    width: 390px;
}

.A_kurumsal-left h6 {
    font-size: 17.5px;
    font-weight: normal;
    line-height: normal;
    color: #939597;
    display: flex;
    flex-direction: column;
}

.A_kurumsal-left h6:after {
    margin-top: 20px;
    margin-bottom: 20px;
    content: " ";
    display: inline-block;
    transition: 500ms;
    width: 38px;
    height: 9px;
    border-radius: 4.5px;
    background-color: #f3f4f4;
}

.A_kurumsal-left h5 {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -0.94px;
    color: #ccaf6e;
}

.A_kurumsal-left h5 span {
    font-weight: 500;
    color: #3370b7;
}

.A_kurumsal-left h4 {
    font-size: 24px;
    font-weight: normal;
    color: #222222;
    opacity: 0.7;
    margin-top: 20px;
    margin-bottom: 30px;
}

.A_kurumsal-left p {
    font-size: 15px;
    font-style: normal;
    line-height: 1.65;
    color: #848689;
}

.A_kurumsal-left a {
    width: 201px;
    height: 57px;
    border-radius: 28.5px;
    margin-top: 3.5vw;
    transition: 500ms;
    border: 2px solid #ccaf6e;
}

.A_kurumsal-left a:hover {
    background-color: transparent;
    transition: 500ms;
    border-color: #3370b7;
    color: #3370b7;
}

.A_kurumsal-right {
    height: 500px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: calc(95% - 390px);
}

.background {
    position: relative;
    overflow: hidden;
}

.background:before {
    content: "";
    display: inline-block;
    transition: 500ms;
    background-color: #eaeaea;
    position: absolute;
    left: calc((100vw - 1440px) / 2);
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: -1;
}

.Head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Head h6 {
    font-size: 34.5px;
    font-weight: bold;
    line-height: 2.51;
    color: #222222;
}

.Head a {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: normal;
    line-height: 4.94;
    color: #848689;
    transition: 500ms;
}

.Head a:hover {
    color: #000000;
    transition: 500ms;
}

.Head a:hover:after {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    transition: 500ms;
}

.Head a:after {
    margin-left: 12px;
    content: "";
    display: inline-block;
    transition: 500ms;
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-image: url(../images/icon-right2.png);
}

.A_urunler {
    margin-top: 4.5vw;
}

.A_urunler:before {
    height: 60%;
}

.A_urunler-in {
    margin-right: -30px;
    display: flex;
    position: relative;
}

.A_urunler .swiper-pagination {
    bottom: 30px;
}

.A_urunler .swiper-pagination-bullet-active {
    background-color: #3370b7;
}

.A_urunler-item {
    position: relative;
    padding-bottom: 100px;
}

.A_urunler-item:after {
    content: " ";
    display: inline-block;
    transition: 700ms;
    background-color: #ccaf6e;
    height: 10px;
    width: 0;
    position: absolute;
    bottom: 0;
    opacity: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.A_urunler-item-image {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 320px;
    background-color: #f3f4f4;
    padding-top: 10px;
    padding-bottom: 60px;
}

.A_urunler-item-image:before {
    content: "";
    display: inline-block;
    transition: 500ms;
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 55px;
    background-color: #d0d0d0;
}

.A_urunler-item-image h6 {
    position: absolute;
    bottom: -4px;
    left: 25px;
    font-size: 24px;
    font-weight: normal;
    line-height: 1;
    color: #ffffff;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
}

.A_urunler-item-image h6 span {
    margin-left: 7px;
    margin-right: 7px;
    opacity: 0.5;
    font-size: 24px;
}

.A_urunler-item-image h6:after {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    position: absolute;
    bottom: 0;
    left: 0;
    content: " ";
    display: inline-block;
    transition: 500ms;
    width: 102px;
    height: 6px;
    background-color: #ccaf6e;
}

.A_urunler-item-logo {
    transition: 500ms;
    left: 0;
    width: 100%;
    top: 0;
    height: 50%;
    background-color: #ccaf6e;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}

.A_urunler-item-logo img {
    max-width: 65%;
}

.A_urunler-item-logo:after {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 60px;
    content: "";
    display: inline-block;
    transition: 500ms;
    width: 36px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-image: url(../images/icon-right.svg);
}

.A_urunler-item-text {
    margin-top: 20px;
}

.A_urunler-item-text p {
    font-size: 15px;
    line-height: normal;
    color: #848689;
    transition: 500ms;
}

.A_urunler-item:hover .A_urunler-item-logo {
    height: calc(100% - 55px);
    opacity: 1;
    transition: 500ms;
}

.A_urunler-item:hover .A_urunler-item-image h6:after {
    transition: 500ms;
    opacity: 0;
}

.A_urunler-item:hover .A_urunler-item-text p {
    color: #000000;
    transition: 500ms;
}

.A_urunler-item:hover:after {
    transition: 700ms;
    opacity: 1;
    width: 100%;
}

.A_info {
    margin-top: 4.5vw;
    margin-bottom: 4.5vw;
}

.A_info-in {
    display: flex;
    justify-content: space-between;
}

.A_info-left {
    width: 43%;
    display: flex;
    position: relative;
    flex-direction: column;
}

.A_info-left-in {
    margin-top: auto;
    margin-bottom: auto;
}

.A_info-left h5 {
    font-size: 34.5px;
    font-weight: 600;
    line-height: 1;
    color: #222222;
    margin-bottom: 20px;
}

.A_info-left-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
    cursor: -webkit-grab;
    cursor: grab;
}

.A_info-left-item-in {
    padding-left: 15px;
}

.A_info-left-item-in h6 {
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: normal;
    line-height: 0.6;
    color: #848689;
}

.A_info-left-item-in h6:after {
    position: absolute;
    content: " ";
    display: inline-block;
    transition: 700ms;
    width: 0%;
    left: 50%;
    right: 0;
    height: 15px;
    background-color: #ccaf6e;
}

.A_info-left-item-in p {
    font-size: 15px;
    color: #716c6a;
}

.A_info-left-item:hover .A_info-left-item-in h6 {
    transition: 500ms;
    color: #ccaf6e;
}

.A_info-left-item:hover .A_info-left-item-in h6:after {
    width: 80%;
    transition: 700ms;
}

.A_info-right {
    width: 52%;
    height: 520px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.A_haber {
    margin-bottom: 5px;
    position: relative;
    z-index: 9;
    padding-top: 1.5vw;
    padding-bottom: 2vw;
}

.A_haber-in {
    display: flex;
    margin-right: -40px;
    margin-top: 20px;
}

.A_haber-item {
    margin-right: 40px;
    margin-bottom: 40px;
    width: calc(50% - 40px);
    position: relative;
}

.A_haber-item:before {
    content: "";
    display: inline-block;
    transition: 500ms;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-image: linear-gradient(to top, rgba(18, 18, 18, 0.8), transparent);
}

.A_haber-item-image {
    margin-top: 20px;
}

.A_haber-item-header span {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.4;
    color: #848689;
}

.A_haber-item-header h6 {
    display: flex;
    flex-direction: column;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.4;
    color: #000000;
}

.A_haber-item-header h6:before {
    margin-top: 7px;
    margin-bottom: 7px;
    content: "";
    display: inline-block;
    transition: 500ms;
    width: 119px;
    height: 3px;
    background-color: #e51c28;
}

.A_haber-item-text {
    position: absolute;
    bottom: 30px;
    padding-left: 30px;
    max-width: 280px;
}

.A_haber-item-text h6 {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.2;
    color: #ffffff;
}

.A_haber-item-link {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    opacity: 0;
    background-color: #ccaf6e;
    padding-left: 30px;
    padding-right: 30px;
    transition: 500ms;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.A_haber-item-link:after {
    content: "";
    display: inline-block;
    transition: 500ms;
    min-width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-image: url(../images/icon-right.svg);
}

.A_haber-item-link h6 {
    max-width: 230px;
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
}

.A_haber-item:hover .A_haber-item-link {
    opacity: 1;
    transition: 500ms;
    height: 55%;
}

.fancybox-container {
    z-index: 9999999999 !important;
}

.Haberler {
    padding-bottom: 40px;
}

.Haberler-header {
    padding-top: 30px;
    padding-bottom: 30px;
}

.Haberler-header h6 {
    font-size: 35px;
    font-weight: normal;
    color: #222222;
}

.Haberler-header h6 span {
    color: #ccaf6e;
    font-weight: 600;
}

.Haberler-last {
    margin-top: 30px;
    margin-bottom: 30px;
    height: 450px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-left: 4.5%;
    position: relative;
}

.Haberler-last:before {
    content: "";
    display: inline-block;
    transition: 500ms;
    background-color: #f3f4f4;
    position: absolute;
    left: calc((-100vw + 1400px) / 2 - 45px);
    top: -30px;
    bottom: -30px;
    z-index: -1;
    width: 85%;
}

.Haberler-last-in {
    position: relative;
    height: 100%;
}

.Haberler-last-text {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    top: 0;
    bottom: 20px;
}

.Haberler-last-text h5 {
    font-size: 45.5px;
    font-weight: 600;
    line-height: 1.14;
    color: #ffffff;
}

.Haberler-last-text a {
    width: 190px;
    height: 60px;
    border-radius: 28.5px;
}

.Haberler-last-text a:hover {
    transition: 500ms;
}

.Haberler-last-text .A_haber-item-header h6 {
    color: white;
}

.Haberler-last-text .A_haber-item-header span {
    color: white;
}

.Haberler-in {
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
}

.Haberler-in .A_haber-item {
    margin-right: 15px;
    margin-bottom: 30px;
    width: calc(33.33% - 15px);
}

.Haberler .pagination {
    justify-content: center;
}

.Haberler .page-item {
    margin: 1px;
}

.Haberler .page-link {
    font-size: 17px;
    color: #000000;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 500ms;
}

.Haberler .page-link:hover {
    transition: 500ms;
}

.Haberler .page-item.active .page-link {
    font-size: 22px;
    font-weight: 600;
    color: #000000;
    background-color: #f3f4f4;
}

.Haber_detay {
    padding-top: 30px;
    padding-bottom: 50px;
}

.Haber_detay-in {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.Haber_detay img {
    margin-top: 15px;
    margin-bottom: 30px;
}

.Haber_detay h1,
.Haber_detay h2,
.Haber_detay h3,
.Haber_detay h4,
.Haber_detay h5 {
    font-size: 24px;
    color: #222222;
    margin-bottom: 15px;
}

.Haber_detay p {
    font-size: 14px;
    line-height: 1.65;
    color: #000000;
    margin-bottom: 10px;
}

.Iletisim {
    padding-bottom: 50px;
}

.Iletisim-info {
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
    padding-bottom: 60px;
    position: relative;
}

.Iletisim-info-item {
    cursor: -webkit-grab;
    cursor: grab;
    text-align: center;
    width: 24%;
    position: relative;
}

.Iletisim-info-item:after {
    position: absolute;
    bottom: -50px;
    left: 0;
    content: " ";
    display: inline-block;
    transition: 500ms;
    height: 10px;
    background-color: #e51c28;
    width: 100%;
    opacity: 0;
}

.Iletisim-info-item:hover:after {
    bottom: -60px;
    opacity: 1;
    transition: 500ms;
}

.Iletisim-info-item img {
    margin-bottom: 15px;
    width: 24px;
}

.Iletisim-info-item p {
    font-size: 16px;
    color: #848689;
}

.Iletisim-info-item a {
    transition: 500ms;
}

.Iletisim-info-item a:hover {
    color: #ccaf6e;
    transition: 500ms;
}

.Iletisim form {
    background-color: #f3f4f4;
}

.Iletisim-form {
    padding-top: 5vw;
    padding-bottom: 5vw;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.Iletisim-form-text {
    width: 220px;
}

.Iletisim-form-text h6 {
    font-size: 45px;
    font-weight: normal;
    line-height: 1.3;
    color: #000000;
    margin-bottom: 20px;
}

.Iletisim-form-text p {
    font-size: 17px;
    color: #848689;
    line-height: 1.2;
}

.Iletisim-form-in {
    width: calc(95% - 220px);
    display: flex;
    flex-wrap: wrap;
}

.Iletisim-form-inner {
    margin-right: 20px;
    margin-bottom: 20px;
    width: calc(33.33% - 20px);
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
}

.Iletisim-form-inner:nth-of-type(3) {
    height: 160px;
}

.Iletisim-form-item {
    margin-bottom: 20px;
}

.Iletisim-form-item input,
.Iletisim-form-item textarea {
    border: solid 2px #848689;
    padding-left: 25px;
}

.Iletisim-form-item input:focus,
.Iletisim-form-item textarea:focus {
    box-shadow: none;
    border-color: #ccaf6e;
}

.Iletisim-form-item input {
    border-radius: 35px;
    height: 70px;
}

.Iletisim-form-item textarea {
    border-radius: 10px;
    padding-top: 15px;
    height: 100%;
}

.Iletisim-form-button {
    margin-left: auto;
    width: 179px;
    height: 53px;
    border-radius: 26.5px;
    cursor: pointer;
    font-weight: 600;
    margin-top: -20px;
}

.Map .container {
    -webkit-transform: translateX(-32px);
    transform: translateX(-32px);
    max-width: 1465px;
}

.Map h6 {
    font-size: 25px;
    font-weight: 600;
    letter-spacing: -1.25px;
    color: #000000;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

#map {
    width: 100%;
    height: 450px;
}

.About {
    padding-top: 60px;
    padding-bottom: 60px;
}

.About-top h1 {
    margin-bottom: 40px;
    font-size: 40px;
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: -0.8px;
    color: #222222;
}

.About-top h1 span {
    color: #ccaf6e;
    font-weight: bold;
}

.About-top h1 strong {
    font-weight: bold;
}

.About-top p {
    font-size: 18px;
    line-height: 1.56;
    margin-bottom: 10px;
    color: #848689;
}

.About-image {
    margin-top: 80px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.About-image:before {
    content: "";
    display: inline-block;
    transition: 500ms;
    background-color: #f3f4f4;
    position: absolute;
    left: calc((-100vw + 1400px) / 2 - 45px);
    top: -40px;
    bottom: -40px;
    z-index: -1;
    width: 75%;
}

.Product {
    padding-top: 50px;
    padding-bottom: 70px;
}

.Product-bottom h4 {
    font-size: 35px;
    font-weight: normal;
    line-height: 1.57;
    letter-spacing: -0.7px;
    color: #222222;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
}

.Product-bottom h4:after {
    margin-top: 20px;
    content: " ";
    display: inline-block;
    transition: 500ms;
    width: 40%;
    height: 7px;
    background-color: #f3f4f4;
}

.Product-bottom-in {
    display: flex;
}

.Product-bottom-left {
    width: 340px;
    position: relative;
    z-index: 2;
}

.Product-bottom-left .nav {
    flex-direction: column;
}

.Product-bottom-left .nav-item {
    margin-top: 10px;
    margin-bottom: 10px;
}

.Product-bottom-left .nav-link {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0;
}

.Product-bottom-left .nav-link:before {
    content: "";
    display: inline-block;
    transition: 500ms;
    border-radius: 35px;
    background-color: #ccaf6e;
    position: absolute;
    width: 20%;
    z-index: -1;
    height: 100%;
    opacity: 0;
    left: 0;
}

.Product-bottom-left .nav-link span {
    margin-right: 20px;
    width: 70px;
    height: 70px;
    -o-object-fit: contain;
    object-fit: contain;
    background-color: #f3f4f4;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.Product-bottom-left .nav-link img {
    width: 30px;
    max-height: 36px;
    -o-object-fit: contain;
    object-fit: contain;
}

.Product-bottom-left .nav .active {
    background-color: transparent;
    padding-left: 15px;
}

.Product-bottom-left .nav .active span {
    background-color: transparent;
}

.Product-bottom-left .nav .active span img {
    width: 36px;
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.Product-bottom-left .nav .active:before {
    width: 105%;
    transition: 500ms;
    opacity: 1;
}

.Product-bottom-right {
    width: calc(100% - 340px);
}
.Product-bottom-right.belge{
    width: 100%;
}

.Product-bottom-right-content {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    height: 600px;
}

.Product-bottom-right-content-text {
    position: absolute;
    left: 8%;
    top: 15%;
    max-width: 550px;
    padding-right: 30px;
}

.Product-bottom-right-content-text p {
    font-size: 20px;
    line-height: 1.5;
    color: #ffffff;
}

.Product-in {
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
    padding-right: 30px;
}

.Product-item {
    margin-bottom: 30px;
    margin-left: 30px;
    width: calc(33.33% - 30px);
    background-color: white;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    border: 1px solid #00000020;
    height: 400px;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: space-between;
}
.belge .Product-item{
    width: calc(25% - 30px);
}

.Product-item:before {
    content: "";
    display: inline-block;
    transition: 500ms;
    background-color: #ffffff;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    height: 100%;
    border-radius: 10px;
    z-index: 2;
}

.Product-item:after {
    content: "";
    display: inline-block;
    transition: 500ms;
    background-repeat: no-repeat;
    background-image: url(../images/icon-right.svg);
    width: 51px;
    position: absolute;
    left: 40%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 45px;
    z-index: 9;
    border-radius: 5px;
    background-color: #ccaf6e;
    background-size: 22px 17px;
    background-position: center;
    opacity: 0;
}

.Product-item img {
    margin-top: auto;
    margin-bottom: auto;
    max-width: 90%;
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 70%;
    position: relative;
    z-index: 1;
}

.Product-item h6 {
    margin-top: 10px;
    z-index: 3;
    position: relative;
    margin-top: 10px;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.3;
    color: #2970b7;
    margin-bottom: 30px;
}

.Product-item:hover:before {
    transition: 500ms;
    opacity: 0.6;
}

.Product-item:hover:after {
    content: " ";
    display: inline-block;
    transition: 500ms;
    left: 50%;
    opacity: 1;
}

.Product_detail {
    padding-top: 40px;
}

.Product_detail-head {
    padding-top: 45px;
    padding-bottom: 45px;
    background-color: #f6f7f7;
}

.Product_detail-head-in {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Product_detail-head h1 {
    padding-left: 30px;
    font-size: 38px;
    font-weight: 600;
    color: #2970b7;
}

.Product_detail-head a {
    width: 169px;
    height: 55px;
    font-weight: 600;
    border-radius: 10px;
    background-color: #ccaf6e;
    font-size: 20px;
    color: #ffffff;
    border: 2px solid #ccaf6e;
}

.Product_detail-head a:hover {
    color: #ccaf6e;
    background-color: transparent;
    transition: 500ms;
}

.Product_detail-inner {
    margin-top: 30px;
    border-radius: 10px;
    background-color: #f6f7f7;
    padding-top: 30px;
    padding-left: 30px;
}

.Product_detail-info {
    display: flex;
    justify-content: space-between;
}

.Product_detail-info-image {
    background-color: white;
    width: 40%;
    border-radius: 10px;
}

.Product_detail-info-image .swiper-slide {
    height: 430px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.Product_detail-info-image .swiper-button-prev,
.Product_detail-info-image .swiper-button-next {
    -webkit-filter: invert(97%) sepia(65%) saturate(1220%) hue-rotate(15deg) brightness(90%) contrast(76%);
    filter: invert(97%) sepia(65%) saturate(1220%) hue-rotate(15deg) brightness(90%) contrast(76%);
}

.Product_detail-info-text {
    width: 57%;
    padding-top: 15px;
}

.Product_detail-info-text h1 {
    font-size: 43px;
    font-weight: normal;
    line-height: 1.1;
    color: #2970b7;
    margin-bottom: 70px;
    position: relative;
}

.Product_detail-info-text h1:after {
    bottom: -30px;
    left: 0;
    position: absolute;
    content: " ";
    display: inline-block;
    transition: 500ms;
    width: 68px;
    height: 9px;
    background-color: #ccaf6e;
}

.Product_detail-info-text h1 strong {
    font-weight: 600;
}

.Product_detail-info-text p {
    font-size: 19px;
    line-height: 1.3;
    color: #707070;
    max-width: 380px;
}

.Product_detail-table {
    margin-top: 100px;
    max-width: 870px;
    padding-bottom: 70px;
    margin-bottom: 100px;
    padding-right: 30px;
}

.Product_detail-table h5 {
    height: 62px;
    border-radius: 10px;
    background-color: #ccaf6e;
    font-size: 21.5px;
    color: #ffffff;
    display: flex;
    align-items: center;
    padding-left: 30px;
}

.Product_detail-table .table {
    margin-top: 30px;
}

.Product_detail-table .table thead th {
    font-size: 21.5px;
    color: #2970b7 !important;
    border: none;
}

.Product_detail-table .table tr,
.Product_detail-table .table th {
    vertical-align: middle;
}

.Product_detail-table .table tr {
    border-radius: 5px;
    background-color: transparent !important;
}

.Product_detail-table .table tr td,
.Product_detail-table .table tr th {
    font-size: 21.5px;
    color: #707070;
    border-top: none;
    padding-left: 30px;
}

.Product_detail-table .table tr td:first-child td:first-child,
.Product_detail-table .table tr th:first-child td:first-child {
    border-top-left-radius: 10px;
}

.Product_detail-table .table-striped tbody tr:nth-of-type(even) {
    border: solid 2px #2970b7;
}

@media (max-width: 768px) {
    .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media (min-width: 991px) and (max-width: 1367px) {
    .icon-menu {
        width: 72px;
        height: 76px;
    }
    .icon-menu:before {
        width: 37px;
        height: 24px;
    }
    .Navtop .navbar-nav .nav-item {
        margin-left: 20px;
    }
    .Navtop .navbar-nav .nav-link {
        font-size: 14px;
        height: 80px;
    }
    .Navtop-language {
        background-color: #eff0f1;
        width: 80px;
        margin-left: 30px !important;
    }
    .Navtop-search {
        width: 190px;
        padding-left: 25px;
        padding-right: 25px;
    }
    .Navtop-search-button {
        min-width: 24px;
        background-color: transparent;
        margin-top: 5px;
        cursor: pointer;
        transition: 500ms;
    }
    .Slider {
        padding-top: 80px;
    }
    .Slider .swiper-container .swiper-slide {
        height: calc(100vh - 80px);
    }
    .Slider-text h2 {
        font-size: 40px;
    }
    .Slider-text h1 {
        font-size: 60px;
        margin-bottom: 30px;
    }
    .A_kurumsal-left {
        width: 300px;
    }
    .A_kurumsal-left h5 {
        font-size: 32px;
    }
    .A_kurumsal-left h4 {
        font-size: 20px;
    }
    .A_kurumsal-left p {
        font-size: 14px;
        line-height: 1.5;
    }
    .A_kurumsal-right {
        width: calc(95% - 300px);
    }
    .background:before {
        left: 15px;
    }
    .Head h6 {
        font-size: 28px;
    }
    .Head a {
        font-size: 15px;
    }
    .Head a:after {
        width: 24px;
        height: 24px;
    }
    .A_urunler-in {
        margin-right: -20px;
    }
    .A_urunler-item-image h6 {
        font-size: 24px;
    }
    .A_urunler-item-image h6 span {
        margin-left: 5px;
        margin-right: 5px;
        font-size: 20px;
    }
    .A_urunler-item-text p {
        font-size: 14px;
    }
    .A_info-left h5 {
        font-size: 28px;
    }
    .A_info-left-item {
        margin-bottom: 30px;
    }
    .A_info-left-item-in {
        padding-left: 12px;
    }
    .A_info-left-item-in h6 {
        margin-bottom: 15px;
        font-size: 24px;
    }
    .A_info-left-item-in p {
        font-size: 14px;
    }
    .A_info-right {
        height: 500px;
    }
    .A_haber-in {
        display: flex;
        margin-right: -30px;
        margin-top: 20px;
    }
    .A_haber-item {
        margin-right: 30px;
        margin-bottom: 30px;
        width: calc(50% - 30px);
        position: relative;
    }
    .A_haber-item-image {
        margin-top: 10px;
    }
    .A_haber-item-header span {
        font-size: 18px;
    }
    .A_haber-item-header h6 {
        font-size: 18px;
    }
    .A_haber-item-text h6 {
        font-size: 20px;
    }
    .A_haber-item-link h6 {
        font-size: 24px;
    }
    .Navbottom-letter-left h6 {
        font-size: 32px;
    }
    .Navbottom-letter-left p {
        font-size: 14px;
    }
    .Navbottom-letter-right {
        max-width: 650px;
    }
    .Navbottom-left-info {
        margin-right: 15%;
    }
    .Navbottom-right-social:before {
        width: 650px;
        height: 340px;
    }
    .Navbottom-copy {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .Navbottom-copy p {
        font-size: 14px;
    }
    .Haberler-last {
        height: 350px;
    }
    .Haberler-last-text h5 {
        font-size: 32px;
    }
    .Haberler-last:before {
        left: -45px;
        width: 75%;
    }
    .About-image:before {
        left: 45px;
    }
    .Product {
        padding-top: 40px;
    }
    .Product-bottom h4 {
        font-size: 35px;
        font-weight: normal;
        line-height: 1.57;
        letter-spacing: -0.7px;
        color: #222222;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 50px;
    }
    .Product-bottom h4:after {
        margin-top: 20px;
        content: " ";
        display: inline-block;
        transition: 500ms;
        width: 40%;
        height: 7px;
        background-color: #f3f4f4;
    }
    .Product-bottom-in {
        display: flex;
    }
    .Product-bottom-left {
        width: 340px;
        position: relative;
        z-index: 2;
    }
    .Product-bottom-left .nav {
        flex-direction: column;
    }
    .Product-bottom-left .nav-item {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .Product-bottom-left .nav-link {
        display: flex;
        align-items: center;
        position: relative;
        padding: 0;
    }
    .Product-bottom-left .nav-link:before {
        content: "";
        display: inline-block;
        transition: 500ms;
        border-radius: 35px;
        background-color: #ccaf6e;
        position: absolute;
        width: 20%;
        z-index: -1;
        height: 100%;
        opacity: 0;
        left: 0;
    }
    .Product-bottom-left .nav-link span {
        margin-right: 20px;
        width: 70px;
        height: 70px;
        -o-object-fit: contain;
        object-fit: contain;
        background-color: #f3f4f4;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
    }
    .Product-bottom-left .nav-link img {
        width: 30px;
        -o-object-fit: contain;
        object-fit: contain;
    }
    .Product-bottom-left .nav .active {
        background-color: transparent;
        padding-left: 15px;
    }
    .Product-bottom-left .nav .active span {
        background-color: transparent;
    }
    .Product-bottom-left .nav .active span img {
        width: 40px;
        -webkit-filter: invert(100%);
        filter: invert(100%);
    }
    .Product-bottom-left .nav .active:before {
        width: 105%;
        transition: 500ms;
        opacity: 1;
    }
    .Product-bottom-right {
        width: calc(100% - 340px);
    }
    .Product-bottom-right-content {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: relative;
        height: 600px;
    }
    .Product-bottom-right-content-text {
        position: absolute;
        left: 8%;
        top: 15%;
        max-width: 550px;
        padding-right: 30px;
    }
    .Product-bottom-right-content-text p {
        font-size: 20px;
        line-height: 1.5;
        color: #ffffff;
    }
    .Product-item {
        width: calc(50% - 30px);
    }
    .Product_detail-head {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .Product_detail-head h1 {
        font-size: 32px;
    }
    .Product_detail-head a {
        width: 160px;
        font-size: 18px;
    }
    .Product_detail-info-image {
        height: 400px;
    }
    .Product_detail-info-text h1 {
        font-size: 32px;
        margin-bottom: 70px;
    }
    .Product_detail-info-text p {
        font-size: 16px;
    }
    .Product_detail-table {
        margin-top: 60px;
        padding-bottom: 50px;
        margin-bottom: 50px;
    }
    .Product_detail-table .table {
        margin-top: 20px;
    }
    .Product_detail-table .table thead th {
        font-size: 18px;
    }
    .Product_detail-table .table tr td,
    .Product_detail-table .table tr th {
        font-size: 18px;
        padding-left: 20px;
    }
}

@media (max-width: 991px) {
    .mobile {
        display: block !important;
    }
    .mobile-f {
        display: flex !important;
    }
    .desktop {
        display: none !important;
    }
    .buton {
        width: 180px;
        height: 55px;
        border-radius: 4px;
        font-size: 12px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .buton-radius {
        border-radius: 24px;
    }
    .Navtop {
        width: 100%;
        position: fixed;
        top: 0;
        padding-left: 15px;
        z-index: 999;
        box-shadow: 2px 0px 3px -1px rgba(0, 0, 0, 0.3);
        border-radius: 0;
        border-bottom: 1px solid #00000020;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .Navtop .navbar {
        padding: 0px;
        flex-wrap: nowrap;
    }
    .Navtop .navbar-brand {
        padding: 0;
        margin-bottom: 0px;
        margin-right: 10px;
        position: relative;
    }
    .Navtop .navbar-brand:before {
        width: 240px;
        height: 35px;
    }
    .Navtop .navbar-collapse {
        position: fixed;
        left: 0;
        right: 0;
        top: 66px;
        bottom: 0;
        display: flex;
        align-items: flex-start;
        transition: 300ms;
        opacity: 0;
        pointer-events: none;
        padding-top: 10vh;
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }
    .Navtop .navbar-collapse:before {
        content: "";
        display: inline-block;
        transition: 500ms;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccaf6e;
        opacity: 0.95;
    }
    .Navtop .navbar-collapse-active {
        pointer-events: auto;
        transition: 300ms;
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .Navtop .navbar-collapse .navbar-nav {
        margin-right: auto;
        align-items: center;
    }
    .Navtop .navbar-collapse .navbar-nav .nav-item {
        height: 60px;
        margin-left: 0;
    }
    .Navtop .navbar-collapse .navbar-nav .nav-link {
        font-size: 20px;
        line-height: 3;
        height: auto;
        letter-spacing: 4px;
        color: white;
    }
    .Navtop .navbar-collapse .navbar-nav .nav-link:before {
        width: 70px;
        height: 4px;
    }
    .Navtop .navbar-collapse .navbar-nav-text {
        margin-top: 60px;
    }
    .Navtop .navbar-collapse .navbar-nav-text:after {
        margin-top: 15px;
        width: 100%;
        height: 2px;
    }
    .Navtop .navbar-collapse .navbar-nav-text p {
        font-size: 15px;
        letter-spacing: 3px;
    }
    .Navtop .navbar-collapse .navbar-nav-text h6 {
        font-size: 24px;
    }
    .Navtop-language {
        border: none;
        padding-left: 0px;
        margin-left: 0 !important;
        width: 60px;
        padding-bottom: 5px;
        height: 50px !important;
    }
    .Navtop-language .dropdown-toggle:before {
        bottom: 5px;
    }
    .Navtop-search {
        background-color: transparent;
        margin-top: 20px;
        max-width: 240px;
        border-bottom: 1px solid white;
        flex-direction: row-reverse;
    }
    .Navtop-search:before {
        display: none;
    }
    .Navtop-search-input {
        padding-left: 0;
        width: 100%;
        text-align: center;
        color: white;
    }
    .Navtop-search-input::-webkit-input-placeholder {
        color: white;
    }
    .Navtop-search-input:-ms-input-placeholder {
        color: white;
    }
    .Navtop-search-input::-ms-input-placeholder {
        color: white;
    }
    .Navtop-search-input::placeholder {
        color: white;
    }
    .Navtop-search-input:focus {
        color: white;
    }
    .Navtop-search-button {
        min-width: 32px;
        -webkit-filter: brightness(10);
        filter: brightness(10);
    }
    .Navtop .Dropdown {
        z-index: 99;
    }
    .Navtop .Dropdown-menu {
        transition: 500ms;
        right: 0;
        padding-top: 0;
        left: 0;
        position: absolute;
        top: 170px;
        pointer-events: none;
        opacity: 0;
        width: 120%;
        margin-left: -10%;
    }
    .Navtop .Dropdown-menu-in {
        flex-wrap: wrap;
    }
    .Navtop .Dropdown-menu-item {
        height: 100px;
        width: 50%;
        font-size: 20px;
        padding-bottom: 15px;
    }
    .Navtop .Dropdown-menu-item p {
        opacity: 1;
        font-size: 14px;
        left: 50%;
        bottom: 15px;
    }
    .Navtop .Dropdown-menu-active {
        pointer-events: auto;
        transition: 500ms;
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .Navbottom {
        position: relative;
        overflow: hidden;
    }
    .Navbottom-letter {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .Navbottom-letter-in {
        flex-direction: column;
    }
    .Navbottom-letter-left {
        text-align: center;
    }
    .Navbottom-letter-left h6 {
        font-size: 28px;
    }
    .Navbottom-letter-left p {
        font-size: 13px;
    }
    .Navbottom-letter-right {
        margin-top: 30px;
        max-width: none;
        padding-left: 0;
        margin-left: 0;
    }
    .Navbottom-letter-form-input {
        padding-left: 25px;
        height: 60px;
        border: solid 2px #848689;
        font-size: 13px;
    }
    .Navbottom-letter-form-button {
        width: 140px;
        height: 60px;
        font-size: 16px;
    }
    .Navbottom-logo {
        justify-content: center;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .Navbottom-logo:before {
        width: 160px;
        height: 35px;
    }
    .Navbottom-in {
        flex-direction: column;
        align-items: center;
    }
    .Navbottom-left {
        width: 100%;
        justify-content: center;
        text-align: center;
    }
    .Navbottom-left-info {
        margin-right: 0;
        max-width: 300px;
    }
    .Navbottom-left-info h6 {
        margin-bottom: 5px;
        font-size: 15px;
    }
    .Navbottom-left-info p {
        font-size: 14px;
    }
    .Navbottom-left-menu h6 {
        font-size: 15px;
    }
    .Navbottom-left-menu ul li a {
        font-size: 14px;
    }
    .Navbottom-right {
        width: 100%;
        margin-top: 30px;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .Navbottom-right-social {
        width: 100%;
        margin-top: 20px;
        position: relative;
    }
    .Navbottom-right-social a {
        width: 36px;
        height: 36px;
        margin-left: 15px;
        margin-right: 15px;
    }
    .Navbottom-right-social:before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: -50px;
        width: 285px;
        height: 150px;
    }
    .Navbottom-right-menu {
        width: 50%;
    }
    .Navbottom-right-menu h6 {
        text-align: center;
    }
    .Navbottom-right-menu ul li {
        text-align: center;
    }
    .Navbottom-copy {
        margin-top: 50px;
        border-top: 3px solid #f3f4f4;
        padding-top: 15px;
        padding-bottom: 15px;
        flex-direction: column;
        align-items: center;
    }
    .Navbottom-copy-in {
        flex-direction: column;
        width: 100%;
    }
    .Navbottom-copy p {
        margin-right: 0;
        text-align: center;
        margin-bottom: 5px;
        font-size: 14px;
        line-height: normal;
    }
    .Navbottom-copy p a {
        margin-left: 10px;
        margin-right: 10px;
    }
    .Navbottom-copy-logo {
        margin-top: 10px;
        display: flex;
        transition: 500ms;
        margin-right: auto;
    }
    .Navbottom-copy-logo img {
        width: 36px;
    }
    .Slider {
        overflow: hidden;
        padding-left: 0;
        padding-right: 0;
        padding-top: 66px;
    }
    .Slider .swiper-container .swiper-slide {
        height: auto;
        background-image: none;
    }
    .Slider .swiper-pagination {
        align-items: center;
        width: 150px;
        right: 50%;
        top: auto;
        bottom: 70px;
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        height: auto;
    }
    .Slider .swiper-pagination:before {
        width: 300px;
        height: 150px;
        bottom: -70px;
        margin-left: 10px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .Slider .swiper-pagination-bullet {
        margin-bottom: 15px !important;
        font-size: 14px;
        line-height: 3;
    }
    .Slider .swiper-pagination-bullet:after {
        margin-left: 20px;
        width: 18px;
        height: 10px;
    }
    .Slider .swiper-button-prev,
    .Slider .swiper-button-next {
        top: auto;
        width: 45px;
        height: 45px;
        margin-top: 0;
        bottom: 20px;
        background-size: 40px 40px;
        right: 20px;
        left: auto;
    }
    .Slider .swiper-button-prev {
        margin-right: 60px;
        right: auto;
        left: 20px;
    }
    .Slider-text {
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        top: 30%;
        width: 95%;
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
    }
    .Slider-text h2 {
        font-size: 36px;
    }
    .Slider-text h1 {
        font-size: 44px;
        margin-bottom: 20px;
        align-items: center;
    }
    .Slider-text h1:after {
        width: 32px;
        height: 7px;
    }
    .Slider-text p {
        font-size: 14px;
        max-width: none;
        line-height: 1.5;
    }
    .A_kurumsal:before {
        display: none;
    }
    .A_kurumsal-in {
        padding-top: 30px;
        padding-bottom: 30px;
        flex-direction: column;
    }
    .A_kurumsal-left {
        width: 100%;
        text-align: center;
    }
    .A_kurumsal-left h6 {
        font-size: 15px;
        align-items: center;
    }
    .A_kurumsal-left h6:after {
        margin-top: 15px;
        margin-bottom: 15px;
        width: 36px;
        height: 7px;
    }
    .A_kurumsal-left h5 {
        font-size: 32px;
    }
    .A_kurumsal-left h4 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .A_kurumsal-left p {
        font-size: 14px;
    }
    .A_kurumsal-left a {
        margin-right: auto;
        margin-left: auto;
        width: 180px;
        height: 50px;
        margin-top: 20px;
    }
    .A_kurumsal-right {
        margin-top: 30px;
        height: 300px;
        width: 100%;
    }
    .background:before {
        display: none;
    }
    .Head {
        flex-direction: column;
    }
    .Head h6 {
        font-size: 24px;
        line-height: 1;
    }
    .Head a {
        font-size: 16px;
        color: #848689;
        transition: 500ms;
    }
    .Head a:hover {
        color: #000000;
        transition: 500ms;
    }
    .Head a:hover:after {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
        transition: 500ms;
    }
    .Head a:after {
        margin-left: 12px;
        content: "";
        display: inline-block;
        transition: 500ms;
        width: 28px;
        height: 28px;
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-image: url(../images/icon-right2.png);
    }
    .A_urunler {
        margin-top: 10px;
    }
    .A_urunler .swiper-pagination {
        bottom: -5px;
    }
    .A_urunler-in {
        margin-right: -15px;
        flex-wrap: wrap;
    }
    .A_urunler-item {
        padding-bottom: 30px;
    }
    .A_urunler-item:after {
        display: none;
    }
    .A_urunler-item-image h6 {
        bottom: 0;
        left: 20px;
        font-size: 20px;
    }
    .A_urunler-item-image h6 span {
        margin-left: 5px;
        margin-right: 5px;
        font-size: 18px;
    }
    .A_urunler-item-image h6:after {
        height: 7px;
    }
    .A_urunler-item-text {
        margin-top: 15px;
    }
    .A_urunler-item-text p {
        font-size: 13px;
    }
    .A_info {
        margin-top: 40px;
        margin-bottom: 30px;
    }
    .A_info-in {
        flex-direction: column;
        align-items: center;
    }
    .A_info-left {
        width: 100%;
    }
    .A_info-left h5 {
        text-align: center;
        font-size: 28px;
        margin-bottom: 15px;
    }
    .A_info-left-in {
        margin-top: 30px;
    }
    .A_info-left-item {
        margin-bottom: 30px;
    }
    .A_info-left-item:nth-of-type(2) .A_info-left-item-in {
        padding-top: 10px;
        padding-right: 10px;
    }
    .A_info-left-item-in h6 {
        margin-bottom: 15px;
        font-size: 24px;
    }
    .A_info-left-item-in h6:after {
        display: none;
    }
    .A_info-left-item-in p {
        font-size: 13px;
    }
    .A_info-right {
        width: 100%;
        height: 300px;
    }
    .A_haber {
        margin-bottom: 5px;
        padding-top: 30px;
        padding-bottom: 0px;
    }
    .A_haber-in {
        margin-right: -15px;
    }
    .A_haber-item {
        margin-right: 15px;
        margin-bottom: 15px;
        width: calc(50% - 15px);
    }
    .A_haber-item-image {
        margin-top: 10px;
    }
    .A_haber-item-header span {
        font-size: 13px;
    }
    .A_haber-item-header h6 {
        font-size: 13px;
        line-height: 1;
    }
    .A_haber-item-header h6:before {
        margin-top: 0;
        margin-bottom: 5px;
    }
    .A_haber-item-text {
        bottom: 15px;
        padding-left: 15px;
        max-width: none;
    }
    .A_haber-item-text h6 {
        font-size: 14px;
        line-height: 1;
    }
    .A_haber-item-link {
        padding-left: 10px;
        padding-right: 10px;
    }
    .A_haber-item-link:after {
        min-width: 24px;
        height: 24px;
        margin-left: 10px;
    }
    .A_haber-item-link h6 {
        font-size: 16px;
    }
    .A_haber-item:hover .A_haber-item-link {
        opacity: 1;
        transition: 500ms;
        height: 55%;
    }
    .Banner {
        padding-top: 66px;
    }
    .Banner-in {
        height: 300px;
    }
    .Banner-product .Banner-in {
        height: 200px;
    }
    .Banner-product .Pagination {
        margin-top: 20px;
    }
    .Banner-text {
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .Banner-text h1 {
        font-size: 32px;
    }
    .Pagination {
        margin-top: 10px;
    }
    .Pagination-item {
        font-size: 14px;
    }
    .Pagination-item:after {
        width: 8px;
        height: 14px;
    }
    .Pagination-header {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        position: absolute;
        bottom: 17px;
        font-size: 40.5px;
        font-weight: 500;
        line-height: normal;
        color: #494949;
    }
    .Haberler {
        overflow: hidden;
        padding-bottom: 10px;
    }
    .Haberler-header {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .Haberler-header h6 {
        text-align: center;
        font-size: 24px;
    }
    .Haberler-last {
        margin-top: 20px;
        height: 260px;
        padding-left: 15px;
    }
    .Haberler-last:before {
        left: -15px;
        top: -15px;
        bottom: -15px;
        width: auto;
        right: -15px;
    }
    .Haberler-last-text {
        top: 0;
        bottom: 10px;
    }
    .Haberler-last-text h5 {
        font-size: 20px;
        line-height: 1.1;
    }
    .Haberler-last-text a {
        font-size: 13px;
        width: 165px;
        height: 55px;
    }
    .Haberler-in {
        margin-top: 50px;
    }
    .Haberler-in .A_haber-item {
        margin-bottom: 15px;
        width: calc(50% - 15px);
    }
    .Haberler .page-link {
        font-size: 15px;
        width: 40px;
        height: 40px;
    }
    .Haberler .page-item.active .page-link {
        font-size: 18px;
    }
    .Haber_detay {
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .Haber_detay .A_haber-item-header {
        text-align: center;
        align-items: center;
        display: flex;
        flex-direction: column;
    }
    .Haber_detay img {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .Haber_detay h1,
    .Haber_detay h2,
    .Haber_detay h3,
    .Haber_detay h4,
    .Haber_detay h5 {
        text-align: center;
        font-size: 20px;
        margin-bottom: 15px;
    }
    .Haber_detay p {
        text-align: center;
        font-size: 13px;
    }
    .Iletisim {
        padding-bottom: 30px;
    }
    .Iletisim-info {
        flex-wrap: wrap;
        padding-top: 30px;
        padding-bottom: 15px;
    }
    .Iletisim-info-item {
        width: 45%;
        margin-bottom: 30px;
    }
    .Iletisim-info-item:after {
        display: none;
    }
    .Iletisim-info-item img {
        margin-bottom: 10px;
    }
    .Iletisim-info-item p {
        font-size: 14px;
    }
    .Iletisim-form {
        padding-top: 30px;
        padding-bottom: 30px;
        flex-direction: column;
    }
    .Iletisim-form-text {
        width: 100%;
        text-align: center;
    }
    .Iletisim-form-text h6 {
        font-size: 36px;
        margin-bottom: 10px;
    }
    .Iletisim-form-text p {
        font-size: 15px;
    }
    .Iletisim-form-in {
        width: 100%;
        margin-top: 30px;
    }
    .Iletisim-form-inner {
        margin-right: 0;
        margin-bottom: 0;
        width: 100%;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .Iletisim-form-inner:nth-of-type(3) {
        height: 140px;
    }
    .Iletisim-form-item {
        margin-bottom: 15px;
    }
    .Iletisim-form-item input {
        border-radius: 32px;
        height: 65px;
    }
    .Iletisim-form-button {
        margin-right: auto;
        margin-top: 20px;
    }
    .Map .container {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .Map h6 {
        font-size: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    #map {
        height: 300px;
    }
    .About {
        padding-top: 30px;
        padding-bottom: 30px;
        text-align: center;
    }
    .About-top h1 {
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 1.2;
    }
    .About-top p {
        font-size: 15px;
        line-height: 1.5;
    }
    .About-image {
        margin-top: 30px;
    }
    .About-image:before {
        left: -15px;
        top: -15px;
        bottom: -15px;
        z-index: -1;
        width: auto;
        right: -15px;
    }
    .Product {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .Product-bottom h4 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .Product-bottom h4:after {
        margin-top: 10px;
        transition: 500ms;
        width: 70%;
        height: 5px;
    }
    .Product-bottom-in {
        flex-direction: column;
    }
    .Product-bottom-left {
        width: 100%;
    }
    .Product-bottom-left .nav-item {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .Product-bottom-left .nav-link span {
        margin-right: 15px;
        width: 50px;
        height: 50px;
    }
    .Product-bottom-left .nav-link img {
        width: 24px;
    }
    .Product-bottom-left .nav .active:before {
        width: 100%;
    }
    .Product-bottom-right {
        width: 100%;
    }
    .Product-in {
        padding-top: 30px;
        padding-right: 0;
        margin-left: -15px;
    }
    .Product-item {
        margin-bottom: 15px;
        margin-left: 15px;
        width: calc(50% - 15px);
        background-color: white;
        height: 300px;
    }
    .Product-item h6 {
        font-size: 15px;
        margin-bottom: 20px;
    }
    .Product_detail {
        padding-top: 20px;
        overflow: hidden;
    }
    .Product_detail-head {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-right: 15px;
    }
    .Product_detail-head h1 {
        padding-left: 15px;
        font-size: 20px;
    }
    .Product_detail-head a {
        width: 140px;
        height: 45px;
        font-size: 16px;
    }
    .Product_detail-inner {
        margin-left: 0px;
        padding-right: 30px;
        width: 100%;
    }
    .Product_detail-info {
        flex-direction: column;
    }
    .Product_detail-info-image {
        width: 100%;
    }
    .Product_detail-info-image .swiper-slide {
        height: 280px;
    }
    .Product_detail-info-text {
        width: 100%;
        padding-top: 30px;
        text-align: center;
    }
    .Product_detail-info-text h1 {
        font-size: 28px;
        margin-bottom: 50px;
    }
    .Product_detail-info-text h1:after {
        bottom: -20px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 68px;
        height: 5px;
    }
    .Product_detail-info-text p {
        font-size: 16px;
    }
    .Product_detail .table-responsive {
        padding-left: 1px;
    }
    .Product_detail-table {
        margin-top: 40px;
        max-width: none;
        padding-bottom: 30px;
        margin-bottom: 0px;
        padding-right: 0;
    }
    .Product_detail-table h5 {
        height: 50px;
        font-size: 18px;
        padding-left: 20px;
    }
    .Product_detail-table .table {
        margin-top: 15px;
        min-width: 500px;
    }
    .Product_detail-table .table thead th {
        font-size: 14px;
    }
    .Product_detail-table .table tr td,
    .Product_detail-table .table tr th {
        font-size: 14px;
        padding: 10px 15px;
    }
    .Product_detail-table .table-striped tbody tr:nth-of-type(even) {
        border: solid 2px #2970b7;
    }
}

@media (min-width: 991px) and (max-width: 1400px) {
    .Slider-text {
        padding-left: 0;
        margin-left: -20px;
    }
    .Slider .swiper-pagination {
        right: 45px;
    }
}