html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}

ol,
ul,
li {
    list-style-type: none;
}

a {
    text-decoration: none;
}

.row {
    --bs-gutter-x: 1rem;
}

:root {
    --yellow: #ffa400;
    --grey: #a2a3a4;
    --dark-grey: #626364;
}

body {
    background-image: url(../images/background_clients.svg);
    background-size: 0.3%;
    position: relative;
    font-family: Roboto, sans-serif;
    overflow-x: hidden;
}

.asdfg {
    width: 100%;
    height: 100vh;
    background-color: #0a0a0a;
    opacity: 0.9;
    position: fixed;
    top: 0;
    z-index: 9999;
}

.aciklama tr, td {
    border: 1px solid white;
    border-collapse: collapse;
    color: white;
}

#map {
    margin-top: 5%;
    height: 700px;
    width: 100%;
}

.sertifika_outwrapper {
    position: fixed;
    top: calc(22.5% - 20px);
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 9999;
}

.sertifika {
    max-width: 620px;
}

.sertifika_wrapper.hidden {
    transform: translateY(-100%)
}

.sertifika_wrapper {
    padding: 32px 60px;
    background-color: rgba(255, 255, 255, .9);
    position: relative;
}

.hidden .sertifika {
    margin-left: 32px;
    transform: scale(0.5);
}

.sertifika_close {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 10000;
    height: 32px;
    width: 32px;
    cursor: pointer;
    background-image: url('../images/x.svg');
}

.sertifika_tr {
    transform-origin: top left;
}

.sertifika_en {
    transform-origin: top right;
}

/*effect*/
.right-effect {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 999;
}

.right-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: auto;
    left: 100%;
    bottom: auto;
    right: auto;
    background: #626364;
    transition: all 1.5s cubic-bezier(0.1, 0.1, 0.1, 0);
}

.right-layer.active {
    left: -100%;
}

.right-layer--2 {
    background: #626364;
    transition: 2s;
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -ms-transition: 2s;
    -o-transition: 2s;
}

.right-layer--3 {
    background: #626364;
    transition: 2.5s;
    -webkit-transition: 2.5s;
    -moz-transition: 2.5s;
    -ms-transition: 2.5s;
    -o-transition: 2.5s;
}

/* SCROLLBAR */

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

body::-webkit-scrollbar-thumb {
    background-color: #48494b !important;
    width: 5px;
}

body::-webkit-scrollbar-track {
    background: unset;
    width: 5px;
}

body::-webkit-scrollbar-thumb {
    background-color: #000000b3;
}

body::-webkit-scrollbar-thumb:hover {
    transform: scaleX(1.3);
}

/* END SCROLLBAR */

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

.viewport {
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.robotoBold {
    font-family: "Roboto-Bold", sans-serif;
}

.robotoThin {
    font-family: "Roboto-Thin", sans-serif;
}

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

.header-wrapper {
    width: 100%;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.contactHeader {
    height: unset !important;
}

.navbar-menu {
    display: flex;
    justify-content: flex-end;
}

.header-wrapper.fixed {
    position: fixed;
    background-color: #48494b;
    box-shadow: 0 0 20px 0 #00000033;
    z-index: 3;
    transition: all 0.5s ease-in-out, background-color 0.5s ease-in-out 1s,
    box-shadow 0.5s ease-in-out 1s;
    -webkit-transition: all 0.5s ease-in-out, background-color 0.5s ease-in-out 1s,
    box-shadow 0.5s ease-in-out 1s;
}

/*.header-wrapper.none-top {*/
/*    transform: translateY(-100%);*/
/*}*/

.navbar-list {
    display: flex;
    width: 65%;
    justify-content: flex-end;
    height: 90px;
    padding-right: 5%;
}

.navbar-list > li {
    display: flex;
    align-items: center;
    margin-right: 20px;
    position: relative;
    transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
}

.navbar-list > li > a svg {
    color: #fff;
    font-size: 10px;
    margin: 0 0 5px 5px;
    transition: transform 0.3s ease-in-out;
    -webkit-transition: transform 0.3s ease-in-out;
}

.navbar-list > li > a:hover svg {
    transform: rotate(180deg);
    color: var(--yellow);
}

.navbar-list a span {
    display: block;
    text-decoration: none;
    color: #fff;
    position: relative;
    padding: 10px 0;
    font-size: 0.8rem;
    letter-spacing: 2px;
    font-family: "Open Sans";
    transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
}

.navbar-list > li > a {
    height: 100%;
    display: flex;
    align-items: center;
}

.navbar-list li a span:after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: #fff;
    transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
}

.langBtn {
    width: 70px;
    height: 50px;
    justify-content: center;
    align-items: center;
    margin: auto 30px auto 0;
    border: 1px solid #fff;
    padding: 1rem;
    color: #fff;
    letter-spacing: 2px;
    display: none;
}

.navbar-list li a:hover span:after {
    width: 100%;
    background-color: var(--yellow);
}

.navbar-list li a:hover span {
    color: var(--yellow);
}

.marbel-item {
    width: 300px;
    position: relative;
    padding-top: 300px;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
}

.marbel-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}

.motionCon {
    width: 100%;
    height: fit-content;
    margin: 0;
}

.motion {
    width: fit-content;
    height: fit-content;
    margin: 0 40px;
    margin-left: 0%;
}

