html.lenis {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-scrolling iframe {
    pointer-events: none;
}


.gray {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

/* width */
::-webkit-scrollbar {
    width: 6px;
    height: 3px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f138;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 25px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}


a {
    text-decoration: none;
    display: inline-block
}

ul {
    padding: 0;
    margin: 0
}

html {
    scroll-behavior: smooth
}

.col-sm-visible {
    display: none
}

.pos-sticky {
    position: sticky
}

.windowh {
    height: 100vh
}

.radius {
    border-radius: 60px
}

.ratio {
    aspect-ratio: 1 / 1
}

body {
    background-color: var(--bodyBg);
    position: relative;
    width: 100%;
    overflow-x: hidden;
    font-family: 'Roboto', serif;
}

.triangle {
    width: 0;
    height: 0;
    border-right: 0 solid transparent;
    border-left: 70px solid transparent;
    border-top: 70px solid #141d38
}

.logo img {
    width: 100px;
}

.stickyOn .logo img {
    width: 80px;
}

.stickyOn .logo .stckyoff {
    display: none;
}

.logo .sticky {
    display: none;
}

.stickyOn .logo .sticky {
    display: block;
}

@media screen and (max-width:992px) {
    .col-sm-visible {
        display: inline-block !important
    }
}

@media screen and (max-width:1440px) {
    body {
        zoom: 85%;
    }
}

@media screen and (max-width:992px) {
    body {
        zoom: 100%;
    }

    .col-sm-zoom90 {
        zoom: 90%
    }

    .col-sm-hidden {
        display: none !important
    }

    .col-sm-mha {
        min-height: auto !important
    }

    .col-sm-pos-sticky {
        position: sticky !important
    }

    .col-sm-wrap {
        white-space: normal !important
    }

    .col-sm-zoom75 {
        zoom: 75%
    }
}

.center-w {
    display: table;
    width: initial;
    margin: auto
}

.center-h {
    align-items: center;
    display: flex
}

.center-content {
    width: 100%
}

.nowrap {
    white-space: nowrap
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.ellipsis2 {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.ellipsis3 {
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

@media screen and (max-width:992px) {
    main {
        width: auto !important
    }

    .col-sm-center-h {
        display: flex;
        align-items: center
    }

    .col-sm-center-w {
        display: table;
        width: initial;
        margin: auto;
        float: none !important
    }

    .col-sm-whitesmoke {
        background-color: whitesmoke
    }

    .col-sm-ellipsis2 {
        display: -webkit-box !important;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden
    }

    .col-sm-ellipsis5 {
        display: -webkit-box !important;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden
    }

    .col-sm-ellipsis {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .col-sm-back-none {
        background-color: transparent !important
    }
}

main {
    position: relative;
    transition: .5s;
}

#soft {
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
}

.soft-slower2 {
    -webkit-transition: all 0.9s ease-in;
    -moz-transition: all 0.9s ease-out;
    -o-transition: all 0.9s ease-out;
    -ms-transition: all 0.9s ease-out;
    transition: all 0.9s ease-out
}

.soft-slow2 {
    -webkit-transition: all 0.33s ease-in;
    -moz-transition: all 0.33s ease-out;
    -o-transition: all 0.33s ease-out;
    -ms-transition: all 0.33s ease-out;
    transition: all 0.33s ease-out
}

.soft-slow3 {
    -webkit-transition: all 3s ease-in;
    -moz-transition: all 3s ease-out;
    -o-transition: all 3s ease-out;
    -ms-transition: all 3s ease-out;
    transition: all 3s ease-out
}

.headercontent.pos-sticky {
    position: sticky !important
}

.pos-sticky {
    position: sticky !important
}

.op-hover:hover {
    opacity: 1 !important
}

@media screen and (max-width:992px) {
    .col-sm-back-none {
        background: none !important
    }

    .member-actions .active {
        background-color: transparent !important
    }

    .member-actions .active i {
        color: #ef7720 !important;
        opacity: 1 !important
    }
}

@media screen and (max-width:768px) {
    .col-xs-back-none {
        background: none !important
    }

    .col-xs-colored {
        color: rgba(48, 48, 48, 1) !important
    }

    .col-xs-colored-bg {
        background-color: rgba(48, 48, 48, 1) !important
    }
}

.navbar {
    background-color: transparent !important;
    border: 0px !important
}

.navbar-default {
    background-color: none !important;
    border: 0px !important
}

.navbar-default .navbar-form {
    display: none
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background: none
}

.drop {
    position: relative
}

.drop .sub {
    height: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    left: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}

a {
    text-decoration: none !important
}

ul {
    padding: none !important;
    list-style: none !important
}

.parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.lora {
    font-family: 'Lora', serif;
}

.fw1 {
    font-weight: 100 !important
}

.fw2 {
    font-weight: 200 !important
}

.fw3 {
    font-weight: 300 !important
}

.fw4 {
    font-weight: 400 !important
}

.fw5 {
    font-weight: 500 !important
}

.fw6 {
    font-weight: 600 !important
}

.fw7 {
    font-weight: 700 !important
}

.fw8 {
    font-weight: 800 !important
}

.fw9 {
    font-weight: 900 !important
}

@media screen and (max-width:992px) {
    .col-sm-fw1 {
        font-weight: 100 !important
    }

    .col-sm-fw2 {
        font-weight: 200 !important
    }

    .col-sm-fw3 {
        font-weight: 300 !important
    }

    .col-sm-fw4 {
        font-weight: 400 !important
    }

    .col-sm-fw5 {
        font-weight: 500 !important
    }

    .col-sm-fw6 {
        font-weight: 600 !important
    }

    .col-sm-fw7 {
        font-weight: 700 !important
    }

    .col-sm-fw8 {
        font-weight: 800 !important
    }

    .col-sm-fw9 {
        font-weight: 900 !important
    }
}

@media screen and (max-width:768px) {
    .col-xs-fw1 {
        font-weight: 100 !important
    }

    .col-xs-fw2 {
        font-weight: 200 !important
    }

    .col-xs-fw3 {
        font-weight: 300 !important
    }

    .col-xs-fw4 {
        font-weight: 400 !important
    }

    .col-xs-fw5 {
        font-weight: 500 !important
    }

    .col-xs-fw6 {
        font-weight: 600 !important
    }

    .col-xs-fw7 {
        font-weight: 700 !important
    }

    .col-xs-fw8 {
        font-weight: 800 !important
    }

    .col-xs-fw9 {
        font-weight: 900 !important
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes myOrbit {
    from {
        -webkit-transform: rotate(0) translateX(10px) rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg) translateX(10px) rotate(-360deg)
    }
}

@-moz-keyframes myOrbit {
    from {
        -moz-transform: rotate(0) translateX(10px) rotate(0)
    }

    to {
        -moz-transform: rotate(360deg) translateX(10px) rotate(-360deg)
    }
}

@-o-keyframes myOrbit {
    from {
        -o-transform: rotate(0) translateX(10px) rotate(0)
    }

    to {
        -o-transform: rotate(360deg) translateX(10px) rotate(-360deg)
    }
}

@keyframes myOrbit {
    from {
        transform: rotate(0) translateX(10px) rotate(0)
    }

    to {
        transform: rotate(360deg) translateX(10px) rotate(-360deg)
    }
}

.rtanimate {
    -webkit-animation: myOrbit 8s linear infinite;
    -moz-animation: myOrbit 8s linear infinite;
    -o-animation: myOrbit 8s linear infinite;
    animation: myOrbit 8s linear infinite
}

.rtanimate2 {
    -webkit-animation: myOrbit 13s linear infinite;
    -moz-animation: myOrbit 13s linear infinite;
    -o-animation: myOrbit13s linear infinite;
    animation: myOrbit 13s linear infinite
}

.rtanimate3 {
    -webkit-animation: myOrbit 20s linear infinite;
    -moz-animation: myOrbit 20s linear infinite;
    -o-animation: myOrbit20s linear infinite;
    animation: myOrbit 20s linear infinite
}

.rtanimate4 {
    -webkit-animation: myOrbit 10s linear infinite;
    -moz-animation: myOrbit 10s linear infinite;
    -o-animation: myOrbit10s linear infinite;
    animation: myOrbit 10s linear infinite
}

.starFlash {
    animation: starFlash 3s linear infinite
}

.starFlashSlow {
    animation: starFlash 7s linear infinite
}

.starFlashFast {
    animation: starFlash 2s linear infinite
}

@keyframes starFlash {

    0%,
    19.999%,
    22%,
    62.999%,
    64%,
    64.999%,
    70%,
    100% {
        //text-shadow:none;
        opacity: .99
    }

    20%,
    21.999%,
    63%,
    63.999%,
    65%,
    69.999% {
        opacity: .4
    }
}

@media screen and (max-width:1600px) {
    body#cars .moon {
        height: 20vh
    }

    body#cars .moon {
        bottom: -20vh
    }
}

@media screen and (max-width:992px) {
    body#cars .moon {
        height: 9vh;
        left: 43%;
    }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.blink {
    animation: blinker 1s linear infinite
}

@keyframes blinker {
    50% {
        opacity: 0
    }
}

.pageEnd {
    color: #fff;
    font-size: 10px;
    background-color: rgb(0 0 0 / 33%);
    padding: 7px 0px;
}

.pageEnd img {
    height: 13px;
    width: auto
}

.pageEnd span {
    opacity: .5;
    line-height: 18px;
    display: inline-block;
    margin-right: 5px
}

.sl-overlay {
    backdrop-filter: blur(5.9px) !important;
    -webkit-backdrop-filter: blur(5.9px) !important;
    background-color: #01010187 !important;
    opacity: 1 !important;
}

.sl-wrapper .sl-navigation button.sl-next,
.sl-wrapper .sl-navigation button.sl-prev {
    color: #fff
}

.owl-theme .owl-dots .owl-dot span {
    height: 1px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    opacity: 1 !important;
    background-color: var(--secondaryColor)
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 45%;
    font-size: 18px;
    border: none !important;
    opacity: .8;
    transition: .3s;
}

.owl-prev:hover,
.owl-next:hover {
    opacity: 1;
}

.owl-prev span,
.owl-next span {
    font-size: 30px;
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: var(--primaryColor);
    color: white;
    border-radius: var(--radius);
    border: none !important;
}

.owl-prev {
    left: -65px;
}

.owl-next {
    right: -65px;
}

#closeToggle {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 49;
    display: none;
}

.sideOn {
    /*
    transform: scale(.95);
    margin-top: -10%;
    */
}

@keyframes shake {

    10%,
    90% {
        transform: translate3d(-1px, 0, 0)
    }

    20%,
    80% {
        transform: translate3d(2px, 0, 0)
    }

    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0)
    }

    40%,
    60% {
        transform: translate3d(4px, 0, 0)
    }
}

.breadCrumbs {
    padding-top: 20px;
    padding-bottom: 55px;
    position: relative;
}

.breadCrumbs:after {
    content: "";
    width: 100%;
    height: 75px;
    position: absolute;
    background-image: url(../img/shadow.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: .1;
    top: 0px;
}

#blog .breadCrumbs {
    padding-bottom: 0px;
}

#blog .breadCrumbs:after {
    top: 41px;
}

