/* Kaydırma Çaubuğu */
::-webkit-scrollbar {
    width: 8px;
    background-color: #F2F2F2;
}

::-webkit-scrollbar-thumb {
    background-color: #D6D6D6;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #A5A5A5;
    }

    ::-webkit-scrollbar-thumb:active {
        background-color: #A5A5A5;
    }

a {
    text-decoration: none;
    color: #5b8b9f;
}

    a:hover, a:focus, a:active {
        text-decoration: none;
        color: #372288;
    }

body {
    background-color: white;
    font-family: 'Open Sans', sans-serif;
    color: black;
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
}

h1 {
    font-size: 24px;
}

p {
    font-size: 16px;
}

a {
    text-decoration: none;
    color: #333;
}

    a:hover, a:active, a:focus {
        text-decoration: none;
    }

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0;
}

.no-gutters {
    padding: 0;
}

.fancy img {
    width: 500px;
}



/*//// navbar ////*/


.navbar .megamenu {
    padding: 1rem;
    list-style: none;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

    .navbar .has-megamenu {
        position: static !important;
    }

    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0;
    }
}
/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media(max-width: 991px) {
    .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        margin-top: 10px;
    }
}

a.dropdown-item {
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    padding: 15px;
}

.bg-light {
    background-color: white !important;
    position: relative;
    width: 100%;
    z-index: 22;
    top: 0px;
    left: 0px;
    padding: 0 5%;
    box-shadow: 0px 0px 17px #b0b0b0;
}

.siparis-form-btn-2 {
    padding: 1% 1%;
    cursor: pointer;
    text-decoration: none;
    color: #37257b;
    transition-duration: 0.3s;
    transition-property: transform;
    -webkit-tap-highlight-color: transparent;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 42px;
    font-weight: bolder;
}

    .siparis-form-btn-2:hover {
        transform: scale(1.1);
        box-shadow: 2px 2px 10px 4px #ddd;
    }

/* HEADER*/
@charset "UTF-8";