.menu-area .fadeAnimate {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-30%);
    transition: opacity 1s ease-in-out, transform 0s ease-in-out;
}

.menu-area .fadeAnimate.active {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}

.motion:first-child {
    margin-left: 0;
}

.nb-logo {
    /* Animasyon asagiya inis */
    display: flex;
    align-items: center;
    font-weight: 900;
    width: 35%;
    justify-content: center;
    transform: translateY(120%);
    padding-left: 50px;
    transition: transform 1s ease-in-out 0.5s;
    -webkit-transition: transform 1s ease-in-out 0.5s;
}

.navbar-menu .nb-logo.transformY {
    /* Animasyon yukariya cikis */
    transform: translateY(0);
    transition: transform 0.5s ease-in-out;
    -webkit-transition: transform 0.5s ease-in-out;
}

.nb-logo a {
    width: 230px;
}

.nb-logo img {
    /* Animasyon saga ve asagiya kayma  */
    width: 100%;
    transform: translateX(0);
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
}

.nb-logo img.transformX {
    /* Animasyon sola ve yukari kayma */
    transform: translateX(-30%);
    transition: 0.5s ease-in-out 0.5s;
    -webkit-transition: 0.5s ease-in-out 0.5s;
}

.main-page {
    background-image: url(../images/banner-bg.png);
    width: 100%;
}

.main-page-wrapper {
    position: relative;
    padding-top: 250px;
    min-height: 100vh;
    background-image: url(../images/banner-bg.png);
}

.main-page-wrapper.flx {
    display: flex;
    flex-direction: column;
}

.page-intro {
    position: relative;
    overflow: hidden;
}

.intro-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 35%;
    height: calc(100% - 90px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 50px;
}

.intro-text h2 {
    font-family: 'Open-Sans SemiCondensed' !important;
}

.intro-logo {
    display: none;
}

.intro-discover {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    padding-left: 50px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
    -webkit-transition: transform 0.3s ease-in-out;
    z-index: 1;
}

.intro-discover:hover {
    transform: translate(-50%, 5px);
}

.intro-pic {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 4;
    transition: 2s cubic-bezier(0.68, 0.12, 0.38, 0.91),
    z-index 0.2s cubic-bezier(0.68, 0.12, 0.38, 0.91);
    -webkit-transition: 2s cubic-bezier(0.68, 0.12, 0.38, 0.91),
    z-index 0.2s cubic-bezier(0.68, 0.12, 0.38, 0.91);
}

.intro-pic img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.intro-title {
    text-align: center;
    width: 70%;
    z-index: 1;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
}

.intro-title span {
    color: var(--yellow);
    font-size: 12px;
    letter-spacing: 1px;
}

.intro-title h2 {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 100;
    line-height: 1.25;
    margin: 20px 0 0;
}

.intro-similator {
    border: 1px solid var(--yellow);
    width: 50%;
    margin: 20% auto;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
}

.intro-similator a {
    display: block;
    padding: 12px 15px;
    text-align: center;
    font-size: 0.7rem;
    letter-spacing: 1px;
    font-weight: 700;
    color: var(--yellow);
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    font-family: "Open Sans";
}

.intro-similator:hover {
    border-color: #e6b357;
    background-color: #e6b357;
}

.intro-similator:hover a {
    color: var(--dark-grey);
}

.intro-discover span {
    color: white;
    font-family: "Roboto-Bold";
    font-size: 0.75rem;
    letter-spacing: 2px;
}

.intro-discover a:hover {
    color: white;
}

.intro-discover > svg {
    margin-bottom: 5px;
    width: 40px;
    height: 40px;
    stroke: white;
    fill: white;
    display: none;
}

.intro-discover .circle {
    width: 25px;
    height: 25px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.intro-discover .circle svg {
    width: 7px;
    height: 7px;
    fill: var(--yellow);
}

/*  *************
		SECTION 1
	************* */
.part {
    margin: 40px 0;
}

.main-top {
    display: flex;
    flex-direction: column;
    width: 80%;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.main-item {
    display: flex;
    margin: 50px auto 20px auto;
    width: 100%;
    justify-content: space-between;
    color: var(--dark-grey);
}

.main-text {
    width: 40%;
    font-family: 'Open-Sans SemiCondensed' !important;
}

.baslik-h {
    font-size: 16px;
}

.baslik-h span {
    font-size: 0.9rem;
    font-weight: 400;
    position: relative;
    margin-left: 65px;
    font-family: 'Open-Sans SemiCondensed' !important;
}

.baslik-h span::after {
    content: "";
    position: absolute;
    background: var(--dark-grey);
    width: 40%;
    height: 3px;
    top: 50%;
    left: -50%;
}

.logo-main {
    width: 80%;
    display: flex;
    justify-content: center;
    margin: auto;
}

.main-pic .img-effect-wrapper {
    background-color: var(--yellow);
}

.part .container {
    width: 70%;
    padding: unset;
}

.prodouct {
    text-align: center;
    color: var(--dark-grey);
    margin: 30px 0;
    font-size: 1.5rem;
    font-family: 'Open-Sans SemiCondensed' !important;
}

.maini {
    width: 80%;
    margin: 0 auto;
}

.double {
    text-align: center;
    margin: 0 0 90px;
    transition: 1.3s ease-in-out;
    -webkit-transition: 1.3s ease-in-out;
}

.double-image {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    cursor: auto;
}

.double-image:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(100%);
    background-color: #48494b80;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}

.double-image:hover:before {
    transform: translateY(0);
}

.double-image img {
    max-width: 100%;
}

.double-image a {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
    display: block;
    width: auto;
    font-size: 0.7rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--yellow);
    border: 2px solid var(--yellow);
    padding: 12px 25px;
    text-decoration: none;
    overflow: hidden;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
}

.double-image:hover a {
    transform: translate(-50%, -100%);
}

.double-image a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #48494b80;
    transform: translateY(100%);
    z-index: -1;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
}