.dark-mode .breadCrumbs:after {
    background-image: url(../img/shadowWhite.webp);
}

.breadCrumbs ul {
    display: flex;
    font-size: 14px;
    max-width: 100%;
    overflow-x: auto;
    padding-bottom: 17px;
}

.breadCrumbs li {
    margin-right: 15px;
    position: relative;
    z-index: 15;
}

.breadCrumbs li:first-child a:before {
    font-family: 'default' !important;
    content: "\e971";
    margin-right: 5px;
    opacity: .8;
}

.breadCrumbs li a:after {
    font-family: 'default' !important;
    content: "\e967";
    margin-right: 5px;
    opacity: .8;
    font-size: 9px;
    margin-left: 7px;
    margin-right: 0px;
    display: inline-block;
}

.breadCrumbs li:last-child a:after {
    transform: rotate(90deg);
}

.breadCrumbs li a {
    color: var(--textColor);
    white-space: nowrap;
}

#blog .breadCrumbs li a {
    color: var(--textColor);
    white-space: nowrap;
    line-height: 16px;
    display: inline-block;
}

.breadCrumbs li:last-child a {
    color: var(--primaryColor);
}

.dark-mode .breadCrumbs li:last-child a {
    color: var(--primaryColorHover);
}

.breadCrumbs li a img {
    height: 14px;
}

.dark-mode .breadCrumbs .markaName {
    color: white !important;
}

.dark-mode .breadCrumbs .markaName b {
    color: var(--primaryColor) !important;
}

@media screen and (max-width:992px) {
    .breadCrumbs:after {
        top: 30px;
    }

    .breadCrumbs {
        padding-bottom: 10px;
    }

    .breadCrumbs ul {
        font-size: 11px;
    }
}



.owl-theme .owl-dots .owl-dot span {
    width: 10x !important;
    height: 10x !important;
    margin: 25px 2px !important;
    transition: .5s !important;
}

.owl-theme .owl-dots .owl-dot.active span {
    background-color: var(--primaryColor) !important;
    height: 40px !important;
}

.container-xl {
    min-width: 1536px;
}

@media screen and (max-width:992px) {
    .ripple-background {
        display: none;
    }
}

.markalar {
    background-color: #263142;
    padding: 25px 0px;
    position: relative;
}

.markalar ul {
    display: flex;
    width: 100%;
    justify-content: space-around;
}

.markalar li {}

.markalar li a {
    color: white;
    font-size: 20px;
    line-height: 20px;
}

.markalar li a img {
    height: 20px;
}


.dark {
    display: none !important;
}

.dark-mode .dark {
    display: block !important;
}

