@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Sora:wght@100;200;300;400;500;600;700&amp;display=swap);



@font-face {
    font-family: 'wellopia';
    src: url('/assets/fonts/wellopia.eot?81740109');
    src: url('/assets/fonts/wellopia.eot?81740109#iefix') format('embedded-opentype'),
        url('/assets/fonts/wellopia.woff?81740109') format('woff'),
        url('/assets/fonts/wellopia.ttf?81740109') format('truetype'),
        url('/assets/fonts/wellopia.svg?81740109#wellopia') format('svg');
    font-weight: normal;
    font-style: normal;
}

.icon {
    font-family: "wellopia";
    font-style: normal;
    font-weight: normal;
    speak: never;

    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */

    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;

    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;

    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;

    /* You can be more comfortable with increased icons size */
    /* font-size: 120%; */

    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.bg-image,
.bg-image-3d,
.btn-rare,
.field-list>li {
    position: relative
}

.btn-rare,
.item,
.reference-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.header-link-sub,
.tooltip {
    opacity: 0;
    pointer-events: none
}

@tailwind base;
@tailwind components;
@tailwind utilities;

:root {
    --primary-color: #e76b26;
    --primary-color-light: #ee8121;
    --secondary-color: #f5f5f5;

    --turkuaz: #14c6b5;
    --turkuaz-acik: #17e1cd;
    --turkuaz-koyu: #0c7570;

    --sari: #f4aa27;
    --sari-acik: #f0b143;
    --sari-koyu: #f0a21a;

    --turuncu: #e76b26;
    --turuncu-acik: #ee8121;
    --turuncu-koyu: #e45e27;
}

*,
::after,
::before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

* {
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: #e4e4e4 transparent
}

:focus {
    outline: 0
}

::-webkit-scrollbar {
    width: 3px;
    height: 3px
}

@media only screen and (min-width:1280px) {
    ::-webkit-scrollbar {
        height: 8px
    }
}

::-webkit-scrollbar-track {
    background: 0 0
}

::-webkit-scrollbar-thumb {
    background-color: #e4e4e4;
    border-radius: 4px;
    border: 4px solid transparent
}

.btn-rare,
.field-list>li::after {
    background: black;
}

:hover::-webkit-scrollbar-thumb {
    background-color: #545454
}

body::-webkit-scrollbar {
    width: 7px;
    height: 0
}

body::-webkit-scrollbar-thumb {
    background-color: #545454;
    border-radius: 4px;
    border: 4px solid transparent
}

html {
    font-size: 62.5%
}

@media only screen and (max-width:1536px) {
    html {
        font-size: 56.25%
    }
}

@media only screen and (max-width:1350px) {
    html {
        font-size: 50%
    }
}

ul {
    list-style: none
}

::-moz-selection {
    background-color: var(--primary-color);
    color: #fff
}

::selection {
    background-color: var(--primary-color);
    color: #fff
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

body {
    font-family: Sora, sans-serif
}

.containerLarge,
.containerSmall {
    width: min(100% - 2rem);
    margin-inline: auto
}

@media (min-width:640px) {

    .containerLarge,
    .containerSmall {
        width: min(100% - 2rem, 640px);
        margin-inline: auto
    }
}

@media (min-width:768px) {
    .containerLarge {
        width: min(100% - 2rem, 768px);
        margin-inline: auto
    }
}

@media (min-width:1024px) {
    .containerLarge {
        width: min(100% - 2rem, 1024px);
        margin-inline: auto
    }
}

@media (min-width:1280px) {
    .containerLarge {
        width: min(100% - 2rem, 1280px);
        margin-inline: auto
    }
}

@media (min-width:1700px) {
    .containerLarge {
        width: min(100% - 2rem, 1700px);
        margin-inline: auto
    }
}

@media (min-width:768px) {
    .containerSmall {
        width: min(100% - 2rem, 768px);
        margin-inline: auto
    }
}

@media (min-width:1024px) {
    .containerSmall {
        width: min(100% - 2rem, 900px);
        margin-inline: auto
    }
}

.containerXSmall {
    width: min(100% - 2rem, 480px);
    margin-inline: auto
}

@media only screen and (max-width:480px) {
    .containerXSmall {
        width: min(100% - 2rem);
        margin-inline: auto
    }
}

.flexCenter {
    @apply flex items-center justify-center;
}

.prefix-shadow,
.shadowRare {
    -webkit-box-shadow: rgba(60, 64, 67, .3) 0 1px 2px 0, rgba(60, 64, 67, .15) 0 1px 3px 1px;
    box-shadow: rgba(60, 64, 67, .3) 0 1px 2px 0, rgba(60, 64, 67, .15) 0 1px 3px 1px
}

.border-rare {
    -o-border-image: -o-linear-gradient(left, transparent, var(--primary-color), transparent) 1;
    border-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(var(--primary-color)), to(transparent)) 1;
    border-image: linear-gradient(to right, transparent, var(--primary-color), transparent) 1
}

.bg-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(237, 126, 73, .3);
    z-index: 1;
    border-radius: 3rem
}