.double-image a:hover:before {
    transform: translateY(0);
}

.double h4 {
    margin: 25px 0;
    font-size: 1.2rem;
    font-family: 'Open-Sans SemiCondensed' !important;
    text-transform: capitalize !important;
}

.double p {
    width: 100%;
    margin: 0 auto;
}

/*    **********
        SCROOL
      **********
*/
.scroll {
    background: #626364;
    padding: 100px 0;
}

.main_content {
    width: 80%;
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
}

.custom-list-group {
    top: 10px;
    color: white;
    font-family: 'Open-Sans SemiCondensed' !important;
    font-size: 0.8rem;
}

.custom-list-group,
.custom-scrollspy-example {
    width: 50%;
}

.scrollspy-example .img-effect-wrapper:after {
    background-color: #626364;
}

.custom-list-group a {
    background-color: transparent;
    color: #fff;
    font-size: 0.8rem;
    border: none;
    padding-left: 40px;
    position: relative;
    display: block;
    letter-spacing: 3px;
    pointer-events: none;
    transition: 0.5s all ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    line-height: 3px;
    font-family: "Encode Sans Condensed" !important;
    font-weight: bold;
}

.custom-list-group a:hover {
    background: none;
    font-weight: bold;
}

.custom-list-group a.active {
    background-color: transparent;
    color: var(--yellow);
    padding-left: 70px;
    font-weight: bold;
    z-index: 1;
}

.custom-list-group :after {
    content: "";
    position: absolute;
    width: 0;
    left: 0;
    top: 50%;
    height: 2px;
    background-color: var(--yellow);
    -webkit-transition: width 0.3s ease-out 0s;
    transition: width 0.3s ease-out 0s;
}

.custom-list-group a.active:after {
    width: 50px;
    -webkit-transition: width 0.3s ease-out 0.5s;
    transition: width 0.3s ease-out 0.5s;
}

.custom-list-group span {
    position: relative;
    margin-left: 40px;
    margin-bottom: 30px;
    font-size: 0.8rem;
}

.custom-list-group span::after {
    content: "";
    position: absolute;
    background: white;
    width: 100%;
    height: 2px;
    top: 50%;
    left: -40px;
}

