﻿* {
    padding: 0;
    margin: 0;
    outline: none;
    border: 0;
    box-sizing: border-box;
}

ol, ul {
    list-style-type: none
}

:root {
    --swiper-navigation-size: 44px;
    --red: rgb(177 16 22 / var(--tw-bg-opacity, 1));
    --dark: #212121;
    --black: #000;
    --darko: rgb(0 0 0 / var(--tw-text-opacity, 1));
    --white: #ffffff;
    --whiteo: rgb(243 243 243 / var(--tw-bg-opacity, 1));
}

body {
    font-family: Lexend, sans-serif;
    font-weight: 300;
    line-height: inherit;
    margin: 0px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.minimize {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    width: 26px;
    height: 26px;
    z-index: 1000;
}

a {
    text-decoration: none
}

.wrapperMain {
    scroll-margin-top: 100px;
}

.mt10 {
    margin-top: 10px
}

.mt20 {
    margin-top: 20px
}

.mt30 {
    margin-top: 30px
}

.duration-300 {
    transition-duration: 0.3s !important;
}

.duration-500 {
    transition-duration: 0.5s;
}

*, ::after, ::before {
    border-width: 0px;
    border-style: solid;
    border-color: initial;
    border-image: initial;
}

.transition-all {
    transition-duration: 0.15s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.shadow {
    --tw-shadow: 0px 8px 32px 0px rgba(0, 0, 0, .16);
    --tw-shadow-colored: 0px 8px 32px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.bg-light {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.border-b-surface-5 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(243 243 243 / var(--tw-border-opacity, 1));
}


.z-50 {
    z-index: 50;
}

.top-0 {
    top: 0px;
}

.inset-x-0 {
    left: 0px;
    right: 0px;
}

.align-center {
    text-align: center
}

.fixed {
    position: fixed;
    z-index: 7000
}

.bg-surface-3 {
    --tw-bg-opacity: 1;
    background-color: rgb(248 248 248 / var(--tw-bg-opacity, 1));
}

.hidden {
    display: none
}

.justify-end {
    justify-content: flex-end;
}

.justify-start {
    justify-content: flex-start;
}

.items-stretch {
    align-items: stretch;
}

.flex-col {
    flex-direction: column;
}

.flex-row {
    flex-direction: row;
}

.flex {
    display: flex;
}

.items-center {
    align-items: center;
}

.h-auto {
    height: auto;
}

.pad-15 {
    padding: 15px
}

.cm-content ol, .cm-content ul {
    margin: 0px 0px 3rem;
    padding: 0px;
}

.cm-content .no-list li {
    padding-left: 0px;
}

.cm-content ol li, .cm-content ul li {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 27.9px;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    position: relative;
    list-style: none;
}

.transition-all {
    transition-duration: 0.15s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}

.py-3 {
    padding-bottom: .75rem;
    padding-top: .75rem;
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}

.white {
    color: var(--white) !important
}

.px-10 {
    padding: 13rem 0rem 5rem;
    margin: 0 auto
}

.px-3 {
    padding: 3rem 0
}

.px-3t {
    padding-top: 3rem
}

.px-3Bottom {
    padding-bottom: 3rem
}

.px-1Bottom {
    padding-bottom: 1rem
}

.px-4 {
    padding: 4rem 0
}

.px-3x {
    padding: 2.5rem 0 8rem !important
}

.topContact {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 73%;
}


    .topContact a {
        border-left: 0px !important
    }

.border-b-surface-20 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(208 207 207 / var(--tw-border-opacity, 1));
}

.font-normal {
    font-weight: 400;
}

.topHeader {
    background: #f8f8f8
}

    .topHeader a {
        padding: 15px 32.3px;
        font-weight: 400;
        --tw-text-opacity: 1;
        color: var(--darko);
    }

        .topHeader a:last-child {
            border-left: 1px solid #ccc
        }

        .topHeader a:hover {
            background: #d2ced4 !important
        }

        .topHeader a svg {
            margin-left: 10px;
            position: relative;
            top: 3px
        }

        .topHeader a:hover svg {
            transform: rotate(45deg)
        }

header {
    height: 130px
}

    header nav {
        height: 80px
    }

.mx-auto {
    display: flex;
    padding: 0 190px;
    margin: 0 auto;
    gap: 1rem;
    align-items: flex-start;
    width: 100%;
    justify-content: space-between;
}

.autoPage {
    margin: 0 auto;
    max-width: 1280px;
    width: 100%;
}

.autoPage1 {
    margin: 0 auto;
    max-width: 1480px;
    width: 100%;
}

.mx-auto .logo {
    width: 180px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 76px;
}

.flex-wrap {
    flex-wrap: wrap;
}

.gap-4 {
    gap: 1rem !important;
}

.gap-2x {
    gap: 2rem !important;
}

.gap-15x {
    gap: 1.5rem !important;
    margin-bottom: -10px
}

.gap-3 {
    gap: 3rem !important;
}

.menuList {
    display: block;
    height: 100%;
}

    .menuList ul {
        display: flex;
        flex-direction: row;
        padding: 0 50px;
        align-items: stretch;
        justify-content: space-between;
    }

        .menuList ul li {
            user-select: none;
            -webkit-user-select: none;
            position: relative;
            --tw-border-opacity: 1;
            border-color: rgb(248 248 248 / var(--tw-border-opacity, 1));
            border-top-width: 1px;
            border-style: none
        }

            .menuList ul li .relative {
                position: relative;
                display: flex;
                align-items: center;
                gap: 20px;
            }

                .menuList ul li .relative span {
                    padding: 1.75rem 2.5rem;
                    transition-duration: .15s;
                    transition-property: all;
                    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
                    font-weight: 400;
                    font-size: 1.1rem;
                    line-height: 1.5rem;
                    cursor: pointer;
                    display: block;
                    position: relative;
                    z-index: 30;
                }

                .menuList ul li .relative a span {
                    color: var(--dark)
                }

                .menuList ul li .relative a:hover span {
                    color: var(--red)
                }

.fixBg, .fixBg1 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(0,0,0,.7);
}
.fixBg1 {
    animation:fadeIn 1s;
    background: rgba(0,0,0,.8); z-index:8887
}

    .main_nav.hide {
        transform: translateY(-100%);
    }

/********Menü 1********/

.menuList ul li .relative.active {
    --tw-shadow: 0 4px 0 0 red inset;
    --tw-shadow-colored: inset 0 4px 0 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    background: #f3f3f3
}

    .menuList ul li .relative.active span {
        color: var(--red);
    }

.menuList ul li .relative svg {
    position: absolute;
    padding: 0;
    background-color: transparent;
    --tw-rotate: 0deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    width: 1rem;
    height: 1rem;
    right: .5rem;
    stroke: #141010;
    transition-duration: 0.15s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.menuList ul li .relative.active svg {
    stroke: var(--red);
    transform: rotate(180deg);
}

.menuList ul li .relative + ul.grid {
    opacity: 0;
    position: absolute;
    display: none;
    visibility: hidden;
    z-index: 6000
}

.menuList ul li .relative.active + ul.grid {
    --tw-shadow: 0 16px 20px rgba(0, 0, 0, .04);
    --tw-shadow-colored: 0 16px 20px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    display: grid;
    opacity: 1;
    visibility: visible;
    padding: 1rem;
    width: 1024px;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: grid;
    flex-direction: row;
    --tw-translate-y: 8px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    height: auto;
    top: 100%;
    left: 0;
    position: absolute;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    margin-top: 10px;
}

    .menuList ul li .relative.active + ul.grid li {
        --tw-bg-opacity: 1;
        background-color: var(--whiteo);
        display: flex;
        align-items: center;
        position: relative;
        gap: 1rem;
    }

    .menuList ul li .relative.active + ul.grid li {
        display: block;
        transition-duration: 0.15s;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: .3s;
    }

        .menuList ul li .relative.active + ul.grid li:hover {
            background: var(--red);
        }

            .menuList ul li .relative.active + ul.grid li:hover p span {
                color: var(--white)
            }

.gap-2 {
    gap: .5rem;
}

.padMix15 {
    padding: 30px;
    display: flex;
    flex-direction: column;
}

    .padMix15 div p:last-child {
        margin-bottom: 0px !important
    }
/********Menü 1********/



/********Menü 2********/

.menuList ul li .relative + ul.grid2 {
    opacity: 0;
    position: absolute;
    display: none;
    transition:all .4s;
    visibility: hidden;
    z-index: 6000;
    overflow:auto;
    max-height:405px
}

.menuList ul li .relative.active + ul.grid2 {
    --tw-shadow: 0 16px 20px rgba(0, 0, 0, .04);
    --tw-shadow-colored: 0 16px 20px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    opacity: 1;
    visibility: visible;
    padding: 1rem;
    gap: .5rem;
    width: 830px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    --tw-translate-y: 8px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    height: auto;
    top: 100%;
    left: 0;
    position: absolute;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    margin-top: 10px;
}

.gridfull span {
    display: block;
    font-weight: 500;
    font-size: 18px;
}

.menuList ul li .relative.active + ul.grid2 li {
    --tw-bg-opacity: 1;
    background-color: var(--whiteo);
    display: flex;
    align-items: center;
    position: relative;
    gap: 1rem;
    transition-duration: 0.15s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: .3s;
}

    .menuList ul li .relative.active + ul.grid2 li:hover, .mnFlex.actives {
        background-color: var(--red)
    }

.mnFlex.actives {
    background-color: var(--red) !important
}

    .mnFlex.actives a, .mnFlex.actives svg {
        color: #fff !important;
        stroke: #fff !important;
        fill: #fff !important
    }

.menuList ul li .relative.active + ul.grid2 li a {
    transition-duration: 0.15s;
    display: flex;
    align-items: center;
    width: 100%;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: .3s;
    padding: 1rem;
    font-family: Lexend, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: var(--dark);
}

.menuList ul li .relative.active + ul.grid2 li:hover a {
    color: var(--white)
}

.mnFlex {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

    .mnFlex svg {
        flex: 1;
        position: absolute;
        right: 7%;
        transition: all .3s cubic-bezier(0.4, 0, 0.2, 1);
        transform: rotate( 45deg) !important;
    }

    .mnFlex:hover svg {
        transform: rotate(136deg) !important;
    }

    .mnFlex.actives svg {
        transform: rotate( 316deg) !important;
    }

.jpp {
    margin-top: 180px
}

    .jpp h1, .jpp .h1 {
        font-size: 42px;
        font-weight: 600;
        line-height: 50.8px;
    }

.gridfull {
    grid-column: 1 / -1;
    display: flex !important;
    background: none !important;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    text-align: left;
    gap: .4rem !important;
    color: #434040;
    font-family: Lexend, sans-serif;
    font-size: 16px;
    padding: 10px;
    font-weight: 400;
    color: var(--dark);
}

    .gridfull:hover {
        background: transparent !important
    }
/********Menü 2********/



/********Menü 2********/

.menuList ul li .relative + ul.grid3 {
    opacity: 0;
    position: absolute;
    display: none;
    visibility: hidden;
    z-index: 6000
}

.menuList ul li .relative.active + ul.grid3 {
    --tw-shadow: 0 16px 20px rgba(0, 0, 0, .04);
    --tw-shadow-colored: 0 16px 20px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    opacity: 1;
    visibility: visible;
    padding: 1rem;
    gap: .5rem;
    width: 1108px;
    display: grid;
    grid-template-columns: 70% 30%;
    --tw-translate-y: 8px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    height: auto;
    top: 100%;
    left: -200%;
    position: absolute;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    margin-top: 10px;
}

.gridfull span {
    display: block;
    font-weight: 500;
    font-size: 18px;
}

.menuList ul li .relative.active + ul.grid3 li {
    --tw-bg-opacity: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    justify-content: flex-start;
    gap: .5rem;
    transition-duration: 0.15s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: .3s;
    border-radius: 10px;
}

.allLinkMenu {
    position: relative;
    padding: 10px;
}

.allLinkMenuBody {
    position: relative;
    overflow: hidden;
    height: 190px;
    padding-right: 5px;
    padding-left: 10px;
    overflow-y: auto;
}

.rad {
    padding: 1rem 3rem 1rem 1rem;
    display: inline-flex;
    align-items: center;
    position: relative;
    border-radius: 34px;
    text-transform: uppercase;
    background: #f1f1f1;
    font-weight: 400;
    color: #000;
}

    .rad:after {
        content: "";
        background: url(/img/close.svg) no-repeat 0 0;
        display: inline-block;
        position: absolute;
        right: 11%;
        width: 16px;
        height: 16px;
        background-size: contain;
    }

.categories .allLinkMenuBody {
    min-height: 370px !important;
    margin: 10px 0;
}

.categories {
    position: sticky;
    top: 0
}

.searchPro {
    background: url(/img/search2.svg) no-repeat 0 0;
    position: absolute;
    right: 25px;
    width: 16px;
    height: 16px;
    display: inline-block;
    z-index: 100;
    cursor: pointer;
    background-size: contain;
    top: 24px;
}

.categories fieldset legend {
    font-size: 18px !important
}

.menuList ul li .relative.active + ul.grid3 li.allLinkMenu a, .allLinkMenu a {
    transition-duration: 0.15s;
    display: flex;
    align-items: center;
    width: 100%;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: .3s;
    padding: .5rem;
    font-family: Lexend, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: var(--dark);
    border-bottom: 1px dashed rgb(243 243 243);
}

    .menuList ul li .relative.active + ul.grid3 li.allLinkMenu a:last-child, .allLinkMenu a:last-child {
        border-bottom: 0px
    }

    .menuList ul li .relative.active + ul.grid3 li.allLinkMenu a:hover, .allLinkMenu a:hover {
        background: var(--whiteo);
        color: var(--red)
    }

    .menuList ul li .relative.active + ul.grid3 li.allLinkMenu a.activet, .allLinkMenu a.activet {
        background-color: rgb(243 243 243);
        position: relative;
        color: var(--red);
        border-radius: 5px;
    }

fieldset {
    width: 100%;
    border-radius: 5px;
    border: 1.2px solid #eeeeee;
    padding: 10px;
    position: relative;
}

    fieldset legend {
        padding: 5px 15px 7px;
        background: rgb(243 243 243);
        color: #000000;
        border-radius: 5px;
        font-family: Lexend, sans-serif;
        font-size: 15px;
        font-weight: 400;
    }

.menuBtnk {
    transition: all .4s;
    padding: .76rem 1rem;
    text-align: center;
    display: block;
    width: 100%;
    background: #f1f1f1;
    font-weight: 400;
    color: var(--dark);
    border-radius: 5px;
}

    .menuBtnk:hover {
        background: #ddd;
        color: var(--dark)
    }

.gridPs, .gridPs:hover {
    background: #f2f2f2 !important;
    padding: 20px;
    margin-right: 10px;
}

/********Menü 2********/

.block {
    display: block;
    position: relative
}

.blockTX {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-evenly;
    height: 80px;
}

.main-nav .btn--primary {
    padding: 26px 64px 26px 32px;
    margin-bottom: -1px
}

.btn--primary, .btn--primary:is(a,button) {
    border-radius: 0;
    border-width: 0;
    cursor: pointer;
    position: relative;
    --tw-border-opacity: 1;
    --tw-bg-opacity: 1;
    background-color: var(--red);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8rem;
    padding: .75rem 3.5rem .75rem 1rem;
    text-transform: none;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    transition-duration: .2s;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

    .btn--primary:after, .btn--primary:is(a,button):after {
        --tw-content: "";
        display: inline-block;
        height: 30px;
        width: 30px;
        position: absolute;
        right: 15px;
        top: 30%;
        --tw-translate-y: -50%;
        background-image: url(/img/pencil1.svg);
        background-position: 50%;
        fill: var(--white);
        background-repeat: no-repeat;
        background-size: contain;
        content: var(--tw-content);
    }

    .btn--primary.ok:after {
        background-image: url(/img/btn-arrow.svg);
        height: 19px;
        width: 19px;
        position: absolute;
        right: 15px;
        top: 31%;
    }

    .btn--primary:hover {
        background: var(--dark);
        border-color: var(--dark);
    }

.cm-content .h2, .cm-content h1, .cm-content h2, .h1, .h2 {
    color: #141010;
    font-family: Lexend, sans-serif;
    letter-spacing: -.025em;
}

.cm-content h1, .h1, h1 {
    font-size: 58px;
    font-weight: 600;
    line-height: 63.8px;
    margin-bottom: 1.5rem;
}

#SlideHtml h1, #SlideHtml p, #SlideHtml span, #SlideHtml a {
    text-shadow: 0px 0px 10px rgba(0,0,0,.2);
    -webkit-text-stroke-color: aqua
}

.cm-content h1 span, .bannerFix h1 span {
    display: block;
    color: var(--red)
}

.cm-content h2, .h2, h2 {
    font-size: 38px;
    font-weight: 600;
    line-height: 53.8px;
    margin-bottom: 1.5rem;
}

.banner .inFlex .text-red {
    --tw-text-opacity: 1;
    line-height: 1.5rem;
    font-weight: 700;
    font-size: 1.25rem;
    font-family: Maven Pro, sans-serif;
    padding: 10px 16px;
    background: #212121;
    color: var(--white);
    border-radius: 3px 20px;
}

.text-red {
    color: var(--red)
}

.inFlex {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    width: 715px /* 70%*/
}

.cm-content p, p {
    color: var(--dark);
    font-family: Lexend, sans-serif;
    font-size: 21px;
    font-weight: 300;
    line-height: 27px;
    margin-bottom: 1rem;
}

.slid {
    display: block;
    position: relative;
    overflow: hidden;
    width: 650px;
    height: 450px;
    box-shadow: -20px 20px 10px rgba(0, 0, 0, .1), 20px -20px 10px rgba(0, 0, 0, .1);
    border-radius: 0 160px 0 160px;
}

.slid2 {
    display: block;
    position: relative;
    overflow: hidden;
    width: 650px;
    height: 450px;
    box-shadow: 20px -20px 10px rgba(0, 0, 0, .1), -20px 20px 10px rgba(0, 0, 0, .1);
    border-radius: 160px 0;
}

.slid img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.slider-container {
    width: 650px;
    margin: 0 50px auto;
}

.slide-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    z-index: 1;
}

    .slide-item.active {
        opacity: 1;
        z-index: 2;
    }

    .slide-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.slider-dots {
    text-align: center;
    position: relative;
    top: 40px
}

.dot {
    cursor: pointer;
    height: 12px;
    width: 30px;
    margin: 0 2px;
    background-color: #dedada;
    border-radius: 5px;
    display: inline-block;
    transition: all .4s;
}

    .dot.active {
        background-color: #e11b22;
    }

section {
    width: 100%;
    position: relative
}

    section.bg {
        padding: 4rem 0;
        margin: 20px 0;
        background: rgb(248 248 248/var(--tw-bg-opacity,1));
    }

    section.bg1 {
        background: rgb(248 248 248/var(--tw-bg-opacity,1));
        margin-top: 0px;
        padding-top: 20px;
    }

.bold {
    font-weight: bold;
    color: var(--dark);
    font-size: 18px;
}

p.nopad {
    line-height: 0;
    margin-bottom: 0;
    position: relative;
    top: -10px;
}

.desc {
    display: block;
    color: #212121;
    font-family: Lexend, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
    margin-top: 1rem;
}

.bfx {
    position: relative;
}

    .bfx:before {
        content: "";
        min-width: 1rem;
        min-height: 1rem;
        width: 1rem;
        height: 1rem;
        --tw-bg-opacity: 1;
        background-color: var(--red);
        display: inline-block;
        position: relative;
        top: 1px;
        margin-right: 10px;
        transform: rotate(45deg);
        transition: all .5s cubic-bezier(0.4, 0, 0.2, 1);
    }

.menuList ul li .relative.active + ul li:hover .bfx:before {
    content: "";
    background-color: var(--whiteo);
    transform: rotate(-45deg);
}

.bfx1 {
    position: relative;
}

    .bfx1:before {
        content: "";
        min-width: .7rem;
        min-height: .7rem;
        width: .5rem;
        height: .5rem;
        --tw-bg-opacity: 1;
        background-color: var(--red);
        display: inline-block;
        position: relative;
        top: 0px;
        margin-right: 10px;
        transform: rotate(45deg);
        transition: all .5s cubic-bezier(0.4, 0, 0.2, 1);
    }

.menuList ul li .relative.active + ul li:hover .bfx1:before {
    content: "";
    background-color: var(--whiteo);
    transform: rotate(-45deg);
}

.relative {
    position: relative
}

.menuList ul li.bgNone {
    background-color: transparent !important
}

.load {
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.9)
}

.loadBig {
    background: url(/img/load.svg) no-repeat 0 0;
    background-size: contain;
    width: 150px;
    height: 150px;
    margin: 15% auto;
}

.load1 {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3000;
    transition: all .4s;
    background: rgba(255, 255, 255, .7);
}

.load2, .load3 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 3000;
    transition: all .4s;
    background: rgba(255, 255, 255, .5);
}

    .load1 .loadBig, .load2 .loadBig, .load3 .loadBig {
        width: 90px;
        height: 100%;
        margin: 26% auto;
    }