.dark-mode .light {
    display: none !important;
}

.pulse {
    animation: pulse 2s infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(45, 11, 61, .4)
    }

    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(45, 11, 61, 0)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(45, 11, 61, 0)
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(45, 11, 61, .4);
        box-shadow: 0 0 0 0 rgba(45, 11, 61, .4)
    }

    70% {
        -moz-box-shadow: 0 0 0 15px rgba(45, 11, 61, 0);
        box-shadow: 0 0 0 15px rgba(45, 11, 61, 0)
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(45, 11, 61, 0);
        box-shadow: 0 0 0 0 rgba(45, 11, 61, 0)
    }
}

#whatsappPlugin {
    position: fixed;
    left: 25px;
    bottom: 15px;
    z-index: 60;
}

#whatsappPlugin a {}

#whatsappPlugin a i {
    display: block;
    font-size: 26px;
    line-height: 26px;
    color: white;
    background-color: #25D366;
    border-radius: 100%;
    padding: 15px;
    animation: whatsappPulse 2s infinite;
}

@-webkit-keyframes whatsappPulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(37, 211, 102, .4)
    }

    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(37, 211, 102, 0)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0)
    }
}

@keyframes whatsappPulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(37, 211, 102, .4);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, .4)
    }

    70% {
        -moz-box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0)
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0)
    }
}

@media screen and (max-width:992px) {
    #whatsappPlugin {
        display: none;
    }
}



@-moz-keyframes cbh-circle-anim {
    0% {
        -moz-transform: rotate(0deg) scale(0.5) skew(1deg);
        opacity: .1;
        -moz-opacity: .1;
        -webkit-opacity: .1;
        -o-opacity: .1
    }

    30% {
        -moz-transform: rotate(0deg) scale(.7) skew(1deg);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -o-opacity: .5
    }

    100% {
        -moz-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .6;
        -moz-opacity: .6;
        -webkit-opacity: .6;
        -o-opacity: .1
    }
}

@-webkit-keyframes cbh-circle-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
        -webkit-opacity: .1
    }

    30% {
        -webkit-transform: rotate(0deg) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }

    100% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}

@-o-keyframes cbh-circle-anim {
    0% {
        -o-transform: rotate(0deg) kscale(0.5) skew(1deg);
        -o-opacity: .1
    }

    30% {
        -o-transform: rotate(0deg) scale(.7) skew(1deg);
        -o-opacity: .5
    }

    100% {
        -o-transform: rotate(0deg) scale(1) skew(1deg);
        -o-opacity: .1
    }
}

@keyframes cbh-circle-anim {
    0% {
        transform: rotate(0deg) scale(0.5) skew(1deg);
        opacity: .1
    }

    30% {
        transform: rotate(0deg) scale(.7) skew(1deg);
        opacity: .5
    }

    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .1
    }
}

@-moz-keyframes cbh-circle-fill-anim {
    0% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2
    }

    50% {
        -moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes cbh-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2
    }

    50% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2
    }
}

@-o-keyframes cbh-circle-fill-anim {
    0% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2
    }

    50% {
        -o-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        -o-transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2
    }
}

@keyframes cbh-circle-fill-anim {
    0% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2
    }

    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        transform: rotate(0deg) scale(0.7) skew(1deg);
        opacity: .2
    }
}

@keyframes cbh-circle-img-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    100%,
    50% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }
}

@-moz-keyframes cbh-circle-img-anim {
    0% {
        transform: rotate(0deg) scale(1) skew(1deg)
    }

    10% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }

    100%,
    50% {
        -moz-transform: rotate(0deg) scale(1) skew(1deg)
    }
}

@-webkit-keyframes cbh-circle-img-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    100%,
    50% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg)
    }
}

@-o-keyframes cbh-circle-img-anim {
    0% {
        -o-transform: rotate(0deg) scale(1) skew(1deg)
    }

    10% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }

    100%,
    50% {
        -o-transform: rotate(0deg) scale(1) skew(1deg)
    }
}

.owl-nav button {
    border-radius: 100% !important;
}

.owl-nav button:hover {
    background-color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
}

.owl-nav button i {
    font-size: 30px;
    line-height: 30px;
    display: block;
    padding: 10px;
}

.owl-nav button:hover {
    background-color: rgba(0, 0, 0, 0.8) !important;
    cursor: pointer;
}


.sliding {
    opacity: 0;
    transition: 1.5s;
    position: relative;
}

.sliding.up {
    bottom: -150px;
}

.sliding.right {
    left: -50%;
}

.sliding.left {
    right: -50%;
}

.viewing .sliding.right {
    left: 0 !important;
}

.viewing .sliding.left {
    right: 0 !important;
}

.viewing .sliding {
    opacity: 1;
}

.viewing .sliding.up {
    bottom: 0px;
}



/* ========== Header ========== */
header {
    position: fixed;
    top: 40px;
    left: 0;
    width: 100%;
    background-color: transparent;
    z-index: 199;
    transition: .5s;
}

header nav {}

header nav ul {}

header nav ul li {
    display: flex;
    align-items: center;
    justify-content: center;
}

header nav ul li a {
    color: whitesmoke;
    position: relative;
    padding: 10px 0px;
    text-transform: uppercase;
    font-size: 14px;
}

header nav ul li a:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 2px;
    width: 0;
    background-color: whitesmoke;
    transition: .7s;
}

header nav ul li a:hover {
    color: white;
}

header nav ul li a:hover:after {
    width: 100%;
}

header nav ul li.logo {
    text-align: center;
}

header nav ul li.logo i {
    font-size: 90px;
    transition: .5s;
}

header nav ul li.logo a:after {
    display: none;
}

header.stickyOn {
    top: 0;
    background-color: var(--primaryColor);
}

header.stickyOn .logo i {
    font-size: 40px;
}

/* ========== Header End ========== */
/* ========== Headline ==========  */
#headline {}

#headline .item {}

#headline .item .image {
    position: relative;
}

#headline .item .image:before {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    /* backdrop-filter: blur(10px) !important */;
   /* -webkit-backdrop-filter: blur(10px) !important */;
   /* background-color: #142036d1 !important; */
}

#headline .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    color: whitesmoke;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: end;
}

#headline .caption article {
    padding: 15px 7%;
    width: 75%;
    font-size: 36px;
    opacity: .8;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 300;
}

#headline .caption article a {
    font-size: 14px;
    color: Whitesmoke;
    background-color: var(--primaryColor);
    padding: 10px 25px;
    border: solid 1px rgba(255, 255, 255, .05);
    border-radius: var(--radius);
    margin-top: 15px;
    transition: .5s;
}

#headline .caption article a:hover {
    background-color: #ffffffeb;
    color: var(--primaryColor);
    border-color: rgba(255, 255, 255, 1) !important;
}

/* ========== Headline End ==========  */
/* ========== Products ========== */
#products {
    padding: 70px 0px;
    position: relative;
    overflow-y: hidden;
}