.custom-list-group h2 {
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.custom-list-group p {
    width: 80%;
    margin: 40px 0;
    font-size: 1.25rem;
}

.img-item {
    color: white;
}

.img-item .img-effect {
    width: max-content;
}

.img-item .t1 span {
    padding-top: 11rem;
    letter-spacing: 1px;
    font-size: 0.9em;
    font-family: "Mulish";
}

.img-item p::after {
    content: "";
    width: 30px;
    height: 2px;
    background-color: var(--yellow);
    display: block;
    position: absolute;
    top: 15px;
}

.img-item h4 {
    margin-top: 10px;
}

.img-item p {
    width: 80%;
    margin: auto;
    font-size: 1.1rem;
    position: relative;
    text-indent: 40px;
    font-size: 1.4em;
    font-family: 'Open-Sans SemiCondensed' !important;
}

.img-item img {
    max-width: 100%;
    object-fit: cover;
}

.img-item .t1 {
    margin-block: 30px;
    text-align: center;
}

/*    **********
        BUSINES
      **********
*/

.busines {
    margin: 100px 0;
}

.inview {
    width: 80%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.busines-img {
    width: 25%;
}

.busines-img .img-effect {
    width: max-content;
}

.history-text .img-effect {
    width: max-content;
    margin-bottom: 1rem;
}

.busines-img h5 {
    font-size: 1.1rem;
    margin: 10px 0;
}

.busines-img span {
    color: var(--yellow);
}

.busines-text {
    width: 70%;
    font-family: 'Open-Sans SemiCondensed' !important;
}

.busines-text h2 {
    font-size: 2rem;
    letter-spacing: 3px;
    margin-bottom: 35px;
    line-height: 75px;
    position: relative;
}

.busines-text .parca {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.busines-text .parca p {
    width: 47%;
    line-height: 23px;
    font-size: 18px;
}

.image-wrapper {
    position: relative;
    margin: 75px 0;
}

.image-wrapper .img-text img {
    max-width: 100%;
    margin: 20px 0;
}

.s1 {
    width: 400px;
    margin-top: 10%;
}

.ss1 {
    width: max-content;
    margin: auto;
}

.img-effect {
    overflow: hidden;
}

.img-effect-wrapper {
    position: relative;
    transform: translateY(100%);
    overflow: hidden;
    transition: transform 1s ease-in-out 1s;
    -webkit-transition: transform 1s ease-in-out 1s;
}

.img-effect.active .img-effect-wrapper {
    transform: translateY(0);
}

.image-wrapper .img-effect-wrapper {
    background: linear-gradient(rgba(0, 0, 0, .47) 99%, rgba(0, 0, 0, .4)), url(../images/aa2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 700px;
    background-attachment: fixed;
}

.img-effect-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--yellow);
    transform: translateY(0);
    transition: 1s ease-in-out;
    -webkit-transition: 1s ease-in-out;
}

.img-effect.active .img-effect-wrapper {
    overflow: visible;
}

.img-effect.active .img-effect-wrapper:after {
    transform: translateY(-101%);
}

/*.img-effect-wrapper .effect-up {*/
/*    transform: scale(1.2);*/
/*    transition: transform 1s ease-out 1s;*/
/*    -webkit-transition: transform 1s ease-in-out 1s;*/
/*}*/

/*.img-effect.active .img-effect-wrapper .effect-up {*/
/*    transform: scale(1);*/
/*}*/

.image-wrapper .img-text {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    color: white;
    justify-content: space-evenly;
    font-size: 0.9rem;
}

.rectangle {
    color: white;
    border: 1px solid white;
    padding: 10px 45px;
    font-size: 0.95rem;
}

.white-sec {
    margin: 100px 0;
}

.title-prev {
    width: 80%;
    margin: 0 auto;
}

.title-prev h2 {
    font-size: 3rem;
    margin-bottom: 100px;
    font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}

.title-cont {
    display: flex;
    margin-top: 50px;
    justify-content: space-between;
}

.prev-item {
    width: 40%;
    font-family: 'Open-Sans SemiCondensed' !important;
}

.prev-item img {
    width: 80%;
}

.prev-item p {
    padding-left: 10px;
    margin: 25px 0;
}

.prev-item h4 {
    font-size: 1.2rem;
}

.prev-item a {
    font-size: 0.95rem;
    padding-left: 10px;
    color: var(--yellow);
    text-decoration: none;
}

.prev-item a:hover {
    color: var(--yellow);
}

.footer {
    position: relative;
    background-color: #626364;
}

.footer-wrapper {
    width: 90%;
    margin: 230px 0 0 auto;
    position: relative;
}

.grey-footer {
    position: relative;
    z-index: 1;
    background-color: #48494b;
    padding: 0 70px 50px 70px;
}

.footer-celikkol-image {
    display: none;
}

.grey-footer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    left: 0;
    width: 100%;
    height: 130px;
    background-color: #48494b;
    transform: translateY(-100%);
}

.footer h6 {
    color: white;
    margin: 0 0 30px 0;
    font-size: 0.85rem;
}

.footer-links ul li a {
    position: relative;
    display: block;
    color: var(--grey);
    padding: 10px 0;
    text-decoration: none;
    border-top: 1px solid var(--grey);
    font-size: 0.6rem;
    letter-spacing: 3px;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.footer-links ul li a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: var(--grey);
    transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
}

.footer-links ul li a:hover {
    color: var(--grey);
}

.footer-links ul li a:hover:after {
    width: 100%;
}

.grey-item {
    width: 40%;
    flex-wrap: wrap;
    display: none;
}

.grey-item ul {
    flex: 50%;
    margin-bottom: 100px;
    height: 266px;
}

.footer-links {
    width: 100%;
    margin-top: 7rem;
}

.footer-links ul {
    display: flex;
    flex-wrap: wrap;
}

.footer-links ul li {
    margin-right: 20px;
}

.footer-links ul li:last-child {
    margin-right: 6rem;
}

.footer-item {
    display: flex;
    justify-content: space-between;
}

.footer-logo {
    display: flex;
    width: 185px;
    justify-content: space-between;
    height: 83px;
}

.footer-text {
    text-align: center;
    color: white;
}

.footer-text h3 {
    margin-bottom: 50px;
    font-family: 'Open-Sans SemiCondensed' !important;
}


.footer-text svg {
    width: 28px;
    fill: #fff;
    stroke: #fff;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}

.blog_svg a:hover svg, .footer-text a:hover svg {
    fill: var(--yellow);
    stroke: var(--yellow);
}


.footer-text p {
    display: flex;
    justify-content: space-evenly;
}

.footer-left-logo {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-85%) rotate(-90deg);
}

.footer-left-logo img {
    width: 200px;
}

.footer-bottom {
    padding: 50px 70px 50px 0;
}

.y-f {
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 11px;
    color: var(--grey);
}

.y2 {
    position: relative;
}

.y2 img {
    width: 60%;
    float: right;
}

.y2 span {
    position: absolute;
    top: -100%;
    right: 0;
    font-size: 0.65rem;
}

.mobile-footer {
    display: none;
}

.opacity-0 {
    opacity: 0;
    visibility: hidden;
}

.opacity-1 {
    opacity: 1;
    visibility: visible;
}

.mobile img {
    display: none;
}

/*    **********
        HISTORY
      **********
*/

.nm-history {
    justify-content: space-between;
}

.inner-logo {
    position: relative;
    transform: translateY(30px);
    width: 35%;
    justify-content: center;
    display: none;
}

.history-part1 {
    margin: 250px auto 0px;
}

.history-text {
    display: flex;
    width: 80%;
    margin: 70px auto;
    justify-content: space-between;
}

.history-text p {
    font-size: 1.2rem;
    font-family: 'Open-Sans SemiCondensed' !important;
    line-height: 30px;
}

.history-text p span {
    display: block;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
    font-size: 1.5rem !important;
    color: #000;
}

.text1,
.text2 {
    width: 40%;
}

.text1 h3 {
    margin-bottom: 75px;
    line-height: 30px;
}

.text1 h3 p {
    font-size: 1.2rem;
}

.text1 .busines-img {
    width: 100%;
}

.text2 img,
.text-1 img {
    max-width: 100%;
}

.hood {
    width: 80%;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 20%);
    color: white;
}