.searchDetails .loadBig {
    width: 30px;
    height: 30px;
    margin: -5px 10px 0px 0 !important
}

.load3 .loadBig {
    margin: 75% auto !important
}

.load2 .loadBigs {
    margin: 100% auto !important;
    width: 50px;
}

.load2 .loadBig {
    margin: 50% auto
}

.hide {
    display: none !important
}


.scrollX -moz-scrollbar, .scrollX::-webkit-scrollbar, .scrollX scrollbar,
.grid2-moz-scrollbar, .grid2::-webkit-scrollbar, .grid2 scrollbar {
    width: 4px !important;
    height: 4px !important;
}

.scrollX -moz-scrollbar-thumb, .scrollX::-webkit-scrollbar-thumb, .scrollX scrollbar-thumb,
.grid2-moz-scrollbar-thumb, .grid2::-webkit-scrollbar-thumb, .grid2 scrollbar-thumb {
    background: var(--red) !important;
    border-radius: 23px !important;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .2) !important;
}

.scrollX -moz-scrollbar-track, .scrollX::-webkit-scrollbar-track, .scrollX scrollbar-track,
.grid2-moz-scrollbar-track, .grid2::-webkit-scrollbar-track, .grid2 scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px transparent !important;
    height: 4px !important;
    background: #eee !important;
    border-radius: 23px !important;
    display: block !important;
    position: relative !important;
    overflow: hidden !important;
}

.btnS1 {
    display: flex;
    padding: 1rem 1.5rem 1rem 1rem;
    font-size: 25px;
    font-family: Lexend, sans-serif;
    border-radius: .5rem;
    color: #1c274c;
    cursor: pointer;
    font-weight: 700;
    gap: 10px;
    min-width: 280px;
    border-radius: 5px 34px;
    align-items: center;
    border: 1.5px solid #e7e5e8;
}

.btnS2 {
    min-width: 280px;
    display: flex;
    flex-direction: row;
    padding: 1rem 1.5rem 1rem 1rem;
    font-size: 25px;
    font-family: Lexend, sans-serif;
    border-radius: .5rem;
    color: #1c274c;
    cursor: pointer;
    font-weight: 700;
    gap: 10px;
    border-radius: 34px 5px;
    align-items: center;
    background: #e7e5e8;
    border: 1.5px solid #e7e5e8;
}

    .btnS2 span, .btnS1 span {
        font-size: 13px;
        display: block;
        color: #1c274c;
    }

.jsonNoResult {
    width: 100% !important;
    height: 490px;
    grid-column: 1 / -1;
    display: grid;
    text-align: center;
    justify-content: center;
    font-size: 22px;
    align-items: center;
}

    .jsonNoResult span {
        font-size: 16px !important
    }

.productsList {
    width: 100%;
    opacity: 1;
    visibility: visible;
    padding-top: 12px;
    gap: .7rem;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    --tw-translate-y: 8px;
    height: auto;
    top: 0;
    left: 0;
    position: relative;
    --tw-bg-opacity: 1;
}

.proList .productsList {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.productsList .items {
    border: 1.7px solid #f2f2f2;
    padding: 1rem;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    --tw-shadow: 0 16px 20px rgba(0, 0, 0, .04);
    --tw-shadow-colored: 0 16px 20px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    transition-duration: 0.15s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: .3s;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

    .productsList .items:hover {
        background: rgb(228 228 228 / var(--tw-border-opacity, 1));
    }

    .productsList .items img {
        object-fit: cover;
        border-radius: 7px;
        width: 150px;
        height: 150px;
        padding: 10px;
        background: #fff;
        margin-bottom: 10px;
    }

    .productsList .items span {
        font-family: Lexend, sans-serif;
        font-size: 16px;
        font-weight: 400;
        color: var(--dark);
        line-height: 1.36;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-box;
        height: 46px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        -webkit-box-align: start;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

.productsList.bh .items {
    padding: 2rem;
    position: relative;
    align-items: flex-start !important
}

    .productsList.bh .items:hover {
        border: 1.7px solid #555;
        box-shadow: 0px 0px 40px rgba(55,55,55,.1) inset;
        background: none !important;
        z-index: 4000 !important;
    }

    .productsList.bh .items img {
        width: 100% !important;
        height: 270px !important;
        object-fit: contain !important;
    }

    .productsList.bh .items a {
        height: 373px;
        cursor: pointer !important
    }

    .productsList.bh .items b {
        color: var(--red)
    }

    .productsList.bh .items span {
        font-size: 18px;
        height: 50px;
        -webkit-line-clamp: 2;
    }

    .productsList.bh .items a:hover span {
        color: var(--black);
        text-decoration: underline
    }

    .productsList.bh .items a:hover b {
        color: var(--dark)
    }

    .productsList.bh .items .groupBtn {
        display: flex;
        margin-top: 20px;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: .3rem
    }

        .productsList.bh .items .groupBtn button {
            display: flex;
            align-items: center;
            background: #d9d9d9;
            justify-content: flex-start;
            padding: .4rem .6rem .5rem;
            border-radius: 20px;
            transition: all .4s;
            color: var(--dark);
            font-size: 13px;
            font-weight: 500;
            cursor: pointer !important;
        }

            .productsList.bh .items .groupBtn button:hover {
                background: var(--white)
            }

.proSearch {
    width: 100%;
    display: block;
}

.inp {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: var(--whiteo);
    border: 1px solid #fff;
    color: #141010;
    font-family: Lexend, sans-serif;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 27.9px;
    padding: 9px 1rem 7px !important;
    transition: .3s ease;
    border-radius: 10px;
    width: 100% !important;
}

    .inp.search {
        background-image: url(/img/search.svg);
        background-repeat: no-repeat;
        background-position: 94% center;
        background-size: auto;
    }

.btnk {
    display: inline-flex;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
    background: none;
    position: absolute;
    right: 0;
    cursor: pointer;
    width: 50px;
}


.links, .link1, .link2, .link3 {
    display: inline-block;
    position: relative;
    font-weight: 500;
    padding-bottom: 3px;
    text-decoration: none;
    transition: all .3s;
    color: #0d0d5b
}

.link2 {
    color: var(--red);
    font-weight: 400 !important;
    font-size: 18px !important;
    padding-bottom: 0px;
    text-decoration: underline;
}

.link3 {
    color: var(--dark);
    font-weight: 400 !important;
    font-size: 18px !important;
    padding-bottom: 0px;
    text-decoration: underline;
}

    .link2:hover, .link3:hover {
        text-decoration: none
    }

.link1 {
    padding-bottom: 0px !important
}

    .links:hover, .link1:hover {
        color: var(--red);
    }

    .links:after, .link1:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 3px;
        border-radius: 3px;
        right: 0;
        background-color: var(--red);
        bottom: 0;
        transform: scaleX(0);
        transform-origin: bottom right;
        transition: transform .3s
    }

    .links:hover:after, .link1:hover:after {
        transform-origin: bottom left;
        height: 3px;
        border-radius: 3px;
        transform: scale(1)
    }


.boldtr {
    color: var(--dark);
    font-weight: 500;
    position: relative;
}

    .boldtr:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 3px;
        border-radius: 3px;
        right: 0;
        background-color: var(--dark);
        bottom: 0;
        transform: scaleX(0);
        transform-origin: bottom right;
        transition: transform .3s;
        transform: scale(1)
    }

.linkt {
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: var(--dark);
}

    .linkt:hover {
        color: var(--dark);
    }

    .linkt:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 1.5px;
        left: 0;
        bottom: 0;
        border-radius: 3px;
        background-color: var(--dark);
        transform: scaleX(0) translateZ(0);
        transform-origin: bottom left;
        transition: transform .2s ease-out;
        backface-visibility: hidden;
        -webkit-font-smoothing: subpixel-antialiased;
        will-change: transform;
    }

    .linkt:hover:after {
        transform: scaleX(1);
    }

