body {
    font-family: 'Montserrat', sans-serif;
    background: #fff;
}

body.menuActive {
    max-height: 100vh;
    max-width: 100vw;
    overflow: hidden;
}

body.geleneksel {
    background: #181818;
}

* {
    font-family: 'Montserrat', sans-serif;
}

img {
    max-width: 100%;
    max-height: 800px;
}

a {
    color: #000;
    text-decoration: none !important;
    transition: 0.3s ease all;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: #181818;
}

a:hover {
    color: #e50051;
    text-decoration: none !important;
}

*:focus {
    box-shadow: unset !important;
    outline: unset !important;
}

svg.iconset {
    position: absolute;
    pointer-events: none;
}

.container.newrow {
    padding-left: 5px;
    padding-right: 5px;
}

.container.newzero {
    padding-left: 0;
    padding-right: 0;
}

.row.newzero > div {
    padding-left: 0;
    padding-right: 0;
}

.row.newzero {
    margin-left: -0px;
    margin-right: -0px;
}

.row.newrow > div {
    padding-left: 5px;
    padding-right: 5px;
}

.row.newrow {
    margin-left: -5px;
    margin-right: -5px;
}

.btn {
}

.btn.btn-md {
}

.btn.btn-lg {
}

.btn.btn-lg.btn-round {
}

.btn.btn-sm {
}

.btn.btn-dark {
}

.btn.btn-dark:not(:disabled):not(.disabled):hover, .btn.btn-dark:not(:disabled):not(.disabled):focus, .btn.btn-dark:not(:disabled):not(.disabled):active {
}

.btn.btn-danger {
}

.btn.btn-danger:not(:disabled):not(.disabled):hover, .btn.btn-danger:not(:disabled):not(.disabled):focus, .btn.btn-danger:not(:disabled):not(.disabled):active {
}

.btn.btn-danger.btn-outline {
    color: #e50051;
    font-size: 20px;
    border: 1px solid #e50051;
    background: transparent;
    /* border: 0; */
    padding: 7px 42px;
    border-radius: 2px;
}

.btn.btn-danger.btn-outline:not(:disabled):not(.disabled):hover, .btn.btn-danger.btn-outline:not(:disabled):not(.disabled):focus, .btn.btn-danger.btn-outline:not(:disabled):not(.disabled):active {
    background: #e50051;
    color: #fff;
}

.btn.btn-warning {
    color: #000;
    border-radius: 2px;
    font-size: 20px;
    padding: 9px 34px;
    background-color: #fbbb21;
    border-color: #fbbb21;
}

.btn.btn-warning:not(:disabled):not(.disabled):hover, .btn.btn-warning:not(:disabled):not(.disabled):focus, .btn.btn-warning:not(:disabled):not(.disabled):active {
}

.btn-round {
}

.btn.btn-border.btn-warning {
}

.btn.btn-border.btn-default {
}

.btn.btn-border.btn-default:not(:disabled):not(.disabled):hover, .btn.btn-border.btn-default:not(:disabled):not(.disabled):focus, .btn.btn-border.btn-default:not(:disabled):not(.disabled):active {
}

.btn.btn-border.btn-light {
}

.btn.btn-border.btn-light:not(:disabled):not(.disabled):hover, .btn.btn-border.btn-light:not(:disabled):not(.disabled):focus, .btn.btn-border.btn-light:not(:disabled):not(.disabled):active {
}

.btn.btn-light.btn-outline {
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 2px;
    font-size: 22px;
    padding: 15px 55px;
}

.btn.btn-light.btn-outline:not(:disabled):not(.disabled):hover, .btn.btn-light.btn-outline:not(:disabled):not(.disabled):focus, .btn.btn-light.btn-outline:not(:disabled):not(.disabled):active {
    color: #e61b52;
    background: #fff;
}

header {
    padding: 55px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 2;
    display: flex;
    justify-content: space-between;
}

header .logo {
    display: inline-block;
}

header .logo img {
    max-width: 80px;
    width: 100%;
}

body.index header .menuOpen {
    display: none;
}

body.index footer {
    display: none;
}

body.index .fixedsosyal {
    display: none;
}

header .menuOpen {
    cursor: pointer;
    padding: 10px 0;
}

header .menuOpen svg {
    fill: #fff;
    width: 46px;
    height: 35px;
}

header .hover {
}

body.index {
    background: #181818;
}