.hood p {
    font-size: 0.8rem;
}

.hood h2 {
    margin-bottom: 15px;
    font-weight: 400;
    font-family: 'Open-Sans SemiCondensed' !important;
}

.hood h4 {
    margin-bottom: 30px;
    font-weight: 400;
    font-family: 'Open-Sans SemiCondensed' !important;
    letter-spacing: 2px;
}

.history {
    position: relative;
}

.yellow {
    background: var(--yellow);
    width: 100%;
    height: 550px;
}

/*    **********
        CONTACT
      **********
*/

.contact {
    display: flex;
    width: 80%;
    margin: 90px auto 0;
    justify-content: space-between;
}

.inner-logo svg {
    width: 170px;
}

.cont-item {
    width: 45%;
    display: flex;
    flex-direction: column;
}

.iletisim-form {
    display: flex;
    flex-direction: column;
}

.flo-con {
    display: flex;
    flex-direction: column;
}

.adress {
    margin-bottom: 50px;
}

.adress h5 {
    margin-bottom: 10px;
    color: #fff;
    font-size: 1.1rem;
    font-family: 'Open-Sans SemiCondensed' !important;
}

.adress a,
.adress p {
    margin-bottom: 10px;
    color: #fff;
    display: contents;
    font-size: 0.95rem;
    text-decoration: none !important;
}

.forms h5 {
    color: white;
    font-size: 1.1rem;
    letter-spacing: 1px;
    line-height: 25px;
    margin-bottom: 50px;
}

.iletisim-form input,
textarea {
    margin: 0;
    line-height: inherit;
    height: 60px;
    margin-bottom: 25px;
    border: 1px solid #bababa;
    background: no-repeat;
    color: #bababa;
    padding-left: 25px;
    font-size: 0.95rem;
    outline: none;
    font-weight: bold;
}

.iletisim-form textarea {
    height: auto;
    min-height: 60px;
}

.iletisim-form input:focus,
textarea:focus {
    border: 2px solid #bababa;
}

.iletisim-form input::placeholder,
.iletisim-form textarea::placeholder {
    color: var(--grey);
}

.iletisim-form input[type="submit"] {
    background-color: var(--yellow);
    color: var(--dark-grey);
    border: 1px solid var(--yellow);
    letter-spacing: 1px;
}

.con-title {
    width: 90%;
    margin: 0 0 0 15%;
    color: var(--grey);
    position: relative;
    font-size: 0.9rem;
}

.title-detail {
    color: var(--grey);
}

.title-detail:hover {
    color: var(--yellow);
}

.con-title-p {
    width: 90%;
    color: var(--grey);
    position: relative;
    font-size: 0.9rem;
}

.con-title-ek {
    width: 90%;
    margin: 0 0 0 5%;
    color: var(--grey);
    position: relative;
    font-size: 0.9rem;
}

.con-title-lower {
    width: 72%;
    margin-bottom: 30px;
    color: var(--grey);
    position: relative;
    font-size: 1.2rem;
    font-family: 'Open-Sans SemiCondensed' !important;
}

.con-title span {
    color: var(--yellow);
}

.con-title-p span {
    color: var(--yellow);
}

.con-title.more-top {
    margin: 15% auto 0;
    width: 72%;
}

.con-title::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -5.5%;
    transform: translateY(-50%);
    width: 5%;
    height: 3px;
    background-color: var(--grey);
}

.pos {
    position: absolute;
    bottom: 0;
    left: 14%;
}

.pos::before {
    content: "";
    position: absolute;
    width: 5.5%;
    height: 3px;
    top: 50%;
    left: -6%;
    background-color: var(--yellow);
}

/***********
       END HISTORY
      **********  */

/*    **********
        PREV
      **********
*/

.close-prev2 {
    display: none !important;
}

.prev-title {
    width: 80%;
    margin: auto;
    color: white;
    font-family: 'Open-Sans SemiCondensed' !important;
    padding-top: 10px;
}

.prev-title h4 {
    font-size: 1.2rem;
    padding-top: 10px;
    letter-spacing: 1px;
}

.prev-content {
    width: 90%;
    display: flex;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -45%;
    justify-content: space-between;
}

.prev {
    margin-bottom: 15rem;
    position: relative;
    transform: translateY(-20rem);
    -webkit-transform: translateY(-20rem);
    -moz-transform: translateY(-20rem);
    -ms-transform: translateY(-20rem);
    -o-transform: translateY(-20rem);
}

.prev-text {
    width: 29%;
    margin-bottom: 3rem;
    font-family: 'Open-Sans SemiCondensed' !important;
}

.prev-text a {
    text-decoration: none;
    color: black;
}

.prev-text:hover a {
    color: black;
}

.prev-text img {
    width: 100%;
    object-fit: cover;
}

.prev-content span {
    display: block;
    color: var(--yellow);
    margin: 20px 0;
}

.prev-content2 {
    width: 80%;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
}