.centerx, .header__basic--black .header__img, .section__crazy__color .wrapper__color .wrapper__panel .color .color__el h3, .section__handsketch__color .wrapper__audrio .color .color__el h3, .section__handsketch__color .wrapper__audrio img, .section__woy__color .wrapper__audrio .color .color__el h3, .section__woy__color .wrapper__audrio img {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.centery, .header__basic--studio .header__img, .section__404 .title__block, .section__jobs .jobs__ul .jobs__ul__li .jobs__ul__li__a i, .section__site .site__template .site__template__bar .template__button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.centerxy, .flux__el--twitter p, .job__title .close--profil i, .job__title .title__block, .loading .loading__elements #display, .loading .loading__elements #progress, .navigation__project .navigation__project__block .content__text, .navigation__project .navigation__project__block:nth-child(2) .link, .other__team .profil__team .profil__team__li a img, .section__404 .overlay__404, .section__about .background__about .play i, .section__customer .customers .customers__li img, .section__projets .awards .awards__li a img, .section__projets .swiper-projets .swiper-slide .swiper-slide-block-content .text__content, .section__team .swiper-slide .slide__img .overlay, nav .center__navigation {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

html {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

a {
    text-decoration: none;
    color: #21272b;
    cursor: pointer;
}

article, aside, footer, header, nav, section {
    display: block;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

figcaption, figure, main {
    display: block;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

    a:active, a:hover {
        outline-width: 0;
    }

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b, strong {
    font-weight: inherit;
}

b, strong {
    font-weight: bolder;
}

code, kbd, samp {
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

audio, video {
    display: inline-block;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button, input, optgroup, select, textarea {
    font-family: 'Open Sans', sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}

    [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

    [type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details, menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

body {
    background-color: transparent;
    padding: 0;
    transition: padding .3s ease-in-out;
}

.main__title {
    color: #f2f3f3;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 900;
    font-size: 2.6em;
    letter-spacing: 1px;
    margin: 0;
}

    .main__title span {
        color: #ff2d71;
    }

.main__subtitle {
    margin: 2px 0;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    font-size: .9em;
    color: #f2f3f3;
}

@media (min-width:768px) {
    .main__subtitle {
        font-size: 1.1em;
    }
}

.main__subtitle span {
    font-family: 'Open Sans', sans-serif;
    color: #00a8af;
    font-style: italic;
}


.link {
    display: inline-block;
    width: auto;
    position: relative;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1em;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #f0f0f0 !important;
    transition: all .3s ease-in-out;
}

    .link:hover {
        letter-spacing: 2px;
    }

.link__apply {
    display: block;
    width: 150px;
    padding: 16px 12px;
    background-color: #00a8af;
    border: 2px solid #00a8af;
    border-radius: 1px;
    color: #f2f3f3;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    font-size: .813em;
    letter-spacing: 1px;
    transition: all .3s ease-in-out;
}

    .link__apply:hover {
        background-color: transparent;
        letter-spacing: 3px;
        border-radius: 1px;
    }

    .link__apply:active {
        background-color: transparent;
        letter-spacing: 3px;
        border-radius: 1px;
    }

    .link__apply:focus {
        background-color: transparent;
        letter-spacing: 3px;
        border-radius: 1px;
    }

.swiper-container {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    cursor: -webkit-grab;
    cursor: grab;
    overflow: hidden;
}

@media (min-width:1200px) {
    .swiper-container {
        height: 550px;
    }
}

.swiper-button-next, .swiper-button-prev {
    width: 50px;
    height: 50px;
    background-image: none;
    background-color: #e4e4e4;
    z-index: 2;
    cursor: pointer;
}

    .swiper-button-next i, .swiper-button-prev i {
        position: relative;
        left: 50%;
        top: 50%;
        color: #21272b;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        transition: all .3s ease-in-out;
    }

@keyframes arrowRight {
    0% {
        -webkit-transform: translate(0,-50%);
        transform: translate(0,-50%);
    }

    50% {
        -webkit-transform: translate(-10px,-50%);
        transform: translate(-10px,-50%);
    }

    100% {
        -webkit-transform: translate(0,-50%);
        transform: translate(0,-50%);
    }
}

.swiper-button-next:hover i, .swiper-button-prev:hover i {
    -webkit-animation: arrowRight 1s infinite;
    animation: arrowRight 1s infinite;
}

.swiper-button-next {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
}

@media (min-width:1200px) {
    .swiper-button-next {
        right: 300px;
        background-color: transparent;
    }
}

.swiper-button-prev {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
}

@media (min-width:1200px) {
    .swiper-button-prev {
        bottom: 74px;
        background-color: transparent;
    }
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.swiper-slide__block {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    text-align: left;
}

    .swiper-slide__block .swiper-slide__block__img {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

        .swiper-slide__block .swiper-slide__block__img a {
            display: block;
            width: 100%;
            height: 100%;
        }

@media (min-width:1200px) {
    .swiper-slide__block .swiper-slide__block__img {
        width: 65%;
        max-height: 500px;
        height: 500px;
        max-width: 735px;
        overflow: hidden;
        position: relative;
    }
}

.swiper-slide__block .swiper-slide__block__img img {
    width: 100%;
    height: auto;
    transition: all .3s ease-in-out;
}

@media (min-width:1200px) {
    .swiper-slide__block .swiper-slide__block__img img {
        position: absolute;
        top: 0;
        left: 0;
        width: auto;
        height: 100%;
    }
}

.swiper-slide__block .swiper-slide__block__img:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.swiper-slide__block .swiper-slide__block__text {
    width: 85%;
    height: auto;
    margin: 0 auto;
    margin-top: 50px;
    position: relative;
}

@media (min-width:768px) {
    .swiper-slide__block .swiper-slide__block__text {
        margin-top: 100px;
    }
}

@media (min-width:1200px) {
    .swiper-slide__block .swiper-slide__block__text {
        width: 40%;
        height: 100%;
        max-height: 476px;
        max-width: 400px;
        position: absolute;
        background-color: transparent;
        top: 0;
        right: 0;
        margin-top: 0;
        padding: 0;
    }

        .swiper-slide__block .swiper-slide__block__text:before {
            content: "";
            display: block;
            width: 110px;
            max-width: 408px;
            height: 100%;
            background-color: #301f8457;
            position: absolute;
            left: -25px;
            border-radius: 20px;
        }
}

.swiper-slide__block .main__title {
    color: #f2f3f3;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 900;
    font-size: 2.6em;
    letter-spacing: 1px;
    margin: 0;
    text-shadow: 7px 7px 16px #d2d2d2;
}

    .swiper-slide__block .main__title span {
        color: #372288;
    }

@media (min-width:768px) {
    .swiper-slide__block .main__title {
        font-size: 3em;
    }
}

@media (min-width:1200px) {
    .swiper-slide__block .main__title {
        margin-top: 100px;
    }
}

.swiper-slide__block .main__subtitle {
    margin: 2px 0;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    font-size: .9em;
    color: #f2f3f3;
}

@media (min-width:768px) {
    .swiper-slide__block .main__subtitle {
        font-size: .9em;
    }
}

.swiper-slide__block .main__subtitle span {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    color: #00a8af;
    letter-spacing: 1px;
}

.swiper-slide__block .main__subtitle, .swiper-slide__block .main__title, .swiper-slide__block .paragraphe {
    color: #301f84;
    z-index: 2;
    position: relative;
}

.swiper-slide__block .paragraphe {
    max-width: 413px;
    text-shadow: 7px 7px 16px #d2d2d2;
    margin-top: 24px;
}

.swiper-slide__block .number {
    font-family: 'Open Sans', sans-serif;
    font-size: 12em;
    font-weight: 900;
    width: 100%;
    display: block;
    color: rgba(16,47,65,.04);
    position: relative;
    bottom: 100px;
    z-index: 1;
    text-align: right;
    margin: 0;
    line-height: 120px;
}

@media (min-width:1200px) {
    .swiper-slide__block .number {
        margin-top: 100px;
        font-size: 15em;
    }
}


.loading {
    width: 100%;
    height: 100vh;
    background-color: #f8f8f8;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    overflow: hidden;
}

    .loading .loading__elements {
        width: 100%;
        height: 50%;
    }

        .loading .loading__elements #progress {
            display: block;
            width: 300px;
            height: 30px;
            z-index: 1;
            font-family: 'Open Sans', sans-serif;
            background-color: #000;
            transition: all .3s ease-in-out;
        }

            .loading .loading__elements #progress::-webkit-progress-bar {
                display: block;
                width: 100%;
                transition: all .3s;
            }

            .loading .loading__elements #progress::-webkit-progress-value {
                background-color: rgba(131,201,207,.8);
                background: -webkit-linear-gradient(#00a8af,#83c9cf);
            }

        .loading .loading__elements progress[value]::-webkit-progress-bar {
            background-color: #f8f8f8;
            border-radius: 2px;
            box-shadow: none;
        }

        .loading .loading__elements #display {
            display: block;
            font-size: 5em;
            z-index: 2;
            font-family: 'Open Sans', sans-serif;
            font-weight: 900;
            text-align: center;
            margin-bottom: 50px;
            color: #21272b;
        }


.section__slider {
    width: 100%;
    height: auto;
    background-color: #f0f0f0;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width:1200px) {
    .section__slider {
        padding: 150px 0;
    }
}

.section__slider .container__center {
    width: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width:992px) {
    .section__slider .container__center {
        max-width: 1200px;
        width: 85%;
    }
}

@media (min-width:992px) {
    .section__slider .container__center {
        max-width: 1070px;
        width: 100%;
    }
}



.container__center .swiper-button-prev:after, .container__center .swiper-button-next:after {
    font-family: swiper-icons;
    font-size: 20px;
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
    color: #fff;
}

.telefon-no {
    font-size: 17px;
}

a.nav-link {
    color: black;
    font-size: 18px;
    margin-right: 23px;
}

a.navbar-brand {
    padding-top: 1%;
}

/*HAKKINDA*/
.about {
    margin: 10% 0;
}

    .about .container {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

.about-img {
    width: 40%;
    position: relative;
}

    .about-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.about-txt {
    width: 40%;
}

    .about-txt h2 {
        margin-bottom: 30px;
        text-align: center;
        font-size: 35px;
        letter-spacing: 0.2rem;
        font-weight: bold;
    }

        .about-txt h2::after {
            content: "";
            width: 25%;
            height: 3px;
            background-color: #97b2df;
            margin: 0 auto;
            display: block;
            margin-top: 24px;
        }

    .about-txt p {
        font-size: 17px;
    }

.about-img::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #301f84;
    margin: 0 auto;
    display: block;
    position: absolute;
    top: -20px;
    left: -35px;
    z-index: -1;
}

.about-btn {
    display: inline-block;
    font-size: 20px;
    background-color: #97b2df;
    padding: 10px 50px;
    color: white;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    position: relative;
    overflow: hidden;
}

    .about-btn::after {
        content: "DETAY";
        position: absolute;
        right: 100%;
        top: 0;
        background-color: #301f84;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: .6s;
    }

    .about-btn:hover::after {
        right: 0;
    }

/*URUNLER*/
.urunler-title {
    text-align: center;
    margin-bottom: 5%;
    font-size: 30px;
    letter-spacing: 0.2rem;
    font-weight: bold;
    color: #301f84;
}

.urunler-img::before {
    content: "";
    width: 100%;
    height: 75%;
    background-color: #301f84;
    margin: 15% auto;
    display: block;
    position: absolute;
    left: 0;
    z-index: -1;
}

.urunler-img p {
    top: -3%;
    position: relative;
    z-index: 99;
    text-align: center;
    background: #00000005;
    FONT-WEIGHT: BOLD;
    text-shadow: 6px 2px 4px #000;
    color: #f9fafb;
    font-size: 21px;
    margin: -4%;
}

.urunler-txt {
    color: white;
    font-size: 19px;
    top: 18%;
    position: relative;
    right: 55%;
    text-align: center;
    width: 116%;
}

/*REFERANS*/

.referans {
    padding: 55px;
    background-color: #f0f0f0;
}

.referans-title {
    text-align: center;
    font-size: 30px;
    letter-spacing: 0.2rem;
    font-weight: bold;
    color: #97b2df;
    margin-bottom: 3%;
}

.referans-btn {
    margin: .9em;
    padding: 1em;
    cursor: pointer;
    background: #ffff;
    text-decoration: none;
    color: #666;
    transition-duration: 0.3s;
    transition-property: transform;
    -webkit-tap-highlight-color: transparent;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    align-items: center;
    justify-content: center;
    text-align: center;
}

    .referans-btn:hover {
        transform: scale(1.1);
        box-shadow: 2px 2px 10px 4px #ddd;
    }


/*SİPARİS*/

.siparis {
    background-color: #ffff;
    padding: 3% 0;
}

.siparis-title {
    text-align: center;
    padding-bottom: 5%;
    font-size: 30px;
    letter-spacing: 0.2rem;
    font-weight: bold;
    color: #301f84;
}

.siparis-item {
    margin: 3% 0;
    align-items: center;
    text-align: center;
}

.donme:hover img {
    transform: rotate(360deg);
    transition: .5s;
}

.siparis-item p {
    font-weight: lighter;
    font-family: 'Open Sans', sans-serif;
    padding: 5% 0px;
}

.siparis-item h3 {
    font-weight: initial;
    margin-top: 6%;
}

.siparis-form-btn {
    margin: 0 40%;
    padding: 2em;
    cursor: pointer;
    background: #301f84;
    text-decoration: none;
    color: #f0f0f0;
    transition-duration: 0.3s;
    transition-property: transform;
    -webkit-tap-highlight-color: transparent;
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 60px;
}

    .siparis-form-btn:hover {
        transform: scale(1.1);
        box-shadow: 2px 2px 10px 4px #ddd;
    }

/*FOOTER*/

footer {
    padding: 6% 0px;
    width: 100%;
    align-items: center;
    text-align: center;
    justify-content: center;
    background-image: url('../images/img/footer.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #f0f0f0;
}

.footer li {
    color: aqua;
}

.katalog ul li {
    padding-top: 9px;
    font-size: 16px;
}

.altfooter.w-100.pb-3 {
    background-color: #f0f0f0;
}

@media only screen and (min-width:992px) and (max-width:1440px) {
    .urunler-txt {
        color: white;
        font-size: 19px;
        top: 18%;
        position: relative;
        right: 20%;
        text-align: center;
        width: 116%;
    }

    .urunler-img::before {
        content: "";
        width: 100%;
        height: 110%;
        background-color: #301f84;
        margin: 15% auto;
        display: block;
        position: absolute;
        left: 0;
        z-index: -1;
    }
}

/*kurumsal*/



.kurumsalbg {
    padding: 0px 0 120px 0;
    position: relative;
}

.iletisimbg {
    padding: 50px 0 100px 0;
    position: relative;
}

    .iletisimbg strong {
        color: #00afb6;
        font-size: 19px;
    }


.kurumsalbanner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    position: relative;
    width: 100%;
    height: 420px;
    margin-bottom: 30px;
}


    .kurumsalbanner::before {
        content: "";
        position: absolute;
        background-color: #00000052;
        width: 100%;
        height: 420px;
    }


.page-banner-txt {
    position: absolute;
    width: 100%;
    bottom: 32%;
    text-align: center;
}

    .page-banner-txt .txt {
        font-size: 40px;
        color: #fff;
        font-weight: 600;
    }


.syf-title {
    background-color: #3a2686;
    padding: 10px;
    text-align: center;
    margin-bottom: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.title {
    color: #3a2686;
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: bold;
    text-transform: uppercase;
}


.syf h3, .syf h2 {
    font-size: 19px;
    color: #a22424;
    font-weight: bold;
}

.syf h4, .syf h5, .syf h6 {
    font-size: 16px;
    color: #ccc;
    font-weight: bold;
}

.syf h1 {
    font-size: 22px;
    color: #a22424;
    font-weight: bold;
}


.solmenu-ul {
    position: relative;
    margin: 0;
    padding: 0;
}

    .solmenu-ul .solmenu-li {
        position: relative;
        margin: 3px 0;
        padding: 10px 15px;
        background-color: #f7f7f7;
        text-align: left;
    }

        .solmenu-ul .solmenu-li .solmenu-link {
            position: relative;
            color: #333;
            font-size: 18px;
            font-weight: 400;
            text-decoration: none;
        }

            .solmenu-ul .solmenu-li .solmenu-link:hover {
                position: relative;
                color: #000;
                font-size: 18px;
                font-weight: 400;
                text-decoration: none;
            }

.breadcrumb-item.active {
    color: #aea9cb;
}

.breadcrumb-item::before {
    color: #aea9cb !important;
}


.iletisimbg {
    padding: 50px 0 100px 0;
    position: relative;
}

    .iletisimbg strong {
        color: #37257b;
        font-size: 19px;
    }

.iletisim-title {
    font-size: 30px;
    font-weight: 600;
    color: #aea9cb;
    position: relative;
}

.cont-ul {
    position: relative;
    margin: 0;
    padding: 0;
}

    .cont-ul .cont-li {
        padding: 10px 0px;
        font-size: 18px;
        color: #333;
        border-bottom: 1px solid #f7f7f7;
    }

        .cont-ul .cont-li strong {
            padding: 10px 0px;
            font-size: 20px;
            color: #960808;
            font-weight: bold;
        }

        .cont-ul .cont-li i {
            font-size: 18px;
            color: #37257b;
            margin-right: 15px;
        }

        .cont-ul .cont-li a {
            font-size: 18px;
            color: #333;
            text-decoration: none;
        }

            .cont-ul .cont-li a:hover {
                font-size: 18px;
                color: #46697d;
                text-decoration: none;
            }

.form-title {
    font-size: 20px;
    font-weight: 300;
    font-family: 'Inter', sans-serif;
    color: #3a3a3a;
    position: relative;
    padding-bottom: 7px;
    border-bottom: 2px solid #37257b;
    width: fit-content;
}



.send-btn {
    border: 1px solid #37257b;
    color: #37257b;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    padding: 10px 25px;
    margin-top: 20px;
    transition: .5s;
}

    .send-btn:hover {
        border: 1px solid #37257b;
        color: #fff;
        font-size: 18px;
        font-weight: 400;
        text-align: center;
        padding: 10px 25px;
        margin-top: 20px;
        background-color: #37257b;
        transition: .5s;
    }


@media (max-width: 992px) {
    .kurumsalbanner {
        background-size: 1400px;
    }
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 2rem;
    list-style: none;
    font-size: 18px;
}

/*MODAL*/

div#exampleModal {
    background: linear-gradient(rgb(9 16 28), rgb(47 97 155 / 54%))
}


.modal-footer a {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    color: #352180;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    transition: .5s;
    margin-top: 40px;
    letter-spacing: 4px
}

    .modal-footer a:hover {
        background: #352180;
        color: #fff;
        border-radius: 5px;
        box-shadow: 0 0 5px #352180, 0 0 25px #352180, 0 0 50px #352180, 0 0 100px #352180;
    }

    .modal-footer a span {
        position: absolute;
        display: block;
    }

        .modal-footer a span:nth-child(1) {
            top: 0;
            left: -100%;
            width: 100%;
            height: 2px;
            background: linear-gradient(90deg, transparent, #352180);
            animation: btn-anim1 1s linear infinite;
        }

@keyframes btn-anim1 {
    0% {
        left: -100%;
    }

    50%,100% {
        left: 100%;
    }
}

.modal-footer a span:nth-child(2) {
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, transparent, #352180);
    animation: btn-anim2 1s linear infinite;
    animation-delay: .25s
}

@keyframes btn-anim2 {
    0% {
        top: -100%;
    }

    50%,100% {
        top: 100%;
    }
}

.modal-footer a span:nth-child(3) {
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg, transparent, #352180);
    animation: btn-anim3 1s linear infinite;
    animation-delay: .5s
}

@keyframes btn-anim3 {
    0% {
        right: -100%;
    }

    50%,100% {
        right: 100%;
    }
}

.modal-footer a span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg, transparent, #352180);
    animation: btn-anim4 1s linear infinite;
    animation-delay: .75s
}

@keyframes btn-anim4 {
    0% {
        bottom: -100%;
    }

    50%,100% {
        bottom: 100%;
    }
}

.modal-content {
    border: 10px solid #1b1438;
}

h5#exampleModalLabel {
    font-size: 25px;
    padding-left: 30%;
    font-weight: bolder;
    font-family: 'Open Sans', sans-serif;
    color: #352180;
}

form#uploderTalepFormu {
    padding: 22px;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
    border-top: 0px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 0 solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-content {
    border-radius: 1.3rem;
}


.urungorselleri a {
    position: relative;
    padding-bottom: 4px;
    margin: 0px;
    transition: .5s;
    border: 4px solid #ededed;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    cursor: pointer;
}

    .urungorselleri a:hover, .urungorselleri a:focus {
        -ms-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.05);
    }

h2.main__title {
    width: 50%;
}


.urundty.btn-close {
    box-sizing: content-box;
    width: 2em;
    height: 2em;
    padding: 0.25em 0.25em;
    color: #fff;
    border: 0;
    border-radius: 0.25rem;
    opacity: 1;
    background:none !important;
    position:absolute;
    right:-15%;
    top: 25px;
}


.urundty.btn-close i {
    color:#fff;
    font-size:35px;
}

@media (max-width: 992px) {

    .about-txt p {
        font-size: 10px;
    }

    .about-txt h2 {
        margin-bottom: 15px;
        text-align: center;
        font-size: 20px;
        letter-spacing: 0.1rem;
        font-weight: bold;
    }

    .about-txt h2::after {
        content: "";
        width: 25%;
        height: 3px;
        background-color: #97b2df;
        margin: 0 auto;
        display: block;
        margin-top: 10px;
    }

    .about-btn {
        display: inline-block;
        font-size: 11px;
        background-color: #97b2df;
        padding: 8px 26px;
        color: white;
        border-top-left-radius: 30px;
        border-bottom-right-radius: 30px;
        position: relative;
        overflow: hidden;
        left: 20%;
        margin-top: 5px !important;
    }

    .urunler-img .row > * {
        flex-shrink: 0;
        width: 50%;
        max-width: 100%;
        padding-right: calc(var(--bs-gutter-x)/ 2);
        padding-left: calc(var(--bs-gutter-x)/ 2);
        margin-top: var(--bs-gutter-y);
    }

    .urunler-img::before {
        content: "";
        width: 100%;
        height: 180%;
        background-color: #301f84;
        margin: -4% auto;
        display: block;
        position: absolute;
        left: 0;
        z-index: -1;
    }

.urunler-img p {
    top: -3%;
    position: relative;
    z-index: 99;
    text-align: center;
    background: #00000005;
    FONT-WEIGHT: BOLD;
    text-shadow: 6px 2px 4px #000;
    color: #f9fafb;
    font-size: 17px;
    margin: -4%;
}

    .urunler-txt {
        color: white;
        font-size: 17px;
        top: 1%;
        position: relative;
        right: 4%;
        text-align: center;
        width: 114%;
    }

    .siparis-form-btn {
        margin: 0 27%;
        padding: 1em;
        cursor: pointer;
        background: #301f84;
        text-decoration: none;
        color: #f0f0f0;
        transition-duration: 0.3s;
        transition-property: transform;
        -webkit-tap-highlight-color: transparent;
        transform: translateZ(0);
        box-shadow: 0 0 1px transparent;
        align-items: center;
        justify-content: center;
        text-align: center;
        border-radius: 60px;
    }

    .siparis-item {
        margin: -2% 0;
        align-items: center;
        text-align: center;
    }

    .urundty.btn-close {
        box-sizing: content-box;
        width: 1em;
        height: 1em;
        padding: 0.25em 0.25em;
        color: #fff;
        border: 0;
        border-radius: 0.25rem;
        opacity: 1;
        background: none !important;
        position: absolute;
        right: -4%;
        top: -3px;
    }

    h5#exampleModalLabel {
        font-size: 25px;
        padding-left: 18%;
        font-weight: bolder;
        font-family: 'Open Sans', sans-serif;
        color: #352180;
    }
}

.urunler-img img:hover, .urunler-img img:focus {
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.04);
}