section.mainContent {
    height: 100vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

section.mainContent p {
    color: #fff;
    font-weight: 100;
    font-size: 32px;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

section.mainContent b {
    font-weight: 500;
    font-size: 32px;
    display: inline-block;
    padding: 0 5px;
    line-height: 28px;
}

section.mainContent .links {
    display: flex;
    width: 100%;
    max-width: 450px;
    justify-content: space-around;
}

section.mainContent .links a {
    color: #fff;
    font-weight: bold;
    font-size: 64px;
    display: block;
    line-height: 64px;
    transition: 0.3s 0.2s ease all;
}

section.mainContent .links a span {
    font-weight: 100;
    font-size: 26px;
    display: block;
    transition: 0.2s 0.4s ease all;
    opacity: 1;
    color: #fff;
}

section.mainContent .links a:nth-child(2) {
    transform-origin: left center;
}

section.mainContent .links a:nth-child(1) {
    text-align: right;
    transform-origin: right center;
}

section.mainContent .links a:hover {
    transform: scale(1.5);
    transition: 0.3s 0.2s ease all;
}

section.mainContent .links a:hover span {
    opacity: 0;
    transition: 0.2s ease all;
}

section.mainContent .links a:nth-child(2):hover {
    color: #aed400;
}

section.mainContent .links a:nth-child(1):hover {
    color: #e50051;
}

section.slider {
    min-height: 100vh;
    background: #181818;
    display: flex;
    align-items: center;
}

section.slider .swiper-wrapper .swiper-slide {
    padding: 0;
}

body.geleneksel section.slider .swiper-wrapper .swiper-slide .content h3 {
    color: #aed400;
}

section.slider .swiper-wrapper .swiper-slide .content h3 {
    color: #e50051;
    font-size: 55px;
    font-weight: 800;
    line-height: 67px;
    margin-bottom: 20px;
    left: -200%;
    position: relative;
    transition: 0.4s 0.1s ease all;
}

section.slider .swiper-wrapper .swiper-slide .content p {
    font-size: 25px;
    font-weight: 100;
    color: #fff;
    line-height: 37px;
    transition: 0.4s 0.1s ease all;
    left: -200%;
    position: relative;
}

section.slider .swiper-wrapper .swiper-slide.swiper-slide-active .content h3 {
    left: 0;
}

section.slider .swiper-wrapper .swiper-slide.swiper-slide-active .content p {
    left: 0;
    transition: 0.4s 0.5s ease all;
}

section.slider .swiper-pagination {
    bottom: 0;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    left: 0;
    align-items: flex-start;
    min-height: 25px;
}

body.geleneksel section.slider .swiper-pagination .swiper-pagination-bullet {
    border-top: 1px solid #a2c502;
    border-bottom: 1px solid #a2c502;
    background: #aed400;
}

section.slider .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    border: 0;
    border-top: 1px solid #d5024d;
    border-bottom: 1px solid #d5024d;
    background: #e50051;
    border-radius: 0;
    height: 17px;
    transition: 0.3s ease all;
    margin: 0 0 0 16px;
    display: block;
    width: 8px;
}

section.slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    height: 23px;
}

section.slider .counters {
    padding: 50px 0 0;
}

section.slider .counters .counter .icon {
    background: #e50051;
    width: 55px;
    height: 40px;
    margin-bottom: 10px;
    display: block;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: left center;
}

section.slider .counters .counter .count small {
    font-size: 83px;
    font-weight: 800;
}

section.slider .counters .counter .count span {
    font-size: 50px;
    font-weight: 400;
}

section.slider .counters .counter .count {
    font-size: 83px;
    font-weight: 800;
    color: #fff;
    position: relative;
    line-height: 90px;
    display: inline-block;
}