.field-list>li::after {
    content: "";
    position: absolute;
    left: -1.5rem;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: .75rem;
    height: .75rem;
    border-radius: 50%
}

#hour-select,
#seance-select {
    color: #6b7280
}

.rareInput {
    -webkit-box-shadow: rgba(60, 64, 67, .3) 0 1px 2px 0, rgba(60, 64, 67, .15) 0 1px 3px 1px;
    box-shadow: rgba(60, 64, 67, .3) 0 1px 2px 0, rgba(60, 64, 67, .15) 0 1px 3px 1px;
    border-bottom: 3px solid transparent
}

@supports (-webkit-touch-callout:none) {
    .rareInput {
        border: 1px solid #d5d5d5 !important
    }
}

.rareInput::-webkit-input-placeholder {
    color: #6b7280
}

.rareInput:focus {
    border-bottom: 3px solid var(--primary-color);
    outline: 0
}

.btn-rare {
    color: #fff;
    padding: 15px;
    margin: 10px;
    border-radius: 10px;
    width: 150px;
    height: 50px;
    font-size: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
    cursor: pointer;
    -webkit-transition: .2s cubic-bezier(.68, -.55, .265, 1.55);
    -o-transition: .2s cubic-bezier(.68, -.55, .265, 1.55);
    transition: .2s cubic-bezier(.68, -.55, .265, 1.55)
}

.item,
.tooltip {
    background: #fff
}

.item,
.section-swiper .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox
}

.tooltip {
    position: absolute;
    top: 0;
    font-size: 14px;
    color: #fff;
    padding: 5px 8px;
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
    -webkit-transition: .3s cubic-bezier(.68, -.55, .265, 1.55);
    -o-transition: .3s cubic-bezier(.68, -.55, .265, 1.55);
    transition: .3s cubic-bezier(.68, -.55, .265, 1.55)
}

.tooltip::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background: #fff;
    bottom: -3px;
    left: 50%;
    -webkit-transform: translate(-50%) rotate(45deg);
    -ms-transform: translate(-50%) rotate(45deg);
    transform: translate(-50%) rotate(45deg);
    -webkit-transition: .3s cubic-bezier(.68, -.55, .265, 1.55);
    -o-transition: .3s cubic-bezier(.68, -.55, .265, 1.55);
    transition: .3s cubic-bezier(.68, -.55, .265, 1.55)
}