#products .parallaxImg {
    position: absolute;
    z-index: -1;
    max-width: 20%;
}

#products:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 200%;
    background-image: url(../img/amblem-outline.png);
    background-position: 50% 0%;
    background-repeat: no-repeat;
    z-index: -1;
    background-size: 80%;
}

.head {
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    color: var(--primaryColor);
    margin-bottom: 45px;
}

.head article {
    color: var(--textColor) !important;
    font-size: 17px;
    line-height: 17px;
    margin-top: 10px;
    font-weight: 400;
}

#products .item {
    margin-bottom: 30px;
}

#products .item .box {
    border: solid 1px transparent;
    transition: .3s;
    border-radius: var(--radius);
    cursor: pointer;
    display: block;
}

#products .item .box * {
    cursor: pointer;
}

#products .item .box:hover {
    /* border-color:#1b294421;
    backdrop-filter:blur(5.9px)!important;
    -webkit-backdrop-filter:blur(5.9px)!important;
    background-color:#1b294412; */
}

#products .item .box:hover .title {
    color: var(--primaryColor);
}

#products .item .box .visual {
    text-align: center;
}

#products .item .box .visual.prodct {
    /*border: 2px solid #f6f6f6;*/
    border-radius: 20px;
    background-color: #fff;

}

#products .item .box:hover .visual.prodct img.primary {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

#products .item .box .visual img {
    transition: .4s;
}

#products .item .box .visual img.secondary {
    transform: scale(0);
    transform-origin: left;
    position: absolute;
    max-width: 100%;
    left: :-100%;
}

#products .item .box .visual img.primary {
    max-width: 100%;
    transform: scale(.85);
    border-radius: 20px;
    /* transform-origin: right; */

}

/* #products .item .box:hover .visual img.secondary {
    transform: scale(1);
    left::0%;
}
#products .item .box:hover .visual img.primary {
    transform: scale(0);
} */

#products .item .box:hover .visual img.primary {
    /* background-color: white; */
    transform: scale(1);
}

#products .item .box .title {
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    color: var(--textColor);
    transition: .2s;
    margin-top: 10px;
    margin-bottom: 25px;
}

/* ========== Products End. ========== */

/* ========== Corporate ========== */
#corporate {
    padding: 65px 0px;
    position: relative;
    overflow: visible;
}

#corporate .head {
    text-align: left;
}

#corporate .head span {
    width: 100%;
    display: block;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 1px;
    opacity: .8;
    color: var(--primaryColor);
}

#corporate .head article {
    line-height: 27px;
    padding-left: 30px;
    position: relative;
    margin-top: 25px;
}

#corporate .head article:before {
    content: "";
    height: 94%;
    width: 3px;
    background-color: var(--primaryColor);
    position: absolute;
    left: 0;
    top: 4%;
    border-radius: 5px;
}

#corporate .caption {
    font-weight: 600;
    color: var(--secondaryColor);
    font-size: 15px;
    letter-spacing: .5px;
}

#corporate .button {
    background-color: var(--primaryColor);
    color: white;
    margin-top: 25px;
    padding: 0px 25px;
    line-height: 40px;
    font-size: 14px;
    border-radius: var(--radius);
    transition: .3s;
}

#corporate .button:hover {
    background-color: var(--secondaryColor);
}

#corporate .button i {
    margin-left: 5px;
}

#corporate {}

#corporate {}

/* ========== Corporate End ========== */






/* ========== Hook ========== */
#hook {
    position: relative;
    color: White;
    padding: 45px 0px;
    padding-bottom: 25px;
}

#hook:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--primaryColor);
    z-index: -1;
}

#hook:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../img/parallaxBg.jpeg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: .03;
    z-index: 1;
}

#hook .container {
    position: relative;
    z-index: 5;
}

#hook .head {
    color: whitesmoke;
    font-weight: 600;
    font-size: 34px;
    line-height: 44px;
    text-align: left;
    margin-bottom: 0px;
}

.head h2 {
    width: 80%;
}

#hook .head span {
    width: 100%;
    display: block;
    font-size: 11px;
    margin-bottom: 5px;
    font-weight: 400;
    letter-spacing: 1px;
    opacity: .8;
    text-transform: uppercase;
}

#hook .head article {
    color: whitesmoke !important;
    font-weight: 200;
    line-height: 24px;
    font-size: 15px;
    opacity: .7;
    margin-top: 15px;
}

#hook .form {
    width: 75%;
    float: right;
}

#hook .form textarea {
    width: 100%;
    height: 100px;
    width: 100%;
    padding: 0px 10px;
    line-height: 56px;
    border: solid 1px #22294430;
    border-radius: 20px;
    background-color: #57a1ca14;
    transition: .3s;
}

#hook .form input::placeholder,
#hook .form textarea::placeholder {
    color: rgba(255, 255, 255, .7);
}

#hook .form button {
    color: white;
    background-color: var(--secondaryColor);
    border-radius: var(--radius);
    padding: 0px 25px;
    line-height: 40px;
    border: none;
    margin-top: 25px;
    float: right;
    margin-right: 5px;
    font-weight: 600;
    font-size: 13px;
    border: 1px solid rgba(255, 255, 255, .2);
    transition: .2s;
}

#hook .form button:hover {
    background-color: lavender;
    color: var(--primaryColor);
}

#hook .form button i {
    margin-left: 5px;
}

.chekcContent {
    display: flex;
    flex-wrap: nowrap;
}

.chekcContent label {
    position: relative;
    min-width: 90%;
    top: initial !important;
    font-size: 14px;
    font-weight: 300;
    color: lavender;
}

.chekcContent input {
    width: 28px;
    height: 28px;
    margin-right: 15px;
    margin-top: 5px;
}

#hook {}

/* ========== Hook End ========== */

/* ========== News ========== */
#news {
    padding: 75px 0px;
    background-color: ghostwhite;
}

#news .head article {
    width: 70%;
    display: table;
    margin: auto;
}

#news .head h2 {
    display: table;
    margin: auto;
    margin-bottom: 10px;
}

#news .item {
    margin-bottom: 20px;
}

#news .data .title {
    color: var(--primaryColor);
    font-weight: 600;
    font-size: 15px;
}

#news .box .data {
    padding-left: 15px;
}

#news .data article {
    color: var(--textColor);
    font-weight: 400;
    font-size: 14px;
    margin-top: 5px;
}

#news .box {
    display: flex;
    padding: 20px 15px;
    border-radius: var(--radius);
    background-color: white;
    border: solid 1px white;
    transition: .3s;
    height: 100%;
}

#news .box:hover {
    border-color: #1b294466 !important;
}

#news .box .visual {
    max-width: 30%;
    min-width: 30%;
}

#news .fakeButton {
    background-color: var(--primaryColor);
    font-size: 12px;
    color: whitesmoke;
    display: inline-block;
    width: initial;
    padding: 0px 10px;
    line-height: 30px;
    border-radius: var(--radius);
    margin-left: 10px;
    margin-top: 20px;
    transition: .3s;
}

