﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.card-list{
    list-style: none; 
    width: 500px;
}

.card-item {
    height: 300px;
    width: 100px;
    user-select: none;
}

    .card-item:hover {
        box-shadow: 5px 5px;
    }

    /*.card-item:before {
        content: "";
        height: 55.5555%;
        width: 100%;
        background-color: #222e59;
        display: block;
        bottom: 0;
        left: 0;
    }*/


.card-wrapper{
    max-width: 500px;
}
.card-list .card-item .card-link {
    padding: 18px;
}

.card-list .card-item .card-image{
}


.my-title {
    font-size: xx-large;
    margin: 40px 0px 20px 128px;
    opacity:1;
    animation: slide-in-blurred-right 0.5s ease 0s 1 normal none;
}

.anim-text {
    opacity: 1;
    animation: slide-in-blurred-left 0.5s ease 0s 1 normal none;
}

@keyframes slide-in-blurred-right {

    0% {
        transform: translateX(500px) scaleX(1) scaleY(1);
        transform-origin: 0% 50%;
        filter: blur(40px);
        opacity: 0;
    }

    100% {
        transform: translateX(0) scaleY(1) scaleX(1);
        transform-origin: 50% 50%;
        filter: blur(0);
        opacity: 1;
    }
}

@keyframes slide-in-blurred-left {

    0% {
        transform: translateX(-500px) scaleX(1) scaleY(1);
        transform-origin: 0% 50%;
        filter: blur(40px);
        opacity: 0;
    }

    100% {
        transform: translateX(0) scaleY(1) scaleX(1);
        transform-origin: 50% 50%;
        filter: blur(0);
        opacity: 1;
    }
}


.teststyle {
    flex-grow: 0.1;
}

.bananpizza {
    text-transform: none;
    
}

.app-bar{height : 7vh;}

.custom-hover:hover {
    color: rgb(106, 106, 106) !important
}

.iletisim-title {
    font-size: x-large;
    opacity: 1;
    animation: slide-in-blurred-right 0.5s ease 0s 1 normal none;
}

.iletisim-text {
    opacity: 1;
    animation: slide-in-blurred-right 0.5s ease 0s 1 normal none;
}

.card-hover:hover {
    cursor: pointer;
    box-shadow: 2px 2px 15px 5px rgba(0,0,0, 0.4);
}

.parralax-title {
    text-transform: none;
    /*    -webkit-text-stroke-width: 2px;*/
    opacity: .9;
    font-size: 45px;
    font-weight: 700;
    line-height: 1;
    color: white;
    animation: parralax-title linear;
    animation-timeline: scroll()
}

.referans-logo:hover {
    width: 110%;
}

@keyframes parralax-title {
    to {
        transform: translateY(100px);
    }
}

.table-zebra-cell {
    background-color: black;
    color:white !important;
}

.table-zebra-cell-2 {
    background-color: #d9d9d9;
}
.table-zebra-cell-3 {
    background-color: #b6c8cf;
}

.table-zebra-header {
    background-color: black;
}
.table-zebra-header-2 {
    background-color: #b6c8cf;
}

.margin-top {
    margin-top: 90px !important;
}

.text-detail-title {
    font-weight: 700
}

/* dönen questişon mark*/
.rotate-anim{
    animation: rotate-anim 10s linear 0s infinite
}

@keyframes rotate-anim {
    to {
        transform: rotateY(359deg);
    }
}

.scale-in-ver-top {
    -webkit-animation: scale-in-ver-top 0.4s ease both;
    animation: scale-in-ver-top 0.4s ease both;
    /*background: #cf2b2b;
    background: linear-gradient(358deg, rgba(207, 43, 43, 1) 8%, rgba(182, 50, 24, 1) 68%);*/
    background-color: #cd0c0c
}


@-webkit-keyframes scale-in-ver-top {
    0%

{
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 1;
}

100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 1;
}

}