.btn-rare:hover .tooltip {
    top: -45px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

.btn-rare:hover,
.btn-rare:hover .tooltip,
.btn-rare:hover .tooltip::before {
    background: var(--primary-color);
    color: #fff
}

.container-carousel {
    margin: 0 auto;
    width: 300px;
    height: 200px;
    position: relative;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.carousel,
.item {
    position: absolute
}

.carousel {
    height: 100%;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: -webkit-transform 1s;
    transition: transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s
}

.carousel div {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.item {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
    width: 300px;
    height: 200px;
    border-radius: 3rem;
    -webkit-transition: -webkit-transform 1s;
    transition: transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    padding: 3rem;
    -webkit-box-shadow: rgba(60, 64, 67, .3) 0 1px 2px 0, rgba(60, 64, 67, .15) 0 2px 6px 2px;
    box-shadow: rgba(60, 64, 67, .3) 0 1px 2px 0, rgba(60, 64, 67, .15) 0 2px 6px 2px
}

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

    .container-carousel,
    .item {
        width: 250px
    }
}

.bg-image-3d::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(237, 126, 73, .8)), to(rgba(237, 126, 73, .5)));
    background-image: -o-linear-gradient(left top, rgba(237, 126, 73, .8), rgba(237, 126, 73, .5));
    background-image: linear-gradient(to right bottom, rgba(237, 126, 73, .8), rgba(237, 126, 73, .5));
    /* background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(237, 126, 73, .8)), to(rgba(237, 126, 73, .5))), url(/assets/img/3dSection.jpeg);
    background-image: -o-linear-gradient(left top, rgba(237, 126, 73, .8), rgba(237, 126, 73, .5)), url(/assets/img/3dSection.jpeg);
    background-image: linear-gradient(to right bottom, rgba(237, 126, 73, .8), rgba(237, 126, 73, .5)), url(/assets/img/3dSection.jpeg); */
    z-index: -1
}

.section-swiper {
    width: 100%;
    height: auto
}

.section-swiper .swiper-button-next:after,
.section-swiper .swiper-button-prev:after {
    display: none
}

.section-swiper .swiper-slide {
    text-align: center;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main-content-swiper .swiper-pagination-bullet,
.section-swiper .swiper-pagination-bullet {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(120, 120, 120, .4);
    -webkit-box-shadow: rgba(60, 64, 67, .3) 0 1px 2px 0, rgba(60, 64, 67, .15) 0 2px 6px 2px;
    box-shadow: rgba(60, 64, 67, .3) 0 1px 2px 0, rgba(60, 64, 67, .15) 0 2px 6px 2px
}

.main-content-swiper .swiper-pagination-bullet-active,
.section-swiper .swiper-pagination-bullet-active {
    color: #fff;
    background: #fff
}

.main-content-swiper {
    width: 100%;
    height: 780px
}

.main-content-swiper .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main-content-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.testimonialsSwiper,
.useSlider {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px
}

.testimonialsSwiper .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 300px;
    border-radius: 3rem
}

.testimonialsSwiper .swiper-pagination-bullet,
.useSlider .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(120, 120, 120, .4);
    -webkit-box-shadow: rgba(60, 64, 67, .3) 0 1px 2px 0, rgba(60, 64, 67, .15) 0 2px 6px 2px;
    box-shadow: rgba(60, 64, 67, .3) 0 1px 2px 0, rgba(60, 64, 67, .15) 0 2px 6px 2px
}

.testimonialsSwiper .swiper-pagination-bullet-active,
.useSlider .swiper-pagination-bullet-active {
    color: #fff;
    background: var(--primary-color)
}

.reference-slider {
    overflow: hidden;
    position: relative
}

.reference-slider__track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    -webkit-animation: 30s linear infinite scroll;
    animation: 30s linear infinite scroll;
    width: 4800px
}

.accordion-item-header,
.reference-box {
    display: -webkit-box;
    display: -ms-flexbox
}

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(-1200px);
        transform: translateX(-1200px)
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(-1200px);
        transform: translateX(-1200px)
    }
}

.reference-box {
    width: 250px;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width:768px) {
    .main-content-swiper {
        height: 750px
    }

    .reference-slider__track {
        -webkit-animation: 40s linear infinite scroll;
        animation: 40s linear infinite scroll
    }

    .reference-box {
        width: 150px
    }
}

.reference-box__image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 8px
}

.accordion-item {
    background-color: #fff;
    color: #111;
    border-radius: 2rem;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25)
}

.accordion-item-header,
.blogDetailSlider .swiper-pagination-bullet-active {
    background-color: var(--primary-color)
}

.accordion-item-header {
    padding: 1.5rem 3rem 1.5rem 1rem;
    min-height: 3.5rem;
    font-weight: 700;
    display: flex;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 2rem;
    position: relative;
    cursor: pointer
}

.accordion-item-header::after {
    content: "+";
    font-size: 3rem;
    position: absolute;
    right: 1rem
}

.accordion-item-header.active::after {
    content: "−"
}

.accordion-item-body {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .2s ease-out;
    -o-transition: max-height .2s ease-out;
    transition: max-height .2s ease-out
}