#news .fakeButton i {
    font-size: 12px;
    margin-left: 5px;
}

#news .fakeButton:hover {
    background-color: var(--secondaryColor);
}

/* ========== News End ========== */
/* ========== Refferences ========== */
#refferences {
    background-color: white;
    padding: 35px 0px;
    padding-bottom: 15px;
}

#refferences .item {

    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#refferences .item:nth-child(3n) {
    border-right: none !important
}

#refferences .item:nth-last-child(1),
#refferences .item:nth-last-child(2),
#refferences .item:nth-last-child(3) {
    border-bottom: none !important
}

#refferences .owl-theme .owl-dots .owl-dot span {
    height: 4px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

#refferences .owl-theme .owl-dots .owl-dot.active span {
    height: 4px !important;
    width: 30px !important;
}

#refferences .owl-prev,
#refferences .owl-next {
    top: 16%;
}

@media screen and (max-width:992px) {
    #refferences .head article {
        width: 100% !important;
    }
}

/* ========== Refferences End ========== */
/* ========== Footer ========== */
footer {
    margin-top: 0;
    padding: 35px 0px;
    padding-top: 45px;
    background-color: white;
    box-shadow: 0px -2px 4px -2px var(--primaryColor);
}


.arka_plan_degis {
    background-color: white !important;
}

.footer_logo {
    color: var(--primaryColor) !important;
}

.placeholder_degis>input::placeholder {
    color: #1b2944 !important;
}

footer .logo {
    text-align: center;
    font-size: 60px;
}

footer .logo a {
    color: whitesmoke;
}

footer ul {
    font-weight: 400;
    font-size: 14px;
}

footer ul li.listHead {
    font-weight: 600;
    font-size: 16px;
    color: whitesmoke;
    margin-bottom: 10px;
}

footer ul li {
    padding: 7px 0px;
}

footer ul li a {
    color: var(--secondaryColor);
    transition: .2s;
    cursor: pointer;
}

footer ul li a:hover {
    color: whitesmoke;
}

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

footer .container>.row>div:nth-child(1),
footer .container>.row>div:nth-child(2),
footer .container>.row>div:nth-child(3) {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding-bottom: 35px;
}

footer .socials>div {
    padding: 10px !important;
}

footer .socials>div a {
    display: inline-block;
    border-radius: 30px;
    background-color: whitesmoke;
    color: var(--primaryColor);
    padding: 10px;
    line-height: 15px;
    display: flex;
    transition: .2s;
    cursor: pointer;
}

footer .socials>div a span {
    font-weight: 600;
    font-size: 13px;
    margin-left: 10px;
}

footer .socials>div a:hover {
    background-color: var(--secondaryColor);
}

/* ========== Footer End ========== */
/*========== Socials ========== */
#socials {
    position: fixed;
    right: 20px;
    z-index: 20;
    top: 30%;
}

#socials li {
    margin-top: 15px;
    margin-bottom: 15px;
}

#socials a {
    display: inline-block;
    border-radius: 30px;
    background-color: var(--secondaryColor);
    color: white;
    padding: 7px;
    line-height: 15px;
    display: flex;
    transition: .2s;
    cursor: pointer;
}

#socials a:hover {
    background-color: var(--secondaryColor);
}

/*========== Socials End ========== */

/* ========== Akordeon ========== */
.ssslist .item .sssToggle {
    background-color: transparent;
    border-bottom: solid 1px rgba(0, 0, 0, .2);
}

.ssslist .item .tuyo {
    border-radius: 7px;
    margin-top: 5px;
}

.ssslist .item .tuyo ul {
    padding: 15px 0px;
}

.ssslist .item .tuyo ul li {
    margin-bottom: 10px;
    border-radius: 30px;
    transition: .3s;
}

.ssslist .item .tuyo ul li:hover {
    background-color: #1a294426;
}

.ssslist .item .tuyo ul li:hover a {
    color: var(--primaryColor);
}

.ssslist .item .tuyo ul li a {
    color: var(--textColor);
    padding: 0px 15px;
    line-height: 30px;
    display: block;
    width: 100%;
    transition: .3s;
}

.sssToggle.open {
    background-color: var(--primaryColor) !important;
    border-radius: var(--radius);
}

.ssslist .tuyo article {
    color: var(--textColor)
}

.ssslist {
    display: block;
}

.ssslist .item {
    display: block;
    position: relative;
    padding: 5px 0px;
}

.ssslist .item .sssToggle {
    display: block;
    padding: 0px 25px;
    line-height: 38px;
    font-weight: 400;
    cursor: pointer;
    border-radius: 30px;
    background-color: whitesmoke;
    position: relative;
    color: var(--primaryColor);
}

.ssslist .item .sssToggle>i:first-child {
    font-size: 10px;
    margin-right: 7px;
    transition: .3s;
    display: inline-block;
    transform: rotate(0deg);
}

.ssslist .item .sssToggle:hover {
    background-color: whitesmoke;
    cursor: pointer;
}

.sssToggle .iconbox {
    position: absolute;
    right: 5px;
    top: 0px;
    line-height: 50px;
    transition: .5s;
    aspect-ratio: 1/1;
    width: 39px;
    justify-content: center;
    display: flex;
    height: 39px;
    padding: 0px;
}

.sssToggle .iconbox i {
    font-size: 10px;
    line-height: 29px;
    aspect-ratio: 1/1;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 0;
    margin-right: 0px !important;
}

.ssslist .item .tuyo {
    display: block;
    background-color: white;
    transition: .5s;
    overflow: hidden;
    padding: 0px 10px;
}

.ssslist .tuyo article {
    display: block;
    padding: 25px;
    font-size: 16px;
    background-color: whitesmoke;
    border-bottom-left-radius: var(--radius);
    border-bottom-right-radius: var(--radius);
}

.sssToggle {
    letter-spacing: .5px;
    padding-right: 50px !important;
    background-color: #ffffff12;
}

.tuyo {
    height: 0px
}

#sss .ceviri_ar {
    text-align: right
}

.rt0 {
    transform: rotate(0deg) scale(1) skew(0deg) translate(0px) !important;
    -webkit-transform: rotate(0deg) scale(1) skew(0deg) translate(0px) !important;
    -moz-transform: rotate(0deg) scale(1) skew(0deg) translate(0px) !important;
    -o-transform: rotate(0deg) scale(1) skew(0deg) translate(0px) !important;
    -ms-transform: rotate(0deg) scale(1) skew(0deg) translate(0px) !important
}

.rt45 {
    transform: rotate(45deg) scale(1) skew(0deg) translate(0px) !important;
    -webkit-transform: rotate(45deg) scale(1) skew(0deg) translate(0px) !important;
    -moz-transform: rotate(45deg) scale(1) skew(0deg) translate(0px) !important;
    -o-transform: rotate(45deg) scale(1) skew(0deg) translate(0px) !important;
    -ms-transform: rotate(45deg) scale(1) skew(0deg) translate(0px) !important
}