.prev-content2 span {
    display: block;
    color: var(--yellow);
    margin: 20px 0;
    font-size: 0.95rem;
}

.prev-content2 h4 {
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}

.very-prev {
    width: 50%;
    margin: 100px auto;
    text-align: center;
}

.very-prev a {
    text-decoration: none;
    color: var(--yellow);
    padding: 15px 30px;
    border: 1px solid var(--yellow);
    letter-spacing: 0.9px;
}

/*    **********
        END PREV
      **********  */

/*    **********
      PREV-DETIL
      **********  */

.prev-dail-container {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 20rem;
}

.pd-item {
    width: 45%;
}

.pd-item .img-effect {
    width: max-content;
}

.pd-item.img {
    transform: translateY(-25rem);
}

.pd-item.text {
    margin-top: -15rem;
}

.pd-item img {
    max-width: 100%;
}

.pd-item h2 {
    margin-bottom: 200px;
    color: white;
    font-size: 1.7rem;
    line-height: 35px;
    font-family: 'Open-Sans SemiCondensed' !important;
}

.pd-item p span {
    font-size: 1.2rem !important;
    margin-top: 10% !important;
    font-family: 'Open-Sans SemiCondensed' !important;
}

.pd-text {
    margin-bottom: 50px;
}

/*    **********
      END PREV-DETIL
      **********  */

/* **********
      PRODUCTION
      **********  */
.production-slide .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.pro-button {
    position: absolute;
    bottom: 0;
    display: flex;
    z-index: 1;
    width: 100%;
    height: 60px;
    left: 50%;
    transform: translateX(-50%);
    justify-content: space-between;
}

.swiper-button-prev,
.swiper-button-next {
    position: relative;
    top: unset;
    margin-top: unset;
    color: white;
    background-color: #626364;
    width: 60px;
    height: 60px;
    left: unset;
    right: unset;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 20px;
}

.production-slide {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 30%);
    width: 80%;
    margin: 0 auto;
    color: white;
}

.production-slide h2 {
    margin-bottom: 20px;
    font-family: 'Open-Sans SemiCondensed' !important;
}

.works-container {
    width: 80%;
    margin: 70px auto;
    display: flex;
    justify-content: space-between;
    font-family: 'Open-Sans SemiCondensed' !important;
}

.works-item {
    width: 40%;
}

.works-item h1 {
    margin-top: 10px;
    margin-bottom: 50px;
    font-family: 'Open-Sans SemiCondensed' !important;
}

.works-item p span {
    font-size: 20px !important;
    line-height: 30px;
    font-family: 'Open-Sans SemiCondensed' !important;
}

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

.mine-container {
    width: 80%;
    margin: 70px auto;
    justify-content: space-between;
    display: flex;
}

.mine-item {
    width: 40%;
}

.mine-item-img {
    margin-bottom: 50px;
}

.mine-item img {
    width: 100%;
    object-fit: cover;
}

.mine-item p {
    margin-top: 10px;
}

.pro-link {
    text-decoration: none;
    font-size: 1.25rem;
    border: 1px solid var(--yellow);
    padding: 15px 45px;
    display: inline-block;
    text-align: center;
    margin: 50px auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    color: var(--yellow);
    letter-spacing: 1px;
}

.pro-link:hover {
    color: var(--yellow);
}

/* **********
 END-PRODUCTION
**********  */

/* **********
      MARBEL
**********  */

.marbel-title {
    width: 80%;
    display: flex;
    margin: 50px auto 0;
    column-gap: 25px;
}

.marbel-title .img-effect {
    flex: 50%;
    max-width: 500px;
}

.marbel-title .marbel-list,
.marbel-title .swiper-container {
    flex: 50%;
}

.marbel-list {
    background-color: #fff;
    height: min-content;
    padding-bottom: 5rem;
}

.marbel-slide th {
    padding: 15px 20px;
    height: 66px;
    font-size: 0.8rem;
    font-weight: 400;
    letter-spacing: 1px;
}

.marbel-slide .none-th {
    border: 0;
}

.marbel-slide .none-th th {
    height: auto;
}

.marbel-slide td {
    padding: 15px 20px;
    height: 66px;
    font-size: 0.75rem;
    position: relative;
    letter-spacing: 1px;
}

.marbel-status-icon {
    margin-left: auto;
    margin-right: 15px;
    opacity: 0.2;
    text-align: right;
}

.marbel-status-icon svg {
    max-width: 25px;
}

.marbel-status-icon.active {
    opacity: 1;
}

.marbel-status-icon.active svg {
    fill: var(--yellow);
    transform: rotate(45deg);
}

.marbel-slide .list-material-icon {
    display: inline-block;
    margin-right: 30px;
    width: 35px;
}

.marbel-slide .list-material-icon.little {
    text-align: center;
}

.marbel-slide .list-material-icon img {
    max-width: 35px;
}

.marbel-slide .list-material-icon.little img {
    max-width: 20px;
}

.list-material-icon.big img {
    max-width: 40px;
}

.marbel-slide {
    display: none;
    margin-top: 20px;
}

.marbel-slide tr {
    user-select: none;
    border-bottom: 1px solid #a2a3a46e;
    transition: background-color 0.3s ease-in-out;
    -webkit-transition: background-color 0.3s ease-in-out;
}

.marbel-slide tr.tr1 td {
    padding: 15px 20px 15px 30px;
    font-weight: 600;
}