section.slider .counters .counter .count:before {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    right: -10px;
    top: 0;
    background: #e50051;
    transform: translateX(100%);
    -webkit-mask-image: url(../img/svg/arti.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: left center;
    -webkit-mask-size: 100%;
}

section.slider .counters .counter > span {
    color: #ffff;
    font-weight: 100;
    font-size: 25px;
    line-height: 35px;
    display: block;
}

section.slider .counters .counter > span {
}

section.menu {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100vh;
    background: #2a2a2a;
    width: 0;
    z-index: 5;
    transition: 0.3s 0.2s ease width, 0s 0.3s opacity;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

section.menu.active {
    width: 400px;
    opacity: 1;
    pointer-events: auto;
    transition: 0.3s ease width;
}

section.menu .menuClose {
    cursor: pointer;
    fill: #fff;
    position: absolute;
    right: 65px;
    top: 65px;
}

section.menu .wrapper {
    padding: 150px 60px 0 40px;
    width: 400px;
    position: relative;
    right: -40px;
    transition: 0.3s 0s ease all;
    opacity: 0;
}

section.menu.active .wrapper {
    right: 0;
    opacity: 1;
    transition: 0.3s 0.4s ease all;
}

section.menu .menuClose:hover {
    fill: #e50051;
}

section.menu .menuClose svg {
    width: 20px;
    height: 20px;
}

section.menu ul {
}

section.menu ul > li {
    padding-left: 40px;
    position: relative;
    margin-left: -40px;
}

section.menu ul > li > a {
    display: block;
    max-width: 190px;
    border-bottom: 1px solid #000;
    color: #fff;
    font-weight: 300;
    padding: 15px 0;
    font-size: 14px;
}

section.menu ul > li > a:before {
    content: '';
    width: 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #e50051;
    transition: 0.3s ease all;
}

section.menu ul > li > a:hover {
}

section.menu ul > li > a:hover:before {
    width: 8px;
}

section.menu p {
    color: #9d9d9c;
    font-weight: 300;
    line-height: 28px;
}

section.menu p b {
    color: #fff;
    display: block;
    font-weight: 600;
}

section.menu p a {
    color: #9d9d9c;
    font-weight: 300;
}

section.menu .geleneksel {
    color: #aed400;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}

section.menu .geleneksel span {
    color: #fff;
    font-size: 20px;
    font-weight: 100;
}

section.menu .geleneksel svg {
    width: 6px;
    fill: #fff;
    height: 12px;
    position: relative;
    right: 0;
    transition: 0.3s ease all;
}

section.menu .geleneksel:hover {
}

section.menu .geleneksel:hover svg {
    right: -10px;
}

section.menu .dijital {
    color: #e50051;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}

section.menu .dijital span {
    color: #fff;
    font-size: 20px;
    font-weight: 100;
}

section.menu .dijital svg {
    width: 6px;
    fill: #fff;
    height: 12px;
    position: relative;
    right: 0;
    transition: 0.3s ease all;
}

section.menu .dijital:hover {
}

section.menu .dijital:hover svg {
    right: -10px;
}

.menuBackdrop {
    z-index: 4;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #00000045;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease opacity;
}

.menuBackdrop.active {
    opacity: 1;
    pointer-events: auto;
}

.sosyalMedya {
    padding: 100px 0;
}

.sosyalMedya.dark {
    background: #181818;
}

.sosyalMedya.gray {
    background: #eaeaea;
}

.sosyalMedya.left h3 {
    text-align: left;
    padding-right: 0;
    padding-left: 20px;
}

.sosyalMedya h3 {
    text-align: right;
    color: #535353;
    font-size: 29px;
    font-weight: bold;
    padding-right: 20px;
    position: relative;
}

.sosyalMedya.dark h3 {
    color: #fff;
}

.sosyalMedya h3:before {
    content: '';
    width: 8px;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: 0;
    background: #e50051;
}

.sosyalMedya.left h3:before {
    right: unset;
    left: 0;
}

.sosyalMedya h4 {
    color: #e50051;
    font-size: 27px;
    font-weight: 900;
    text-align: right;
    margin-top: 100px;
}

.sosyalMedya.left h4 {
    text-align: left;
}

.sosyalMedya h4 b {
    display: block;
    font-size: 45px;
}

.sosyalMedya p {
    text-align: right;
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
    color: #535353;
    margin-top: 20px;
}

.sosyalMedya.dark p {
    color: #fff;
}

.sosyalMedya.left p {
    text-align: left;
}

.sosyalMedya .post {
    /* margin: 20px 0; */
    display: block;
    position: relative;
    width: 460px;
}

.sosyalMedya .post .img {
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.sosyalMedya .swiper-container {
}

.sosyalMedya .swiper-container .swiper-slide {
    left: 0;
}

.sosyalMedya .swiper-slide.swiper-slide-active .post:after {
    content: '';
    position: absolute;
    right: 0;
    top: 70px;
    bottom: 70px;
    background: #b1898900;
    width: 33px;
    box-shadow: 0 0 51px 12px #000;
}

.sosyalMedya .swiper-slide.swiper-slide-active .post {
    left: -10px;
}

.sosyalMedya .swiper-slide.swiper-slide-active .post:before {
    content: '';
    position: absolute;
    left: 0;
    top: 70px;
    bottom: 70px;
    background: #b1898900;
    width: 33px;
    box-shadow: 0 0 51px 12px #000;
}

.sosyalMedya .swiper-container {
    /*    padding: 0 30px;
        padding-top: 50px;
        padding-bottom: 50px;*/
    margin: 40px -70px;
    left: -110px;
}

.sosyalMedya.left .swiper-container {
    left: 0;
    right: -110px;
}

.sosyalMedya .swiper-pagination:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: -60px;
    height: 60px;
    left: -20px;
    background: url(../img/golge.png) no-repeat center;
    background-size: contain;
}

.sosyalMedya .swiper-slide .post {
    opacity: 0;
    transition: 0.3s ease all;
}

.sosyalMedya .swiper-slide .swiper-slide-shadow-left {
    display: none;
}

.sosyalMedya .swiper-slide .swiper-slide-shadow-right {
    display: none;
}

.sosyalMedya .swiper-slide.swiper-slide-next .post,
.sosyalMedya .swiper-slide.swiper-slide-prev .post,
.sosyalMedya .swiper-slide.swiper-slide-active .post {
    opacity: 1;
}

.sosyalMedya .swiper-slide.swiper-slide-next .swiper-slide-shadow-right,
.sosyalMedya .swiper-slide.swiper-slide-prev .swiper-slide-shadow-right,
.sosyalMedya .swiper-slide.swiper-slide-active .swiper-slide-shadow-right {
    display: block;
}

.sosyalMedya .swiper-slide.swiper-slide-next .swiper-slide-shadow-right,
.sosyalMedya .swiper-slide.swiper-slide-prev .swiper-slide-shadow-right,
.sosyalMedya .swiper-slide.swiper-slide-active .swiper-slide-shadow-right {
    display: block;
}

.sosyalMedya .swiper-slide.swiper-slide-next .swiper-slide-shadow-left,
.sosyalMedya .swiper-slide.swiper-slide-prev .swiper-slide-shadow-left,
.sosyalMedya .swiper-slide.swiper-slide-active .swiper-slide-shadow-left {
    display: block;
}

.sosyalMedya .swiper-pagination {
    bottom: -20px;
    text-align: center;
    display: flex;
    position: absolute;
    right: 0;
    align-items: flex-start;
    min-height: 40px;
    left: -110px;
    justify-content: center;
}

.sosyalMedya.left .swiper-pagination {
    left: 0;
    right: -110px;
}

.sosyalMedya .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    border: 0;
    border-top: 1px solid #d5024d;
    border-bottom: 1px solid #d5024d;
    background: #e50051;
    border-radius: 0;
    height: 28px;
    transition: 0.3s ease all;
    margin: 0 0 0 16px;
    display: block;
    width: 6px;
}

.sosyalMedya .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    height: 37px;
}

.sosyalMedya .sosyalTime {
    margin-top: 100px;
    position: relative;
}

.sosyalMedya .sosyalTime:before {
    content: '';
    background: #b8b8b8;
    height: 2px;
    left: 0;
    right: 0;
    position: absolute;
    top: 40px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(184, 184, 184, 1) 40%, rgba(165, 165, 165, 1) 60%, rgba(0, 0, 0, 0) 100%);
}

.sosyalMedya .sosyalTime .yil {
    text-align: center;
    color: #b2b2b2;
    font-size: 22px;
    font-weight: 500;
    position: relative;
    margin-bottom: 40px;
}

.sosyalMedya .sosyalTime .yil:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #b8b8b8;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -12px;
}

