@font-face {
    font-family: 'abelregular';
    src: url('fonts/abel-regular-webfont.woff2') format('woff2'), url('fonts/abel-regular-webfont.woff') format('woff'), url('fonts/abel-regular-webfont.svg#abelregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'barkentina_testregular';
    src: url('fonts/barkentina_1-webfont.woff2') format('woff2'), url('fonts/barkentina_1-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nordique_prolight';
    src: url('fonts/nordiquepro-light-webfont.woff2') format('woff2'), url('fonts/nordiquepro-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'baqacents_semi_boldsemi_bold';
    src: url('fonts/baqacents__semibold-webfont.woff2') format('woff2'), url('fonts/baqacents__semibold-webfont.woff') format('woff'), url('fonts/baqacents__semibold-webfont.svg#baqacents_semi_boldsemi_bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BodoniSvtyTwoITCTT-Book';
    src: url('BodoniSvtyTwoITCTT-Book.eot');
    src: url('BodoniSvtyTwoITCTT-Book.eot?#iefix') format('embedded-opentype'), url('fonts/BodoniSvtyTwoITCTT-Book.svg#BodoniSvtyTwoITCTT-Book') format('svg'), url('BodoniSvtyTwoITCTT-Book.ttf') format('truetype'), url('fonts/BodoniSvtyTwoITCTT-Book.woff') format('woff'), url('fonts/BodoniSvtyTwoITCTT-Book.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'barkentina_testregular';
    src: url('barkentina_1-webfont.woff2') format('woff2'), url('barkentina_1-webfont.woff') format('woff'), url('fonts/barkentina_1-webfont.svg#barkentina_testregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'banda_regularregular';
    src: url('fonts/regular-webfont.woff2') format('woff2'), url('fonts/regular-webfont.woff') format('woff'), url('fonts/regular-webfont.svg#banda_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Abel';
    src: url('fonts/Abel-Regular.woff2') format('woff2'),
        url('fonts/Abel-Regular.woff2') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('fonts/SourceSansPro-Light.woff2') format('woff2'),
        url('fonts/SourceSansPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro bold';
    src: url('fonts/SourceSansPro-Bold.woff2') format('woff2'),
        url('fonts/SourceSansPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro semibold';
    src: url('fonts/SourceSansPro-SemiBold.woff2') format('woff2'),
        url('fonts/SourceSansPro-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Source Sans Pro Light';
    src: url('fonts/SourceSansPro-Light.woff2') format('woff2'),
        url('fonts/SourceSansPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


html,
body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: clip;
}

#home {
    height: 98%;
}

.bottom-swiper {
    display: none;
}

.background {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.background img {
    margin-top: -150px;
    margin-left: -100px;
    z-index: 50;
}

.swiper {
    position: absolute;
    top: 0;
    float: right;
    margin-left: 150px;
    width: 65%;
    height: 100%;
}

.swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background: none;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nav {
    position: relative;
    width: 100px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    float: left;
    z-index: 200;
    background: #fff;
    overflow: hidden;
}

.nav-logo {
    position: relative;
    margin-top: 80px;
    transform: rotate(270deg);
}

.nav-logo a {
    text-decoration: none;
    color: black;
    font-family: 'nordique_prolight';
    float: left;
}

.nav-logo-first-p {
    font-size: 45px;
    text-align: center;
    font-weight: bold;
}

.nav-logo-second-p {
    text-align: center;
    font-weight: 400;
    font-size: 17px;
    margin-top: -77px;
    letter-spacing: 4px;
    margin-left: -33px;
}

.nav-logo-svg {
    position: relative;
}

.nav-menu {
    text-align: center;
    margin-top: -200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.svg-menu {
    cursor: pointer;
    width: 35px;
    display: block;
    z-index: 230;
}

.menu-detay {
    display: none;
    width: 100vw;
    height: 100vh;
    background: white;
    position: fixed;
    left: 0%;
    right: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transform: translateX(-100%);
    transition: .5s;
    z-index: 100;
}

.menu-detay.active {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
}

.menu-name {
    color: #B4003E;
    font-size: 11px;
    position: relative;
}

.responsive-urun {
    display: none;
}

.menu-detay01 {
    width: 100%;
    height: 100%;
    display: flex;
}

.menu-detay1 {
    left: 0;
    top: 0;
    width: 16.6%;
    background: #EA6F12;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: width .5s;
    transition: .5s;
}

.menu-detay2 {
    top: 0;
    width: 16.6%;
    float: left;
    background: #E60061;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: width .5s;
    top: 20px;
}

.menu-detay3 {
    top: 0;
    width: 16.6%;
    background: #FBB100;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: width .5s;
}

.menu-detay4 {
    top: 0;
    width: 16.6%;
    background: #F568A3;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: width .5s;
}

.menu-detay5 {
    width: 16.6%;
    top: 0;
    background: #B4003E;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: width .5s;
}

.menu-detay6 {
    width: 17%;
    top: 0;
    background: #485190;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: width .5s;
}

.menu-detay-foto {
    position: relative;
    width: 50%;
    height: auto;
    display: block;
    top: 80%;
    margin: 20px auto;
}

.menu-detay1-foto {
    position: relative;
    width: 50%;
    height: auto;
    display: block;
    top: 82%;
    margin: 20px auto;
}

.menu-detay2-foto {
    position: relative;
    width: 55%;
    height: auto;
    display: block;
    margin: 20px auto;
    top: 82%;
}

.menu-detay2-foto img {
    width: 70%;
    height: 100%;
}

.menu-detay-foto img {
    width: 70%;
    height: 100%;
}

.menu-detay1-foto img {
    width: 70%;
    height: 100%;
}

.menu-detay-main {
    font-family: 'nordique_prolight';
    text-align: center;
    align-items: center;
    position: relative;
    top: 10%;
}

.menu-detay-main a {
    text-decoration: none;
    color: #000;
}

.menu-detay-main a p {
    font-size: 60px;
    margin: 0;
}

.menu-detay-main a span {
    position: relative;
    font-size: 20px;
    letter-spacing: 5px;
    top: -15px;
}

.menu-detay-svg {
    position: relative;
    display: block;
    margin: auto;
    top: 92px;
    left: -50px;
}

#Layer_10 {
    width: 80px;
}

.menu-detay1 .menu-detay-center h2::before {
    display: none;
}

.menu-detay-center {
    position: relative;
    top: 31.5%;
}

.menu-detay-center a {
    text-decoration: none;
    color: black;
}

.menu-detay-center a h2 {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    font-family: 'Exo 2', sans-serif;
}

.menu-detay-center h2:before {
    position: relative;
    display: block;
    content: '';
    width: 0px;
    height: 1px;
    background: #fff;
    transition: width .5s;
    top: 25px;
}

.menu-detay4 h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Exo 2', sans-serif;
}

.menu-detay2 a h2 {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    font-family: 'Exo 2', sans-serif;
}

.menu-detay2-center h2:before {
    position: relative;
    display: block;
    content: '';
    width: 0px;
    height: 1px;
    background: #fff;
    transition: width .5s;
    top: 25px;
}

.menu-detay1 .menu-detay-center::before {
    font-family: "Font Awesome 5 Free";
    content: "\f30a";
    display: inline-block;
    font-weight: 900;
    color: #fff;
    font-size: 25px;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 33px;
    height: 30px;
    left: 33px;
    position: absolute;
    top: 15px;
    padding-top: 4px;
}

.menu-detay3::before {
    position: relative;
    display: block;
    content: '';
    width: 0px;
    height: 1px;
    background: #fff;
    transition: width .5s;
    top: 22%;
}

.menu-detay3:hover::before {
    width: 50px;
}

.menu-detay1:hover h2::before {
    width: 50px;
    top: 20px;
}

.menu-detay2:hover h2::before {
    width: 50px;
    top: 20px;
}

.menu-detay3:hover h2::before {
    position: relative;
    width: 50px;
}

.menu-detay4:hover h2::before {
    position: relative;
    width: 50px;
}

.menu-detay5:hover h2::before {
    position: relative;
    width: 50px;
}

.menu-detay6:hover h2::before {
    position: relative;
    width: 50px;
}

.menu-detay4::after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
}

.menu-detay4:hover::after {
    width: 100%;
    height: 100%;
}

.menu-detay2-center {
    position: relative;
    top: 29%;
}

.menu-detay2-center a {
    text-decoration: none;
    color: black;
    font-size: 17px;
    position: relative;
    top: 38px;
    font-family: 'Manrope', sans-serif;
}

.menu-detay-urun ul {
    list-style: none;
    top: 200%;
    height: 100%;
    position: relative;
}

.menu-detay-urun ul li {
    float: left;
    padding: 8px 0;
    width: 110%;
    position: relative;
    left: -40px;
}

.menu-detay-urun ul a {
    text-decoration: none;
    color: #fff;
    display: block;
    font-size: 15px;
    float: left;
    left: 33%;
    position: relative;
    font-family: 'Manrope', sans-serif;
}

.menu-detay-urun ul a:hover {
    color: #ede0e0;
    transition: .5s;
}

.responsive-menu {
    display: none;
}

.menu-detay4 i {
    display: none;
}

.line i {
    width: 6px;
    height: 6px;
    display: block;
    float: left;
    margin-right: 20px;
    border: 2px solid #EC6600;
    border-radius: 50%;
}

.line i::after {
    display: block;
    content: '';
    top: 2px;
    position: relative;
    left: 8px;
    width: 20px;
    border: 1px solid #EC6600;
}

.line span {
    display: block;
    width: 6px;
    height: 6px;
    float: left;
    border: 2px solid #EC6600;
    border-radius: 50%;
}

.nav-langue {
    position: relative;
    top: -53px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.nav-langue-border-first {
    display: block;
    width: 27px;
    height: 27px;
    border: 1px solid #B4003E;
    border-radius: 50%;
    transition: .5s;
}

.nav-langue-border-first:hover {
    background-color: #EFEFEF;
}

.nav-langue-border-first:hover a {
    color: white;
}

.nav-langue-border-first a {
    display: block;
    margin: auto;
    line-height: 27px;
    color: #B4003E;
    text-decoration: none;
    text-align: center;
    font-size: 9px;
}

.nav-langue-border-second {
    display: block;
    width: 27px;
    height: 27px;
    border: 1px solid #B4003E;
    border-radius: 50%;
    margin-top: 10px;
    transition: .5s;
}

.nav-langue-border-second:hover {
    background-color: #EFEFEF;
}

.nav-langue-border-second:hover a {
    color: #4e4e4e !important;
}

.nav-langue-border-second a {
    color: #4E4E4E;
    display: block;
    margin: auto;
    line-height: 27px;
    text-decoration: none;
    text-align: center;
    font-size: 9px;
}

#Layer_11 {
    position: relative;
    width: 100px;
    height: auto;
}

#Layer_1 {
    position: relative;
    width: 20px;
    fill: #B4003E;
    border: 1px solid #B4003E;
    padding: 4px;
    border-radius: 5px;
}

#Layer_2 {
    width: 13px;
    margin-top: 7px;
}

#Layer_3 {
    fill: #fff;
    width: 15px;
    margin: 3px;
}

#Layer_4 {
    width: 15px;
    fill: #eee;
}

#Layer_5 {
    width: 15px;
    fill: gray;
    margin-left: -20px;
}

#Layer_6 {
    width: 16px;
    fill: white;
    margin: 10px;
}

#Layer_7 {
    position: relative;
    top: 2px;
    fill: #000;
    width: 11px;
}

#Layer_8 {
    width: 15px;
    margin-top: 2px;
}

#Layer_9 {
    position: absolute;
    width: 65px;
    top: 6px;
    left: -51px;
}