.marbel-slide tr:hover {
    background-color: #dadada;
}

.marbel-slide table {
    width: 100%;
}

.marbel-text {
    border-bottom: 1px solid #a2a3a46e;
    padding: 25px 0;
}

.marbel-list-header {
    width: 100%;
}

.marbel-list-header.active {
    background-color: #eeeeee;
}

.marbel-list-wrapper {
    width: 70%;
    margin-left: auto;
    padding: 50px 20px 10px;
    background-color: var(--yellow);
}

.marbel-list-wrapper span {
    color: #fff;
    position: relative;
}

.marbel-list-wrapper span:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 100%;
    width: 100%;
    height: 1px;
    background-color: #fff;
    transform: translateX(-10%);
}

.aciklama p {
    color: white;
    font-family: 'Open-Sans SemiCondensed' !important;
    font-size: 1.2rem;
    padding-top: 30px;
    line-height: 150%;
    width: 65%;
}

.kresim {
    padding: 30px;
}

.marbel-text h4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    position: relative;
    padding: 0 20px;
    font-size: 1rem;
    letter-spacing: 1px;
    user-select: none;
    font-family: "Kabel-Bk-BT-Book", sans-serif;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}

.marbel-text span.bold {
    font-weight: 600;
    display: block;
}

.marbel-text.active {
    border: 0;
    background-color: #eeeeee;
    padding: 25px 0 0;
}

.marbel-text.active .marbel-slide table tr:last-child {
    border: 0;
}

.marbel-text.active h4 {
    color: var(--yellow);
}

.marbel-title-icon {
    margin-right: 15px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}

.marbel-text.active .marbel-title-icon {
    transform: rotate(180deg);
}

.marbel-text.active .marbel-title-icon svg * {
    fill: var(--yellow);
}

.marbel-title-icon svg {
    width: 25px;
    max-width: 25px;
    height: auto;
}

.marbel-title-icon svg * {
    fill: #212529;
}

.th-img {
    position: relative;
}

.th-img img {
    position: absolute;
    width: 15px;
    opacity: 0.6;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.marbel-title .swiper-slide img {
    display: block;
    max-width: 100%;
    object-fit: cover;
    user-select: none;
}

.marbel-container {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    column-gap: 53px;
    row-gap: 135px;
    padding: 180px 0;
    justify-content: center;
}

.marbel-item h4 {
    margin: 10px 0 5px 0;
    font-size: 1.1rem;
    letter-spacing: 1px;
}

.marbel-item span {
    font-size: 0.95rem;
    letter-spacing: 0.5px;
}

.marbel-item:hover img {
    box-shadow: 0 3px 6px #0000001a;
}

/* **********
END-MARBEL
**********  */

/* **********
    CEREZ & PAGE/cookie
**********  */

.cookie-container {
    position: relative;
    height: 400px;
    background-image: url("../images/banner-bg.png");
    padding-top: 250px;
}

.cookie-header {
    height: 400px;
}

.cookie-link {
    position: absolute;
    bottom: 4%;
    right: 10%;
}

.cookie-select {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--yellow);
    border: 1px solid var(--yellow);
    padding: 15px 40px;
}

.cookie-select:hover {
    color: var(--yellow);
}

.select-box {
    display: none;
    position: absolute;
    margin-top: 15px;
    width: 100%;
    padding: 25px 0;
    background: var(--yellow);
}

.pro {
    margin-bottom: 14px;
    display: block;
    color: white;
    padding-left: 20px;
}

.pro:hover {
    color: white;
}

.cookie-select svg {
    width: 15px;
    fill: var(--yellow);
    stroke: var(--yellow);
    margin-left: 10px;
}

.tabcontent {
    display: none;
}

.right-content {
    width: 60%;
    margin: 75px auto;
}

.right-content h3 {
    font-size: 1.5rem;
    font-weight: 600;
    font-family: "Roboto-Thin", sans-serif;
}

#cerez {
    position: fixed;
    bottom: 0;
    display: block;
    background-color: var(--yellow);
    color: #626364;
    width: 100%;
    z-index: 4;
}

.cerez-wrapper {
    display: flex;
    justify-content: space-around;
    padding: 25px;
}

#cerez a {
    color: #626364;
    text-decoration: none;
    padding: 0 5px;
}

#cerez button {
    background: transparent;
    padding: 12px 60px;
    color: #626364;
    border: 1px solid #626364;
    letter-spacing: 1px;
    cursor: pointer;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    border-radius: 2px;
    font-weight: 700;
}

#cerez button:hover {
    color: #626364;
    transform: scaleX(1.1);
}

/* **********
    END-CEREZ
**********  */

/* **********
    DROPDOWN-MENU
********** */

.drop1 {
    left: -761% !important;
}

.drop2 {
    left: 0 !important;
    top: 72px !important;
}

.dropdownn:hover .drop2 {
    opacity: 1;
}

.menu-area {
    position: fixed;
    top: 90px;
    left: 5%;
    width: 90%;
    flex-wrap: wrap;
    justify-content: space-around;
    background-color: #e5e4e4;
    box-shadow: 0 0 6px #00000033;
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s ease-in-out, max-height 0.5s ease-in-out,
    padding-top 0.7s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out, max-height 0.5s ease-in-out,
    padding-top 0.7s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out, max-height 0.5s ease-in-out,
    padding-top 0.7s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out, max-height 0.5s ease-in-out,
    padding-top 0.7s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out, max-height 0.5s ease-in-out,
    padding-top 0.7s ease-in-out;
}

