﻿*,
*::before,
*::after {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
    border: 0 solid transparent;
}

html {
    -webkit-text-size-adjust: 100%;
}

strong {
    font-weight: bold;
}



::-webkit-scrollbar {
    display: none;
}

.overflow-hidden {
    overflow: hidden;
}


@font-face {
    font-family: 'Mont';
    src: url('../fonts/Mont-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Mont';
    src: url('../fonts/Mont-Regular.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Mont';
    src: url('../fonts/Mont-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Ethnocentric';
    src: url('../fonts/ethnocentricrgit.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Martian Mono';
    src: url('../fonts/MartianMono-Regular.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Amazon Ember';
    src: url('../fonts/Amazon-Ember-Medium.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TT Travels Next Trl';
    src: url('../fonts/TT/ Travels/ Next/ Trial/ Medium.ttf.html') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Clash Display';
    src: url('../fonts/ClashDisplay-Medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Mont', sans-serif;
    min-height: 100vh;
    line-height: 1;
    text-rendering: optimizeSpeed;
    overflow-x: hidden;
}


img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block;
    max-width: 100%;
}

input,
button,
textarea,
select {
    font: inherit;
    line-height: inherit;
    color: inherit;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button,
[role="button"] {
    cursor: pointer;
    background-color: transparent;
    -webkit-tap-highlight-color: transparent;

    &:focus {
        outline: 0;
    }
}

a {
    cursor: pointer!important ;
    text-decoration: inherit!important;
    -webkit-tap-highlight-color: transparent!important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

ol,
ul {
    list-style: none;
}

[type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;

    &:focus {
        outline: 0;
    }
}

::-moz-placeholder {
    opacity: 1;
}

textarea {
    vertical-align: top;

    overflow: auto;
}

[type='checkbox'],
[type='radio'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    &:focus {
        outline: 0
    }
}

@media (prefers-reduced-motion: reduce) {
    html:focus-within {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

.container {
    padding: 0 6vw;
}


/* Header Start */
header {
    width: 100%;
    background: #1F1F1F;
    border-bottom: 1px solid #393A40;
    display: flex;
    justify-content: space-between;
    padding: 40px 6vw;
    align-items: center;
    /* position: relative; */
    z-index: 2;
    overflow-x: clip;
    overflow-y: initial;
    justify-content: center;
    align-items: center;
}

.header-left {
    width: 480px;
    display: flex;
    align-items: center;
    position: relative;
}

.header-left .logo-wrapper {
    flex: 0 0 180px;
    padding-right: 24px;
    margin-right: 24px;

    height: fit-content;
}

.header-left .swiper-button-next {
    right: -40px;
}

.header-left .swiper-button-next svg {
    width: 11px;
}

.header-swiper {
    flex: 1;
    overflow: hidden;
    /* background: linear-gradient(to left, black, transparent 15%); */
    position: relative;
}

.header-swiper:before {
    content: "";
    position: absolute;
    right: 0;
    width: 25%;
    background: linear-gradient(to left, #1f1f1f, transparent 100%);
    height: 100%;
    z-index: 2;
}

.header-swiper div {
    align-items: center;
}

header img {
    width: 100%;
    object-fit: cover;
}

header .header-right {
    display: flex;
    flex-wrap: wrap;
    /* width: 350px; */
    align-items: center;
}

.menu-left {
    display: flex;
    gap: 30px;
}

header .header-right a {
    display: flex;
    gap: 8px;
    color: #FFF;
    font-family: "Martian Mono";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    align-items: center;
    width: 100%;
    transition: 0.4s;
}

.menu-left .sub-menu li a {
    border: unset !important;
    margin: 0;
    padding: 0;
    margin-bottom: 30px !important;
    padding: 0 !important;
    transition: 0.4s;
}

.menu-left li,
.menu-right li {
    position: relative;
    z-index: 2;
}

.menu-left li.has-sub-menu,
.menu-right li.has-sub-menu {
    cursor: pointer;
    z-index: 5;
    transition: 0.4s;
}

.menu-left .sub-menu li:hover a {
    color: #E91A3F;
}

li {}

.menu-left li.has-sub-menu:hover .has-sub-menu-link {
    color: #E91A3F;
}

.menu-left li.has-sub-menu path {
    transition: 0.4s;
}

.menu-left li.has-sub-menu:hover path {
    fill: #E91A3F;
}

.menu-left .sub-menu,
.menu-right .sub-menu {
    transition: 0.4s;
    position: absolute;
    top: -81px;
    left: -19px;
    padding-left: 33px;
    padding-top: 185px;
    background: #1f1f1f;
    right: 0;
    width: 350px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    border-left: 1px solid rgba(255, 255, 255, 0.20);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: -1;
}

header .header-right .has-sub-menu:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}


.menu-left li:first-child a,
.menu-right li:first-child a {
}

header .header-right a:hover,
header .header-right a:hover path {
    color: #E91A3F;
    fill: #E91A3F;
}


.menu-right {
   
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.menu-right li {
    width: 100%;
}

.menu-right a {}

header .header-right .menu-right a {
    /* justify-content: flex-end; */
    justify-content: start;
    padding-left: 15px;
}

/* Header End */

/* Hakkımızda Start */

.about-us-text-wrapper {
    display: flex;
    padding: 6.5vw;
    gap: 13vw;
}

.about-us-text-wrapper .about-us-text-wrapper-left-area {
    flex: 0 0 28vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.about-us-text-wrapper .about-us-text-wrapper-left-area .about-us-text-wrapper-header {
    color: #1F1F1F;
    font-family: 'Mont';
    font-size: 2.5vw;
    font-style: normal;
    font-weight: 800;
    line-height: 1.5;
    padding-bottom: 27px;
}

.about-us-text-wrapper .about-us-text-wrapper-left-area span {
    color: #1F1F1F;
    font-family: 'Mont';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    max-width: 90%;
}

.about-us-text-wrapper .about-us-text-wrapper-left-area .about-us-text-wrapper-count-item {
    color: #1F1F1F;
    font-family: 'Mont';
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    display: flex;
    gap: 24px;
    align-items: center;
    width: 100%;
    margin-top: 80px;
}

.about-us-text-wrapper .about-us-text-wrapper-left-area .about-us-text-wrapper-count-item img {}

.about-us-text-wrapper .about-us-text-wrapper-left-area .about-us-text-wrapper-count-item span {
    color: #1F1F1F;
    font-family: 'Mont';
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 36px;
}


.about-us-text-wrapper .about-us-text-wrapper-right-area {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.about-us-text-wrapper .about-us-text-wrapper-right-area .about-us-text-wrapper-right-area-item {
    display: flex;
    gap: 45px;
    align-items: center;
    border-top: 1px solid rgba(31, 31, 31, 0.65);
    padding-top: 20px;
}

.about-us-text-wrapper .about-us-text-wrapper-right-area .about-us-text-wrapper-right-area-item svg {
    flex-basis: 50px;
}

.about-us-text-wrapper .about-us-text-wrapper-right-area .about-us-text-wrapper-right-area-item svg path {}

.about-us-text-wrapper .about-us-text-wrapper-right-area .about-us-text-wrapper-right-area-item .about-us-text-wrapper-right-area-item-text-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.about-us-text-wrapper .about-us-text-wrapper-right-area .about-us-text-wrapper-right-area-item .about-us-text-wrapper-right-area-item-text-wrapper .about-us-text-wrapper-right-area-item-header {
    color: #1F1F1F;
    font-family: 'Mont';
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    /* 100% */
}

.about-us-text-wrapper .about-us-text-wrapper-right-area .about-us-text-wrapper-right-area-item .about-us-text-wrapper-right-area-item-text-wrapper .about-us-text-wrapper-right-area-item-text {
    color: #1F1F1F;
    font-family: 'Mont';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.about-us-text-wrapper .about-us-text-wrapper-left-area .about-us-text-wrapper-count-item:last-child {
    margin-top: 34px;
}


.about-us-text-wrapper .about-us-text-wrapper-left-area .about-us-text-wrapper-count-item .about-us-text-wrapper-count-item-image {
    flex: 0 0 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-us-img {
    padding: 80px 6.5vw;
}

.about-us-img img {
    object-fit: cover;
    width: 100%;
}

.about-us-referance {

    display: flex;
    flex-direction: column;
    align-items: center;
padding: 185px 0 185px 0px;
}

.about-us-referance .about-us-referance-title {
    color: #1F1F1F;
    font-family: 'Mont';
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: normal;
}

.about-us-referance .about-us-referance-description {
    color: #1F1F1F;
    text-align: center;
    font-family: 'Mont';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 105px;
    max-width: 48vw;
}

.about-us-referance .about-us-referance-image-wrapper {
    display: flex;
    gap: 4vw;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.about-us-referance .about-us-referance-image-wrapper .swiper-wrapper {
    align-items: center;
    /* justify-content: center; */
}

.about-us-referance .about-us-referance-image-wrapper .swiper-slide {
    width: auto !important;
}

.about-us-referance .about-us-referance-image-wrapper img {
    width: 7vw;
    object-fit: contain;
}



@media only screen and (max-width: 1199px) {

    .about-us-text-wrapper .about-us-text-wrapper-left-area {
        flex: 0 0 30vw;
    }

    .about-us-text-wrapper {
        gap: 5vw;
    }
}

@media only screen and (max-width: 991px) {
    .about-us-text-wrapper {
        flex-direction: column;
    }

    .about-us-text-wrapper .about-us-text-wrapper-left-area .about-us-text-wrapper-header {
        color: #1F1F1F;
        text-align: center;
        font-family: 'Mont';
        font-size: 16px;
        font-style: normal;
        font-weight: 800;
        line-height: 22px;
        /* 137.5% */
        width: 55%;
    }

    .about-us-text-wrapper .about-us-text-wrapper-left-area {
        align-items: center;
        justify-content: center;
    }

    .about-us-text-wrapper .about-us-text-wrapper-left-area span {
        display: none;
    }

    .about-us-text-wrapper .about-us-text-wrapper-left-area .about-us-text-wrapper-count-item .about-us-text-wrapper-count-item-image {
        flex: 0 0 40%;
        flex-direction: column;
    }

    .about-us-text-wrapper .about-us-text-wrapper-left-area .about-us-text-wrapper-count-item span {
        display: block !important;
        color: #1F1F1F;
        font-family: 'Mont';
        font-size: 16px;
        font-style: normal;
        font-weight: 800;
        line-height: 12px;
        /* 75% */
    }

    .about-us-text-wrapper .about-us-text-wrapper-left-area .about-us-text-wrapper-count-item {
        margin-top: 0;
        align-items: center;
        justify-content: center;
    }

    .about-us-text-wrapper .about-us-text-wrapper-left-area .about-us-text-wrapper-count-item img {}

    .about-us-text-wrapper .about-us-text-wrapper-right-area .about-us-text-wrapper-right-area-item svg {
        flex: 0 0 15px;
    }

    .about-us-text-wrapper .about-us-text-wrapper-right-area .about-us-text-wrapper-right-area-item {
        gap: 20px;
    }

    .about-us-text-wrapper .about-us-text-wrapper-right-area .about-us-text-wrapper-right-area-item .about-us-text-wrapper-right-area-item-text-wrapper .about-us-text-wrapper-right-area-item-header {
        color: #1F1F1F;
        font-family: 'Mont';
        font-size: 16px;
        font-style: normal;
        font-weight: 800;
        line-height: 12px;
        /* 75% */
    }

    .about-us-text-wrapper .about-us-text-wrapper-right-area .about-us-text-wrapper-right-area-item .about-us-text-wrapper-right-area-item-text-wrapper .about-us-text-wrapper-right-area-item-text {
        color: #1F1F1F;
        font-family: 'Mont';
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px;
        /* 157.143% */
    }

    .about-us-img {
        padding: 40px 0;
    }

    .about-us-referance .about-us-referance-title {
        color: #848484;
        text-align: center;
        font-family: 'Mont';
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .about-us-referance .about-us-referance-description {
      color: #1F1F1F;
    text-align: center;
    font-family: 'Mont';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 20px;
    max-width: 80vw;
    }

    .about-us-referance .about-us-referance-image-wrapper img {
        width: unset !important;
        object-fit: contain;
    }

    .about-us-referance .about-us-referance-image-wrapper {
        /* align-items: center; */
        /* justify-content: center; */
        gap: 30px;
        overflow-x: hidden;
    }

    .about-us-referance {
        padding:30px 0px 30px 0px;
    }
}

/* Hakkımızda END */


/* Footer Start */
footer {}

footer .footer-contact {}

footer .footer-contact .footer-contact-mini-text {}

footer .footer-contact .footer-contact-text {}

footer .footer-contact a {}

footer .footer-contact a svg {}

footer .footer-contact a svg path {}

footer .footer-bottom {
    background: #1F1F1F;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 150px;
}

footer .footer-bottom a {
    color: #FFF;
    text-align: center;
    font-family: 'Mont';
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: 29px;
}

footer .footer-bottom span {
    color: #9E9E9E;
    text-align: center;
    font-family: 'Mont';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 29px;
}

footer .footer-bottom .footer-social-media {
    display: flex;
    gap: 20px;
    margin-top: 40px;
}

footer .footer-bottom .footer-social-media a {
    transition: 0.4s;
}

footer .footer-bottom .footer-social-media a img {}

footer .footer-bottom .footer-links {
    margin-top: 150px;
    display: flex;
    gap: 30px 5vw;
    flex-wrap: wrap;
    width: 58vw;
    align-items: center;
    justify-content: center;
}

footer .footer-bottom .footer-links a {
    transition: 0.4s;
    color: #9E9E9E;
    text-align: center;
    font-family: 'Mont';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 29px;
}

footer .footer-bottom .footer-logo {
    margin-top: 50px;
    margin-bottom: 50px;
}

footer .footer-bottom .footer-logo img {
	
	max-height: 100px;
}

footer .footer-bottom .footer-signature {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
    gap: 2.5vw;
    width: 100%;
}
footer .footer-bottom .footer-signature .footer-signature-div
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2.5vw;
}

footer .footer-bottom .footer-signature span {
    color: #9E9E9E;
    text-align: center;
    font-family: "Martian Mono";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 29px;
    /* 207.143% */
    transition: 0.4s;
}

footer .footer-bottom .footer-signature a {
    color: #9E9E9E;
    text-align: center;
    font-family: "Martian Mono";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 29px;
    transition: 0.4s;
}

footer .footer-mail {
    margin-bottom: 35px;
}

footer .footer-phone {
    color: #9E9E9E !important;
    text-align: center !important;
    font-family: 'Mont';
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 29px !important;
}

footer .footer-bottom .footer-links a:hover {
    color: white;
}

footer .footer-bottom .footer-signature span:hover,
footer .footer-bottom .footer-signature a:hover {
    color: white;
}

footer .footer-bottom .footer-social-media a:hover {
    transform: scale(1.1);
}

/* Footer End */

/* Contact Start */
.contact-text-wrapper {
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 50px;
    padding-top: 100px;
    overflow: hidden;
}

.contact-text-wrapper div {
    display: flex;
    flex-direction: column;
    gap: 25px;
    max-width: 26vw;
}

.contact-text-wrapper div .contact-text-header {
    color: #1F1F1F;
    font-family: 'Mont';
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: 46px;
    /* 127.778% */
    max-width: 85%;
}

.contact-text-wrapper div .contact-text-description {
    color: #1F1F1F;
    font-family: 'Mont';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    /* 188.889% */
}

.contact-text-wrapper .contact-text-image {
    position: absolute;
    left: 38vw;
    top: 14%;
}

.contact-text-wrapper .contact-text-image svg {}

.contact-text-wrapper .contact-text-image svg g {}

.contact-text-wrapper .contact-text-image svg g path {}

.contact-text-wrapper .contact-text-image svg defs {}

.contact-text-wrapper .contact-text-image svg defs #clip0_9467_5510 {}

.contact-text-wrapper .contact-text-image svg defs #clip0_9467_5510 rect {}

.contact-form-wrapper {
    margin-top: 100px;
}

.contact-form-wrapper .contact-form-header {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-form-wrapper .contact-form-header .contact-form-header {
    color: #1F1F1F;
    font-family: 'Mont';
    font-size: 42px;
    font-style: normal;
    font-weight: 800;
    line-height: 52px;
    /* 123.81% */
}

.contact-form-wrapper .contact-form-header svg {}

.contact-form-wrapper .contact-form-header svg g {}

.contact-form-wrapper .contact-form-header svg g path {}

.contact-form-wrapper .contact-form-header svg defs {}

.contact-form-wrapper .contact-form-header svg defs #clip0_9467_5518 {}

.contact-form-wrapper .contact-form-header svg defs #clip0_9467_5518 rect {}

.contact-form-wrapper .contact-form-options {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-top: 30px;
    flex-wrap: wrap;
    width: 85%;
    margin: 0 auto;
}

.contact-form-wrapper .contact-form-options span {
    color: #1F1F1F;
    text-align: center;
    font-family: 'Mont';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    /* 161.111% */
    opacity: 0.6;
    transition: 0.4s;
    cursor: pointer;
}

.contact-form-wrapper .contact-form-options .active {
    opacity: 1;
}

.contact-text-wrapper div:last-child {
    margin-left: auto;
    max-width: 43vw;
}

/* Contact End */

/* Solo swiper start */
.solo-swiper {
    margin: 185px 0 0px 6.5vw;
    overflow: hidden;
    position: relative;
}

.solo-swiper.projeler {
    margin-top: 100px;
}

.solo-swiper .solo-swiper-header {
    color: #1F1F1F;
    font-family: 'Mont';
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    justify-content: space-between;
    width: calc(100% - 15vw);
    align-items: center;
}

.solo-swiper .solo-swiper-header-button {
    color: #FFF;
    font-family: 'Mont';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 111.111% */
    border-radius: 3px;
    background: #1F1F1F;
    padding: 18.5px 33px;
    display: flex;
    width: fit-content;
    align-items: center;
    gap: 80px;
    position: relative;
}

.solo-swiper .solo-swiper-header-button svg {
    transition: transform 0.3s ease;
}

.solo-swiper .solo-swiper-header-button:hover svg {
    animation: moveRightAndBack 0.7s infinite;
}

.solo-swiper .service-swiper {
    overflow: hidden;
    margin-top: 100px;
}

.solo-swiper .solo-swiper-header-button:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    left: 72%;
    transform: translateX(-50%);
    background: white;
}

.solo-swiper .service-swiper .service-swiper-bottom,
.projeler .service-swiper-bottom {
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #1F1F1F;
    font-family: 'Mont';
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.solo-swiper img {
    height: 31vw;
    object-fit: cover;
    width: 100%;
}

.solo-swiper .swiper-button-next {
    position: absolute;
    top: 35px;
    right: 6.5vw;
    bottom: unset;
}

.solo-swiper .swiper-button-prev {
    position: absolute;
    top: 35px;
    right: calc(6.5vw + 40px);
    bottom: unset;
    left: unset;
}

/* solo swiper end */

/* Neler Yapıyoruz Start */
.banner-section {
    background: #1F1F1F;
    display: flex;
    flex-direction: column;
    gap: 80px;
    color: white;
}

.banner-section .banner-section-top {
    display: flex;
    padding: 140px 12vw 0;
    gap: 9vw;
}

.banner-section .banner-section-top .banner-section-top-image {
    flex: 0 0 40%;
}

.banner-section .banner-section-top .banner-section-top-image img {
    mix-blend-mode: overlay;
}

.banner-section .banner-section-top .banner-section-top-text {
    display: flex;
    flex-direction: column;
    gap: 30px;
    z-index: 1;
}

.banner-section .banner-section-top .banner-section-top-text .banner-section-top-header-top-text {
    color: #C0C0C0;
    font-family: 'Mont';
    font-size: 1.5vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.banner-section .banner-section-top .banner-section-top-text .banner-section-top-header-text {
    color: #FFF;
    font-family: 'Mont';
    font-size: 2.5vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.banner-section .banner-section-top .banner-section-top-text .banner-section-top-header-description {
    color: #FFF;
    font-family: 'Mont';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 29px;
}

.banner-section .banner-section-top .banner-section-top-text div {
    display: flex;
    align-items: center;
 
}

.banner-section .banner-section-top .banner-section-top-text div svg {}

.banner-section .banner-section-top .banner-section-top-text div svg path {}

.banner-section .banner-section-bottom {
    padding: 0 6.5vw 74px;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    color: #FFF;
    font-family: 'Mont';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    /* 181.25% */
}

.banner-section .banner-section-bottom.two span {
    flex: 0 0 calc((100% / 7) - 1.5vw);
}

.banner-section.kreatif-banner {
    padding-bottom: 140px;
}


.banner-section .banner-section-top .banner-section-top-text .banner-section-top-header-button {
    display: flex;
    align-items: center;
    border-radius: 3px;
    background: #04879C;
    width: fit-content;
    gap: 80px;
    padding: 10px 33px;
    position: relative;
    font-family: 'Mont';
    line-height: normal;
	color:#fff;
}

.home.banner-section .banner-section-top .banner-section-top-text .banner-section-top-header-button {
    margin-top: 10px;
}

.banner-section .banner-section-top .banner-section-top-text .banner-section-top-header-button svg {
    transition: transform 0.3s ease;
}

.banner-section .banner-section-top .banner-section-top-text .banner-section-top-header-button:hover svg {
    animation: moveRightAndBack 0.7s infinite;
}

@keyframes moveRightAndBack {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(10px);
    }

    100% {
        transform: translateX(0);
    }
}

.banner-section .banner-section-top .banner-section-top-text .banner-section-top-header-button:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    left: 62%;
    transform: translateX(-50%);
    background: white;
}

.banner-section .banner-section-bottom span {
    position: relative;
    padding-right: 1.5vw;
    margin-right: 1.5vw;
    text-align: center;
    flex: 0 0 calc((100% / 6) - 1.5vw);
}

.banner-section .banner-section-bottom span:before {
    width: 1px;
    height: 50px;
    content: "";
    position: absolute;
    right: 0;
    background: white;
    top: 50%;
    transform: translateY(-50%);
}

.home.banner-section .banner-section-bottom span {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 7px;
    align-items: center;
    text-align: center;
    flex: unset;
}

.home.banner-section .banner-section-bottom {
    justify-content: space-between;
}

.home.banner-section .banner-section-bottom span:before {
    opacity: 0;
}

.banner-section .banner-section-bottom span:last-child:before {
    opacity: 0;
    display: none;
}

.banner-section .banner-section-bottom span:last-child {
    padding-right: 0;
    margin-right: 0;
}

.home .banner-section-top-image {
    mix-blend-mode: darken;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    flex: unset;
    position: absolute;
    width: 50%;
    height: 70%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -4%;
    z-index: 0;
}

.home.banner-section .banner-section-top .banner-section-top-text {
    align-items: center;
    gap: 16px;
}

.banner-section.home {
    height: calc(100vh - 143px);
    justify-content: space-between;
    position: relative;
}

.home .hp-banner-email a {
    transition: 0.4s;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    width: 130px;
}

.home .hp-banner-email .hp-banner-left {
    right: unset;
    left: 0;
}

.home .hp-banner-email a:hover {
    color: #E91A3F;
}

.home.banner-section .banner-section-top {
    align-items: center;
    justify-content: center;
    padding-top: 70px;
}

.home.banner-section .banner-section-top .banner-section-top-text .banner-section-top-header-top-text {
    color: #E91A3F;
    font-family: 'Ethnocentric';
    font-size: 3vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /* 100% */
    text-align: center;
    height: 3.5vw;
}

.home.banner-section .banner-section-top .banner-section-top-text .banner-section-top-header-text {
    color: #FFF;
    font-family: 'Mont';
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.home.banner-section .banner-section-top .banner-section-top-text .banner-section-top-header-description {
    color: #FFF;
    text-align: center;
    font-family: 'Mont';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 29px;
    /* 161.111% */
    max-width: 650px;
}


@media only screen and (max-width: 991px) {
    .solo-swiper .solo-swiper-header-button {
        width: 90%;
        font-size: 14px;
        justify-content: space-between;
    }

    .home .hp-banner-email .hp-banner-left {
        display: none;
    }

    .home .hp-banner-email a {
        transform: translateX(-50%);
        top: unset;
        bottom: 20px;
        left: 50%;
    }

    .banner-section .banner-section-bottom {
        gap: 9px;
        padding: 0 24px 74px;
        font-size: 14px;
        font-weight: 600;
        justify-content: center;
    }

    .banner-section .banner-section-bottom span:last-child {
        padding-right: 12px;
    }

    .banner-section .banner-section-top .banner-section-top-text .banner-section-top-header-description {
        display: none;
    }

    .home.banner-section .banner-section-top .banner-section-top-text .banner-section-top-header-description {
        display: block;
    }

    .banner-section .banner-section-top .banner-section-top-image {
        display: none;
    }

    .banner-section .banner-section-top .banner-section-top-text .banner-section-top-header-top-text {
        color: #01BFDD;
        text-align: center;
        font-family: 'Mont';
        font-size: 19px;
        font-style: normal;
        font-weight: 800;
        line-height: 22px;
        /* 137.5% */
    }

    .solo-swiper img {
        height: 61vw;
    }

    .banner-section .banner-section-top .banner-section-top-text .banner-section-top-header-text {
        color: #FFF;
        text-align: center;
        font-family: 'Mont';
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 22px;
        /* 129.412% */
    }

    .banner-section .banner-section-top {
        align-items: center;
        justify-content: center;
        padding: 50px 24px 0;
    }

    .banner-section .banner-section-top .banner-section-top-text .banner-section-top-header-button {
        margin: 0 auto;
        position: absolute;
        bottom: 50px;
        left: 50%;
        transform: translateX(-50%);
    }

    .banner-section .banner-section-bottom span {
        margin: 0;
        padding: 0;
        flex: 0 0 auto;
        border-radius: 20px;
        border: 2px solid #262626;
        background: #101010;
        padding: 12px 14px;
    }

    .banner-section .banner-section-bottom span:before {
        opacity: 0;
    }

    .banner-section .banner-section-bottom {
        flex-wrap: wrap;
        gap: 30px 15px;
        padding-bottom: 130px;
    }

    .banner-section {
        position: relative;
        padding-bottom: 50px;
        /* background-image: url('../images/neler-bg.png'); */
        background-repeat: no-repeat;
        background-position: bottom right;
        /* display: none; */
        height: 70vh;
    }

    .banner-section.home {
        height: 50vh;
    }

    .solo-swiper .solo-swiper-header-button {
        width: 50%;
        position: absolute;
        bottom: 30px;
        z-index: 2;
        left: 50%;
        transform: translateX(-50%);
    }

    .solo-swiper {
        padding: 55px 24px 125px;
        margin: 0;
    }

    .solo-swiper .service-swiper {
        margin-top: 40px;
        height: 140vw;
    }

    .solo-swiper .swiper-button-next {
        top: 70px;
        right: 30px;
    }

    .solo-swiper .swiper-button-prev {
        top: 70px;
        right: 70px;
    }

    .solo-swiper .solo-swiper-header {
        font-size: 25px;
    }

    .solo-swiper .service-swiper .service-swiper-bottom,
    .projeler .service-swiper-bottom {
        color: #1F1F1F;
        font-family: 'Mont';
        font-size: 22px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .solo-swiper .service-swiper .service-swiper-bottom svg {
        width: 14px;
        height: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-section .banner-section-bottom span {
        flex: 0 0 auto !important;
        font-size: 13px;
    }

    .solo-swiper .service-swiper .service-swiper-bottom,
    .projeler .service-swiper-bottom {
        color: #1F1F1F;
        font-family: 'Mont';
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .solo-swiper .service-swiper {
        height: 150vw;
    }

    .solo-swiper img {
        height: 60vw;
    }

    .banner-section {
        height: auto;
    }

    .kreatif-banner.banner-section {
        /* height: calc(100vh - 110px); */
    }

    .solo-swiper .solo-swiper-header-button {
        width: 90%;
    }

    .banner-section .banner-section-top .banner-section-top-text .banner-section-top-header-button {
        width: 285px;
        bottom: unset;
        bottom: 25px;
    }

    .home.banner-section .banner-section-top .banner-section-top-text .banner-section-top-header-button {
        bottom: -105px
    }

    .home.banner-section .banner-section-top .banner-section-top-text {
        position: relative;
    }
}

/* Neler Yapıyoruz End */




/* Kreatif Start */
.kreatif-bottom-banner {
    height: 400px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}

.kreatif-bottom-banner .kreatif-bg-image {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    inset: 0;
    z-index: -1;
}

.kreatif-bottom-banner .banner-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 49px;
}

.kreatif-bottom-banner .banner-logo img {
    max-height: 95px;
    object-fit: cover;
}

.kreatif-bottom-banner .banner-logo .banner-section-top-header-button {
    display: flex;
    align-items: center;
    border-radius: 3px;
    background: white;
    width: fit-content;
    gap: 80px;
    padding: 18.5px 33px;
    position: relative;
    font-family: 'Mont';
}

.kreatif-bottom-banner .banner-logo .banner-section-top-header-button svg {
    transition: transform 0.3s ease;
}

.kreatif-bottom-banner .banner-logo .banner-section-top-header-button:hover svg {
    animation: moveRightAndBack 0.7s infinite;
}

.kreatif-bottom-banner .kreatif-bg-image:before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(31, 31, 31, 0.50);
}

.kreatif-bottom-banner .banner-logo .banner-section-top-header-button:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    left: 62%;
    transform: translateX(-50%);
    background: #1F1F1F;
}

@media only screen and (max-width: 991px) {
    .kreatif-bottom-banner .banner-logo {
        flex-direction: column;
        gap: 20px;
    }

    .kreatif-bottom-banner .banner-logo div svg {
        width: 100px;
    }

    .kreatif-bottom-banner {
        height: 250px;
        margin-top: 80px;
    }
}

/* Kreatif End */

/* Projeler Start */
.projeler .solo-swiper-header {
    flex-direction: column;
    max-width: 71vw;
    gap: 25px;
    position: relative;
    align-items: flex-start;
    padding-bottom: 50px;
}

.projeler .solo-swiper-header span {
    color: #1F1F1F;
    font-family: 'Mont';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 34px;
    /* 188.889% */
    cursor: pointer;
}

.projeler .swiper-container {
    padding-top: 100px;
    position: relative;
}

.projeler .service-swiper {
    position: relative;
    margin: 0;
    padding-top: 100px;
    overflow: unset;
}

.projeler .swiper-button-next,
.projeler .swiper-button-prev {
    top: 40px;
}

.projeler-tabs {
    position: absolute;
    right: -180px;
    display: flex;
    gap: 2vw;
    align-items: center;
    left: 0;
    bottom: -60px;
    z-index: 3;
}

@media only screen and (max-width: 991px) {
    .projeler .solo-swiper-header {
        max-width: 70%;
        color: #1F1F1F;
        font-family: 'Mont';
        font-size: 16px;
        font-style: normal;
        font-weight: 800;
        line-height: 22px;
        gap: 15px;
        align-items: unset;
    }

    .projeler .solo-swiper-header h1 {
        font-weight: bold;
        font-size: 20px;
    }

    .projeler-tabs {
        bottom: -10px;
        left: 0;
        /* display: none; */
        gap: 40px;
        text-wrap: nowrap;
        z-index: 2;
        overflow-x: scroll;
    }

    .projeler .swiper-button-next,
    .projeler .swiper-button-prev {
        top: 50px;
    }

    .projeler .swiper-container {
        height: 150vw;
        padding-top: 50px;
    }
}



@media only screen and (max-width: 767px) {

    .projeler .solo-swiper-header span {
        color: #1F1F1F;
        font-family: 'Mont';
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px;
        /* 137.5% */
    }

    .banner-section.projeler {
        display: none;
    }

    .projeler .solo-swiper-header {
        max-width: 100%;
        color: #1F1F1F;
        font-family: 'Mont';
        font-size: 16px;
        font-style: normal;
        font-weight: 800;
        line-height: 22px;
        /* 137.5% */
        gap: 15px;
    }

    .projeler .swiper-container {
        height: 160vw;
    }

    .solo-swiper {
        padding-bottom: 50px;
        padding: 55px 20px 125px;
    }

    .solo-swiper.projeler {
        margin-top: 30px;
    }

    .projeler .swiper-button-next,
    .projeler .swiper-button-prev {
        display: none;
    }

    .projeler-tabs {}

    .projeler .solo-swiper-header span {}

    .projeler-tabs span {
        width: 100%;
    }

    .projeler-tabs {
        z-index: 2;
        overflow-x: scroll;
        /* text-wrap: nowrap; */
    }
}



/* Projeler End */

/* Forms Start */
input {
    border-bottom: 1px solid #000;
    background: #FFF;
    padding: 15px 15px 15px 0;
    transition: 0.4s;
}

form {
    width: 33%;
    min-width: 300px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-bottom: 100px;
}

textarea {
    width: 100%;
    border: 1px solid #000;
    background: #FFF;
    height: 120px;
    padding: 15px;
    resize: none;
}

form span {
    color: #E91A3F;
    text-align: center;
    font-family: 'Mont';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    /* 120.833% */
    padding-top: 50px;
}

input::placeholder,
textarea::placeholder {
    color: #1F1F1F;
}

input:focus,
textarea:focus {
    border-color: #E91A3F;
}

.submit:first-child {
    color: #FFF;
    font-family: 'Mont';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 111.111% */
}

.submit:first-child {
    border-radius: 3px;
    background: #E91A3F;
    color: #FFF;
    font-family: 'Mont';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 111.111% */
    display: flex;
    align-items: center;
    padding: 18px 33px;
    gap: 80px;
    position: relative;
}


.submit:first-child svg {
    transition: transform 0.3s ease;
}

.submit:first-child:hover svg {
    animation: moveRightAndBack 0.7s infinite;
}

.contact-form-wrapper .submit:last-child:before {
    content: "";
    position: absolute;
    height: 100%;
    background: white;
    width: 2px;
    left: 57%;
}

.submit:first-child {
    margin-left: auto;
}

.submit {
    position: relative;
}

/* Forms End */

/* Footer Contact Start */
.footer-contact {
    background: #262626;
    padding: 32px 3vw 0;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}

.footer-contact .footer-contact-mini-text {
    color: #FFF;
    text-align: center;
    font-family: 'Mont';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 133.333% */
    opacity: 0.75;
}

.footer-contact .footer-contact-text {
    color: #FFF;
    font-family: 'Mont';
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    /* 75% */
    text-align: center;
}

.footer-contact .footer-contact-text-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-left: -5vw;
    /* padding: 24px 0; */
}

.footer-contact .footer-contact-button {
    display: flex;
    align-items: center;
    width: fit-content;
    gap: 80px;
    padding: 18.5px 33px;
    position: relative;
    border-radius: 3px;
    background: #E91A3F;
    color: white;
    margin-top: 10px;
}

.footer-contact .footer-contact-button:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    left: 62%;
    transform: translateX(-50%);
    background: white;
}

.footer-contact img {
    mix-blend-mode: overlay;
    width: 400px;
}

@media only screen and (max-width: 1200px) {
    .contact-text-wrapper div {
        max-width: 50vw;
    }

    .contact-text-wrapper div:last-child {
        max-width: 65%;
    }

    .contact-text-wrapper .contact-text-image svg {
        width: 220px;
        transform: rotate(25deg);
    }

    .contact-text-wrapper .contact-text-image {
        left: 60vw;
    }
}

@media only screen and (max-width: 991px) {
    .footer-contact img {
        width: 270px;
    }

    .footer-contact .footer-contact-text-wrapper {
        gap: 15px;
    }

    .contact-text-wrapper {
        padding-top: 30px;
    }

    .contact-text-wrapper div {
        max-width: 90%;
    }

    .contact-text-wrapper div .contact-text-header {
        color: #1F1F1F;
        font-family: 'Mont';
        font-size: 16px;
        font-style: normal;
        font-weight: 800;
        line-height: 22px;
        /* 137.5% */
    }

    .contact-text-wrapper div .contact-text-description {
        color: #1F1F1F;
        font-family: 'Mont';
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px;
        /* 137.5% */
    }

    .contact-text-wrapper div:last-child {
        max-width: 90%;
        margin-left: 0;
    }

    .contact-form-wrapper {
        margin-top: 65px;
        position: relative;
    }

    .contact-form-wrapper .contact-form-header .contact-form-header {
        color: #1F1F1F;
        text-align: center;
        font-family: 'Mont';
        font-size: 18px;
        font-style: normal;
        font-weight: 800;
        line-height: 22px;
        /* 122.222% */
    }

    .contact-form-wrapper .contact-form-header svg {
        position: absolute;
        top: -80px;
        width: 10px;
    }

    .contact-form-wrapper .contact-form-options {
        display: none;
    }

    form span {
        display: none;
    }

    form {
        padding-top: 40px;
        padding-bottom: 50px;
        margin: 0;
        width: 100%;
    }

    .contact-text-wrapper .contact-text-image svg {
        transform: rotate(115deg);
        width: 90px;
    }

    .contact-text-wrapper .contact-text-image {
        top: 7%;
        left: unset;
        right: 172px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-contact img {
        display: none;
    }

    .footer-contact .footer-contact-mini-text {
        font-size: 13px;
        font-weight: 500;
    }

    .footer-contact .footer-contact-text {
        font-size: 14px;
    }

    .footer-contact .footer-contact-button {
        padding: 12px 24px;
        margin-bottom: 24px;
    }

    footer .footer-bottom {
        padding-top: 40px;
        background-image: url('../images/footer-mobil-bg.png');
        background-repeat: no-repeat;
        background-position: left bottom;
        background-blend-mode: darken;
    }

    footer .footer-bottom a {
        color: #FFF;
        text-align: center;
        font-family: 'Mont';
        font-size: 15px;
        font-style: normal;
        font-weight: 800;
        line-height: 14.5px;
        /* 96.667% */
    }

    footer .footer-bottom .footer-signature a {
        font-size: 10.5px
    }

    footer .footer-bottom span {
        width: 211px;
        color: #9E9E9E;
        text-align: center;
        font-family: 'Mont';
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 19.5px;
        /* 139.286% */
    }

    footer .footer-bottom .footer-social-media {
        margin-top: 20px;
    }

    footer .footer-bottom .footer-links {
        margin-top: 65px;
        gap: 15px;
    }

    footer .footer-bottom .footer-links a {
        color: #9E9E9E;
        text-align: center;
        font-family: 'Mont';
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        line-height: 29px;
        /* 193.333% */
    }

    footer .footer-bottom .footer-logo {
        margin-top: 70px;
        margin-bottom: 35px;
    }

    footer .footer-bottom .footer-signature {
        flex-wrap: wrap;
        flex-direction: column;
    }

    footer .footer-bottom .footer-signature span:first-child {
        flex: 0 0 100%;
    }

    footer .footer-bottom .footer-logo img {
        width: 135px;
    }

    .contact-text-wrapper {
        padding-top: 30px;
    }

    .contact-text-wrapper div {
        max-width: 90%;
    }

    .contact-text-wrapper div .contact-text-header {
        color: #1F1F1F;
        font-family: 'Mont';
        font-size: 16px;
        font-style: normal;
        font-weight: 800;
        line-height: 22px;
        /* 137.5% */
    }

    .contact-text-wrapper div .contact-text-description {
        color: #1F1F1F;
        font-family: 'Mont';
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px;
        /* 137.5% */
    }

    .contact-text-wrapper div:last-child {
        max-width: 90%;
        margin-left: 0;
    }

    .contact-form-wrapper {
        margin-top: 65px;
        position: relative;
    }

    .contact-form-wrapper .contact-form-header .contact-form-header {
        color: #1F1F1F;
        text-align: center;
        font-family: 'Mont';
        font-size: 18px;
        font-style: normal;
        font-weight: 800;
        line-height: 22px;
        /* 122.222% */
    }

    .contact-form-wrapper .contact-form-header svg {
        position: absolute;
        top: -80px;
        width: 10px;
    }

    .contact-form-wrapper .contact-form-options {
        display: none;
    }

    form span {
        display: none;
    }

    form {
        padding-top: 40px;
        padding-bottom: 50px;
        margin: 0;
        width: 100%;
    }

    .contact-text-wrapper .contact-text-image svg {
        transform: rotate(115deg);
        width: 50px;
    }

    .contact-text-wrapper .contact-text-image {
        top: 7%;
        left: unset;
        right: 32px;
    }
}



/* Footer Contact END */

.changebox {
    margin: 0 5px;
    color: #FF5722;
    overflow: hidden;
    transition: .5s;
    white-space: nowrap;
    overflow: hidden;
    display: block !important;
    height: 3.5vw !important;
}

.changebox span {
    display: inline-block;
    color: #fff;
    position: relative;
    white-space: nowrap;
    top: 0;
    left: 0;
    line-height: normal;
    -webkit-animation: move 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: 1s;
}

@keyframes move {
    0% {
        top: 0;
    }

    33% {
        top: -3.5vw;
    }

    66% {
        top: -7vw;
    }

    100% {
        top: -10.5vw;
    }
}

#typewriter-text::after {
    content: '|';
    animation: blink 0.3s step-end infinite;
}

@keyframes blink {

    from,
    to {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

/* HP Services start */
.homepage-services-wrapper {
    display: flex;
    padding: 0 6vw;
    justify-content: space-between;
}

.mobile-services {
    display: none;
}

.homepage-services-wrapper .homepage-services-left {
    flex: 0 0 42.5%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: sticky;
    top: 0;
    height: 100vh;
}

.homepage-services-wrapper .homepage-services-image-wrapper:before {
    content: "";
    position: absolute;
    top: 10%;
    height: 18%;
    width: 1px;
    left: 50%;
    transform: translateX(-50%);
    background: #1F1F1F;
}

.homepage-services-wrapper .homepage-services-image-wrapper:after {
    content: "";
    position: absolute;
    bottom: 10%;
    height: 18%;
    width: 1px;
    left: 50%;
    transform: translateX(-50%);
    background: #1F1F1F;
}

.homepage-services-wrapper .homepage-services-left .homepage-services-left-header {
    color: #E91A3F;
    text-align: center;
    font-family: "Martian Mono";
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 111.111% */
    text-transform: uppercase;
}

.homepage-services-wrapper .homepage-services-left .homeapge-services-left-description {
    margin: 18px 0 30px;
    color: #1F1F1F;
    font-family: Mont;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.7;
    /* 127.778% */
    width: 28vw;
}

.homepage-services-wrapper .homepage-services-left ul {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.homepage-services-wrapper .homepage-services-left ul li {
    color: rgba(31, 31, 31, 0.50);
    font-family: "Martian Mono";
    font-size: 1.5vw;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 71.429% */
    padding-left: 20px;
    transition: 0.4s;
    line-height: 1.5;
}

.homepage-services-wrapper .homepage-services-left ul li.active {
    color: #04879C;
}


.homepage-services-wrapper .homepage-services-left ul li span {
    color: rgba(31, 31, 31, 0.35);
    text-align: center;
    font-family: "Martian Mono";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 125% */
    margin-top: -10px;
    text-transform: uppercase;
    display: flex;
    margin-left: -20px;
}

.homepage-services-wrapper .homepage-services-left ul li.active span {
    color: #04879C;
}

.homepage-services-wrapper .homepage-services-image-wrapper {
    position: relative;
    flex: 0 0 15%;
    display: flex;
    position: sticky;
    top: 0;
    height: 100vh;
    align-items: center;
}

.homepage-services-wrapper .homepage-services-image-wrapper img {
    height: 15vw;
    object-fit: contain;
}

.homepage-services-wrapper .homepage-services-rigt-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.homepage-services-wrapper .homepage-services-rigt-wrapper .content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
}

.homepage-services-wrapper .homepage-services-rigt-wrapper img {
    margin-bottom: 35px;
    object-fit: cover;
    width: 80%;
    margin-left: auto;
}

.homepage-services-wrapper .homepage-services-rigt-wrapper span {
    color: #1F1F1F;
    text-align: right;
    font-family: Mont;
    font-size: 1.7vw;
    font-style: normal;
    font-weight: 700;
    line-height: 52px;
    /* 162.5% */
}

.homepage-services-wrapper .homepage-services-rigt-wrapper .banner-section-top-header-button.two {
    background: #1A77F2;
}

.homepage-services-wrapper .homepage-services-rigt-wrapper .banner-section-top-header-button {
    display: flex;
    align-items: center;
    border-radius: 3px;
    background: #1F1F1F;
    width: fit-content;
    color: white;
    gap: 80px;
    padding: 18.5px 33px;
    position: relative;
    font-family: 'Mont';
    padding-left: 55px;
    line-height: normal;
    margin-top: 20px;
    margin-left: auto;
}

.homepage-services-wrapper .homepage-services-rigt-wrapper .banner-section-top-header-button:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    left: 70%;
    transform: translateX(-50%);
    background: white;
}

.homepage-services-wrapper .homepage-services-rigt-wrapper .banner-section-top-header-button img {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: unset;
}

.markalar-list {
    display: flex;
    flex-wrap: wrap;
    gap: 90px;
    justify-content: center;
}

.markalar-list img {
    height: 30px;
}

#marka-mobil {
    display: none;
}

#marka-mobil img {
    height: 40px !important;
    object-fit: contain;
}

.homepage-services-wrapper .homepage-services-rigt-wrapper .banner-section-top-header-button svg {}

.homepage-services-wrapper .homepage-services-rigt-wrapper .banner-section-top-header-button svg path {}

@media only screen and (max-width: 991px) {
    .markalar-list {
        display: none;
    }

    #marka-mobil {
        display: block;
    }

    .homepage-services-wrapper {
        flex-direction: column;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .mobile-services {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        /* border-top: 1px solid #04879C; */
        padding-top: 20px;
        display: none;
        width: 100%;
    }

    .mobile-services img:nth-child(2) {
        width: 50%;
        margin-top: 15px;
        margin-bottom: 15px;
        margin: 15px auto;
        object-fit: contain;
        height: auto;
    }

    .homepage-services-wrapper .homepage-services-left .mobile-services span {
        color: #1F1F1F;
        text-align: center;
        font-family: Mont;
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: 26px;
        /* 173.333% */
        margin: auto;
        display: block;
        padding-left: unset;
    }

    .homepage-services-wrapper .homepage-services-left .mobile-services .banner-section-top-header-button {
        display: flex;
        align-items: center;
        border-radius: 3px;
        background: #1F1F1F;
        padding: 13.5px 15px;
        position: relative;
        font-family: 'Mont';
        line-height: normal;
        color: white;
        font-size: 16px;
        width: 311px;
        justify-content: flex-start;
        margin-top: 15px;
        margin: 15px auto 30px;
    }

    .mobile-services img {
        object-fit: contain;
        width: 100%;
        height: 40vw;
    }

    .homepage-services-wrapper .homepage-services-left .mobile-services .banner-section-top-header-button img {
        width: auto;
        margin-right: 10px;
        height: unset;
    }

    .homepage-services-wrapper .homepage-services-left .mobile-services .banner-section-top-header-button:before {
        content: "";
        position: absolute;
        width: 1px;
        height: 100%;
        left: 75%;
        transform: translateX(-50%);
        background: white;
    }





    .homepage-services-wrapper .homepage-services-left .mobile-services .banner-section-top-header-button svg {
        margin-left: auto;
    }

    .homepage-services-wrapper .homepage-services-left .homeapge-services-left-description {
        display: none;
    }

    .homepage-services-wrapper .homepage-services-left .homepage-services-left-header {
        display: none;
    }

    .homepage-services-wrapper .homepage-services-left ul li {
        text-align: center;
        font-family: "Martian Mono";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        /* 125% */
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        padding-bottom: 7.5px;
        padding-left: unset;
        border-bottom: 1px solid #04879C;
    }

    .homepage-services-wrapper .homepage-services-left ul li span {
        margin-top: unset;
        padding-left: 21px;
    }

    .homepage-services-wrapper .homepage-services-left ul {
        width: 100%;
    }

    .homepage-services-wrapper .homepage-services-rigt-wrapper {
        display: none;
    }

    .homepage-services-wrapper .homepage-services-image-wrapper {
        display: none;
    }
}

/* Hp Services End */


/*  Mobile Menu Start */
.mobile-menu {
    display: none;
}

@media only screen and (max-width: 1199px) {
    .header-left {
        width: 400px;
    }
}

@media only screen and (max-width: 991px) {

    .mobile-menu svg:first-child {
        width: 6vw;
        height: 6vw;
    }

    .menu-left,
    .menu-right {
        display: none;
    }

    .mobile-menu {
        display: block;
    }

    header .header-right {
        width: unset;
    }

    .mobile-menu-wrapper {
        position: absolute;
        inset: 0;
        background: #1F1F1F;
        z-index: 11;
        display: flex;
        flex-direction: column;
        padding-left: 50px;
        padding-right: 20px;
        padding-top: 25px;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: 0.4s;
    }

    .mobile-menu-wrapper svg {
        margin-left: auto;
    }

    .mobile-menu-wrapper .mobile-menu-list {
        padding-top: 150px;
    }

    .mobile-menu-wrapper .mobile-menu-list a {
        color: #FFF;
        font-family: "Martian Mono";
        font-size: 22px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        text-transform: uppercase;
        /* margin-bottom: 40px; */
        width: fit-content;
    }

    .mobile-menu-wrapper .mobile-menu-list a svg {
        margin-left: 8px;
    }

    .mobile-menu .sub-menu a {
        color: #9E9E9E;
        font-family: Mont;
        font-size: 19px;
        font-style: normal;
        font-weight: 600;
        line-height: 29px;
        margin-bottom: 15px;
    }

    .mobile-menu .sub-menu {
        display: none;
        margin-top: 20px;
    }

    .mobile-menu-wrapper .mobile-menu-list div {
        margin-bottom: 40px;
    }

    .mobile-menu-wrapper.mobile-open {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
        z-index: 99;
    }

    header {
        position: unset;
    }

    .mobile-menu-list svg {
        width: 18px !important;
        height: 18px !important;
    }
}

@media only screen and (max-width: 991px) {
    .header-left .logo-wrapper {
        flex: 0 0 130px;
    }

    .header-left {
        width: 55%;
    }

    .header-left .swiper-button-next {
        right: -35px;
    }

    .banner-section.home {
        height: calc(55vh - 110px);
    }

    .home.banner-section .banner-section-top .banner-section-top-text .banner-section-top-header-top-text {
        font-size: 30px;
        height: 40px;
    }

    .home.banner-section .banner-section-top .banner-section-top-text .banner-section-top-header-text {
        font-size: 24px;
    }

    .home.banner-section .banner-section-top .banner-section-top-text .banner-section-top-header-description {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-section.home {
        height: calc(100vh - 112px);
    }

    .header-left {
        width: 75%;
    }
}

/*  Mobile Menu End */

.banner-logo-mobil {
    display: none;
}

@media only screen and (max-width: 991px) {
    .kreatif-banner .banner-logo img {
        /* display: none; */
        margin: 0 auto;
    }

    .banner-logo-mobil {
        display: inline-block !important;
        position: absolute;
        inset: 0;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: bottom;
        mix-blend-mode: overlay;
        width: 50%;
        margin-left: auto;
    }

    .kreatif-banner .banner-logo-mobil {
        background-blend-mode: overlay !important;
    }

    .home .banner-logo-mobil {
        mix-blend-mode: darken;
    }
}

@media only screen and (max-width: 767px) {
    .banner-logo-mobil {
        width: 75%;
    }
}

.map {
    margin-bottom: 100px;
}

.gizlilik {
    margin: 70px 0;
}


.container.gizlilik {
    line-height: 1.6;
    color: #333;
}

.container.gizlilik strong {
    font-size: 18px;
    margin: 40px 0;
    display: block;
}

.container.gizlilik p {
    margin-bottom: 20px;
    text-align: justify;
}

.container.gizlilik a {
    color: #0066cc;
    text-decoration: none;
}

.container.gizlilik a:hover {
    text-decoration: underline;
}

.gizlilik-header,
.gizlilik-desc {
    width: 100%;
    text-align: center !important;
}

.gizlilik-desc {
    margin-bottom: 75px !important;
}


.header-left .swiper-slide-active {
    opacity: 1 !important;
}

.header-left .swiper-slide {
    opacity: 0.5;
}

.banner-logo div {
    display: flex;
    gap: 10px;
    align-items: center;
}



.blink {
    transition: 0.4s;
    animation: blink-animation 1s steps(100, start) infinite;
}

@keyframes blink-animation {
    50% {
        opacity: 0;
    }
}
  

.footer-bottom-right
{
    background-color: rgba(0, 51, 161, 1);
    padding: 10px 90px;
    display: flex;
    align-items: center;
    gap: 25px;
    position: relative;
}
.footer-bottom-right .text
{
    color:  #fff !important;
    font-family: 'Mont' !important;
    font-size: 16px  !important;
    font-weight: 600  !important;
}
.footer-bottom-right::before
{
    content: "";
    position: absolute;
    left: -20px; 
    top: 0;
    width: 50px; 
    height: 100%;
    background-color: #1F1F1F; 
    transform: skewX(-25deg); 
}
footer .footer-bottom .footer-signature
{
    padding: 0 0 30px 6.5vw;
}
@media(max-width:767px)
{
    footer .footer-bottom .footer-signature .footer-signature-div
    {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .footer-bottom-right::before
    {
        display: none;
    }
    footer .footer-bottom .footer-signature
    {
        padding: 0;
    }
    .footer-bottom-right
    {
        flex-direction: column;
        padding: 20px ;
        width: 100%;
    }
    .footer-bottom-right .text
    {
        width: 100% !important;
        font-size: 14px !important;
    }
}

.social-slider-div
{
    position: relative;
    padding: 8vw 28vw;
}
.social-slider
{
    display: flex;
    
    flex-direction: column;
    gap: 40px;
    align-items: center;
}
.social-slider .social-title 
{
    color: #E91A3F;
    font-family: Mont;
    font-size: 50px;
    font-weight: 700;
    text-align: center;
}
.social-slider .social-text 
{
    color: #1F1F1F;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5; 
    text-align: center;
}
.social-next
{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20vw;
    z-index: 2;
}
.social-prev
{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20vw;
    z-index: 2;
}
@media(max-width:990px)
{
    .social-slider-div
    {
        padding:15vw 5vw;
    }
    .social-slider .social-title
    {
        font-size: 26px;
    }
    .social-slider .social-text {
    font-size: 16px;
    }
    .social-next , .social-prev
    {
        display: none;
    }
}
.urunlerimiz-div
{
    padding: 6vw 11vw;
}
.urunlerimiz-div .top 
{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.urunlerimiz-div .top .urunler-title 
{
    color: #1F1F1F;
    font-size: 50px;
    font-weight: 700;
}
.urunlerimiz-div .top .urunler-text 
{
    color: #1F1F1F;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6; 
}
.mt-150 
{
    margin-top: 150px;
}
.urunlerimiz-div .bottom 
{
    display: flex;
    flex-direction: column;

}
.urunlerimiz-div .urun-item
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 50px 0;
    gap: 150px;
}
.urunlerimiz-div .urun-item:last-child
{
    border: none;
}
.urunlerimiz-div .urun-item .center-div 
{
    display: flex;
    flex-direction: column;
    gap: 30px;
    flex: 1;
}
.urunlerimiz-div .urun-item .center-div .title 
{
    color: #1F1F1F;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.6;
}
.urunlerimiz-div .urun-item .center-div .text 
{
    color: #1F1F1F;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6; 
}
.siteye-git 
{
    border-radius: 3px !important;
    background: #04879C;
    padding: 14px 30px;
    text-wrap: nowrap;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.1;
    display: flex;
    align-items: center;
} 
.siteye-git svg 
{
    display:unset;
    max-width: unset;
}
.site-div 
{
    display: flex;
    gap: 1px;
    width: 230px;
}

@media(max-width:990px)
{
    .urunlerimiz-div .urun-item
    {
        flex-direction: column;
        gap: 30px;
    }
    .urunlerimiz-div
    {
        padding: 6vw;
    }
    .urunlerimiz-div .top .urunler-title
    {
        font-size: 36px;
        line-height: 1.3;
    }
    .urunlerimiz-div .top .urunler-text
    {
        font-size: 16px;
    }
    .mt-150 
    {
        margin-top: 50px;
    }
    .urunlerimiz-div .urun-item .center-div .title
    {
        text-align: center;
    }
    .urunlerimiz-div .urun-item .center-div .text
    {
        text-align: center;
    }
}