@keyframes scale-in-ver-top {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
        opacity: 1;
    }

    100% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
        opacity: 1;
    }
}

/* ıletişim formu animasyonları */

.slide-in-blurred-top {
    -webkit-animation: slide-in-blurred-top 0.6s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation: slide-in-blurred-top 0.6s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

@-webkit-keyframes slide-in-blurred-top {
    0% {
        -webkit-transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
        transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
        -webkit-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0) scaleY(1) scaleX(1);
        transform: translateY(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1;
    }
}

@keyframes slide-in-blurred-top {
    0% {
        -webkit-transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
        transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
        -webkit-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0) scaleY(1) scaleX(1);
        transform: translateY(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1;
    }
}

.slide-in-blurred-left-box {
    -webkit-animation: slide-in-blurred-left-box 1s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation: slide-in-blurred-left-box 1s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

@-webkit-keyframes slide-in-blurred-left-box {
    0% {
        -webkit-transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
        transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0) scaleY(1) scaleX(1);
        transform: translateX(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1;
    }
}

@keyframes slide-in-blurred-left-box {
    0% {
        -webkit-transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
        transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0) scaleY(1) scaleX(1);
        transform: translateX(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1;
    }
}

.slide-in-blurred-right-box {
    -webkit-animation: slide-in-blurred-right-box 1s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation: slide-in-blurred-right-box 1s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

@-webkit-keyframes slide-in-blurred-right-box {
    0% {
        -webkit-transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
        transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
        -webkit-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0) scaleY(1) scaleX(1);
        transform: translateX(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1;
    }
}

@keyframes slide-in-blurred-right-box {
    0% {
        -webkit-transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
        transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
        -webkit-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0) scaleY(1) scaleX(1);
        transform: translateX(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1;
    }
}

.slide-in-blurred-bottom-box {
    -webkit-animation: slide-in-blurred-bottom-box 1s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation: slide-in-blurred-bottom-box 1s cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

@-webkit-keyframes slide-in-blurred-bottom-box {
    0% {
        -webkit-transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
        transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0) scaleY(1) scaleX(1);
        transform: translateY(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1;
    }
}

@keyframes slide-in-blurred-bottom-box {
    0% {
        -webkit-transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
        transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0) scaleY(1) scaleX(1);
        transform: translateY(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1;
    }
}

.banner-grad {
    background: #fa3434;
    background: linear-gradient(309deg, rgba(250, 52, 52, 1) 12%, rgba(182, 50, 24, 1) 37%);
}

.dolap-ozellikleri {
    list-style-image: url(../images/bullet-point.png)
}


/* yukarıdan gelen yazılar */
@keyframes fade-in-top {
    0% {
        /*-webkit-transform: translateY(-100px);*/
        transform: translateY(-50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

.fade-in-top-text {
    animation: fade-in-top cubic-bezier(0.390, 0.575, 0.565, 1.000);
    animation-timeline: view(40% 0%);   
}


@keyframes horizontal-scale-in-right {
    0% {
        /*-webkit-transform: translateY(-100px);*/
        transform: translateX(-50px);
        opacity: 0;
    }

    100% {
        /*-webkit-transform: translateY(0);*/
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes horizontal-scale-in-left {
    0% {
        /*-webkit-transform: translateY(-100px);*/
        transform: translateX(50px);
        opacity: 0;
    }

    100% {
        /*-webkit-transform: translateY(0);*/
        transform: translateY(0);
        opacity: 1;
    }
}

.horizontal-scale-in-right {
    animation: horizontal-scale-in-right cubic-bezier(0.390, 0.575, 0.565, 1.000);
    animation-timeline: view(40% 0%);
}

.horizontal-scale-in-left {
    animation: horizontal-scale-in-left cubic-bezier(0.390, 0.575, 0.565, 1.000);
    animation-timeline: view(40% 0%);
}


.color-choices-vertical {
    margin-left: 20px;
    padding-inline: 40px;
    padding-top: 210px;
}

.detail-title {
    display: flex;
    justify-self: center;
    font-size: x-large;
}


.urunlerimiz-title {
    font-size: 75px;
    width: fit-content;
    margin-bottom: 10px;
    margin-inline: 200px;
    color: #cd0c0c;
}

.parralax-title-urunler {
    text-transform: none;
    /*    -webkit-text-stroke-width: 2px;*/
    opacity: 0.9;
    font-weight: 700;
    line-height: 1;
    animation: parralax-title-urunler linear;
    animation-timeline: scroll();
}

@keyframes parralax-title-urunler {
    to {
        transform: translateY(200px);
    }
}

/* typical phone screen resolution */
@media screen and (max-width : 860px) {
    .urunlerimiz-title {
        font-size: 40px;
        width: fit-content;
        margin-bottom: 0px;
        margin-inline: 52px;
    }

    @keyframes parralax-title-urunler-xxs {
        to {
            transform: translateY(0px);
        }
    }

    .parralax-title-urunler {
        animation: parralax-title-urunler-xxs linear;
        animation-timeline: scroll();
    }
}



.ref-title {
    font-size: 75px;
    width: fit-content;
    margin-bottom: 150px;
    margin-inline: 200px;
    color: #cd0c0c;
}


.parralax-title-ref {
    text-transform: none;
    /*    -webkit-text-stroke-width: 2px;*/
    opacity: .8;
    font-weight: 700;
    line-height: 1;
    animation: parralax-title-ref linear;
    animation-timeline: scroll()
}

@keyframes parralax-title-ref {
    to {
        transform: translateY(50px);
    }
}

/* typical phone screen resolution */
@media screen and (max-width : 860px) {
    .ref-title {
        font-size: 40px;
        width: fit-content;
        margin-bottom: 20px;
        margin-inline: 52px;
    }

    @keyframes parralax-title-ref-xxs {
        to {
            transform: translateY(0px);
        }
    }

    .parralax-title-ref {
        animation: parralax-title-ref-xxs linear;
        animation-timeline: scroll();
    }
}


.certificate-title {
    font-size: 75px;
    width: fit-content;
    margin-top: 100px;
    margin-bottom: 200px;
    margin-inline: 200px;
    color: #cd0c0c;
}


.parralax-title-certificate {
    text-transform: none;
    /*    -webkit-text-stroke-width: 2px;*/
    opacity: .8;
    font-weight: 700;
    line-height: 1;
    animation: parralax-title-certificate linear;
    animation-timeline: scroll()
}

@keyframes parralax-title-certificate {
    to {
        transform: translateY(100px);
    }
}

/* typical phone screen resolution */
@media screen and (max-width : 860px) {
    .certificate-title {
        font-size: 40px;
        width: fit-content;
        margin-bottom: 10px;
        margin-inline: 52px;
    }

    @keyframes parralax-title-certificate-xxs {
        to {
            transform: translateY(0px);
        }
    }

    .parralax-title-certificate {
        animation: parralax-title-certificate-xxs linear;
        animation-timeline: scroll();
    }
}


.fire-material-coding-text {
    font-weight: 700;
    color: #cd0c0c;
}

.circle {
    height: 24px;
    width: 24px;
    border-radius: 24px;
    background-color: black;
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 99999999; /* so that it stays on top of all other elements */
}

/* Burası mobile göre küçülmenin ayarlandığı yer */

@media (max-width: 1430px) {
    .desktop-nav {
        display: none !important;
    }

    .mobile-menu-btn {
        display: flex !important;
    }

    .desktop-object {
        display: none !important;
    }
}

@media (min-width: 1431px) {
    .desktop-nav {
        display: flex !important;
    }

    .mobile-menu-btn {
        display: none !important;
    }

    .desktop-object {
        display: unset !important;
    }
}

/* Drawer in renkleri */

.custom-drawer {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    background-color: whitesmoke;
}