.searchBody {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.95);
    z-index: 9999;
}

    .searchBody .searchFull {
        margin: 10% auto;
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: center;
        justify-content: flex-start;
        max-width: 800px;
    }

        .searchBody .searchFull b {
            font-size: 40px;
            color: #fff;
            display: block;
            font-weight: 600;
        }

        .searchBody .searchFull p {
            color: #fff;
            font-size: 18px
        }

.searchInput {
    padding: 25px;
    border-radius: 50px;
    width: 800px;
    border: 5px solid #fff;
    font-size: 20px;
    background: #fff url(/img/search1.svg) no-repeat 4% center;
    text-indent: 45px;
}

.stextBody {
    position: relative
}

.mic {
    position: absolute;
    right: 0;
    margin: 26px;
}

i small {
    position: absolute;
    z-index: -1;
    color: rgba(0,0,0,0)
}

.mic i.mics {
    width: 30px;
    height: 30px;
    background: url(/img/microphone.svg) no-repeat 0 0;
    background-size: contain;
    display: inline-block;
    cursor: pointer
}

.popularSearch {
    display: table;
    text-align: center;
    margin: 40px auto
}

    .popularSearch span {
        font-size: 24px;
        display: block;
        text-align: center;
        color: #fff;
        margin-bottom: 20px
    }

.dynamics {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

    .dynamics a {
        opacity: .9;
        border-radius: 100px;
        background: rgb(220 45 45 / 90%);
        display: inline-block;
        font-size: 15px;
        padding: 10px 15px;
        color: #fff;
    }

        .dynamics a:hover {
            background: var(--white);
            color: var(--dark)
        }

.close1 {
    position: absolute;
    top: 10%;
    width: 60px;
    right: 30%;
    height: 60px;
    background: #fff url(/img/close.svg) no-repeat 0 0;
    background-size: contain;
    display: inline-block;
    cursor: pointer;
    padding: 13px;
    border-radius: 100%;
    border: 10px solid #fff;
}

    .close1:hover {
        border: 10px solid #ccc;
        background-color: #ccc;
    }

.swiper {
    margin: 45px 0 0;
    user-select: none;
    -webkit-user-select: none;
    -webkit-user-drag: none
}

.noBottom {
    margin-bottom: 0px !important
}

.productsCode {
    color: #ffffff;
    font-size: 15px;
    position: relative;
    margin: -10px 0 30px;
    display: table;
    background: rgb(225 27 34);
    padding: .5rem;
    border-radius: 0 16px;
    font-weight: 400;
}
/**çerez*/
.hs-cookie {
    position: fixed;
    border-bottom: 0;
    bottom: 0;
    top: auto;
    background: #f8f8f8;
    border: none;
    bottom: 32px !important;
    left: 32px;
    max-width: 630px;
    padding: 32px;
    position: fixed;
    top: auto;
    height: auto;
    width: 100%;
    z-index: 100000000 !important;
    color: #33475b;
    text-align: left;
    text-shadow: none !important;
    font-size: 12px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    line-height: 18px;
}

.hs-cookie-inner {
    background: none;
    margin: 0 auto;
    max-width: 1000px;
    padding: 0;
}


.hs-policy-wording {
    margin-bottom: 12px;
}

.hs-cookie-inner p {
    color: var(--dark);
    font-family: Lexend, sans-serif;
    font-size: 16px;
    font-weight: 300 !important;
    letter-spacing: 0;
    line-height: 22px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: left;
    text-shadow: none !important;
    margin: 0 72px 12px;
}

    .hs-cookie-inner p > a {
        color: #000 !important;
        cursor: pointer;
        font-weight: 400 !important;
        text-decoration: underline !important;
    }

.hs-cookie-buttons {
    margin: 0 !important;
    text-align: left !important;
    margin-right: 72px;
    justify-content: flex-end;
    align-items: center;
}

.hs-cookie-button-group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    flex-flow: nowrap !important;
    gap: 16px;
    padding-top: 26px !important;
    width: 100% !important;
    justify-content: center;
}

a#hs-confirmation-button {
    background-color: #e11b22 !important;
}

a#hs-confirmation-button, a#hs-decline-button {
    background-image: url(/img/btn-arrow.svg) !important;
    background-position: right 1.5rem center !important;
    background-repeat: no-repeat !important;
    background-size: 18px 7.5px !important;
    border: 2px solid #e11b22 !important;
    border-radius: 0 !important;
    color: #fff !important;
    cursor: pointer !important;
    display: block !important;
    font-family: Lexend, sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    line-height: 24px !important;
    margin: 0 !important;
    padding: 12px 1.5rem !important;
    text-align: left !important;
    transition: .2s ease !important;
    width: 50% !important;
}

a#hs-confirmation-button, a#hs-decline-button {
    background-image: url(/img/btn-arrow.svg) !important;
    background-position: right 1.5rem center !important;
    background-repeat: no-repeat !important;
    background-size: 18px 7.5px !important;
    border-radius: 0 !important;
    color: #fff !important;
    cursor: pointer !important;
    display: block !important;
    font-family: Lexend, sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    line-height: 24px !important;
    margin: 0 !important;
    padding: 12px 1.5rem !important;
    text-align: left !important;
    transition: .2s ease !important;
    width: 50% !important;
    text-shadow: none !important;
}

a#hs-decline-button {
    background-color: #e7e7e7 !important;
    background-image: url(/img/btn-arrow-dark.svg) !important;
    border-color: #e7e7e7 !important;
    color: #141010 !important;
}

a#hs-confirmation-button:hover {
    background-color: #a70c11 !important;
    border-color: #a70c11 !important;
}

a#hs-decline-button:hover {
    background-color: #d6d2d2 !important;
    border-color: #d6d2d2 !important;
    color: #000 !important
}

a#hs-confirmation-button:hover, a#hs-decline-button:hover {
    background-position: right .5rem center !important;
}
/*One Page 1 White Bg Color*/
.OnePg {
    position: relative;
    margin: 0 auto;
    max-width: 1280px;
    width: 100%;
}

    .OnePg .flex {
        display: flex;
        flex-direction: row;
        align-items: center;
        position: relative;
    }

        .OnePg .flex .dv1 {
            width: 58.333333%;
            margin-bottom: 0;
            position: absolute;
            top: 0;
            left: 0;
        }

            .OnePg .flex .dv1 p.description {
                width: 66.666667%;
                font-size: 18px;
                margin: -1.5rem 0 2.5rem;
            }

            .OnePg .flex .dv1 h3, .h3 {
                color: var(--dark);
                font-family: Maven Pro, sans-serif;
                font-size: 32px;
                font-weight: 600;
                letter-spacing: -.025em;
                line-height: 38.4px;
                margin-bottom: 17px;
                padding-bottom: 3rem;
                width: 66.666667%;
                margin-bottom: 0 !important;
            }

.blocks {
    display: block;
    margin-bottom: 1rem !important;
    padding-bottom: 0px !important;
}

.blocks1 {
    display: block !important
}

.OnePg .flex .dv1 .content {
    padding-bottom: 5rem;
    padding-top: 5rem;
    padding: 5rem;
    position: relative;
    z-index: 500;
    --tw-bg-opacity: 1;
    background-color: var(--white);
}

.inD {
    box-shadow: -20px 20px 20px rgba(0,0,0,.03)
}

.OnePg .flex .dv1 .content h4, .h4, h4 {
    color: var(--black);
    font-family: Maven Pro, sans-serif;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: -.025em;
    vertical-align: inherit;
    line-height: 36.4px;
    margin-bottom: 1rem;
}

.h4 {
    font-size: 20px;
    line-height: 27px
}