.sssToggle.open {
    opacity: 1 !important;
    color: white !important;
}

/* ========== Akordeon End ========== */



aside {
    font-size: 14px;
    padding: 15px;
    /* backdrop-filter:blur(15px)!important;
    -webkit-backdrop-filter:blur(15px)!important;*/
    border-radius: 15px;

    overflow-y: auto;
}

aside .item {
    margin-bottom: 0px !important;
}


#products.contentPage .head {
    text-align: left;
    display: flex;
    justify-content: space-between;
}

#products.contentPage .head {
    text-align: left;
}

#products.contentPage .layoutsToggle {
    display: flex;
    gap: 5px;
    justify-content: flex-end;
    font-size: 18px;
}

#products.contentPage .layoutsToggle {
    display: flex;
}

#products.contentPage .layoutsToggle a {
    color: var(--textColor);
}

#products.contentPage .layoutsToggle li a {
    padding: 7px;
    border-radius: var(--radius);
    transition: .3s;
}

#products.contentPage .layoutsToggle li.active a {
    background-color: var(--primaryColor);
    color: whitesmoke;
}

#products.contentPage .layoutsToggle li.active:hover a {
    background-color: var(--primaryColor);
}

#products.contentPage .layoutsToggle li:hover a {
    background-color: #1b2a4430;
}

.layouts.uclu .item {
    width: 33.33333% !important;
}

.ssslist .item .sssToggle.open>i:first-child {
    /* transform: rotate(90deg); */
}

































@media screen and (max-width:992px) {
    .asideContent {
        position: fixed;
        width: 75%;
        height: calc(100% - 56px);
        left: 0;
        bottom: 0;
        z-index: 50;
        padding: 10px 0px;
        background-color: #112039;
        transition: .3s;
        transform: translateX(-100%);
    }

    .asideContent.show {
        transform: translateX(0px);
    }

    .asideContent aside {
        height: 100%;
        max-height: 100%;
    }

    .ssslist .item .sssToggle {
        border-radius: 8px;
    }

    .sssToggle.open {
        background-color: white !important;
    }

    .sssToggle.open {
        background-color: var(--primaryColor) !important;
        color: white !important;
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
        border-bottom: 0px !important;
    }

    .ssslist .item .tuyo {
        background-color: #1b2a44;
        margin-top: 0px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

    .ssslist .item .tuyo ul li a {
        color: #b8b8b8;
    }



    .col-sm-w80-center {
        width: 80%;
        margin: auto;
        display: table;
    }

    header {
        top: 0;
        position: sticky !important;
    }

    header .mobileHeader {
        padding: 10px 15px;
        background-color: var(--primaryColor);
    }

    header .mobileHeader a {
        color: whitesmoke;
    }

    header .mobileHeader .menuToggle {
        color: White;
        font-size: 20px;
    }

    header .mobileHeader .logo i {
        font-size: 36px;
        color: whitesmoke;
    }

    header>.container {
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        z-index: 50;
        max-width: 60%;
        backdrop-filter: blur(15px) !important;
        -webkit-backdrop-filter: blur(15px) !important;
        background-color: #1b2a44e3;
        overflow-y: auto;
        transition: .5s;
        transform: translateX(-100%);
    }

    header>.container ul {
        display: block !important;
        font-weight: 600;
        font-size: 13px;
    }

    header>.container ul li {
        text-align: left;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }

    header>.container ul li a {
        text-align: left;
        width: 100%;
        display: block;
        padding: 15px 15px;
    }

    header>.container ul li.logo {
        margin-bottom: 35px;
        border-bottom: 0px !important;
    }

    header>.container ul li.logo a i {
        font-size: 50px;
    }

    header>.container ul li:nth-last-child(3) {
        margin-top: 35px;
    }

    header>.container ul li:nth-last-child(1),
    header>.container ul li:nth-last-child(2) {
        margin-top: 10px;
    }

    header>.container ul li .button {
        background-color: whitesmoke;
        border-radius: var(--radius);
        font-weight: 500;
        color: var(--primaryColor);
    }

    header>.container ul li .button i {
        margin-right: 10px;
    }

    body.menuShow {
        overflow: hidden;
    }

    body.menuShow header>.container {
        transform: translateX(0px);
    }

    /**/


    #headline .caption article {
        width: 80%;
        font-size: 14px;
    }

    /**/


    #products .item .box .title {
        margin-top: 0px;
    }

    #products .item {
        margin-bottom: 0px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    #products .item:nth-child(even) {
        border-right: 1px solid rgba(0, 0, 0, 0.1);
    }

    #products .item:nth-last-child(1),
    #products .item:nth-last-child(2) {
        border-bottom: 0px;
    }

    #products.contentPage .item .box .title {
        font-size: 11px;
    }

    #products.contentPage .item {
        padding: 0px !important;
    }

    #products.contentPage .asideContent .item {
        margin-bottom: 10px !important;
    }

    /**/


    #hook .form {
        width: 100%;
    }

    /**/


    #hook .form button {
        margin: auto;
        margin-top: 25px;
        display: table;
        float: none;
    }

    /**/

    #news .head article {
        width: 90%;
    }

    #news {
        padding-bottom: 15px;
    }

    /**/

    #refferences .item {
        padding: 15px !important;
    }

    /**/

    .col-sm-mb35 {
        margin-bottom: 35px;
    }

    footer .container>.row>div:nth-child(1),
    footer .container>.row>div:nth-child(2),
    footer .container>.row>div:nth-child(3) {
        padding-bottom: 10px;
        padding-top: 10px;
        margin-bottom: 25px;
    }

    /**/

    #corporate {
        padding-top: 35px;
    }

    /**/

    #products {
        padding-top: 35px;
    }

    #products .parallaxImg {
        top: 5%;
    }

    /**/

    #products.contentPage .parallaxImg {
        top: 7%;
    }

    #products.contentPage .item:nth-child(odd) {
        border-right: 1px solid rgba(0, 0, 0, 0.1);
    }

    #products.contentPage .item:nth-child(even) {
        border-right: none;
    }

    .filterToggle {
        font-size: 14px;
        line-height: 14px;
        display: inline-block;
        padding: 10px;
        border-radius: var(--radius);
        border: solid 1px rgb(27 42 68 / 23%);
        background-color: #1b2a441c;
        margin-right: 15px;
    }

}

#detail {
    padding: 45px 0px;
}

#detail .visuals .main img {
    transition: .3s;
}

#detail .visuals .thumbs .item {
    padding: 5px;
}

#detail .visuals .thumbs img {
    transition: .2s;
    cursor: pointer;
}

#detail .visuals .thumbs img:hover {
    box-shadow: 0px 0px 0px 1px var(--primaryColor) !important;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.1);
    background-color: #1b294421;
}

#detail .data {
    font-size: 14px;
    color: var(--textColor);
}