#Capa_1 {
    display: none;
    fill: #000;
    position: fixed;
    margin: -8px -17px;
}

.kapat {
    position: absolute;
    left: 35px;
    z-index: 250;
    cursor: pointer;
    border-radius: 10px;
    top: -3px;
}

.home-content {
    height: 30%;
    width: 40%;
}

.home-content2 {
    margin-left: 8%;
    width: 60%;
    color: #4E4E4E;
}

.home-content2 p {
    font-size: 16px;
    max-width: 70%;
    font-family: 'Manrope', sans-serif;
    font-weight: 300;
}

.home-content2 h1 {
    font-size: 55px;
    font-weight: 400;
    margin-top: -10px;
    font-family: 'banda_regularregular';
}

.home-content2 h4 {
    font-size: 18px;
    font-family: 'abelregular';
    font-weight: bolder;
}

.home-content2-a {
    margin-top: 7%;
}

.home-content2 a {
    text-decoration: none;
    color: #4E4E4E;
    font-size: 12px;
    font-family: 'Laila', sans-serif;
}

.swiper2 {
    position: relative;
    float: right;
    top: 0;
    width: 15.2%;
    height: 99.99%;
    overflow: hidden;
    z-index: 100;
    opacity: 1;
}

.swiper2 .swiper-wrapper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