.OnePg .flex .dv1 .content p {
    color: var(--dark);
    font-family: Lexend, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.content .h4 {
    font-family: Lexend, sans-serif !important;
    line-height: 27px !important;
    font-weight: 300 !important;
    font-size: 19px !important;
    color: var(--black) !important;
}

.OnePg .flex .dv1 .content p a.linkt {
    color: var(--black)
}

.OnePg .flex .dv1 .content .buttonGrp {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 3rem;
}

    .OnePg .flex .dv1 .content .buttonGrp a.btn {
        background-color: var(--red);
        color: var(--white);
        border: 2px solid var(--red)
    }

        .OnePg .flex .dv1 .content .buttonGrp a.btn:hover {
            background-color: var(--dark);
            color: var(--white);
            border: 2px solid var(--dark)
        }

            .OnePg .flex .dv1 .content .buttonGrp a.btn:hover:after {
                background-image: url(/img/btn-arrow.svg);
            }

.OnePg .flex .dv2 {
    width: 58.333333%;
    margin-right: 0;
    margin-left: auto;
}

    .OnePg .flex .dv2 img {
        max-width: 100%;
        height: auto;
        object-position: center;
        width: 100%;
        object-fit: cover;
        display: block;
        vertical-align: middle;
    }


.OnePg .flex .dv1 .content.bg1 {
    background-color: rgba(0, 174, 134,1)
}

    .OnePg .flex .dv1 .content.bg1 .buttonGrp a.btn {
        background-color: #004d52;
        color: var(--white);
        border: 2px solid #004d52
    }

        .OnePg .flex .dv1 .content.bg1 .buttonGrp a.btn:hover {
            background-color: var(--dark);
            color: var(--white);
            border: 2px solid var(--dark)
        }
/*rightp*/
.dv1Right {
    width: 58.333333%;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: inherit !important;
    right: 0 !important;
}

    .dv1Right h3 {
        width: 64% !important;
        margin-bottom: 0 !important;
        margin-left: 40% !important;
    }

.dv2Left {
    margin-left: 0 !important;
    margin-right: auto !important;
}

.cream {
    background-color: var(--whiteo) !important
}

    .cream .buttonGrp a.btn {
        background-color: var(--dark) !important;
        color: var(--white) !important;
        border: 2px solid var(--dark) !important;
    }

        .cream .buttonGrp a.btn.ok:after {
            background-image: url(/img/btn-arrow.svg);
            height: 19px;
            width: 19px;
            position: absolute;
            right: 15px;
            top: 31%;
        }

        .cream .buttonGrp a.btn:hover {
            background-color: var(--red) !important;
            color: var(--white) !important;
            border: 2px solid var(--red) !important;
        }

        .cream .buttonGrp a.btn.ok:hover:after {
            background-image: url(/img/btn-arrow.svg) !important;
        }
/*rightp*/

/*One Page 1 White Bg Color*/
.blogGrid {
    display: grid;
    grid-template-columns: 75% 25%;
    gap: 2rem;
    border-bottom: 1.3px solid #e7e5e8;
}

.blogContent {
    padding-bottom: 1rem
}

.blogGrid.pageCont {
    padding: 0 !important;
    margin: 0 !important
}

.grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.blogMenu {
    padding: 0 1rem 1rem 1rem;
    border-left: 1.3px solid #e7e5e8;
}

.gridListCool2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.gridListCoolKat {
    display: grid;
    grid-template-columns: 25% 75%;
    gap: 1rem;
}

.gridListCool6 {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 1rem;
}

.sap {
    padding: 1.5rem 1rem .5rem;
    width: 200px;
    height: 100%;
    position: relative;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background: #f1f1f1;
    gap: 10px;
    text-align: center;
    border-radius: 1rem;
    font-family: Lexend, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 1rem;
    cursor: pointer;
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.title b {
    font-weight: bold !important
}

.sap a {
    color: var(--dark)
}

.sap:hover {
    box-shadow: 0px 0px 20px rgba(0,0,0,.1);
    animation: swing 1s
}

.sap img {
    object-fit: cover;
    width: 150px;
    height: auto;
    padding: 10px;
    border-radius: 1rem;
    background: #fff;
}



.grid2Ex {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: 50% 50%;
    width: 100%;
    min-height: 400px;
}

    .grid2Ex div:first-child {
        padding: 10% 8% 10% 35%;
        text-align: right;
        background: #c01010;
        color: #ffffff !important;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
    }

    .grid2Ex div:last-child {
        padding: 10% 35% 10% 8%;
        text-align: left;
        background: #000000;
        color: #ffffff;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

.serviceBtn, .serviceBtn1 {
    margin-top: 20px;
    padding: 15px 50px 15px 20px;
    border: none;
    border-radius: 20px 0 20px 20px;
    cursor: pointer;
    font-weight: 400;
    text-transform: uppercase;
}

.grid2Ex div:last-child:before {
    width: 65px;
    height: 63px;
    left: -30px;
    top: 34%;
}
.grid2Ex div:last-child:before {
    content: "";
    background: url(/img/load.svg) no-repeat 0 0;
    background-size: contain;
    width: 100px;
    height: 100px;
    display: inline-block;
    position: absolute;
    left: -48px;
    top: 35%;
}

.serviceBtn {
    background: #000;
    color: #fff;
}

.serviceBtn1 {
    background: #c01010;
    color: #fff;
}


.gridFormCol {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    position: relative;
}

.gridForm {
    display: flex;
    gap: .4rem;
    position: relative;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
}

    .gridForm label {
        font-weight: 400;
        padding: 1rem;
        position: absolute;
        z-index: 1;
        transition: all .4s;
        line-height: 25px;
    }

    .gridForm:has(.inpx:focus) label,
    .gridForm:has(.inpx:not(:placeholder-shown)) label {
        font-weight: 400;
        padding: .3rem 1rem;
        font-size: 13px;
        color: var(--dark);
    }

    .gridForm:has(textarea.inpx:focus) label,
    .gridForm:has(textarea.inpx:not(:placeholder-shown)) label {
        font-weight: 400;
        padding: .3rem 1rem;
        opacity: 0;
        font-size: 13px;
        color: var(--dark);
    }

    .gridForm input.inp {
        flex: 1
    }

        .gridForm input.inp:focus, .inpx:focus {
            box-shadow: 0 0 0 2px rgba(255, 0, 0, .5) inset;
            transition: all .5s;
        }

        .gridForm input.inp:not(:focus), .inpx:not(:focus) {
            transition: all .5s;
        }


    .grid2Ex div strong {
        font-size: 30px; margin-bottom:2rem
    }


        .grid2Ex div:first-child p {
            color: var(--white) !important;
        }

        .grid2Ex div:last-child p {
            color: var(--whiteo) !important;
        }

.gcols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.grid .g {
    --tw-bg-opacity: 1;
    background-color: var(--whiteo);
    padding: 1.5rem 2rem;
}

    .grid .g h3 {
        padding: 1rem 0;
        font-weight: bold;
        font-size: 1.5rem;
    }

    .grid .g p {
        color: #434040;
        font-family: Lexend, sans-serif;
        font-size: 19px;
        font-weight: 300;
        line-height: 27px;
        margin-bottom: 1rem;
    }

    .grid .g img {
        padding: 0;
        object-fit: contain;
        width: 100%;
        height: auto;
        margin: 0 auto;
        display: table;
    }

    .grid .g div {
        display: flex;
        flex-direction: column;
        gap: 1rem
    }

.maxing {
    /*#00ae86*/
    --tw-bg-opacity: 1;
    background-color: #004d52;
    padding: 3rem 3rem 7rem 3rem;
    color: #fff !important;
    text-align: center;
}

    .maxing p {
        color: #fff
    }

.px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
}

.teal {
    --tw-text-opacity: 1;
    display: flex;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(0 174 134);
    gap: 1.5rem;
    justify-content: space-between;
    flex-direction: column;
}

.tealBg {
    background: linear-gradient( 180deg, rgb(53 225 186), #ffff) !important
}

.teal h3 {
    padding: 3rem 3rem 0 3rem;
    font-size: 31px;
    color: #000
}

.teal p {
    padding: 0 3rem;
    font-size: 18px;
    color: var(--black)
}

.fullFle {
    width: 100%;
    padding-left: 4rem;
    padding-right: 4rem;
    margin-top: -5rem;
    margin-left: auto;
    margin-right: auto;
}

.teal img {
    width: 100%;
    height: auto;
    object-fit: cover
}

.gcols-3 {
    position: relative;
    text-align: left;
    padding: 2rem 2.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    flex-grow: 1;
}

    .gcols-3 h4 {
        color: var(--black)
    }

    .gcols-3 p {
        font-size: 18px;
        color: var(--black)
    }

.registerBtn {
    font-size: 23px !important;
    font-weight: 600 !important;
    background-color: rgba(0, 77, 82,1) !important;
    border-color: rgba(0, 77, 82,1) !important;
    font-family: Lexend, sans-serif
}

.jp1 {
    background: url(/img/jp2.svg) no-repeat 0 0;
    display: inline-block;
    background-size: contain;
    width: 30px;
    height: 30px;
    margin-right: 2px;
    position: relative;
    top: 6px;
}

.noMargin {
    margin: 0 !important
}
.noMargin1 {
    margin-bottom: -3rem !important
}

.noTopMargin {
    margin-top: 0 !important
}

.imgAutoParse {
    padding: 1rem !important;
    width: 45% !important;
    height: 100% !important
}

.jp2 {
    background: url(/img/jp1.svg) no-repeat 0 0;
    display: inline-block;
    background-size: contain;
    width: 30px;
    height: 30px;
    margin-right: 2px;
    position: relative;
    top: 6px;
}

.jp3 {
    background: url(/img/jp3.svg) no-repeat 0 0;
    display: inline-block;
    background-size: contain;
    width: 30px;
    height: 30px;
    margin-right: 2px;
    position: relative;
    top: 6px;
}

.jp4 {
    background: url(/img/jp4.svg) no-repeat 0 0;
    display: inline-block;
    background-size: contain;
    width: 30px;
    height: 30px;
    margin-right: 2px;
    position: relative;
    top: 6px;
}

.gridCol4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.gridCol2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.gridCol2Row {
    grid-template-columns: 20% 75%;
    gap: .5rem;
    padding-bottom: 3rem
}

.gridfull1 {
    grid-column: 1 / -1;
    text-align: left;
    color: var(--black);
    font-family: Lexend, sans-serif;
    line-height: 22px;
    margin-top: 10px;
}

.gridfull2 {
    grid-column: 1 / -1;
    text-align: left;
    color: var(--black);
    font-family: Lexend, sans-serif;
    line-height: 10px;
    margin: -10px 0;
    text-align: right;
}

.flex1 {
    flex: 1
}

.absolute {
    position: absolute;
}

.bgMid {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    inset: 0;
    position: absolute;
}

    .bgMid.sta1:before {
        --tw-content: "";
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 75%), url(/img/sta1.png) 50% / cover no-repeat;
        opacity: 0.05;
    }

    .bgMid.sta2:before {
        --tw-content: "";
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 75%), url(/img/sta2.png) 50% / cover no-repeat;
        opacity: 0.05;
    }

    .bgMid.sta3:before {
        --tw-content: "";
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 75%), url(/img/sta3.png) 50% / cover no-repeat;
        opacity: 0.05;
    }

    .bgMid.sta4:before {
        --tw-content: "";
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 95%), url(/img/sta4.png) 20% / cover no-repeat;
        opacity: 0.05;
    }

.rev {
    margin-top: 40px;
    padding: 2rem;
    padding-bottom: 1rem;
    padding-top: 4rem;
}

    .rev img {
        width: 170px;
        object-fit: contain;
        height: auto
    }

    .rev .h2 {
        line-height: 1.9rem;
        font-weight: 700;
        font-size: 2.25rem !important;
        font-family: Lexend, sans-serif;
        display: table;
        margin: 10% auto;
    }

    .rev p {
        font-size: 18px !important
    }

.px-1 {
    padding: 1rem 0
}

.bigSlider {
    touch-action: pan-y;
    overflow: visible;
    position: relative;
}

    .bigSlider .swiper-wrapperX {
        box-sizing: content-box;
        display: flex;
        height: 100%;
        position: relative;
        transition-property: transform;
        width: 100%;
        z-index: 1;
        scroll-margin-top: 100px;
    }

        .bigSlider .swiper-wrapperX .swiper-slide {
            width: 640px;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            transform: translateZ(0);
            flex-shrink: 0;
            position: relative;
            transition-property: transform;
            transition-duration: .15s;
            transition-property: all;
            transition-timing-function: cubic-bezier(.4, 0, .2, 1);
            align-items: center;
            display: flex;
        }

            .bigSlider .swiper-wrapperX .swiper-slide a {
                --tw-translate-x: -25%;
                transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
                height: 80%;
                transition-duration: .15s;
                transition-property: all;
                transition-timing-function: cubic-bezier(.4, 0, .2, 1);
                --tw-bg-opacity: 1;
                background-color: rgb(248 248 248 / var(--tw-bg-opacity, 1));
                flex-direction: column;
                width: 100%;
                display: flex;
                position: relative;
                color: inherit;
                text-decoration: inherit;
            }

                .bigSlider .swiper-wrapperX .swiper-slide a .contexT .btn {
                    transition: all .4s;
                    border: 0px !important
                }

                .bigSlider .swiper-wrapperX .swiper-slide a:hover .contexT h3 {
                    text-decoration: underline !important;
                    color: var(--red)
                }

                .bigSlider .swiper-wrapperX .swiper-slide a:hover .contexT .btn {
                    background: var(--dark);
                    border-radius: 20px 0
                }

                .bigSlider .swiper-wrapperX .swiper-slide a:before {
                    content: var(--tw-content);
                    display: block;
                    --tw-content: "";
                    opacity: .5;
                    --tw-bg-opacity: 1;
                    background-color: rgb(20 16 16 / var(--tw-bg-opacity, 1));
                    width: 100%;
                    z-index: 30;
                    top: 0;
                    left: 0;
                    position: absolute;
                }

                .bigSlider .swiper-wrapperX .swiper-slide a .image-above {
                    display: block;
                    transition-duration: .15s;
                    transition-property: all;
                    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
                    overflow: hidden;
                    width: 100%;
                    height: 100%;
                    display: block;
                    z-index: 10;
                    top: 0;
                    left: 0;
                    position: absolute;
                }

.aboveBg {
    position: absolute;
    background: rgba(0,0,0,.5);
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 100%
}

.bigSlider .swiper-wrapperX .swiper-slide a .image-above img, .bigSlider .swiper-wrapperX .swiper-slide a .image-wrapper img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: 100%;
    display: block;
    vertical-align: middle;
}

.bigSlider .swiper-wrapperX .swiper-slide a .contexT {
    opacity: 0
}

.bigSlider .swiper-wrapperX .swiper-slide a .image-wrapper {
    position: relative;
    overflow: hidden;
    height: 318px;
    transition-duration: .15s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.bigSlider .swiper-wrapperX .swiper-slide a .contexT {
    padding: 2.5rem;
}

    .bigSlider .swiper-wrapperX .swiper-slide a .contexT h3 {
        --tw-text-opacity: 1;
        color: var(--dark);
        display: block;
        margin-bottom: 1rem;
        transition: all .4s;
        font-family: Lexend, sans-serif;
        font-size: 23px;
        font-weight: 500;
        letter-spacing: 0px;
        line-height: 22.8px;
    }

    .bigSlider .swiper-wrapperX .swiper-slide a .contexT p {
        color: var(--dark);
        font-family: Maven Pro, sans-serif;
        font-size: 19px;
        font-weight: 400;
        letter-spacing: -.025em;
        line-height: 25px;
        margin-bottom: 1.75rem;
    }

.bigSlider .swiper-wrapperX .swiper-slide .swiper-slide-active:before {
    content: var(--tw-content);
    opacity: 0;
    display: block;
    --tw-bg-opacity: 1;
    background-color: rgb(20 16 16 / var(--tw-bg-opacity, 1));
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 50;
    left: 0;
    top: 0
}


.bigSlider .swiper-wrapperX .swiper-backface-hidden .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
}

.bigSlider .swiper-wrapperX .swiper-slide-duplicate-prev a:before {
    content: var(--tw-content);
    display: block;
}

.bigSlider .swiper-wrapperX .swiper-slide-active a:before {
    opacity: 0;
    display: block
}

.bigSlider .swiper-wrapperX .swiper-slide-active .image-above {
    opacity: 0;
}

.bigSlider .swiper-wrapperX .swiper-slide-active {
    width: 570px !important
}


.bigSlider .swiper-wrapperX .swiper-slide-next a:before {
    content: var(--tw-content);
    opacity: .2;
}

.bigSlider .swiper-wrapperX .swiper-slide-next .image-above {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0
}

.bigSlider .swiper-wrapperX .swiper-slide-next .image-wrapper {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
}

.bigSlider .swiper-wrapperX .swiper-slide a .image-wrapper {
    height: 150px !important;
}

.bigSlider .swiper-wrapperX .swiper-slide-next a .image-wrapper {
    height: 175px !important;
}

.bigSlider .swiper-wrapperX .swiper-slide-active a .image-wrapper {
    height: 280px !important;
    z-index: 1000
}

.bigSlider .swiper-wrapperX .contactBg {
    background: url(/img/contact.png) no-repeat 0 0;
    position: absolute;
    z-index: 1000;
    background-size: contain;
    width: 218px;
    height: 99px;
    display: none;
    right: 2%;
    bottom: 4%;
}

.bigSlider .swiper-wrapperX .swiper-slide-active a .image-wrapper .contactBg {
    display: inline-block !important
}

.bigSlider .swiper-wrapperX .swiper-slide-active a .contexT {
    opacity: 1
}

.wfull {
    width: 100%
}