.menu-area.active {
    max-height: 700px;
    visibility: visible;
    opacity: 1;
    padding: 20px;
}

.menu-area-lists > li {
    width: max-content;
}

.menu-area ul h3 {
    margin: 10px 0px;
    width: max-content;
    font-size: 1rem;
    font-weight: 600;
    border-bottom: 1px solid #000;
    font-family: 'Open-Sans SemiCondensed' !important;
    letter-spacing: 3px;
    color: #000 !important;
}

.menu-area-kategori h3 {
    display: inline-block;
}

.menu-area-lists li a {
    display: block;
    color: var(--dark-grey);
    position: relative;
    padding: 3px 0;
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 300;
    letter-spacing: 1px;
    transition: 0s ease-in-out;
    -webkit-transition: 0s ease-in-out;
    text-transform: uppercase;
}

.menu-area .fadeAnimate.active li a {
    transition: 0.1s ease-in-out;
    -webkit-transition: 0.1s ease-in-out;
}

.menu-area-lists li a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: var(--dark-grey);
    transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
}

.menu-area-lists li a:hover:after {
    width: 100%;
    background-color: var(--yellow);
}

.menu-area-lists li a:hover {
    color: var(--yellow);
}

.menu-area-lists {
    display: grid;
    grid-template-rows: repeat(15, auto);
    grid-column-gap: 80px;
    grid-auto-flow: column;
    font-family: "Open-Sans SemiCondensed" !important;
}

.space {
    margin-top: 40px;
}

.menu-area ul img {
    width: 100%;
}

.img-list {
    width: 350px;
}

/* **********
    END-DROPDOWN-MENU
**********  */

.mobile_ocak a {
    text-transform: uppercase;
}

.mobile-item {
    display: none;
}

.succesResim3 img:nth-child(2) {
    visibility: hidden;
    opacity: 0;
}

.succesResim3:hover img:nth-child(1) {
    visibility: hidden;
    opacity: 0;
}

.succesResim3:hover img:nth-child(2) {
    visibility: visible;
    opacity: 1;
}

/* Page  Transition Animate */

.slide-animate {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #48494b;
    z-index: 9;
    animation: slide-animate 2s ease-in-out;
    transform: translateX(-100%);
    display: none;
}

@keyframes slide-animate {
    0% {
        transform: translateX(100%);
    }
    50% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

/* iletisim */
.email {
    width: 100%;
    text-align: center;
    color: white;
    font-family: "Open-Sans SemiCondensed" !important;
}

.Form__Input {
    -webkit-appearance: none;
    display: block;
    padding: 5px 14px;
    border-radius: 0;
    border: 1px solid #857a7a;
    line-height: normal;
    resize: none;
    background: transparent;
    margin: auto;
    color: #bababa;
    outline: none;
}

.button {
    position: relative;
    display: inline-block;
    padding: 5px 14px;
    line-height: normal;
    border: 1px solid transparent;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 10px;
    text-align: center;
    letter-spacing: .2em;
    background-color: var(--yellow);
    transition: color .45s cubic-bezier(.785, .135, .15, .86), border .45s cubic-bezier(.785, .135, .15, .86);
    z-index: 1;
    -webkit-tap-highlight-color: initial;
    margin-left: 10px;
    outline: none;
}

.text_area_up {
    position: relative;
    height: 125px;
    padding-top: 30px;
}

.top-content > div {
    color: white;
}

.text_area_up::before {
    position: absolute;
    z-index: 0;
    top: 0;
    content: "";
    height: 100%;
    border: 3px solid var(--yellow);
    width: 120%;
    right: 0;
}

.last::before {
    left: 0;
}

/*blog*/

.reverse {
    display: flex;
    justify-content: end;
    margin-top: 10%;
    margin-bottom: 10%;
    flex-direction: row-reverse;
}

.reverse .text_area_up::before {
    left: 0 !important;
}

/* timeline */

.timelineswiper .swiper {
    width: 50%;
    height: 100%;
}

.timelineswiper .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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.mySwiperTimeline .swiper-slide {
    color: transparent;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.twoSwiperTimeline .swiper-slide-next, .twoSwiperTimeline .swiper-slide-prev {
    color: transparent;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.mySwiperTimeline .swiper-slide {
    font-size: 40px;
    font-family: 'Rose Velt Personal Use Only';
}

.mySwiperTimeline .swiper-slide-active {
    font-size: 60px;
    font-family: 'Rose Velt Personal Use Only';
    color: black;
}

.twoSwiperTimeline .swiper-slide {
    font-size: 17px;
    font-family: 'Open-Sans SemiCondensed';
}

.twoSwiperTimeline .swiper-slide-active {
    font-size: 20px;
    font-family: 'Open-Sans SemiCondensed';
}

.mySwiperTimeline .swiper-slide {
    position: relative;
}

.mySwiperTimeline .swiper-slide::after {
    content: "";
    width: 2px;
    height: 50px;
    display: block;
    background-color: #0a0a0a;
    position: absolute;
    top: 100px;
}

.mySwiperTimeline .swiper-slide::before {
    content: "";
    width: 8px;
    height: 8px;
    background: #0a0a0a;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 150px;
    margin-left: 1px;
}