.sosyalMedya .sosyalTime .list .count {
    position: relative;
    color: #535353;
    font-size: 33px;
    font-weight: 800;
}

.sosyalMedya .sosyalTime .list {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sosyalMedya .sosyalTime .list .text {
    color: #535353;
    font-weight: 600;
    min-width: 90px;
    text-align: right;
}

.sosyalMedya .sosyalTime .list .icon {
    width: 30px;
    height: 20px;
    background: #e50051;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    margin: 0 10px;
}

.sosyalMedya .sosyalTime .count span {
    font-size: 20px;
    font-weight: 400;
}

.sosyalMedya .sosyalTime .count:before {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    right: 0;
    top: 9px;
    background: #e50051;
    transform: translateX(100%);
    -webkit-mask-image: url(../img/svg/arti.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: left center;
    -webkit-mask-size: 100%;
}

.sosyalMedya .linkler {
    margin-top: 100px;
    position: relative;
    text-align: center;
}

.sosyalMedya .linkler a {
    color: #e50051;
    font-weight: 500;
    line-height: 37px;
    white-space: nowrap;
    position: relative;
}

.sosyalMedya .linkler a:hover {
}

.sosyalMedya .linkler a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    height: 2px;
    width: 0;
    background: #e50051;
    transition: 0.3s ease all;
}

.sosyalMedya .linkler a:hover:before {
    width: 40px;
}

.sosyalMedya .linkler span {
    margin: 0 20px;
    display: inline-block;
    width: 9px;
    height: 9px;
    background: #535353;
    border-radius: 100%;
}

.sosyalMedya {
}

.sosyalMedya .img {
    display: block;
    padding-bottom: 80%;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
}

.sosyalMedya.marketing {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

footer {
    background: #181818;
    padding: 0 15px;
}

body.dijital footer .modal .modal-dialog .modal-content .modal-header button {
    position: relative;
}

body.dijital footer .modal .modal-dialog .modal-content .modal-header button span {
    width: 20px;
    height: 3px;
    background: #535353;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: rotate(45deg) translate(-50%, -50%);
}

body.dijital footer .modal .modal-dialog .modal-content .modal-header button span:last-child {
    transform: translate(-6px, -8px) rotate(-45deg);
}

body.dijital footer .modal .modal-dialog {
    width: 580px;
    max-width: 100%;
    text-align: center;
    border-radius: 0;
}

body.dijital footer .modal .modal-content:before {
    content: '';
    height: 10px;
    width: 50px;
    background: #e50051;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

body.dijital footer .modal .modal-content:after {
    bottom: 0;
    content: '';
    width: 50px;
    height: 10px;
    background: #e50051;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
}

body.dijital footer .modal .modal-content {
    padding: 30px 50px;
    border: 0;
    border-radius: 0;
    position: relative;
}

body.dijital footer .modal .form-group {
}

body.dijital footer .modal .form-control {
    border-radius: 0;
    border-color: #535353;
    color: #535353;
}

body.dijital footer .modal .form-control::placeholder {
    font-size: 14px;
    font-weight: normal;
    color: #aeaeae;
}

body.dijital footer .modal .modal-header {
    border: none;
    padding: 15px 0;
}

body.dijital footer .modal .modal-body {
    padding: 0;
}

body.dijital footer .modal .modal-body .flex-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

body.dijital footer .modal .modal-body .flex-button button {
    background: transparent;
    border: 2px solid #e50051;
    border-radius: 0;
    color: #e50051;
    font-size: 20px;
    padding: 5px 50px;
}

body.dijital footer .modal .modal-body .flex-button button:active {
    background: #e50051;
    color: #fff;
}

body.dijital footer .modal .modal-body .flex-button span {
    color: #535353;
    letter-spacing: 0;
}

body.dijital footer .modal .modal-title {
    padding-top: 30px;
    font-size: 25px;
    font-weight: 800;
    color: #e50051;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

body.dijital footer .etkiArea {
    background: #e61b52;
}

body.geleneksel footer .etkiArea {
    background: #b2d500;
}

body.geleneksel section.menu.dijital {
    display: none;
}

body.dijital section.menu.geleneksel {
    display: none;
}

footer .etkiArea {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: -60px;
    background: #fbbb21;
    min-height: 600px;
    padding: 0 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

body:not(.dijital) footer .etkiArea .etkiText {
    color: #000;
}

body:not(.dijital) footer .etkiArea .btn {
    color: #000;
    border-color: #000;
}

body:not(.dijital) footer .etkiArea .btn:hover {
    background: #000 !important;
    color: #fff !important;
}

footer .etkiArea .etkiText {
    color: #fff;
    font-size: 45px;
    line-height: 56px;
    letter-spacing: 1px;
    font-weight: 800;
    margin-bottom: 60px;
}

footer .etkiArea .etkiText b {
    display: block;
    font-size: 90px;
    line-height: 96px;
}

footer ul {
}

footer h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
}

footer h3.geleneksel {
    color: #aed400;
}

footer h3.dijital {
    color: #e50051;
}

footer ul > li {
}

footer ul > li > a {
    color: #fff;
    font-size: 13px;
    display: block;
    padding: 9px 0;
    font-weight: 300;
}

footer ul > li > a:hover {
}

footer .logo {
    width: 135px;
    display: block;
    margin-bottom: 40px;
    margin-top: -20px;
}

footer .logo img {
}

footer .copyright {
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    letter-spacing: -1px;
    margin-top: 50px;
}

footer .content {
    padding: 80px 20px 40px 80px;
}

.fixedsosyal {
    position: fixed;
    left: 50px;
    top: 50%;
    display: flex;
    flex-direction: column;
    transform: translateY(-50%);
    z-index: 5;
}

.fixedsosyal:before {
}

.fixedsosyal a {
    fill: #d4d4d4;
    margin: 15px 0;
    position: relative;
}

.fixedsosyal a svg {
    width: 26px;
    height: 22px;
    position: relative;
    z-index: 2;
}

.fixedsosyal a:hover {
}

.fixedsosyal a svg:nth-child(2) {
    position: absolute;
    fill: #181818;
    z-index: 1;
    filter: blur(4px);
    left: 0;
    top: 1px;
    display: none;
}

section.isler {
    padding: 50px 0 200px;
    background: #181818;
    margin-top: -170px;
}

section.isler .is {
    display: block;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

section.isler .is:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #181818;
    opacity: 0.2;
}

section.isler .is:after {
    content: '';
    background: rgb(174, 212, 0);
    background: linear-gradient(180deg, rgba(174, 212, 0, 0.7287289915966386) 12%, rgba(0, 0, 0, 0) 75%);
    position: absolute;
    left: 0;
    right: 0;
    top: -100%;
    bottom: 100%;
    transition: 0.3s ease all;
    opacity: 0;
}

section.isler .is .img {
    padding-bottom: 142.50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

section.isler .is .title:before {
    content: '';
    background: #aed400;
    width: 8px;
    height: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
}

section.isler .is .title {
    position: absolute;
    z-index: 3;
    min-height: 50px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    padding-left: 20px;
    transition: 0.3s ease all;
}

section.isler .is:hover {
}

section.isler .is:hover:before {
    content: '';
}

section.isler .is:hover:after {
    content: '';
    top: 0;
    bottom: 0;
    opacity: 1;
}

section.isler .is:hover .img {
}

section.isler .is:hover .title {
    color: #aed400;
}

section.kurumsalContent {
    padding-top: 320px;
    padding-bottom: 250px;
    background: transparent;
}

section.kurumsalContent .content {
    position: relative;
    z-index: 2;
}

section.kurumsalContent .banner {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: -1;
    padding-bottom: 45%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

section.kurumsalContent .banner:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #181818c9;
}

section.kurumsalContent h1 {
    color: #fff;
    font-weight: bold;
    font-size: 29px;
    letter-spacing: 1px;
    padding-left: 25px;
    position: relative;
    line-height: 50px;
}

section.kurumsalContent h1:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 8px;
    background: #fbbb21;
}

section.kurumsalContent p {
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 1px;
}

section.kurumsalIslerBanner {
    padding-top: 200px;
    padding-bottom: 70px;
    overflow: hidden;
    position: relative;
}

section.kurumsalIslerBanner .banner {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: -1;
    padding-bottom: 45%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

section.kurumsalIslerBanner .banner:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #181818c9;
}

section.kurumsalIslerBanner h1 {
    position: relative;
    padding-left: 20px;
    font-size: 29px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 70px;
}

section.kurumsalIslerBanner h1:before {
    content: '';
    background: #aed400;
    width: 8px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

section.kurumsalIslerBanner h4 {
    color: #aed400;
    font-size: 33px;
    font-weight: 800;
    margin-bottom: 50px;
}

section.kurumsalIslerBanner h4 b {
    font-size: 66px;
    display: block;
}

section.kurumsalIslerBanner p {
    color: #fff;
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
}

section.kurumsalIsler {
    padding-top: 30px;
    padding-bottom: 150px;
}

.kurumsalIsler .nav {
    display: flex;
    justify-content: space-evenly;
}

.kurumsalIsler .nav a:before {
    content: '';
    width: 0;
    height: 2px;
    background: #a6ca01;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 0.5s ease all;
}

.kurumsalIsler .nav a {
    color: #aed400;
    position: relative;
    padding: 5px 0;
    transition: 0.5s ease all;
}

.kurumsalIsler .nav a:hover, .kurumsalIsler .nav a.active {
    color: #fff;
}

.kurumsalIsler .nav a:hover:before, .kurumsalIsler .nav a.active:before {
    width: 50px;
    background: #fff;
}

.galeri1 {
    padding: 20px 140px;
}

.galeri1 .fotograf {
    display: block;
    margin-bottom: 10px;
    position: relative;
}

.galeri1 .fotograf .img {
    padding-bottom: 81.17%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.galeri1 .fotograf .ovarley {
    position: absolute;
    left: 50%;
    top: 50%;
    transition: 0.3s ease opacity, 0.3s 0.2s ease width, 0.3s 0.2s ease height;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: translate(-50%, -50%);
    background: #181818d6;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.galeri1 .fotograf:hover .ovarley {
    opacity: 1;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
}

.galeri1 .fotograf .ovarley span {
    color: #fff;
    font-size: 25px;
    line-height: 32px;
    position: relative;
    padding: 8px 0;
    opacity: 0;
    transition: 0.3s 0.5s ease all;
}

.galeri1 .fotograf:hover .ovarley span {
    opacity: 1;
}

.galeri1 .fotograf .ovarley span:before {
    content: '';
    height: 1px;
    background: #fff;
    position: absolute;
    left: -15px;
    right: -15px;
    bottom: -1px;
}

.galeri1 .fotograf .ovarley span:last-child:before {
    content: '';
    display: none;
}

.galeri1 .fotograf .ovarley span:last-child {
    font-weight: 500;
    font-size: 20px;
}

.galeri3-container {
    padding: 20px 140px;
}

.galeri3-container h4 {
    color: #fff;
    font-weight: 300;
    font-size: 29px;
    text-align: center;
    margin: 20px 0;
}

.galeri2-container {
    padding: 20px 140px;
}

.galeri2 {
}

.galeri2 .fotograf {
    display: block;
    position: relative;
}

.galeri2 .fotograf:before {
    content: '';
    background: #aed400;
    position: absolute;
    left: 0;
    top: 0;
    height: 8px;
    transition: 0.5s ease all;
    max-width: 50%;
    width: 0;
}

.galeri2 .fotograf:after {
    content: '';
    background: #aed400;
    position: absolute;
    left: 0;
    top: 0;
    width: 8px;
    transition: 0.5s ease all;
    max-height: 50%;
    height: 0;
}

.galeri2 .fotograf:hover:before {
    width: 200px;
}

.galeri2 .fotograf:hover:after {
    height: 200px;
}

.galeri2 .fotograf img {
}

.galeri2 .fotograf .ovarley {
    position: absolute;
    left: 50%;
    top: 50%;
    transition: 0.3s ease opacity, 0.3s 0.2s ease width, 0.3s 0.2s ease height;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: translate(-50%, -50%);
    background: #181818d6;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.galeri2 .fotograf:hover .ovarley {
    opacity: 1;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
}

.galeri2 .fotograf .ovarley span {
    color: #fff;
    font-size: 25px;
    line-height: 32px;
    position: relative;
    padding: 8px 0;
    opacity: 0;
    transition: 0.3s 0.5s ease all;
}

.galeri2 .fotograf:hover .ovarley span {
    opacity: 1;
}

.galeri2 .fotograf .ovarley span:before {
    content: '';
    height: 1px;
    background: #fff;
    position: absolute;
    left: -15px;
    right: -15px;
    bottom: -1px;
}

.galeri2 .fotograf .ovarley span:last-child:before {
    content: '';
    display: none;
}

.galeri2 .fotograf .ovarley span:last-child {
    font-weight: 500;
    font-size: 20px;
}

.video-responsive {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%;
    margin: 25px 0;
}

.video-responsive-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

section.iletisim {
}

section.iletisim .banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.iletisim .banner:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #181818c9;
}

section.iletisim .banner .content {
    position: relative;
    height: 100%;
    text-align: center;
}

section.iletisim .banner .content p {
    color: #fff;
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
    margin-top: 100px;
}

section.iletisim .iletisimArea {
    padding: 80px 0;
}

section.iletisim .iletisimArea h4 {
    font-size: 20px;
    position: relative;
    padding-left: 20px;
    margin-bottom: 30px;
}

section.iletisim .iletisimArea h4:before {
    content: '';
    width: 8px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    background: #fbbb21;
}

section.iletisim .iletisimArea h4 b {
    font-size: 33px;
    display: block;
    font-weight: 900;
    line-height: 36px;
}

section.iletisim .iletisimArea .customFileBTn {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border: 1px solid #535353;
    border-radius: 2px;
    margin-bottom: 20px;
    cursor: pointer;
}

section.iletisim .iletisimArea .form-control {
    border: 1px solid #535353;
    border-radius: 2px;
    margin-bottom: 20px;
}

section.iletisim .iletisimArea textarea.form-control {
}

section.iletisim .iletisimArea p {
    color: #535353;
    font-size: 20px;
    line-height: 28px;
}

section.iletisim .iletisimArea p b {
    font-weight: 600;
    display: block;
    font-size: 20px;
    color: #000;
}

section.iletisim .iletisimArea p a {
    color: #535353;
    font-size: 20px;
}

section.iletisim .harita {
    height: 650px;
}

@media only screen and (max-width: 768px) {
    .sosyalMedya.left h4{
        font-size: 24px;
    }
    .sosyalMedya h4 b{
        font-size: 40px;
    }

    .sosyalMedya .sosyalTime .list{
        padding-left: 30px;
    }

    section.iletisim .iletisimArea{
        overflow-x: hidden;
    }
    section.menu {
        height: auto;
        min-height: 100vh;
    }



    section.mainContent {
        flex-direction: column;
        justify-content: center;
    }

    section.mainContent p {
        white-space: unset;
        flex-direction: column;
        text-align: center;
        padding-bottom: 50px;
    }

    section.mainContent .links a:hover {
        transform: scale(1.2);
    }

    section.slider .counters .counter .count small {
        font-size: 63px;
    }

    section.slider .counters .counter .count span {
        font-size: 44px;
    }

    section.slider .swiper-wrapper .swiper-slide .content h3 {
        font-size: 40px;
        line-height: 1.22;
    }

    section.slider .swiper-wrapper .swiper-slide .content p {
        font-size: 25px;
        line-height: 1.5;
    }

    section.slider .swiper-wrapper .swiper-slide {
        padding: 150px 0 50px 0;
    }

    .fixedsosyal{
        position: relative;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        left: 0;
        top: 0;
        justify-content: space-between;
        margin-top: 30px;
    }
    .fixedsosyal a{
        margin-bottom: 0;
    }

    .fixedsosyal a svg{
        width: 40px;
        height: 26px;
    }

    section.slider .counters {
        display: flex;
        height: 100vh;
    }

    section.slider .counters .counter {
        text-align: center;
        padding-right: 20px;
    }

    section.slider .counters .counter > span {
        line-height: 0;
    }

    section.slider .counters .counter .icon {
        margin: 0 auto;
    }

    .sosyalMedya {
        padding-bottom: 55px;
    }

    .sosyalMedya h4 {
        text-align: left;
    }

    .sosyalMedya p {
        text-align: left;
    }

    .sosyalMedya .sosyalTime:before {
        width: 2px;
        top: 0;
        bottom: 0;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(184, 184, 184, 1) 40%, rgba(165, 165, 165, 1) 60%, rgba(0, 0, 0, 0) 100%);
        height: unset;
    }

    .sosyalMedya .sosyalTime .yil {
        top: 80px;
        margin: 0;
        display: inline-block;
        padding-left: 15px;
    }

    .sosyalMedya .sosyalTime .yil:before {
        transform: translate(-50%, 50%);
        bottom: 50%;
        left: 1px;
    }

    .sosyalMedya .sosyalTime .list .count {
        line-height: 40px;
    }

    .sosyalMedya .sosyalTime .count:before {
        top: 4px;
    }

    .sosyalMedya .linkler a {
        display: block;
        line-height: 35px;
        font-size: 20px;
    }

    .sosyalMedya .linkler span {
        display: none;
    }


    footer .etkiArea {
        position: relative;
        margin: 0 -15px;
        width: 100vw;
        padding: 0 30px;
    }


    footer .etkiArea .etkiText {
        font-size: 35px;
        line-height: 50px;
    }

    footer .etkiArea .etkiText b {
        font-size: 70px;
        line-height: 100px;
    }

    footer .content {
        padding: 0;
    }

    footer h3 {
        margin-bottom: 0;
    }

    footer .content .col-md-3:nth-child(3n) h3 {
        margin-top: 30px;
    }

    footer .logo {
        margin-bottom: 0;
        margin-top: 10px;
    }

    footer .copyright {
        margin-top: 20px;
        padding-bottom: 30px;
    }

    .sosyalMedya .swiper-container {
        left: 0;
        margin: 40px -15px;
    }

    .sosyalMedya .post .img {
        background-size: cover;
    }

    .sosyalMedya .post {
        width: auto;
    }

    .sosyalMedya .swiper-slide.swiper-slide-active {
        filter: grayscale(0);
    }

    .sosyalMedya .swiper-slide.swiper-slide-active .post {
        left: 0;
    }

    .sosyalMedya .swiper-slide.swiper-slide-active .post:before {
        top: 30px;
        bottom: 30px;
        left: 25px;
    }

    .sosyalMedya .swiper-slide.swiper-slide-active .post:after {
        right: 25px;
        top: 30px;
        bottom: 30px;
    }

    .sosyalMedya .swiper-slide.swiper-slide {
        transition: .5s ease all;
    }

    .sosyalMedya .swiper-slide.swiper-slide-next, .sosyalMedya .swiper-slide.swiper-slide-prev {
        filter: grayscale(30);
        opacity: .3;
        transition: .5s ease all;
    }

    .sosyalMedya .swiper-pagination {
        left: 0;
    }

    .sosyalMedya.left .swiper-pagination {
        right: 0;
    }

    .sosyalMedya.left .swiper-container {
        left: 0;
        right: 0;
    }

    section.menu.active {
        width: 100vw;
    }

    section.menu .wrapper {
        padding-top: 60px;
    }

    header .menuOpen {
        padding: 0;
    }

    section.menu .menuClose {
        z-index: 5;
    }

    section.menu ul > li > a {
        padding: 10px 0;
    }

    body.geleneksel section.slider .swiper-wrapper .swiper-slide {
        padding-top: 0;
    }

    section.isler {
        padding-top: 0;
        margin-top: 0;
    }

    section.kurumsalIslerBanner h4 {
        font-size: 22px;
    }

    section.kurumsalIslerBanner h4 b {
        font-size: 44px;
    }

    .kurumsalIsler .nav {
        justify-content: space-around;
    }

    .kurumsalIsler .nav a {
        margin-bottom: 10px;
    }

    .galeri1 {
        padding: 0 15px;
    }

    section.isler.fotografisler {
        margin-top: -100px;
    }

    .galeri2-container {
        padding: 15px;
    }

    .galeri3-container {
        padding: 15px;
        margin: -200px 0 100px;
    }

    .galeri3-container.gelenekselproduksiyon{
        margin-top: 0;
    }

    .galeri3-container h4 {
        font-size: 25px;
    }

    section.kurumsalContent p {
        margin-bottom: 30px;
    }

    section.kurumsalContent p span {
        font-size: 15px;
        line-height: 24px;
    }

    section.iletisim .banner .content {
        padding-top: 100px;
    }

    section.kurumsalContent {
        padding-top: 150px;
    }
}

/*
iPhone 5/SE Specific CSS
*/
@media only screen and (max-width: 320px) {
    section.mainContent p {
        font-size: 25px;
    }

    section.mainContent p b {
        font-size: 29px;
    }

    section.mainContent .links a {
        font-size: 35px;
        line-height: 35px;
    }

    section.slider .swiper-wrapper .swiper-slide .content h3 {
        font-size: 30px;
    }

    section.slider .swiper-wrapper .swiper-slide .content p {
        font-size: 15px;
    }

    section.slider .container .swiper-container {
        height: 100vh;
    }

    .sosyalMedya h4 {
        font-size: 25px;
    }

    .sosyalMedya h4 b {
        font-size: 35px;
    }

    .sosyalMedya .linkler a {
        font-size: 18px;
        line-height: 30px;
    }

    section.slider .counters {
        padding-bottom: 15px;
    }

    section.slider .counters .counter .count small {
        font-size: 60px;
    }

    section.slider .counters .counter .count span {
        font-size: 35px;
    }

    section.slider .counters .counter .count:before {
        width: 25px;
        height: 25px;
        top: 8px;
        right: -6px;
    }

    section.slider .counters .counter .count {
        line-height: 60px;
    }

    section.menu .menuClose {
        top: 30px;
        right: 110px;
        z-index: 5;
    }

    section.menu .geleneksel {
        font-size: 16px;
    }

    .galeri3-container h4 {
        font-size: 20px;
    }

    section.menu ul > li > a {
        font-size: 14px;
        padding: 8px 0;
    }

    section.menu p {
        font-size: 15px;
        line-height: 20px;
    }

    body.geleneksel section.slider .swiper-wrapper .swiper-slide {
        padding-top: 150px;
    }

    body.geleneksel section.slider .container .swiper-container {
        height: auto;
    }

    .galeri3-container.gelenekselproduksiyon {
        margin: 0;
    }

    .kurumsalIsler .nav a {
        margin-bottom: 10px;
        padding: 0;
        font-size: 16px;
    }

    section.kurumsalIslerBanner h4 {
        font-size: 18px;
    }

    section.kurumsalIslerBanner h4 b {
        font-size: 36px;
    }

    section.iletisim .banner .content p {
        margin-top: 50px;
        font-size: 16px;
        line-height: 26px;
    }

    section.iletisim .iletisimArea h4 {
        font-size: 18px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    section.slider .counters {
        display: block;
        height: auto;
        padding-bottom: 25px;
    }

    section.slider .counters .counter .count {
        line-height: 60px;
    }

    section.slider .counters .counter .count small {
        font-size: 40px;
        line-height: 60px;
    }

    section.slider .counters .counter > span {
        line-height: 1;
    }

    section.slider .counters .counter .count span {
        font-size: 25px;
    }

    section.slider .counters .counter .count:before {
        right: -2px;
        top: 23px;
        width: 20px;
        height: 20px;
    }

    .sosyalMedya .sosyalTime:before {
        background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(184, 184, 184, 1) 40%, rgba(165, 165, 165, 1) 60%, rgba(0, 0, 0, 0) 100%);
        top: 40px;
        height: 2px;
        width: unset;
    }

    section.slider .swiper-wrapper .swiper-slide .content p {
        font-size: 17px;
    }

    .sosyalMedya .sosyalTime .yil:before {
        transform: translateX(-50%);
        left: 50%;
        bottom: -12px;
    }

    .sosyalMedya .sosyalTime .yil {
        margin-bottom: 40px;
        top: 0;
        display: block;
        padding-left: 0;
    }

    .sosyalMedya .sosyalTime .list {
        justify-content: flex-start;
    }

    .sosyalMedya .img {
        padding-bottom: 50%;
        background-position: center;
    }

    .sosyalMedya#dijital-pazar-yeri h4 {
        margin-top: 30px;
    }

    footer .etkiArea {
        width: 50vw;
    }

    footer .content {
        padding: 130px 0;
    }

    section.menu .wrapper {
        width: auto;
        padding-top: 150px;
    }

    section.menu ul > li > a {
        font-size: 20px;
        padding: 15px 0;
        max-width: 100%;
    }

    section.menu p {
        font-size: 20px;
    }

    .galeri1 {
        padding: 30px 15px;
    }

    .galeri3-container {
        margin: -70px 0 0;
    }

    .kurumsalIsler .nav {
        position: relative;
        z-index: 5;
    }

    .galeri3-container.medyaplanlamagaleri3 {
        margin-top: -200px;
    }

    .galeri3-container.medyaplanlamagaleri3 .video-responsive {
        padding-top: 40%;
    }

    section.kurumsalIslerBanner .banner {
        padding-bottom: 55px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
}

@media only screen and (min-width: 1200px) {
}