.swpBtnPrev, .swpBtnNext {
    padding: 1.7rem;
    background-color: var(--red);
    font-size: 11px !important;
    line-height: 0px;
    width: 0;
    height: 0;
    cursor: pointer;
    transition: all .4s;
    background-image: url(/img/btn-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(180deg);
}

    .swpBtnPrev:hover, .swpBtnNext:hover {
        background-color: var(--dark);
    }

.flexp {
    text-align: right;
    flex: 1;
    gap: 10px;
    align-items: flex-end;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
}

.swpBtnNext {
    transform: rotate(0deg);
}

.slideTo {
    height: 620px
}

.reveal-section {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    visibility: hidden;
    will-change: opacity, transform;
}



    .reveal-section.active {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

.lazy-img {
    opacity: 0;
    transition: opacity 0.5s ease-in;
    filter: blur(10px);
}

    .lazy-img.loaded {
        opacity: 1;
        filter: blur(0);
    }

.addCheckOut:before {
    content: "";
    background: url(/img/addlist.svg) no-repeat 0 0;
    display: inline-block;
    background-size: contain;
    width: 20px;
    height: 20px;
    margin-right: 3px;
}

.addCheckOut.active:before {
    content: "";
    background: url(/img/trash.svg) no-repeat 0 0 !important;
    display: inline-block;
    background-size: contain !important;
    width: 20px;
    height: 20px;
    margin-right: 3px;
}

.addOrder:before {
    content: "";
    background: url(/img/mailorder.svg) no-repeat 0 0;
    display: inline-block;
    background-size: contain;
    width: 18px;
    height: 18px;
    margin-right: 3px;
}

.closePopup:before, .closePopup1:before {
    content: "";
    background: url(/img/closePopup.svg) no-repeat 0 0;
    display: inline-block;
    background-size: contain;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 4%;
    top: 20px;
}

.view:before {
    content: "";
    background: url(/img/info.svg) no-repeat 0 0;
    display: inline-block;
    background-size: contain;
    width: 20px;
    height: 20px;
    margin-right: 3px;
}

.PopupFix, .PopupFix1 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    height: 100%;
    background: rgba(0,0,0,.8)
}

    .PopupFix .PopupText, .PopupFix1 .PopupText1 {
        display: table;
        position: relative;
        overflow: hidden;
        margin: 5% auto;
        max-width: 800px;
        top: 0;
        border-radius: 10px;
        padding: 3rem;
        color: var(--black) !important;
        box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, .4);
        background-color: rgb(189 209 204);
        transition-duration: 0.15s;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: .3s;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

    .PopupFix1 .PopupText1 {
        max-width: 600px !important
    }

        .PopupFix .PopupText strong.header, .PopupFix1 .PopupText1 strong.header1 {
            font-weight: 600;
            display: block;
            position: relative;
            margin-bottom: 10px;
            font-family: Lexend, sans-serif;
            font-size: 20px;
            color: var(--black) !important;
        }

        .PopupFix1 .PopupText1 strong.header1 {
            font-size: 25px;
        }

        .PopupFix .PopupText p, .PopupFix1 .PopupText1 p {
            font-size: 18px
        }

        .PopupFix .PopupText p, .PopupFix1 .PopupText1 p {
            font-size: 17px;
            line-height: 22px;
            margin-bottom: 2rem;
            color: var(--black) !important;
        }

    .PopupFix .PopupText a.ok {
        border-radius: 10px;
        margin-right: 10px;
        background-color: #004d52 !important;
        border-color: #004d52 !important
    }

        .PopupFix .PopupText a.ok.active {
            background-color: var(--white) !important;
            border-color: var(--white) !important;
            color: var(--black) !important;
        }

        .PopupFix .PopupText a.ok:hover {
            color: var(--white) !important;
            background-color: var(--dark) !important;
            border-color: var(--dark) !important
        }

.noAfter {
    padding: .75rem !important;
}

    .noAfter:after, .noAfter:before {
        display: none !important;
        content: close-quote
    }

a.blog {
    transition: all .4s;
    margin: 20px 0;
    background: var(--white);
    box-shadow: 0px 0px 40px rgba(0,0,0,0)
}

    a.blog:hover {
        box-shadow: 0px 0px 40px rgba(0,0,0,.1)
    }

    a.blog .blogImg {
        height: 225px;
        position: relative;
        display: block;
        overflow: hidden;
        position: relative;
        width: 100%
    }

        a.blog .blogImg img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        a.blog .blogImg .btn {
            transition: all .4s;
            background-color: var(--red);
            background-image: url(/img/btn-arrow.svg);
            background-position: center;
            background-repeat: no-repeat;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 60px;
            opacity: 0;
            position: absolute;
            bottom: 0;
            right: 0;
        }

    a.blog:hover .blogImg .btn {
        opacity: 1;
    }

.bg-red {
    background-color: rgb(225 27 34 / var(--tw-bg-opacity, 1));
    width: .5rem;
    height: .5rem;
    padding: 0 !important;
    margin: 0 !important
}

.blog-text {
    padding-bottom: 20px
}

.BlogTime {
    display: flex;
    width: 100%;
    padding: 1rem;
    flex-shrink: 1;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: .5rem;
}

    .BlogTime div, .BlogTime time {
        font-size: 16px;
        padding: 10px;
        color: #000;
        font-weight: 400;
    }

        .BlogTime div:last-child {
            align-self: flex-end;
        }

.blog-text h3, .blog-text span.h3 {
    transition: all .4s;
    padding: 0 30px 10px;
    color: var(--dark);
    font-family: Maven Pro, sans-serif;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: -.025em;
    line-height: 36.4px;
    margin-bottom: .75rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box;
    height: 75px;
    width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-box-align: start;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

    .blog-text span.h3.l1 {
        -webkit-line-clamp: 1;
        height: 42px;
    }

a.blog:hover .blog-text h3, a.blog:hover .blog-text span.h3 {
    color: var(--black);
    color: var(--darko);
    opacity: .7;
    text-decoration: underline
}

.blog-text p {
    padding: 0 30px 10px;
    font-size: 18px;
    font-family: Lexend, sans-serif;
    color: var(--dark);
    line-height: 1.36;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box;
    height: 75px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    -webkit-box-align: start;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.serviceBtn, .serviceBtn1 {
    padding: 16px 50px 20px 16px;
    background: #000;
    color: var(--white) !important;
    display: table;
    font-family: Lexend, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 1rem;
    float: right !important;
    align-self: flex-end;
    transition: all .5s;
    position: relative;
    cursor: pointer;
    margin-top: 30px;
    border-radius: 26px 0;
}

.serviceBtn1 {
    background: var(--red);
    align-self: flex-start;
    color: var(--white) !important;
}

    .serviceBtn:after, .serviceBtn1:after {
        --tw-content: "";
        content: "";
        background-image: url(/img/btn-arrow.svg);
        background-position: center;
        height: 20px;
        width: 20px;
        position: absolute;
        right: 15px;
        top: 20px;
        background-repeat: no-repeat;
    }

    .serviceBtn1:after {
        background-image: url(/img/btn-arrow.svg);
    }

    .serviceBtn:hover, .serviceBtn1:hover {
        background: var(--white);
        color: var(--black) !important
    }

        .serviceBtn:hover:after {
            background-image: url(/img/btn-arrow-dark.svg);
        }

        .serviceBtn1:hover:after {
            background-image: url(/img/btn-arrow-dark.svg);
        }

footer {
    background: #e7e5e8;
    padding: 3rem 0
}

.footerLink span {
    font-size: 18px;
    font-weight: 600;
    font-family: Lexend, sans-serif;
    color: var(--dark);
    line-height: 1.36;
    padding: .6rem 0;
    display: block;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
    -webkit-text-stroke-color: aqua;
}

    .footerLink span:before {
        content: "";
        min-width: .6rem;
        min-height: .6rem;
        width: .6rem;
        height: .6rem;
        --tw-bg-opacity: 1;
        background-color: var(--red);
        display: inline-block;
        position: relative;
        top: -2px;
        margin-right: 13px;
        margin-left: -4px;
        transform: rotate(45deg);
        transition: all .5s cubic-bezier(0.4, 0, 0.2, 1);
    }

.footerLink ul {
    padding: 1rem 0rem;
    border-left: 1.2px solid #d0cfd1
}

    .footerLink ul li {
        transition: all .4s;
        padding: .5rem 0 .5rem 1.3rem;
        font-size: 18px;
        font-weight: 400;
        position: relative;
        font-family: Lexend, sans-serif;
    }

        .footerLink ul li a {
            color: var(--dark);
            display: block;
            transition: all .4s;
            text-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
            -webkit-text-stroke-color: aqua;
        }

            .footerLink ul li a:after {
                content: "";
                background: url(/img/nx.svg) no-repeat right center;
                background-size: contain;
                width: 18px;
                height: 18px;
                display: inline-block;
                position: relative;
                transition: all .4s;
                top: 4px;
                opacity: 0;
                left: 5px
            }

            .footerLink ul li a:hover:after, .footerLink ul li:hover a:after {
                content: "";
                background: url(/img/nx.svg) no-repeat right center;
                background-size: contain;
                width: 18px;
                height: 18px;
                display: inline-block;
                position: relative;
                opacity: 1;
                top: 4px;
                left: 10px
            }

        .footerLink ul li:before {
            content: "";
            position: absolute;
            left: -2px;
            top: 0;
            height: 100%;
            width: 3px;
            background: transparent;
        }

        .footerLink ul li:hover:before {
            background: var(--red);
            -webkit-animation-duration: .7s;
            animation-duration: .7s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
            animation: rubberBand 1s;
        }

.footerLink address, .footerLink .cont, .footerLink p {
    transition: all .4s;
    padding: 1rem 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
    -webkit-text-stroke-color: aqua;
    position: relative;
    font-family: Lexend, sans-serif;
}

.footerLink .cont {
    padding: .5rem 0
}

.footerLink .cont, .footerLink p {
    font-style: normal !important
}

.footerLink p {
    padding: 0 !important
}

.marginB-20 {
    margin-bottom: -20px !important
}

.marginB-10 {
    margin-bottom: -10px !important
}

.footerIco {
    display: flex;
    width: 40px;
    align-items: center;
    justify-content: center
}

.social {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: .5rem;
    justify-content: flex-start;
    align-items: center
}

    .social i.facebook, .social i.twitter, .social i.infinity, .social i.instagram, .social i.linkedin, .social i.medium, .social i.mesenger, .social i.pinterest, .social i.tiktok, .social i.vimeo, .social i.whatsapp, .social i.youtube {
        background-size: contain !important;
        width: 25px;
        height: 25px;
        align-self: center;
        display: inline-block
    }

    .social a {
        transition: all .4s;
        border-radius: 100%;
        background: rgba(255,255,255,.5);
        width: 45px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        align-self: center;
    }

        .social a:hover i {
            -webkit-animation-duration: .7s;
            animation-duration: .7s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
            animation: rubberBand 1s;
        }

        .social a:hover {
            background: rgba(130, 134, 154, .3);
        }

    .social i.facebook {
        background: url(/img/Social/Facebook.svg) no-repeat 0 0;
    }

    .social i.twitter {
        background: url(/img/Social/Twitter.svg) no-repeat 0 0;
    }

    .social i.infinity {
        background: url(/img/Social/Infinity.svg) no-repeat 0 0;
    }

    .social i.instagram {
        background: url(/img/Social/Instagram.svg) no-repeat 0 0;
        width: 23px
    }

    .social i.linkedin {
        background: url(/img/Social/Linkedin.svg) no-repeat 0 0;
        width: 20px
    }

    .social i.medium {
        background: url(/img/Social/Medium.svg) no-repeat 0 0;
    }

    .social i.mesenger {
        background: url(/img/Social/Mesenger.svg) no-repeat 0 0;
    }

    .social i.pinterest {
        background: url(/img/Social/Pinterest.svg) no-repeat 0 0;
    }

    .social i.tiktok {
        background: url(/img/Social/Tiktok.svg) no-repeat 0 0;
    }

    .social i.vimeo {
        background: url(/img/Social/Vimeo.svg) no-repeat 0 0;
    }

    .social i.whatsapp {
        background: url(/img/Social/Whatsapp.svg) no-repeat 0 0;
    }

    .social i.youtube {
        background: url(/img/Social/Youtube.svg) no-repeat 0 0;
    }

.footerBottom {
    background: var(--white);
    padding: 2rem;
}

    .footerBottom .grids {
        width: 100%;
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
        gap: 1rem;
        font-size: 18px;
        font-weight: 300;
        line-height: 26px;
        position: relative;
        font-family: Lexend, sans-serif;
    }

        .footerBottom .grids nav a {
            color: #000
        }

            .footerBottom .grids nav a:hover {
                color: var(--red)
            }

        .footerBottom .grids nav:last-child {
            align-self: flex-end;
            display: flex;
            flex-direction: row;
            grid-gap: .5rem;
            align-items: center
        }

            .footerBottom .grids nav:last-child a {
                transition: all .3s;
                color: var(--dark)
            }

                .footerBottom .grids nav:last-child a:hover {
                    color: var(--red)
                }

                .footerBottom .grids nav:last-child a:before {
                    content: "|";
                    margin: 0 .7rem 0 .5rem;
                }

                .footerBottom .grids nav:last-child a:first-child:before {
                    content: close-quote !important;
                    display: none
                }

#PageUpBtn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 3000;
    border: none;
    transition: all .4s;
    outline: none;
    background: #e11b22 url(/img/up.svg) no-repeat center center;
    background-size: auto;
    display: inline-block;
    cursor: pointer;
    padding: 1.5rem;
    border-radius: 100%;
}

    #PageUpBtn:hover {
        background-color: #212121;
    }

.inpx {
    padding: 1rem 1rem .3rem;
    width: 100%;
    border-radius: .5rem;
    font-family: Lexend, sans-serif;
    font-size: 17px;
    font-weight: 400;
    position: relative;
    line-height: 37px !important;
    display: block;
    align-self: flex-end;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.axFlex {
    position: relative !important;
    padding: 0 !important;
    font-size: 12px !important;
    display: flex !important;
    align-items: center !important;
    gap: 5px !important;
    line-height: 0 !important;
    text-align: left;
    width: 100%;
}

select.inpx {
    border: 1.2px solid #e7e5e8 !important;
    line-height: 20px !important;
    padding: 1.245rem 1rem !important
}


.inpx.sm, .sm {
    text-transform: lowercase;
}

.inpx.ilk, .ilk {
    text-transform: capitalize;
}

.inpx.fl {
    text-transform: capitalize !important;
}

textarea.inpx {
    resize: none;
    line-height: 22px !important;
    min-height: 80px;
    font-size: 16px;
}

    textarea.inpx:before {
        content: "\n"
    }

.flexTwo {
    display: flex;
    flex-direction: row;
    gap: 1rem
}

    .flexTwo * {
        flex: 1
    }

datalist {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}

select, datalist {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: none;
}

    select::-ms-expand {
        display: none;
    }

.btn1 {
    padding: 1rem 2rem;
    font-size: 16px;
    font-family: Lexend, sans-serif;
    border-radius: .5rem;
    color: var(--white);
    background: var(--black);
    cursor: pointer;
    margin-top: 1rem;
}

.btn2 {
    padding: 1rem 2rem;
    font-size: 16px;
    font-family: Lexend, sans-serif;
    border-radius: .5rem;
    color: var(--white);
    background: #004d52;
    cursor: pointer;
    margin-top: 1rem;
    transition: all .4s;
}

    .btn2:hover {
        background: #012a2c;
    }

.RadioBtn input[type="checkbox"] {
    display: none
}

.RadioBtn input + label {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 0 !important;
    padding: 4px 0;
    cursor: pointer;
}

    .RadioBtn input + label:before {
        content: "";
        border-radius: .2rem;
        background: var(--white);
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-right: 10px;
        position: relative;
        top: 0;
    }

    .RadioBtn input + label a {
        color: var(--black);
        text-decoration: underline
    }

.RadioBtn input:checked + label:after {
    content: "";
    position: absolute;
    z-index: 100;
    background: url(/img/verify.svg) no-repeat center center;
    background-size: contain;
    display: inline-block;
    width: 21px;
    height: 19px;
    left: 1px;
}

.RadioBtn.ex {
    position: absolute;
    right: 3px;
    top: 16px;
    z-index: 500
}

    .RadioBtn.ex input:checked + label:after {
        left: 0;
        width: 16px !important;
        height: 16px;
    }

    .RadioBtn.ex input + label:before {
        width: 16px;
        box-shadow: 0px 0px 0px 1.3px #0b2852;
        height: 16px;
    }

.RadioBtn.ess input + label {
    font-size: 13px !important
}

    .RadioBtn.ess input + label:before {
        margin-right: 4px !important
    }

.gap2x {
    flex-wrap: wrap !important;
    align-items: flex-start;
    gap: 5px 10px;
    justify-content: flex-start;
}

    .gap2x img {
        width: 57px;
        height: 45px;
        object-fit: cover;
        padding: 5px;
        background: #fff;
        border-radius: 5px;
    }


.tshadow {
    text-shadow: 0px 0px 10px rgba(0,0,0,.3);
    -webkit-text-stroke-color: aqua
}

#producAIListPart {
    padding: 30px;
    background-color: #f1f1f1;
    opacity: 1;
    color: var(--black);
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 230px;
    z-index: 9999;
    transition: all .4s;
    animation: fadeIn .4s;
}

    #producAIListPart.min {
        width: 48px;
        height: 48px;
        bottom: 30px;
        right: 85px;
        border-radius: 100%;
        position: fixed;
        left: inherit;
        padding: 1.5rem;
        cursor: pointer;
        display: flex;
        align-items: center;
        background: #d9d9d9;
        justify-content: center;
        transition: none !important;
        animation: none !important
    }

        #producAIListPart.min .auto, #producAIListPart.min img, #producAIListPart .showproducts {
            display: none !important
        }