.accordion-item-body-content {
    padding: 2rem 2rem 2rem 1rem;
    border-top: 1px solid;
    -o-border-image: -o-linear-gradient(left, transparent, var(--primary-color), transparent) 1;
    border-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(var(--primary-color)), to(transparent)) 1;
    border-image: linear-gradient(to right, transparent, var(--primary-color), transparent) 1
}

.useSlider .swiper-wrapper {
    padding-bottom: 3rem
}

.latest-posts {
    border-top: 1px solid
}

.blogDetailSlider {
    width: 100%;
    height: 100%;
    padding-bottom: 5rem !important
}

.blogDetailSlider .swiper-pagination {
    top: 18rem
}

.ui-checkbox>input {
    --primary-color: #ec5b15;
    --secondary-color: #fff;
    --primary-hover-color: #ec5b15;
    --checkbox-diameter: 18px;
    --checkbox-border-radius: 3px;
    --checkbox-border-color: #ec5b15;
    --checkbox-border-width: 2px;
    --checkbox-border-style: solid;
    --checkmark-size: 1.2;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    aspect-ratio: 1;
    width: var(--checkbox-diameter);
    height: var(--checkbox-diameter);
    border-radius: var(--checkbox-border-radius);
    background: #fff;
    border: var(--checkbox-border-width) var(--checkbox-border-style) #ec5b15;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer;
    position: relative
}

.ui-checkbox>input,
.ui-checkbox>input *,
.ui-checkbox>input ::after,
.ui-checkbox>input ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.ui-checkbox>input::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-box-shadow: 0 0 0 calc(var(--checkbox-diameter)/ 1.7) #ec5b15;
    box-shadow: 0 0 0 calc(var(--checkbox-diameter)/ 1.7) #ec5b15;
    border-radius: inherit;
    opacity: 0;
    -webkit-transition: .5s cubic-bezier(.12, .4, .29, 1.46);
    -o-transition: .5s cubic-bezier(.12, .4, .29, 1.46);
    transition: .5s cubic-bezier(.12, .4, .29, 1.46)
}

.ui-checkbox>input::before {
    top: 40%;
    left: 50%;
    content: "";
    position: absolute;
    width: 5px;
    height: 8px;
    border-right: 2px solid var(--secondary-color);
    border-bottom: 2px solid var(--secondary-color);
    -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0);
    -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0);
    transform: translate(-50%, -50%) rotate(45deg) scale(0);
    opacity: 0;
    -webkit-transition: .1s cubic-bezier(.71, -.46, .88, .6), opacity .1s;
    -o-transition: .1s cubic-bezier(.71, -.46, .88, .6), opacity .1s;
    transition: .1s cubic-bezier(.71, -.46, .88, .6), opacity .1s
}

.ui-checkbox>input:hover {
    border-color: #ec5b15
}

.ui-checkbox>input:checked {
    background: #ec5b15;
    border-color: transparent
}

.ui-checkbox>input:checked::before {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
    -ms-transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
    transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
    -webkit-transition: .2s cubic-bezier(.12, .4, .29, 1.46) .1s;
    -o-transition: .2s cubic-bezier(.12, .4, .29, 1.46) .1s;
    transition: .2s cubic-bezier(.12, .4, .29, 1.46) .1s
}

.ui-checkbox>input:active:not(:checked)::after {
    -webkit-transition: none;
    -o-transition: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    transition: none;
    opacity: 1
}

.ui-checkbox-b>input {
    --primary-color: #14c6b5;
    --secondary-color: #fff;
    --primary-hover-color: #14c6b5;
    --checkbox-diameter: 18px;
    --checkbox-border-radius: 3px;
    --checkbox-border-color: #14c6b5;
    --checkbox-border-width: 2px;
    --checkbox-border-style: solid;
    --checkmark-size: 1.2;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    aspect-ratio: 1;
    width: var(--checkbox-diameter);
    height: var(--checkbox-diameter);
    border-radius: var(--checkbox-border-radius);
    background: #fff;
    border: var(--checkbox-border-width) var(--checkbox-border-style) #14c6b5;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer;
    position: relative
}