#detail .data .item {
    margin-bottom: 25px;
}

#detail .data .title {
    margin-bottom: 35px;
}

#detail .data .title b {
    display: block;
    font-size: 16px;
    line-height: 16px;
    color: var(--primaryColor);
}

#detail .data .title span {
    display: block;
    font-size: 13px;
    line-height: 13px;
    color: var(--textColor);
    margin-top: 5px;
}

#detail .data .title {
    amrgin-bottom: 35px;
}

#detail .data .numList {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    font-weight: 500;
    font-size: 14px;
}

#detail .data .numList a {
    box-shadow: 0px 0px 0px 1px black;
    display: flex;
    aspect-ratio: 1/1;
    text-align: center;
    width: 30px;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    transition: .2s;
    border-radius: 2px;
    color: var(--textColor);
}

#detail .data .numList a.active,
#detail .data .numList a:hover {
    background-color: var(--primaryColor);
    color: white;
}

#detail .data select {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 05);
    width: 100%;
    padding: 10px 0px;
    padding-right: 15px;
    outline: none;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: var(-textColor);
    font-weight: 400;
    font-size: 12px;
}

#detail .data select:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

#detail .data .form.item {
    margin-top: 35px;
}

#detail .data .form.item .title {
    margin-bottom: 15px;
}

#detail .data .form.item .title b {
    display: block;
    font-weight: 500;
}

#detail .data .form.item>div>.row>div {
    padding: 3px;
}

#detail .data .form.item input {
    background-color: transparent !important;
    line-height: 40px;
    padding: 0px 15px;
    border-radius: 3px;
    border: solid 1px rgba(0, 0, 0, 0.1);
    outline: none;
}

#detail .data .form.item textarea {
    background-color: transparent !important;
    line-height: 40px;
    padding: 0px 15px;
    border-radius: 3px;
    width: 100%;
    border: solid 1px rgba(0, 0, 0, 0.1);
    resize: none;
    height: 275px;
    outline: none;
}

#detail .data .form.item button {
    width: 100%;
    text-align: center;
    padding: 0px 15px;
    border: solid 2px rgba(0, 0, 0, 0.5);
    background-color: transparent;
    line-height: 40px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 3px;
    transition: .3s;
}

#detail .data .form.item button:hover {
    background-color: var(--primaryColor);
    color: White;
}

#detail .data .form.item>div>.row>div:last-child {
    padding: 7px;
}


@media screen and (max-width:992px) {
    #detail .data {
        margin-top: 25px;
    }

    #detail .data .form.item textarea {
        height: 175px;
    }

    #detail .visuals .thumbs img {
        background-color: whitesmoke;
    }
}



/* ========== Kurumsal ========== */
#kurumsal {
    padding: 70px 0px;
    position: relative;
    overflow-y: hidden;
    min-height: 711px;
}

#kurumsal aside {}

#kurumsal aside ul {
    font-size: 13px;
}

#kurumsal aside ul li {}

#kurumsal aside ul li a {
    color: var(--textColor);
    text-transform: uppercase;
    padding: 10px 0px;
}

#kurumsal aside ul li.active a {
    font-weight: 600;
    color: var(--primaryColor);
}

#kurumsal .head h2 {
    width: 100%;
}

#kurumsal .head article {
    width: 70%;
    display: table;
    margin: auto;
    font-weight: 300;
    line-height: 24px;
}

#kurumsal .visualContent img {
    border-radius: 25px;
}

#kurumsal .ozet {
    margin-top: 80px;
    color: var(--textColor);
    text-align: center;
}

#kurumsal .contentText {
    display: flex;
    margin-top: 80px;
    color: var(--textColor);
    justify-content: space-between;
    gap: 60px;
}

#kurumsal .contentText article:first-child {
    text-align: left;
}

#kurumsal .contentText article:last-child {
    text-align: right;
}

@media screen and (max-width:992px) {
    #kurumsal {
        padding: 35px 0px;
    }

    #kurumsal aside {
        overflow-x: auto;
        padding-top: 0px;
        padding-bottom: 20px;
        border-radius: 0px;
        margin-bottom: 25px;
    }

    #kurumsal aside ul {
        display: flex;
        gap: 5px;
        font-size: 12px;
    }

    #kurumsal aside ul li a {
        background-color: rgba(0, 0, 0, 0.1);
        padding: 0px 10px;
        line-height: 35px;
        border-radius: 5px;
        font-weight: 500;
    }

    #kurumsal aside ul li.active a {
        background-color: var(--primaryColor);
        color: whitesmoke;
        font-weight: 500;
    }

    #kurumsal aside ul li:last-child {
        margin-right: 15px;
    }

    #kurumsal .head article {
        width: 100%;
        font-size: 16px;
    }

    #kurumsal .ozet {
        margin-top: 40px;
    }

    #kurumsal .contentText {
        display: flex;
        flex-wrap: wrap;
        margin-top: 40px;
        gap: 25px;
    }

    #kurumsal .contentText article {
        min-width: 100%;
        text-align: center !important;
    }
}

/* ========== Kurumsal End ========== */
/* ========== Refferences ========== */
#refferences {
    padding: 65px 0px;
}

#refferences .head {
    text-align: center;
}

#refferences .head h2 {
    width: 100%;
}

#refferences .head article {
    width: 75%;
    display: table;
    margin: auto;
    line-height: 26px;
    color: var(--textColor);
}

/* ========== Refferences End ========== */

/* ========== Refferences ========== */
#kataloglar {
    padding: 65px 0px;
}

#kataloglar .head {
    text-align: center;
}

#kataloglar .head h2 {
    width: 100%;
}

#kataloglar .head article {
    width: 75%;
    display: table;
    margin: auto;
    line-height: 26px;
    color: var(--textColor);
}

#refferences {
    background-color: white;
    padding: 35px 0px;
    padding-bottom: 15px;
}

#kataloglar .item {
    padding: 30px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#kataloglar .item:nth-child(2n) {
    border-right: none !important
}

#kataloglar .item:nth-last-child(1),
#kataloglar .item:nth-last-child(2),
#kataloglar .item:nth-last-child(3) {
    border-bottom: none !important
}

#kataloglar .owl-theme .owl-dots .owl-dot span {
    height: 4px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

#kataloglar .owl-theme .owl-dots .owl-dot.active span {
    height: 4px !important;
    width: 30px !important;
}

#kataloglar .owl-prev,
#kataloglar .owl-next {
    top: 16%;
}

#kataloglar .item img {
    box-shadow: 0px 0px 60px -20px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    position: relative;
    top: 0;
    transition: .5s;
}

#kataloglar .item img:hover {
    top: -15px;
    box-shadow: 0px 30px 60px -20px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width:992px) {
    #kataloglar .head article {
        width: 100% !important;
    }
}

/* ========== Refferences End ========== */
/* ========== Contact ========== */
#iletisim {
    padding: 65px 0px;
}

#iletisim .head {
    text-align: center;
}