#prCount {
    padding: 3px;
    font-weight: bold;
    font-size: 21px;
    color: #1c274c;
}

    #prCount:after {
        content: "+";
        position: absolute;
        margin: -8px 0 0 -2px;
        font-size: 15px;
    }

#producAIListPart.min .showproducts {
    display: inline-block !important
}

#producAIListPart.min #prCount {
    display: flex
}

#producAIListPart .auto {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto
}

    #producAIListPart .auto .gridsx {
        display: flex;
        gap: 1rem;
        flex-direction: row;
    }

        #producAIListPart .auto .gridsx .mix {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            width: 130px;
            gap: .55rem;
            position: relative;
            border-radius: 10px;
            text-align: center;
            padding: 1rem;
            font-size: 14px;
            background: #fff;
            animation: fadeIn .5s
        }

            #producAIListPart .auto .gridsx .mix .remove {
                background: url(/img/close.svg) no-repeat 0 0;
                position: absolute;
                transition: all .4s;
                opacity: 0;
                width: 16px;
                cursor: pointer;
                height: 16px;
                display: inline-block;
                right: 6%;
                top: 7%;
                background-size: contain;
            }

            #producAIListPart .auto .gridsx .mix:hover .remove {
                opacity: 1
            }

            #producAIListPart .auto .gridsx .mix img {
                width: 70px;
                height: 70px;
                object-fit: cover
            }

            .BtnSip, #producAIListPart .auto .gridsx .mix:last-child {
                transition: all .4s;
                padding: 0rem;
                font-size: 20px;
                background: none;
                color: #fff;
                cursor: pointer;
            }

                #producAIListPart .auto .gridsx .mix:last-child:hover {
                    background: var(--dark) !important
                }

.bannerFix {
    display: flex;
    flex-direction: row;
    height: 400px;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin: 12rem 0 4.5rem;
    position: relative;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
    -webkit-text-stroke-color: aqua;
}

.times {
    font-size: 15px;
    font-weight: 400;
    color: #212121;
}

.timesFlex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    position: relative;
    padding: 1rem 0;
}

    .timesFlex div {
        padding: .5rem .5rem .5rem 0;
        font-family: Lexend, sans-serif;
        font-weight: 400;
        display: flex;
        align-items: center;
        gap: 6px;
        color: #1c274c;
    }

        .timesFlex div svg {
            width: 30px;
            font-weight: bold
        }

.bannerFix div.zp:first-child {
    padding-right: 2rem;
    padding-left: 0;
    width: 50% !important;
}

.bannerFix .zp h1 {
    font-size: 41px !important;
    font-weight: 600;
    line-height: 53.8px !important;
    margin-bottom: 1.5rem;
}

.bannerFix .zp strong {
    display: block;
    font-size: 26px;
    margin: -20px 0 20px;
    color: var(--dark);
}

.bannerFix div.zp {
    position: relative;
    width: 50%
}

.bannerFix .slid2 {
    width: 575px !important;
    height: 420px !important;
}

.bannerFix div.zp:last-child {
    padding-left: 3rem;
    width: 50% !important
}

    .bannerFix div.zp:last-child:after {
        position: absolute;
        content: "";
        border-right: 5px solid var(--black);
        height: 432px;
        top: -10px;
        left: -28px;
    }

    .bannerFix div.zp:last-child:before {
        position: absolute;
        content: "";
        border-left: 5px solid var(--red);
        height: 450px;
        top: -54px;
        left: -15px;
    }

    .bannerFix div.zp:last-child div.inload {
        background: url(/img/load.svg) no-repeat 100% bottom;
        width: 50px;
        height: 50px;
        display: inline-block;
        position: absolute;
        left: -51px;
        bottom: -47px;
        background-size: contain;
    }

    .bannerFix div.zp:last-child img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 160px 0;
        padding: 10px
    }

        .bannerFix div.zp:last-child img.proc {
            width: 400px;
            height: 393px;
            object-fit: contain;
            border-radius: 0;
            padding: 10px;
            margin: 0 auto;
            display: table;
        }

.vt {
    gap: 1rem;
    margin-top: 40px
}

.vt1 {
    gap: 1rem;
}

.pageCont {
    margin-bottom: 3rem;
    margin-top: 1rem;
    padding-top: 1.5rem;
}

.jps {
    border-bottom: 3px solid rgba(231, 229, 232, .2);
    box-shadow: -20px -20px 20px rgba(0, 0, 0, .03) inset;
}

.pageCont ul {
    padding: 1rem 2rem !important;
    list-style-type: none !important;
}

.pageCont ol {
    padding: 1rem 2rem !important;
    list-style-type: decimal
}

    .pageCont ul li, .pageCont ol li {
        padding: 4px 0;
        font-family: Lexend, sans-serif;
        font-size: 20px;
        font-weight: 300;
        line-height: 27px;
    }

        .pageCont ul li a, .pageCont ol li a, .pageCont a {
            color: rgb(8 10 76);
            text-decoration: underline;
        }

        .pageCont ul li:before {
            content: "";
            background: var(--dark);
            width: 10px;
            border-radius: 3px 0;
            height: 10px;
            display: inline-block;
            margin-right: 10px;
            position: relative;
            top: -2px;
        }

.bolder {
    display: block;
    font-weight: 400;
    margin-bottom: 10px;
    font-family: Lexend, sans-serif;
    font-size: 21px !important;
    line-height: 30px;
    margin-bottom: 1rem;
}

.pageCont a:hover {
    text-decoration: none !important
}

.pageCont h2 {
    font-size: 34px;
}

.pageCont h3 {
    padding: 1rem 0;
    display: block;
    font-size: 28px;
    line-height: 40px;
}

.pageCont h4 {
    padding: 1rem 0;
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
}

.pageCont h5 {
    padding: 1rem 0;
    display: block;
    font-size: 22px;
    line-height: 32px;
    font-weight: bold;
}

.pageCont h6 {
    padding: 1rem 0;
    display: block;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
}

.pageCont img.note-float-right {
    padding: 10px;
    float: right !important;
    background: var(--white);
    border: 1px solid #e7e5e8;
    margin: 2rem 0 2rem 2rem;
    border-radius: 160px 0;
    box-shadow: 20px -20px 30px rgba(0, 0, 0, .1), -20px 20px 15px rgba(0, 0, 0, .1);
}

.pageCont img.note-float-left {
    padding: 10px;
    float: left !important;
    background: var(--white);
    border: 1px solid #e7e5e8;
    margin: 2rem 2rem 2rem 0;
    border-radius: 0 160px;
    box-shadow: -20px -20px 30px rgba(0, 0, 0, .1), 20px 20px 15px rgba(0, 0, 0, .1)
}

.pageCont img[style*="width: 100%"] {
    padding: 10px;
    background: var(--white);
    border: 1px solid #e7e5e8;
    margin: 1rem 0
}

.pageCont img.noborder {
    box-shadow: none !important;
    border-radius: 0px !important
}


.blogContent img.note-float-left, .blogContent img.note-float-right {
    width: 40% !important;
    height: auto;
    object-fit: contain
}

.etiket {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: .5rem;
    align-items: center;
    justify-content: flex-start;
}

.question, .questionT {
    display: grid;
    grid-template-columns: 5% 95%;
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-radius: .5rem;
    background: #e4ffee;
    margin-bottom: 1rem;
    width: 100%;
    padding: 2rem
}

.questionT {
    width: 80% !important;
    position: relative;
    margin: 2rem 0 2rem 20%;
    grid-gap: 2rem;
    padding: 2rem 2rem 2rem 1.5rem;
}

    .questionT:after {
        width: 0;
        height: 0;
        border-left: 0 solid transparent;
        border-right: 29px solid transparent;
        border-bottom: 25px solid transparent;
        border-bottom-color: #e4ffee;
        content: '';
        position: absolute;
        left: 0;
        top: -18px;
        margin-left: 41px;
    }

.question:last-child, questionT:last-child {
    margin-bottom: 0 !important
}

.question p, .questionT p {
    padding-top: 1rem;
    margin-bottom: 0;
    font-size: 19px
}

.questionT .logo {
    background: url(/img/CMTek.png) no-repeat 0 0;
    width: 60px;
    height: 60px;
    background-size: contain;
}

.question em, .questionT em {
    font-style: normal;
    font-weight: 500
}

.question .logo {
    border-radius: 50%;
    padding: 1rem;
    background: #0b2852;
    color: var(--white);
    width: 50px;
    font-weight: 500;
    font-family: 'Maven Pro';
    font-size: 23px;
    height: 50px;
    display: flex;
    align-items: center;
    text-align: left;
    justify-content: center;
}

.autoPage .question:nth-child(2N+1), .autoPage .questionT:nth-child(odd) {
    background: #f8f8f8
}

.etiket a, .sapx {
    transition: all .4s;
    padding: 1rem;
    border-radius: 1rem;
    background: #fff;
    position: relative;
    display: block;
    overflow: hidden;
    text-decoration: none;
    font-family: Lexend, sans-serif;
    font-size: 16px !important;
    font-weight: 400;
    user-select: none;
    -webkit-user-select: none;
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

    .etiket a:hover {
        z-index: 1000;
        box-shadow: 0px 0px 30px rgba(0,0,0,.1), 0px 0px 30px rgba(53, 225, 186,.3) inset;
        text-decoration: underline !important;
    }

    .etiket a.hid {
        visibility: hidden;
        transition: none !important;
        position: absolute;
        z-index: -1
    }

    .etiket a.actives {
        box-shadow: 0px 0px 0px 1px #424476 inset;
    }

        .etiket a.actives.active {
            background: #f2f2f2;
        }

        .etiket a.actives svg {
            transform: rotate(135deg);
            position: relative;
            left: 5px;
            top: 2px;
        }

        .etiket a.actives.active svg {
            transform: rotate(315deg);
            position: relative;
            left: 5px;
            top: 2px;
        }

.jimes .blog-text h3 {
    width: 100%;
    -webkit-line-clamp: 1;
    height: 43px;
}

.exp {
    border: 1.2px solid #e7e5e8 !important;
    padding: 1.3rem 1rem .1rem !important
}

.RadioBtn.exps label:before {
    border: 1.2px solid #e7e5e8 !important;
}

.BlogAlter {
    position: sticky;
    top: 20px;
}

    .BlogAlter img.post {
        width: 100%;
        height: auto;
        object-fit: cover
    }

    .BlogAlter .contacts {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        padding: 1rem;
        margin-bottom: .5rem;
        background: #efefef
    }

    .BlogAlter span.h3 {
        width: 100% !important;
        display: block;
        margin: 0;
        padding: 1rem;
        font-size: 22px;
        background: #0b2852;
        color: #fff;
        display: flex;
        align-items: center;
    }

        .BlogAlter span.h3:before {
            content: "";
            background: url(/img/jp1white.svg) no-repeat 0 0;
            width: 30px;
            height: 30px;
            margin-right: 10px;
            display: inline-block;
            background-size: cover
        }

    .BlogAlter .contacts p {
        font-size: 16px;
        font-weight: 300;
        line-height: 22px;
        margin-bottom: 0 !important;
        padding: .4rem;
    }

.btn3 {
    padding: 10px 0;
    background: #0b2851;
    color: #fff;
    border-radius: .5rem;
    margin: 4px 0;
    width: 100%;
    cursor: pointer;
    font-weight: 400;
    transition: all .4s;
    font-family: Lexend, sans-serif;
    font-size: 15px;
    text-transform: uppercase;
}

.items .btn3 {
    background: #004d52
}

.btn3:hover {
    background: var(--red);
    color: var(--white)
}

.shareBtn {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    display: flex;
    gap: 0;
    padding: 1rem;
    background: var(--red);
    margin-bottom: 1rem;
    cursor: pointer;
    color: #fff;
    font-size: 23px;
    font-family: Lexend, sans-serif;
}

    .shareBtn b small {
        display: block;
        font-size: 14px;
        color: #eee;
    }

.share {
    background: url(/img/share.svg) no-repeat 0 0;
    background-size: contain;
    width: 45px;
    height: 45px;
    display: inline-block;
    margin-right: 10px
}

/**player*/
.player-container {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    width: 100%;
    margin: 20px auto 40px;
    font-family: sans-serif;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.info {
    display: flex;
    align-items: center;
    flex: 1
}

.play-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: none;
    background: #ff5500;
    color: white;
    cursor: pointer;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text-meta .artist {
    color: #ff0000;
    font-size: 12px;
    font-weight: bold;
}

.text-meta .title {
    font-size: 16px;
    color: #333;
}

/* Süre Bilgisi Stili */
.time-display {
    font-size: 12px;
    color: #666;
    background: #eee;
    padding: 2px 6px;
    border-radius: 4px;
}

/* Ses Kontrol Stili */
.controls-row {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.volume-slider {
    width: 80px;
    accent-color: #ff5500;
    cursor: pointer;
}

#waveform {
    margin: 15px 0;
    cursor: pointer;
}

.fotoGal {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    margin: 2rem 0
}

    .fotoGal div {
        position: relative;
        display: block;
        align-items: center;
        overflow: hidden;
        border: 1px solid #e7e5e8;
        padding: 10px;
        width: 230px;
        height: 230px;
        border: 1px solid #e7e5e8;
        padding: 10px;
    }

        .fotoGal div img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

#ps-overlay {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Büyütülmüş resim */
#ps-img {
    transition: all .6s;
    max-width: 60%;
    max-height: 60%;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation: bounceIn 1s
}

/* Kapatma butonu */
#ps-close {
    position: absolute;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 50px;
    cursor: pointer;
}