.ui-checkbox-b>input,
.ui-checkbox-b>input *,
.ui-checkbox-b>input ::after,
.ui-checkbox-b>input ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.ui-checkbox-b>input::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-box-shadow: 0 0 0 calc(var(--checkbox-diameter)/ 1.7) #14c6b5;
    box-shadow: 0 0 0 calc(var(--checkbox-diameter)/ 1.7) #14c6b5;
    border-radius: inherit;
    opacity: 0;
    -webkit-transition: .5s cubic-bezier(.12, .4, .29, 1.46);
    -o-transition: .5s cubic-bezier(.12, .4, .29, 1.46);
    transition: .5s cubic-bezier(.12, .4, .29, 1.46)
}

.ui-checkbox-b>input::before {
    top: 40%;
    left: 50%;
    content: "";
    position: absolute;
    width: 5px;
    height: 8px;
    border-right: 2px solid var(--secondary-color);
    border-bottom: 2px solid var(--secondary-color);
    -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0);
    -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0);
    transform: translate(-50%, -50%) rotate(45deg) scale(0);
    opacity: 0;
    -webkit-transition: .1s cubic-bezier(.71, -.46, .88, .6), opacity .1s;
    -o-transition: .1s cubic-bezier(.71, -.46, .88, .6), opacity .1s;
    transition: .1s cubic-bezier(.71, -.46, .88, .6), opacity .1s
}

.ui-checkbox-b>input:hover {
    border-color: #14c6b5
}

.ui-checkbox-b>input:checked {
    background: #14c6b5;
    border-color: transparent
}

.ui-checkbox-b>input:checked::before {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
    -ms-transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
    transform: translate(-50%, -50%) rotate(45deg) scale(var(--checkmark-size));
    -webkit-transition: .2s cubic-bezier(.12, .4, .29, 1.46) .1s;
    -o-transition: .2s cubic-bezier(.12, .4, .29, 1.46) .1s;
    transition: .2s cubic-bezier(.12, .4, .29, 1.46) .1s
}

.ui-checkbox-b>input:active:not(:checked)::after {
    -webkit-transition: none;
    -o-transition: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    transition: none;
    opacity: 1
}

.header-link-sub {
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    min-height: 10rem;
    visibility: hidden;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    padding: 1.6rem 0
}

.header-link-sub.link-sub-scroll {
    top: 6rem
}

.header-item-animate {
    border: none;
    background: 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    gap: .5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (min-width:1024px) {
    .header-item-animate:hover .header-link-sub {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        pointer-events: all
    }
}

.header-link-sub.sub-active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    pointer-events: all
}

.renkli-arkaplan {
    background: linear-gradient(360deg, #ec5b15, #dc6e26, #f4aa27, #89a174, #14c6b5);
    padding: 4px;
}

.renkli-cerceve-1 {
    position: relative;
    border: 1px solid transparent;
    border-radius: 8px;
    background-origin: border-box;
    background-clip: padding-box, border-box;
    background-image:
        linear-gradient(white, white),
        /* İç kısım beyaz */
        linear-gradient(360deg, #ec5b15, #dc6e26, #f4aa27, #89a174, #14c6b5);
    /* Dış çerçeve renkli */
}

.renkli-cerceve-4 {
    position: relative;
    border: 4px solid transparent;
    border-radius: 8px;
    background-origin: border-box;
    background-clip: padding-box, border-box;
    background-image:
        linear-gradient(white, white),
        /* İç kısım beyaz */
        linear-gradient(360deg, #ec5b15, #dc6e26, #f4aa27, #89a174, #14c6b5);
    /* Dış çerçeve renkli */
}

.renkli-yazi {
    background: linear-gradient(60deg, #ec5b15, #dc6e26, #f4aa27, #89a174, #14c6b5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

button:hover {
    filter: brightness(1.1);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.15);
}

button:active {
    transform: scale(0.95);
    filter: brightness(1.2);
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
}

.customButtonEffect:hover {
    filter: brightness(1.1);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.15);
}

.customButtonEffect:active {
    transform: scale(0.95);
    filter: brightness(1.2);
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
}

.customButtonEffect2:hover {
    filter: brightness(1.1);
}

.customButtonEffect2:active {
    transform: scale(0.95);
    filter: brightness(1.2);
}