#iletisim .head h2 {
    width: 100%;
}

#iletisim .head article {
    width: 75%;
    display: table;
    margin: auto;
    line-height: 26px;
    color: var(--textColor);
}

#iletisim .map {
    padding: 0px;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    max-height: 500px;
    overflow: hidden;
    margin-bottom: 35px;
}

#iletisim .map iframe {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    zoom: 105%;
    position: relative;
    top: -5px;
    left: -5px;
    width: calc(100% + 10px);
}

#iletisim .form {
    background-color: #1b2a44cc;
    padding: 65px 35px;
    backdrop-filter: blur(5.9px) !important;
    -webkit-backdrop-filter: blur(5.9px) !important;
    border-radius: 40px;
    position: relative;
    top: -35%;
    margin-bottom: -35%;
    box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.1);
}

#iletisim .contactRow {
    display: flex;
    color: var(--textColor);
    font-weight: 400;
    margin-bottom: 20px;
    font-size: 16px;
}

#iletisim .contactRow span {
    display: inline-flex;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: left;
    justify-content: center;
}

#iletisim .contactRow i {
    margin-right: 20px;
    font-size: 18px;
    line-height: 18px;
    margin-top: 3px;
    color: var(--primaryColor);
    border-radius: 100%;
    box-shadow: 0px 0px 0px 1px;
    aspect-ratio: 1/1;
    display: inline-flex;
    /* width: 40px; */
    height: 40px;
    align-items: center;
    justify-content: center;
}

#iletisim .contactRow a {
    color: var(--primaryColor);
    display: block;
    font-weight: 600;
}

#iletisim .dataContent {
    padding-left: 65px;
    position: relative;
    display: flex;
    align-items: center;
}

#iletisim .dataContent:before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: var(--primaryColor);
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 20px;
    opacity: .5;
}

@media screen and (max-width:992px) {
    #iletisim .dataContent {
        padding-left: 30px;
    }

    #iletisim .form {
        top: 0%;
        margin-bottom: 0px;
        background-color: transparent;
        padding: 10px;
    }

    #iletisim .head article {
        width: 100%;
    }

    .inputBox:hover label,
    .inputBox.full label {
        color: var(--primaryColor) !important;
    }
}



.form>.row>div {
    margin-bottom: 25px;
}

.inputBox {
    position: relative;
    padding: 5px;
    display: flex;
    justify-content: center;
    gap: 25px;
}

.inputBox label {
    position: absolute;
    top: 21px;
    font-size: 10px;
    font-weight: 400;
    z-index: 5;
    width: 100%;
    left: 0;
    padding-left: 30px;
    transition: .3s;
    pointer-events: none;
    color: var(--textColor);
    font-size: 14px;
    letter-spacing: .5px;
}

.inputBox input,
.inputBox textarea {
    width: 100%;
    padding: 0px 25px;
    line-height: 50px;
    border: solid 1px #22294430;
    border-radius: 60px;
    background-color: #243650;
    transition: .3s;
    color: var(--primaryColor);
    font-weight: 500;
    font-size: 14px;
}

.inputBox textarea {
    border-radius: 30px;
}

.inputBox input:focus,
.inputBox textarea:focus {
    outline: none;
}

.inputBox input::placeholder {
    font-size: 11px;
    /* font-weight: 600; */
    line-height: 54px;
    font-size: 13px;
    color: #908e8e;
}

.inputBox textarea::placeholder {
    font-size: 11px;
    /* font-weight: 600; */
    line-height: 54px;
    font-size: 13px;
    color: #908e8e;
}

.inputBox input:hover,
.inputBox textarea:hover {
    background-color: #243650;
}

.inputBox:hover label,
.inputBox.full label {
    top: -18px;
    color: white !important;
    font-weight: 500;
    font-size: 13px;
}

.inputBox .button {
    background-color: rgba(255, 255, 255, .1);
    box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, .3);
    color: white;
    border: none;
    font-weight: 500;
    text-align: center;
    padding: 0px 35px;
    line-height: 50px;
    border-radius: 60px;
    font-size: 14px;
    cursor: pointer;
    transition: .3s;
    float: right;
    margin-left: auto;
}

.inputBox .button:hover {
    background-color: var(--primaryColor);
    color: whitesmoke;
}


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

    .inputBox:hover label,
    .inputBox.full label {
        color: var(--primaryColor) !important;
    }

    #iletisim .inputBox .button {
        background-color: var(--primaryColor);
    }
}




/* ========== Blog Styles ========== */
.blog {
    padding: 80px 0;
    background: #ffffff;
}

.blog .head {
    margin-bottom: 60px;
}

.blog .head span {
    color: #666;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    display: block;
}

.blog .head h2 {
    color: #333;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
}

.blog .head article {
    color: #666;
    font-size: 16px;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
}

.blog-item {
    background: #ffffff;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid #e5e5e5;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.blog-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-color: #1b2944;
}

.blog-image {
    position: relative;
    overflow: hidden;
    height: 200px;
}

.blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.blog-item:hover .blog-image img {
    transform: scale(1.1);
}

.blog-date {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #1b2944;
    color: white;
    padding: 8px 12px;
    border-radius: 8px;
    text-align: center;
    min-width: 60px;
}

.blog-date .day {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

.blog-date .month {
    display: block;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

.blog-content {
    padding: 25px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.blog-category {
    margin-bottom: 15px;
}

.blog-category span {
    background: #f8f9fa;
    color: #1b2944;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.blog-content h3 {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.blog-item:hover .blog-content h3 {
    color: #1b2944;
}

.blog-content p {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
    flex: 1;
}

.blog-meta {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    font-size: 12px;
    color: #999;
}

.blog-meta span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.blog-meta i {
    font-size: 14px;
    color: #1b2944;
}

.read-more {
    color: #1b2944;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    margin-top: auto;
}

.read-more:hover {
    color: #1b2944;
    transform: translateX(5px);
}

.read-more i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.read-more:hover i {
    transform: translateX(3px);
}

.blog .button {
    background: linear-gradient(135deg, #1b2944 0%, #1b2944 100%);
    color: white;
    padding: 15px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 5px 15px rgba(0, 123, 255, 0.3);
}

.blog .button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 123, 255, 0.4);
    color: white;
}

.blog .button i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.blog .button:hover i {
    transform: translateX(3px);
}

@media screen and (max-width: 992px) {
    .blog {
        padding: 60px 0;
    }

    .blog .head h2 {
        font-size: 28px;
    }

    .blog .head article {
        font-size: 14px;
    }

    .blog-content h3 {
        font-size: 18px;
    }

    .blog-content p {
        font-size: 13px;
    }
}

@media screen and (max-width: 768px) {
    .blog .head h2 {
        font-size: 24px;
    }

    .blog-item {
        margin-bottom: 30px;
    }

    .blog-content {
        padding: 20px;
    }

    .blog-image {
        height: 180px;
    }
}



/* ========== Contact End ========== */