.puantb {
    padding: 30px 30px 40px;
    width: 100%;
    margin-top: 25px;
    box-sizing: border-box;
    background: #e11b22;
    box-shadow: 0 60px 30px #e11b22 inset, 0 -50px 40px #890d10 inset;
    margin-bottom: 40px;
    transition: all .5s;
}

    .puantb strong {
        text-shadow: 2px 2px 21px rgba(0, 0, 0, .3);
        padding: 10px 20px;
        font-size: 20px !important;
        background: #e11b22;
        position: relative;
        margin: -60px auto 0;
        transition: all .5s;
        color: var(--black);
        border-top: 3px solid #8c0d11;
        border-radius: 5px 5px 0 0;
        display: table;
    }

    .puantb:after {
        content: '';
        position: absolute;
        border-style: solid;
        transition: all .5s;
        border-width: 23px 28px 0 0;
        border-color: #890d10 transparent;
        display: block;
        width: 0;
        z-index: -1;
        margin: 40px 43px 0 52px;
    }

    .puantb.blue {
        background: #2159ab;
        box-shadow: 0 60px 30px #2159ab inset, 0 -50px 40px #0b2852 inset;
    }

        .puantb.blue strong {
            background: #2159ab;
            border-top: 3px solid #0b2852;
        }

        .puantb.blue:after {
            border-color: #0b2852 transparent;
        }


    .puantb.orange {
        background: #F5A216;
        box-shadow: 0 60px 30px #F5A216 inset, 0 -50px 40px #8f5f10 inset;
    }

        .puantb.orange strong {
            background: #F5A216;
            border-top: 3px solid #b6760b;
        }

        .puantb.orange:after {
            border-color: #8f5f10 transparent;
        }


    .puantb.green {
        background: #54ac1c;
        box-shadow: 0 60px 30px #54ac1c inset, 0 -50px 40px #387610 inset;
    }

        .puantb.green strong {
            background: #54ac1c;
            border-top: 3px solid #387610;
        }

        .puantb.green:after {
            border-color: #387610 transparent;
        }

    .puantb.grey {
        background: #666;
        box-shadow: 0 60px 30px #666 inset, 0 -50px 40px #434343 inset;
    }

        .puantb.grey strong {
            background: #666;
            border-top: 3px solid #434343;
        }

        .puantb.grey:after {
            border-color: #434343 transparent;
        }

    .puantb span {
        position: absolute;
        margin: 50px 0 0 72px;
        font-size: 14px;
        font-weight: 500;
    }

        .puantb span.ok {
            margin: 66px 0 0 -30px;
            font-size: 20px;
        }

#rate, #ratex {
    display: table !important;
    margin: 20px auto 30px !important;
}

.rateBody {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

    .rateBody .rate1, .rateBody .rate2, .rateBody .rate3 {
        background: url(/img/star.png) no-repeat 0 0;
        cursor: pointer;
        width: 28px;
        height: 28px;
        display: inline-block;
    }

.rateList .vts small {
    position: absolute;
    z-index: 100;
    font-weight: bold;
    margin: 9px 12px;
    font-size: 11px;
    color: var(--dark)
}

.rateBody .rate2 {
    background-position: -54px 0;
}

.rateBody .rate1 {
    background-position: -28px 0;
}

.rateBody span {
    position: absolute;
    font-weight: bold
}

.puantb .hbig {
    font-weight: 700;
    font-size: 80px;
    padding: 0;
    color: #ffffff;
    margin-bottom: -20px;
    text-shadow: 3px 3px 0 rgba(0, 0, 0, .3);
    display: block;
    text-align: center;
}

.rateList {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    justify-content: center
}

    .rateList .vts {
        background: url(/img/star.svg) no-repeat 0 0;
        background-size: cover;
        display: inline-block;
        width: 30px;
        height: 30px;
        opacity: .4;
    }

        .rateList .vts.ok {
            opacity: 1
        }

.sitemap {
    width: 100%;
    padding: 10px 0;
    border-bottom: 3px solid rgba(231, 229, 232, .2);
    box-shadow: -20px -20px 20px rgba(0, 0, 0, .03) inset;
}

    .sitemap ol {
        display: flex;
        gap: 1rem;
        padding: 10px 0;
    }

        .sitemap ol li a, .sitemap ol li {
            color: rgb(8 10 76);
            display: flex;
            align-items: center;
        }

            .sitemap ol li:first-child a {
                font-weight: bold
            }

            .sitemap ol li a:after {
                content: "»";
                margin-left: 15px;
                font-weight: bold
            }

            .sitemap ol li:last-child {
                margin-left: auto
            }

                .sitemap ol li:last-child a {
                    color: #212121;
                    font-weight: 400
                }

                    .sitemap ol li:last-child a:after {
                        content: close-quote;
                        display: none
                    }

.pdf {
    background: url(/img/pdf.svg) no-repeat 0 0;
    width: 22px;
    height: 22px;
    display: inline-block;
    margin-right: 5px;
    background-size: contain;
}

::placeholder {
    font-size: 13px;
}

#errs {
    font-size: 14px;
    color: var(--red);
}

.shareBtnx {
    font-size: 14px !important;
    padding: 7px 10px !important;
    position: relative !important;
    width: auto !important;
    margin: 0 !important;
    border-radius: 10px;
    display: inline-block !important;
}

ol li a + .shareBtnx {
    margin-left: 20px !important
}

.pager {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
    margin: 2rem 0
}

    .pager .page-number {
        padding: 0;
        border-radius: 4px;
        background: #96a0af;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        width: auto;
        margin-right: 5px;
        text-align: center;
    }

        .pager .page-number a {
            display: block !important;
            padding: 1rem;
            font-weight: 400;
            color: #000 !important
        }

        .pager .page-number:last-child {
            margin-right: 0px
        }

    .pager .page-number {
        background: var(--whiteo) !important;
        color: #fff !important
    }


        .pager .page-number.active {
            background: #15499c !important;
            color: var(--white) !important;
        }

        .pager .page-number.disabled, .pager .page-number.disabled a {
            opacity: .5;
            cursor: no-drop
        }

        .pager .page-number.active a,
        .pager .page-number a:hover {
            color: var(--white) !important;
        }

        .pager .page-number:hover {
            background: #15499c !important;
        }

.contactPage, .servicePage {
    padding-top: 15rem;
    padding-bottom: 5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(248 248 248 / var(--tw-bg-opacity, 1));
    position: relative;
}

    .contactPage:before, .servicePage:before {
        content: "";
        display: block;
        height: 100%;
        --tw-bg-opacity: 1;
        background-color: var(--red);
        width: 41.666667%;
        position: absolute;
        right: 0;
        top: 0;
    }

    .servicePage:before {
        width: 50% !important;
        background-color: rgb(14 22 51) !important
    }

    .contactPage .module-container {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin: 0 auto;
        max-width: 1280px;
        width: 100%;
    }

        .contactPage .module-container .flex {
            display: flex;
            gap: 0px;
            flex-direction: row;
            align-items: flex-start;
        }

            .contactPage .module-container .flex .w-full {
                padding-left: 0;
                padding-right: 0;
                width: 41.666667%;
            }

                .contactPage .module-container .flex .w-full h1 {
                    color: var(--dark);
                    font-family: Maven Pro, sans-serif;
                    letter-spacing: -.025em;
                    font-size: 46px;
                    font-weight: 600;
                    line-height: 44.8px;
                    margin-bottom: 1.5rem;
                    margin-top: 1rem;
                }

    .contactPage .hidden-lg {
        display: block;
        width: 3.333333%;
    }

    .servicePage .hidden-lg {
        width: 3% !important
    }

.pr {
    padding: 2rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    margin-top: 2rem;
}

    .pr p {
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5rem;
        position: relative;
        text-transform: none;
        margin-top: 1rem;
        margin-bottom: 0px
    }

        .pr p.ok {
            border-bottom: 1.3px solid #e7e5e8;
            padding-bottom: 15px;
        }

            .pr p.ok:last-child {
                border-bottom: 0 !important;
                padding-bottom: 0px !important
            }

    .pr .h5 {
        color: var(--dark);
        font-family: Maven Pro, sans-serif;
        font-size: 22px;
        font-weight: 500;
        letter-spacing: -.025em;
        line-height: 26.4px;
        margin-bottom: .5rem;
    }

.btnlink, .btnlink:is(a,button) {
    border-radius: 0;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    border-bottom: 1.6px solid transparent;
    text-transform: none;
    display: inline-flex;
    margin-right: 1.5rem;
    margin-top: .5rem;
    align-items: center;
    justify-content: flex-start;
    --tw-text-opacity: 1;
    color: var(--red);
    transition-duration: .2s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

#durum-etiketi {
    color: var(--red) !important;
}

.btnlink:before {
    background-color: transparent;
    bottom: -2px;
    height: 1px;
    left: 0;
    position: absolute;
    transition-duration: .15s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    width: 0;
    --tw-content: "";
    content: var(--tw-content);
}

.btnlink:after, .btnlink:is(a,button):after {
    display: inline-block;
    height: 7.5px;
    position: absolute;
    right: 0;
    top: 40%;
    width: 18px;
    --tw-translate-y: -50%;
    background-image: url(/img/btnlink.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transition-duration: .15s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --tw-content: "";
    content: var(--tw-content);
}

.btnlink:hover:after {
    background-image: url(/img/btnlinkh.svg);
}

.btnlink:hover, .btnlink:is(a,button):hover {
    --tw-border-opacity: 1;
    background-color: transparent;
    border-color: rgb(0 175 170 / var(--tw-text-opacity, 1));
    padding-right: 2.5rem;
    --tw-text-opacity: 1;
    color: rgb(0 175 170 / var(--tw-text-opacity, 1));
}

.mesai-durum {
    padding: 0;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .mesai-durum #sayac {
        font-weight: bold;
        font-size: 22px;
        width: 150px;
        text-align: right
    }

#map_canvas {
    width: 255px;
    height: 255px;
    border: 20px solid #fff;
    display: grid;
    reading-flow: grid-rows;
}

    #map_canvas a.google {
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--red);
        font-weight: 400;
        color: var(--white);
        font-size: 15px;
        text-align: center;
        cursor: pointer;
        position: relative;
    }

        #map_canvas a.google:after, #map_canvas a.yandex:after {
            content: "";
            background: url(/img/ContactLocation.svg) no-repeat 98% 3%;
            width: 30px;
            height: 30px;
            display: inline-block;
            background-size: contain;
            position: absolute;
            right: 5%;
            top: 6%;
        }

    #map_canvas a.yandex {
        display: flex;
        align-items: center;
        font-size: 15px;
        justify-content: center;
        background: #eded10;
        text-align: center;
        font-weight: 400;
        cursor: pointer;
        position: relative;
        color: var(--black)
    }

        #map_canvas a.google:hover, #map_canvas a.yandex:hover {
            animation: swing 1s;
        }


.w-full .FK {
    width: 700px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    margin-left: 0;
    margin-right: 0;
    padding: 4rem 2rem !important;
    z-index: 10;
    position: relative;
    box-shadow: 30px 20px 20px 0px rgba(0, 0, 0, .1);
}

    .w-full .FK .form {
        display: flex;
        flex-direction: column;
        row-gap: 1.5rem;
    }

        .w-full .FK .form fieldset {
            -moz-column-gap: 25px;
            column-gap: 25px;
            display: flex;
            row-gap: 1rem;
            border: none;
            margin: 0;
            max-width: none !important;
            padding: 0;
        }

            .w-full .FK .form fieldset.fl {
                -moz-column-gap: 0;
                column-gap: 0;
                border: 0;
                max-width: 0;
                padding: 0
            }

            .w-full .FK .form fieldset .formBody {
                width: 100%;
                float: left;
                position: relative
            }

.formBody .RadioBtn.ex {
    left: 0;
    top: 0
}

.w-full .FK .form fieldset .formBody > label {
    color: #141010;
    display: block;
    font-family: Lexend, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: .5rem;
}

.w-full .FK .form fieldset .formBody .input {
    margin-right: 0 !important;
}

.w-full .FK .form .h3 {
    padding-bottom: 0px !important;
    line-height: 17.4px
}