.swiper3 {
    position: relative;
    top: 0;
    float: right;
    width: 15%;
    height: 99.99%;
    overflow: hidden;
    z-index: 100;
    opacity: 1;
}

.swiper3 .swiper-wrapper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

.swiper-pagination {
    display: none;
}

.left-swiper {
    height: 100%;
}

.left-swiper-photo {
    position: absolute;
    float: right;
    top: 20%;
    right: 10%;
    z-index: 110;
}

.left-swiper-photo img {
    width: 200px;
}

.slider-background {
    position: absolute;
    width: 30%;
    height: 100%;
    float: right;
    top: 0;
    right: 0;
    z-index: 110;
    overflow: hidden;
}

.swiper-background {
    height: 100%;
    width: 100%;
    z-index: 100;
}

.left-swiper-about {
    display: block;
    position: absolute;
    width: 99%;
    height: 100%;
    border-radius: 50px;
    z-index: 120;
    align-items: center;
    float: right;
    top: 80%;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
}

.left-swiper-about a {
    position: relative;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    line-height: 45px;
    left: 12%;
    letter-spacing: 1px;
}

.left-swiper-about-circle {
    position: relative;
    float: right;
    top: 10%;
    right: 3%;
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.left-swiper-about-circle img {
    margin: 2px 5px;
    width: 60%;
}

.swiper5 {
    width: 12%;
    height: 15%;
    overflow: hidden;
    position: absolute;
    float: right;
    right: 9%;
    top: 25%;
    z-index: 110;
}

.swiper5 .swiper-slide img {
    width: 95%;
    height: auto;
}

.king {
    width: 65% !important;
    height: auto;
    margin: auto auto;
}

.swiper6 {
    width: 13%;
    height: 50px;
    overflow: hidden;
    position: absolute;
    float: right;
    top: 80%;
    right: 9%;
    z-index: 150;
}

.swiper6 .swiper-slide .left-swiper-about {
    position: relative;
    top: 0;
    left: 0;
}

.swiper10 {
    width: 100%;
    height: 100%;
}

.swiper10 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*---------HAKKINDA--------*/

.flex {
    display: flex;
}

.align-center {
    align-items: center;
}

.justiy-center {
    justify-content: space-between;
}

.about__content {
    margin-left: 100px;
    width: 100%;
    height: 100vh;
    min-height: 500px !important;
}

.left-img {
    height: 100%;
    width: 30%;
    position: fixed;
    background-image: url("img/Hakkimizda_left.jpg");
    background-size: cover;
}

.left-img img {
    width: 20%;
    position: absolute;
    right: -7%;
    top: 35%;
}

.right-content {
    height: 100%;
    width: 70%;
    position: relative;
    margin-left: 30%;
}

.right-content h1 {
    font-size: 50px;
    font-family: 'Source Sans Pro Light';
    color: #4E4E4E;
    margin-left: 10%;
}

.production-right h1 {
    font-size: 50px;
    margin-left: 10%;
    font-family: 'Source Sans Pro Light';
}

.about-arc {
    padding-left: 10%;
}

.about_text {
    width: 75%;
    font-family: 'BodoniSvtyTwoITCTT-Book';
    font-size: 20px;
    line-height: 25px;
}

.about_title {
    margin-bottom: 0px;
    margin-top: 7%;
    font-weight: bold;
    letter-spacing: 1.5px;
}

.about_text p {
    margin-bottom: 3%;
}

.about_icons {
    width: 50%;
    align-items: end;
    justify-content: center;
    flex-direction: column;
}

.ce_img {
    margin-right: 22px;
    width: 77px;
}

.ac_img {
    margin-top: 30px;
    margin-right: 15px;
    cursor: pointer;
    width: 90px;
}

.nav-about {
    position: fixed;
    bottom: 0;
    width: 100px;
    height: 100vh;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    float: left;
    z-index: 200;
    background: #fff;
    overflow: hidden;
}

.nav-about>.nav-langue-border-first {
    display: block;
    width: 27px;
    height: 27px;
    border: 1px solid #B4003E;
    border-radius: 50%;
}

.nav-about>.nav-langue-border-first a {
    display: block;
    margin: auto;
    line-height: 27px;
    color: #B4003E;
    text-decoration: none;
    text-align: center;
    font-size: 9px;
}

.nav-about>.nav-langue-border-second {
    display: block;
    width: 27px;
    height: 27px;
    border: 1px solid gray;
    border-radius: 50%;
    margin-top: 5px;
}

.nav-about>.nav-langue-border-second a {
    color: gray;
    display: block;
    margin: auto;
    line-height: 27px;
    text-decoration: none;
    text-align: center;
    font-size: 9px;
}

.transparan {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .5;
}

.modal {
    display: none;
    /* VarsayÄ±lan olarak gizlidir */
    position: fixed;
    /* Yerinde kal */
    z-index: 1;
    /* Ãœstte */
    left: 0;
    top: 0;
    width: 100%;
    /* Ful GeniÅŸlik */
    height: 100%;
    /* Ful YÃ¼kseklik */
    background-color: rgb(0, 0, 0);
    /* Yedek renk */
    background-color: rgba(0, 0, 0, 0.4);
    /* Siyah w / opaklÄ±k */
    animation-name: pop;
    animation-duration: 1s;
}



/* Ä°Ã§erik / Kutu */

.modal-content {
    width: 25%;
    height: 65%;
    display: block;
    margin: 10% auto;
    animation-name: up;
    animation-duration: 1s;
}

.popresim {
    width: 100% !important;
    position: relative;
    margin-left: 0 !important;
    top: 0;
    margin-top: 0 !important;
}

@keyframes pop {
    0% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

@keyframes up {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}


/* Kapat DÃ¼ÄŸmesi */
.close {
    color: #3e3e3e;
    float: right;
    font-size: 50px;
    font-weight: bold;
    margin: -25%;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.ac {
    cursor: pointer;
    width: 115px;
    top: 20px;
    position: relative;
}

.object1 {
    display: block;
    align-items: center;
    width: 50%;
    height: 100%;
    margin-left: 25%;
}


/*--------ÃœRÃœNLER-------*/

.nav-group {
    position: relative;
    width: 100px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    float: left;
    z-index: 200;
    background: #fff;
    overflow: hidden;

}

.middle {
    height: 88%;
    float: left;
    width: 90%;
    background: #fff;
}

.middle1 {
    display: block;
    margin: auto;
    height: 10%;
    background: #fff;
    width: 95%;
}

.middle1 h4 {
    text-align: center;
    font-size: 30px;
    font-weight: 100;
    font-family: 'Source Sans Pro Light';
    color: #4E4E4E;
}

.swiper4 {
    width: 80%;
    height: 80%;
    overflow: hidden;
    margin-left: 70px;
}

.swiper4 .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper4 .swiper-slide p {
    color: #E60061;
}

.swiper4 .swiper-slide img {
    display: block;
    width: 90%;
    height: 100%;
    object-fit: cover;
}

.prev {
    display: block;
    position: relative;
    float: left;
    top: 350%;
    left: 20%;
    border: 1px solid #F568A3;
    background: #F568A3;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    z-index: 100;
    cursor: pointer;
}

.prev .prev-svg {
    margin: 2px 6px;
    transform: rotate(180deg);
}

.next {
    display: block;
    border: 1px solid #F568A3;
    border-radius: 50%;
    background: #F568A3;
    position: relative;
    float: right;
    top: 350%;
    right: 20%;
    width: 30px;
    height: 30px;
    z-index: 110;
    cursor: pointer;
}

.next .next-svg {
    margin: 4px 6px;
}

.bottom {
    float: left;
    width: 91%;
    height: 7%;
}

.bottom p {
    text-align: center;
    font-size: 17px;
    font-family: 'BodoniSvtyTwoITCTT-Book';
}

.bottom-line {
    width: 105px;
    display: block;
    margin: auto;
}

.bottom-line i {
    width: 6px;
    height: 6px;
    float: left;
    margin-right: 20px;
    border: 2px solid #F568A3;
    border-radius: 50%;
    align-items: center;
}

.bottom-line i::after {
    display: block;
    content: '';
    top: 2px;
    position: relative;
    left: 8px;
    width: 20px;
    border: 1px solid #F568A3;
}

.bottom-line span {
    display: block;
    width: 6px;
    height: 6px;
    float: left;
    border: 2px solid #F568A3;
    border-radius: 50%;
}


/*--------ÃœRETÄ°M-----------*/
.w-100 {
    width: 100%;
}

.d-block {
    display: block;
}

.uretim__content {}

.uretim1-section {
    height: 100vh;
    margin-left: 100px;
    min-height: 830px;
}

.production-left {
    width: 30%;
    background: url("img/uretim-1.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
}

.production-right {
    width: 70%;
}

.uretim-arc {
    padding-left: 10%;
    padding-top: 10%;
}

.arc_text {
    /*width: 50%;*/
    width: 60%;
    font-family: 'BodoniSvtyTwoITCTT-Book';
    font-size: 20px;
    line-height: 25px;
    color: #4E4E4E;
}

.arc_text_3_eng {
    margin-top: 300px;
}

.arc_text h4 {
    font-size: 24px;
    font-weight: 600;
    color: #4E4E4E;
}

.uretim_icons {
    width: 30%;
    align-items: end;
    justify-content: center;
    flex-direction: column;
}

.production-left-section {
    width: 65%;
    padding-left: 10%;
}

.production-right-section {
    position: relative;
    width: 35%;
    background: url("img/uretim-2.jpg");
    background-size: cover;
    background-position: center;
}

.production-right-section-four {
    position: relative;
    width: 33%;
    background: url("img/kalite_kontrol1.jpg");
    background-size: cover;
    background-position: center;
    height: 85%;
}

.production-left-3 {
    width: 30%;
    background: url("img/arc_uretim.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
    height: 92%;
}

.production-left-5 {
    width: 30%;
    background: url("img/paketleme_1.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
    height: 94%;
}

.uretim-arc3 {
    padding-left: 10%;
}


/*--------Ä°LETÄ°ÅžÄ°M----------*/
input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.contact-arc {
    padding-left: 10%;
    box-sizing: border-box;
}

.margin-0 {
    margin: 0;
}

.contact-img {
    width: 30%;
    background: url("img/a10.png");
    background-size: cover;
    background-position: center;
    position: relative;
}

.contact_text {
    color: #4E4E4E;
    font-size: 20px;
    font-family: 'BodoniSvtyTwoITCTT-Book';
}

.contact_text span {
    color: #BABABA;
}

.mb_5 {
    margin-bottom: 5%;
}

.contact_form {
    margin-top: 10%;
}

.contact_form input {
    width: 80%;
    height: 25px;
    border: none;
    border-bottom: 1px solid black;
    outline: none;
    font-size: 14px;
    font-family: Helvetica, sans-serif;
    border-radius: 0;
}

.contact_form textarea {
    width: 80%;
    outline: none;
    border: none;
    border-bottom: 1px solid black;
    font-size: 14px;
    font-family: Helvetica;
    border-radius: 0;
}

.recaptcha-kontrol {
    position: absolute;
}

.btn-form {
    width: 8%;
    height: 74px !important;
    background: #000;
    border: none;
    cursor: pointer;
    font-family: Helvetica;
    transition: .5s;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1.2px;
    transform: translateX(310px);
}

.btn-form:hover {
    background: #4e4e4e;
}

.iletisim-title {
    margin-left: 10% !important;
    margin-bottom: 20px !important;
}

/*harita*/
.contact-map {
    padding-left: 100px;
    margin-top: 30px;
}

.map {
    width: 100%;
    height: 500px;
}

/*-*/
.prensip~p,
.hedef~p {
    margin-left: 20px !important;
}