.w-full .FK .form fieldset .formBody .input .ink {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #f4f1f5 !important;
    color: var(--black);
    font-family: Lexend, sans-serif;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 27.9px;
    padding: 1.3rem !important;
    transition: .3s ease;
    width: 100% !important;
}

.w-full p {
    font-size: 19px
}

.pr p {
    font-size: 15px !important;
}

.w-full p.infomsg {
    padding: 1rem;
    background: rgb(244 241 245);
}

.w-full .FK .form fieldset .formBody .input .ink.focus {
    box-shadow: 0px 0px 0px 1.3px #e11b22
}

.err {
    color: var(--red)
}

.w-full .FK .form fieldset .formBody .input textarea.ink {
    min-height: 200px;
    resize: none
}

.btnRed {
    background: var(--red)
}

a.nofe, a.nofe:hover {
    padding: 0 !important;
    margin: 0 !important;
    background: none !important;
}

.questionBody {
    display: flex;
    flex-direction: column;
    gap: .7rem;
    align-items: flex-start;
    justify-content: space-between;
    margin: 2rem 0;
    width: 100%;
    max-width: 100%;
    position: relative;
}

    .questionBody .questionList {
        padding: 1.5rem;
        background: #f8f8f8;
        flex: 1;
        position: relative;
        flex-shrink: 1;
        width: 100%;
        transition: all .4s;
    }

        .questionBody .questionList strong {
            display: flex;
            align-items: center;
            width: 100%;
            padding: 1rem;
            color: var(--dark);
            cursor: pointer;
            font-size: 20px;
            position: relative;
            overflow: hidden;
            transition: all 1.2s;
            box-shadow: 0px 0px 0px rgba(0,0,0,0);
        }

        .questionBody .questionList:hover strong {
            color: var(--dark)
        }

        .questionBody .questionList:hover, .questionBody .questionList.active {
            background: #e7e5e8;
        }

        .questionBody .questionList strong:before {
            content: "";
            transition: all .5s;
            position: absolute;
            left: 0;
            bottom: 0;
            width: 0%;
            z-index: -1;
            box-shadow: 0 0 0 1.2px var(--dark);
        }

        .questionBody .questionList:hover strong:before {
            box-shadow: 0 0 0 1.2px var(--dark);
            left: 0;
            width: 100%;
            z-index: 10;
            bottom: 0;
            transition: all .5s;
        }

        .questionBody .questionList.active strong:before {
            box-shadow: 960px 0 0 1.2px var(--dark);
            transition: all .8s;
        }

        .questionBody .questionList strong:after {
            content: "+";
            font-size: 30px;
            transition: all .4s;
            position: absolute;
            right: 1rem
        }

        .questionBody .questionList.active strong:after {
            content: "-";
            font-size: 30px;
            transition: all .4s;
            position: absolute;
            right: 1rem
        }

        .questionBody .questionList .detail {
            display: none;
            color: var(--dark);
            font-family: Lexend, sans-serif;
            font-size: 19px;
            font-weight: 300;
            line-height: 25px;
            padding: 2rem 1rem;
            -webkit-animation-duration: .7s;
            animation-duration: .7s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
            animation: bounceOut 1s;
        }

        .questionBody .questionList.active .detail {
            animation: bounceIn 1s;
        }

.kvkk, .kvkk a {
    color: var(--red);
    animation: kvkkAni 5s infinite alternate;
}

@keyframes kvkkAni {
    0% {
        color: #ff0000 !important
    }

    50% {
        color: #000 !important
    }

    100% {
        color: #ff0000 !important
    }
}

@-webkit-keyframes kvkkAni {
    0% {
        color: #ff0000 !important
    }

    50% {
        color: #000 !important
    }

    100% {
        color: #ff0000 !important
    }
}

.down {
    background: url(/img/down.svg) no-repeat 96% center;
    background-size: auto;
    display: inline-block;
}

.searchDetails {
    position: absolute;
    width: 88%;
    background: #fff;
    z-index: 1000;
    margin-left: 52px;
    border-radius: 0 0 1rem 1rem;
    padding: 1.3rem
}

.searchDetailsBody {
    max-height: 335px;
    display: block;
    overflow: auto;
}

    .searchDetailsBody -moz-scrollbar, .searchDetailsBody::-webkit-scrollbar, .searchDetailsBody scrollbar {
        width: 4px !important;
        height: 4px !important;
    }

    .searchDetailsBody -moz-scrollbar-thumb, .searchDetailsBody::-webkit-scrollbar-thumb, .searchDetailsBody scrollbar-thumb {
        background: var(--dark) !important;
        border-radius: 23px !important;
        -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .2) !important;
    }

    .searchDetailsBody -moz-scrollbar-track, .searchDetailsBody::-webkit-scrollbar-track, .searchDetailsBody scrollbar-track {
        -webkit-box-shadow: inset 0 0 3px transparent !important;
        height: 4px !important;
        background: #e7e5e8 !important;
        border-radius: 23px !important;
        display: block !important;
        position: relative !important;
        overflow: hidden !important;
    }

.jav {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
    padding-right: 20px;
}

    .jav strong {
        display: block;
        margin-bottom: -10px;
        color: #0c0846 !important
    }

    .jav span {
        margin: 2px 0 -5px;
        color: #555;
        font-size: 15px;
    }

    .jav a {
        display: block;
        font-size: 13px;
        color: #1c274c
    }

        .jav a:hover {
            text-decoration: underline
        }

.jav1 strong {
    padding: 0px 0px 10px;
    font-size: 20px;
    color: #ff0404 !important;
    border-bottom: 1.4px solid #ddd;
    margin-bottom: 5px;
}

.jav1 p {
    font-size: 16px !important;
    color: #000 !important;
}

    .jav1 p b {
        font-size: 15px !important;
        color: #000 !important;
        display: inline-block !important;
    }



.pulse-ring {
    content: '';
    width: 40px;
    height: 40px;
    background: rgba(255, 0, 0, 0.3); /* Kırmızımsı bir halka */
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: pulse-animation 1.5s infinite;
    display: none; /* Varsayılan olarak gizli */
}

@keyframes pulse-animation {
    0% {
        width: 40px;
        height: 40px;
        opacity: 1;
    }

    100% {
        width: 70px;
        height: 70px;
        opacity: 0;
    }
}

@keyframes blink {
    50% {
        opacity: 0.5;
    }
}
/* Dinleniyor yazısı için ufak bir efekt */
#speechStatus {
    font-weight: bold;
    color: #e74c3c;
    margin-left: 10px;
    animation: blink 1s infinite;
    position: absolute;
    right: 0;
    margin: 30px 65px;
}

.menuico {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-size: contain !important;
    margin-right: 0;
    position: absolute;
    left: 7px;
    transition: all .4s
}

.about {
    background: url(/img/menu/about.svg) no-repeat 0 0
}

.service {
    background: url(/img/menu/service.svg) no-repeat 0 0
}

.cont {
    background: url(/img/menu/contact.svg) no-repeat 0 0
}

.prodc {
    background: url(/img/menu/product.svg) no-repeat 0 0
}

.blog {
    background: url(/img/menu/blog.svg) no-repeat 0 0
}

.yedek {
    background: url(/img/menu/yedek.svg) no-repeat 0 0
}

.menuList ul li .relative.active .about {
    background: url(/img/menu/abouth.svg) no-repeat 0 0
}

.menuList ul li .relative.active .service {
    background: url(/img/menu/serviceh.svg) no-repeat 0 0
}

.menuList ul li .relative:hover .cont {
    background: url(/img/menu/contacth.svg) no-repeat 0 0
}

.menuList ul li .relative.active .prodc {
    background: url(/img/menu/producth.svg) no-repeat 0 0
}

.menuList ul li .relative:hover .blog {
    background: url(/img/menu/blogh.svg) no-repeat 0 0
}

.menuList ul li .relative:hover .yedek {
    background: url(/img/menu/yedekh.svg) no-repeat 0 0
}

.servicePort {
    align-items: center;
    justify-content: space-between
}

    .servicePort .vt {
        margin: 0;
        position: relative;
        top: -20px;
    }
.servicePort .vt .btnS1, .servicePort .vt .btnS2 {border-radius: 34px !important}
.hamburgerMenu {
    position: relative;
    left: 16px;
    display:none
}
    .hamburgerMenu .hamburgerBtn {
        padding: 23.5px 20px;
        cursor: pointer;
        transition: all .4s;
        background: #000
    }
.hamburgerBtn:hover {
    background: rgba(124 7 12)
}
.hamburgerMenu .hamburgerBtn .hamburgerIco {
    background: url(/img/hamburger.svg) no-repeat 0 0;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: contain
}
        /*******************Responsive******************/

.MobilMenu {
    width: 300px;
    height: 100%;
    position: fixed;
    padding: 0;
    left: 0;
    top: 0;
    background: #ffffff;
    animation: bounceInLeft 1s;
    z-index: 8888;
    display: flex;
    flex-direction: column;
    gap: 1rem
}

    .MobilMenu a.logo {
        padding: 1rem 1.8rem;
        margin-bottom: -4px;
        border-bottom: 2.2px solid #f1f1f1;
    }

    .MobilMenu .menuList {
        display: block !important
    }

        .MobilMenu .menuList ul {
            width: 100%;
            display: flex;
            flex-direction: column;
            gap: 0;
            padding: 0 !important
        }

            .MobilMenu .menuList ul li {
                padding: .5rem 1rem;
                width: 100%;
                border-bottom: 1.2px solid #f1f1f1;
            }

                .MobilMenu .menuList ul li:last-child {
                    border-bottom: 0px
                }

                .MobilMenu .menuList ul li ul {
                    display: none
                }

                .MobilMenu .menuList ul li .relative {
                    display: flex;
                    flex-direction: row;
                    gap: .4rem;
                    align-items: center;
                    justify-content: space-between
                }

                    .MobilMenu .menuList ul li .relative span {
                        padding: 10px;
                        position: relative !important;
                        margin-left: 40px;
                        font-weight: bold;
                    }

                .MobilMenu .menuList ul li span.desc {
                    display: none !important
                }

                .MobilMenu .menuList ul li .relative {
                    background: none !important;
                    --tw-shadow: 0 !important;
                    --tw-shadow-colored: transparent;
                    box-shadow: none !important
                }

                    .MobilMenu .menuList ul li .relative ul {
                        display: none
                    }

                    .MobilMenu .menuList ul li .relative.active + ul.grid2 li.gridfull, .MobilMenu .menuList ul li .relative.active + ul.grid2 li.mnFlex {
                        display: none !important
                    }

                .MobilMenu .menuList ul li ul li > .padMix15 {
                    display: block;
                    padding: 0 !important
                }

                .MobilMenu .menuList ul li .relative.active + ul.grid, .MobilMenu .menuList ul li .relative.active + ul.grid2, .MobilMenu .menuList ul li .relative.active + ul.grid3 {
                    --tw-shadow: 0 !important;
                    --tw-shadow-colored: 0 !important;
                    box-shadow: none !important;
                    display: flex;
                    opacity: 1;
                    visibility: visible;
                    padding: 0;
                    width: 100%;
                    gap: .2rem;
                    flex-direction: column;
                    position: relative;
                    --tw-bg-opacity: 1;
                    background-color: none;
                    margin-top: 5px;
                }

                .MobilMenu .menuList ul li .relative.active + ul.grid3 {
                    position: relative !important;
                    top: 0 !important;
                    left: 0 !important
                }

                    .MobilMenu .menuList ul li .relative.active + ul.grid li, .MobilMenu .menuList ul li .relative.active + ul.grid2 li, .MobilMenu .menuList ul li .relative.active + ul.grid3 li {
                        --tw-bg-opacity: 1;
                        background-color: #fff !important;
                        display: flex !important;
                        align-items: center;
                        gap: 0 !important;
                        position: relative;
                        border-bottom: 1.2px solid #f1f1f1;
                    }

                        .MobilMenu .menuList ul li .relative.active + ul.grid li a span:before, .MobilMenu .menuList ul li .relative.active + ul.grid2 li a:before {
                            min-width: .6rem;
                            min-height: .6rem;
                            width: .6rem;
                            height: .6rem;
                        }

                        .MobilMenu .menuList ul li .relative.active + ul.grid2 li a {
                            padding: .2rem 0 !important
                        }

                        .MobilMenu .menuList ul li .relative.active + ul.grid li a span.bfx, .MobilMenu .menuList ul li .relative.active + ul.grid2 li a {
                            position: relative;
                            font-weight: 400;
                            color: var(--dark);
                            font-size: 16px;
                            display: flex;
                            align-items: center;
                        }

                        .MobilMenu .menuList ul li .relative.active + ul.grid li:last-child, .MobilMenu .menuList ul li .relative.active + ul.grid2 li:last-child, .MobilMenu .menuList ul li .relative.active + ul.grid3 li:last-child {
                            border-bottom: 0px
                        }

                .MobilMenu .menuList ul li .relative.active ul {
                    position: relative !important;
                    display: flex !important;
                    width: 100% !important;
                    background: none !important;
                    flex-direction: column !important;
                }

                    .MobilMenu .menuList ul li .relative.active ul li {
                        padding: .2rem 0
                    }

                        .MobilMenu .menuList ul li .relative.active ul li a {
                            padding: 0;
                            display: block;
                            background: none
                        }

                .MobilMenu .menuList ul li .relative.active + ul.grid2, .MobilMenu .menuList ul li .relative.active + ul.grid {
                    max-height: 250px !important;
                    overflow: auto !important;
                    position: relative
                }

                .MobilMenu .menuList ul li .relative.active + ul.grid3 li {
                    display: none !important
                }

                    .MobilMenu .menuList ul li .relative.active + ul.grid3 li.gridfull {
                        display: block !important;
                        border-bottom: 0px !important
                    }

                        .MobilMenu .menuList ul li .relative.active + ul.grid3 li.gridfull span {
                            display: block;
                            font-weight: 500;
                            font-size: 17px;
                            margin-bottom: 10px;
                        }