@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');


@font-face {
    font-family: Futura;
    src: url(../fonts/futura.ttf);
}

@font-face{
    font-family: Arame;
    src: url(../fonts/arame-eot.eot);
    src: url(../fonts/arame-eot.eot) format("embedded-opentype"),
    url(../fonts/arame-woff.woff) format("woff"),
    url(../fonts/arame-woff-2.woff2) format("woff2"),
    url(../fonts/arame-ttf.ttf) format("truetype"),
    url(../fonts/arame-svg.svg) format("svg");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face{
    font-family: Arame-Bold;
    src: url(../fonts/arame-bold-eot.eot);
    src: url(../fonts/arame-bold-eot.eot) format("embedded-opentype"),
    url(../fonts/arame-bold-woff.woff) format("woff"),
    url(../fonts/arame-bold-woff2.woff2) format("woff2"),
    url(../fonts/arame-bold-ttf.ttf) format("truetype"),
    url(../fonts/arame-bold-svg.svg) format("svg");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

.arame{
    font-family: Arame, monospace !important;

}

.arame-bold{
    font-family: Arame-Bold, monospace !important;

}

/*mainroot*/
:root {

    --amb-dark: #1a1a1a;
    --ai-glow: #503551;

    --amb-peach: #ff7171;
    --amb-purple: #745076;
    --text-light: #ffffff;
    --text-muted: #cbd5e1;


    --content_container: 72vw;
    --blur: 2px;
    --breadCrumbHeight: 420px;
    --pagebgcolor: #fff;
    --pagefont_clr: #141227;
    --clr_promo_1: #1b2137;

    /*-
    --clr_promo_1: #ec566e;
    -clr_promo_1: #271f46;*/
    /*--clr_promo_1: #1F2246FF;*/
    --clr_promo_2: #ff7b8a;
    --clr_promo_3: #c34ebd;
    --clr_promo_4: #c2345e;
    --clr_promo_5: #e9615e;

    --clr_dark: #2b3333;
    --clr_dark_n: #363d3d;
    --clr_dark_p: #132130;

    --clr_promo_6: #32566c;
    --clr_promo_7: #40585d;
    --clr_promo_8: #ac6e72;
    --clr_promo_9: #3c364c;
    /*--clr_promo_10: #7c6d5b;*/
    --clr_promo_10: #9d8c6e;
    --clr_promo_11: #5b6c7c;
    --clr_promo_12: #9b8a6d;

    --clr_construct: #48996d;
    --clr_mining: #3f7986;
    --clr_aviation: #3f5679;
    --clr_hotel: #4b4e62;

    --clr1_1: #02376f;
    --clr1_2: #012a56;
    --clr1_3: #002246;
    --clr1_4: #731424;

    --clr2_1: #8e7d5f;
    --clr2_2: #8d7b50;
    --clr2_3: #837151;
    --clr2_4: #d8be91;


    --clr_red: #a82929;

    --clr3_1: #e9ebf2;
    --clr3_2: #d7dae4;
    --clr3_3: #9fa1a8;

    --clr4_1: #5483e9;
    --clr4_2: #4166b7;
    --clr4_3: #3e62af;
    --clr4_4: #365998;


    --clr5_1: #0095b2;
    --clr5_2: #00788f;
    --clr5_3: #006679;


    /*    --clr_dark: #1a1c23;
        --clr_dark_n: #393d4d;
        --clr_dark_p: #15161c;*/

    /*--clr_dark: #34363f;*/
    /*--clr_dark: #1b1d26 ;
    --clr_dark_n: #646a84;
    --clr_dark_p: #22232a;*/


    --footer_logo_fill: #a7a7a7;

    --white: #fff;
    --gray: #f5f5f5;
    --gray2: #e8e9ec;
    --gray3: #858585;
    --gray4: #343434;
    /* --gray5: #fc671a;*/
    --gray5: #141414;
    --gray6: #cdcdcd;
    /*content*/

    --body_font_size: 18px;
    --h1-size: 1.4em;
    --h2-size: 1.2em;
    --h3-size: 1.2em;
    --h4-size: 1.2em;
    --h5-size: 1em;
    --p-size: 1em;

    /*    --clr_construct: #489990;
        !*--clr_mining: #527f71;*!
        --clr_mining: #488a99;
        --clr_aviation: #3f5679;*/


    --nunito: 'Nunito Sans', sans-serif;
    --poppins: 'Poppins', sans-serif;
    --roboto: 'Roboto', sans-serif;
    --montserrat: 'Montserrat', sans-serif;
    --merriweather: 'Merriweather', sans-serif;
    --oswald: 'Oswald', sans-serif;
    --allison: 'Allison', cursive;
    --quicksand: 'Quicksand', sans-serif;
    --barlow: 'Barlow Condensed', sans-serif;
    --karla: 'Karla', sans-serif;
    --noto: 'Noto Sans', sans-serif;
    --radjani: 'Rajdhani', sans-serif;
    --ysab: 'Ysabeau', sans-serif;
    --robotoSlab: 'Roboto Slab', serif;
    --saira: 'Saira', sans-serif;
    --rubik: 'Rubik', sans-serif;
    --openSans: 'Open Sans', sans-serif;
    --inria: 'Inria Sans', sans-serif;
    --futura: Futura, sans-serif;

    --promo-height-origin: 450px;

}
html {

}

body {
    font-size: var(--body_font_size);
    font-weight: 400;
    background-color: var(--pagebgcolor);
    color: var(--pagefont_clr);
    font-family: Futura;
    position: relative;
    overflow-y: auto;
    height: fit-content;
    background-size: 576px auto;
    background-repeat: repeat-y;
    background-position: right center;
}
body::before{
    position: absolute;
    z-index: 0;
    width: 25%;
    left: 25%;
    border-right: 1px solid rgba(221, 221, 221, 0.53);
    border-left: 1px solid rgba(221, 221, 221, 0.53);
    height: 100%;
    content: '';
    top: 0;

}
body::after{
    position: absolute;
    z-index: 0;
    width: 25%;
    right: 25%;
    border-right: 1px solid rgba(221, 221, 221, 0.53);
    border-left: 1px solid rgba(221, 221, 221, 0.53);
    height: 100%;
    content: '';
    top: 0;
}

section{
    position: relative;
    z-index: 30;
}


@media(max-width: 1200px){
    body{
        overflow-x: hidden;
    }
}



.bg-dark-light {
    background: var(--gray6) !important;
}


a:hover,
a:visited,
a:focus {
    text-decoration: none;
}

h1 {
    font-size: var(--h1-size);
}

h2 {
    font-size: var(--h2-size);
}

h3 {
    font-size: var(--h3-size);
}

h4 {
    font-size: var(--h4-size);
}

p {
    font-size: 1.1em;
    line-height: 1.5em;

}


section {

    position: relative;
}


.bg-img {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}


.full-h-must {
    height: 100vh;
}

.full-h-max {
    max-height: 100vh;
}

.full-h-min {
    min-height: 100vh;
}

.half-h-must {
    height: 50vh;
}

.half-h-max {
    max-height: 50vh;

}

.half-h-min {
    min-height: 50vh;
}

.quarter-h-must {
    height: 75vh;
}

.quarter-h-max {
    max-height: 75vh;
}

.quarter-h-min {
    min-height: 75vh;
}

.manuel-h-must {
    height: 450px;
}

.manuel-h-max {
    max-height: 450px;
}

.manuel-h-min {
    min-height: 450px;
}

.font-weight-100 {
    font-weight: 100;
}

.font-weight-200 {
    font-weight: 200;
}

.font-weight-300 {
    font-weight: 300;
}

.font-weight-400 {
    font-weight: 400;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-700 {
    font-weight: 700;
}

.font-weight-800 {
    font-weight: 800;
}

.clr11 {
    color: var(--clr1_1)
}

.clr12 {
    color: var(--clr1_2)
}

.clr13 {
    color: var(--clr1_3)
}

.clr21 {
    color: var(--clr2_1)
}

.clr22 {
    color: var(--clr2_2)
}

.clr23 {
    color: var(--clr2_3)
}

.clr24 {
    color: var(--clr2_4)
}

.clr31 {
    color: var(--clr3_1)
}

.clr32 {
    color: var(--clr3_2)
}

.clr33 {
    color: var(--clr3_3)
}

.clr41 {
    color: var(--clr4_1)
}

.clr42 {
    color: var(--clr4_2)
}

.clr43 {
    color: var(--clr4_3)
}

.clrpromo-1 {
    color: var(--clr_promo_1);
}

.clrpromo-2 {
    color: var(--clr_promo_2);
}

.clrpromo-3 {
    color: var(--clr_promo_3);
}
.clrpromo-4 {
    color: var(--clr_promo_4);
}

.clrpage {
    color: var(--pagefont_clr);
}


.bg-clr11 {
    background-color: var(--clr1_1)
}

.bg-clr12 {
    background-color: var(--clr1_2)
}

.bg-clr13 {
    background-color: var(--clr1_3)
}

.bg-clr14 {
    background-color: var(--clr1_4)
}

.bg-clr21 {
    background-color: var(--clr2_1)
}

.bg-clr22 {
    background-color: var(--clr2_2)
}

.bg-clr23 {
    background-color: var(--clr2_3)
}

.bg-clr41 {
    background-color: var(--clr4_1)
}


.bg-gray {
    background: var(--gray);
}

.bg-gray-2 {
    background: var(--gray2);
}

.bg-dark {
    background-color: var(--clr_dark) !important;
}

.bg-dark_p {
    background-color: var(--clr_dark_p) !important;
}

.bg-dark_n {
    background-color: var(--clr_dark_n) !important;
}

.bg-black {
    background-color: #000 !important;
}

.bg-red {
    background: var(--clr_red);
}


.big-border-top {
    border-top: 50px solid var(--clr_dark_p);
}




.bg-promo-1 {
    background-color: var(--clr_promo_1);
}
.bg-promo-1.border-top,
.bg-promo-1.border-right,
.bg-promo-1.border-left,
.bg-promo-1.border-bottom,
.bg-promo-1.border
{
    border-color: #1e173a !important;
}
.bg-promo-2 {
    background-color: var(--clr_promo_2) !important;
}

.bg-promo-1-2 {
    background: var(--clr_promo_2);
    color: WHITE;
    border-top: 40px solid var(--clr_promo_1);
    border-bottom: 40px solid #9a0015;
}

.bg-promo-3 {
    background-color: var(--clr_promo_3) !important;
}

.bg-promo-4 {
    background-color: var(--clr_promo_4) !important;
}

.bg-promo-5 {
    background-color: var(--clr_promo_5) !important;
}

.bg-promo-6 {
    background-color: var(--clr_promo_6);
}

.bg-promo-7 {
    background-color: var(--clr_promo_7);
}

.bg-promo-8 {
    background-color: var(--clr_promo_8);
}

.bg-promo-9 {
    background-color: var(--clr_promo_9);
}

.bg-promo-10 {
    background-color: var(--clr_promo_10);
}

.bg-promo-11 {
    background-color: var(--clr_promo_11);
}

.bg-promo-12 {
    background-color: var(--clr_promo_12);
}


.text-muted {
    color: #adadad !important;
}

.text-dark {
    color: var(--clr_dark) !important;
}

.radius-1 {
    border-radius: 20px;
}

.ccf-btn {
    border-radius: 150px;
    padding: 6px 32px;
    display: inline-block;
    font-weight: 400 !important;
    font-size: 1em !important;
    overflow: hidden;
    position: relative;
    z-index: 0;
    outline: none !important;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
}

.ccf-btn span {
    position: relative;
    z-index: 20;
    color: inherit;
}

.ccf-btn.btn1 {
    color: var(--pagefont_clr);
    border: 1px solid #ccc;
    background: WHITE;
    position: relative;
}

.ccf-btn.btn1:hover {
    color: WHITE;
}

.ccf-btn.btn1::after {
    content: '';
    z-index: 5;
    transition: all 0.5s ease-in-out;
    left: -10%;
    width: 10%;
    background: var(--clr_promo_1);
    height: 100%;
    position: absolute;
    top: 0;
}

.ccf-btn.btn1:hover::after {
    width: 120%;
}


.ccf-btn.btn2 {
    color: #fff;
    border: 1px solid var(--clr_promo_1);
    background: var(--clr_promo_1);
    position: relative;
}

.ccf-btn.btn2:hover {
    color: var(--pagefont_clr);
}

.ccf-btn.btn2::after {
    content: '';
    z-index: 5;
    transition: all 0.5s ease-in-out;
    left: -10%;
    width: 10%;
    background: #fff;
    height: 100%;
    position: absolute;
    top: 0;
}

.ccf-btn.btn2:hover::after {
    width: 120%;
}

.ccf-btn.btn3 {
    color: var(--pagefont_clr);
    border: 1px solid #ccc;
    background: WHITE;
    position: relative;
}

.ccf-btn.btn3:hover {
    color: WHITE;
}

.ccf-btn.btn3::after {
    content: '';
    z-index: 5;
    transition: all 0.5s ease-in-out;
    left: -10%;
    width: 10%;
    background: var(--clr_promo_3);
    height: 100%;
    position: absolute;
    top: 0;
}

.ccf-btn.btn3:hover::after {
    width: 120%;
}

.ccf-btn.btn4 {
    color: #fff;
    border: 1px solid var(--clr_promo_3);
    background: var(--clr_promo_3);
    position: relative;
}

.ccf-btn.btn4:hover {
    color: var(--pagefont_clr);
}

.ccf-btn.btn4::after {
    content: '';
    z-index: 5;
    transition: all 0.5s ease-in-out;
    left: -10%;
    width: 10%;
    background: white;
    height: 100%;
    position: absolute;
    top: 0;
}

.ccf-btn.btn4:hover::after {
    width: 120%;
}

.ccf-btn.btn5 {
    color: var(--pagefont_clr);
    border: 1px solid #ccc;
    background: WHITE;
    position: relative;
}

.ccf-btn.btn5:hover {
    color: WHITE;
}

.ccf-btn.btn5::after {
    content: '';
    z-index: 5;
    transition: all 0.5s ease-in-out;
    left: -10%;

    width: 10%;
    background: var(--clr_promo_3);
    height: 100%;
    position: absolute;
    top: 0;
}

.ccf-btn.btn5:hover::after {
    width: 120%;
}


.ccf-btn.btn6 {
    color: #fff;
    border: 1px solid white;
    background: var(--clr_promo_3);
    position: relative;
}

.ccf-btn.btn6:hover {
    color: var(--clr_promo_3);
}

.ccf-btn.btn6::after {
    content: '';
    z-index: 5;
    transition: all 0.5s ease-in-out;
    left: -10%;
    width: 10%;
    background: white;
    height: 100%;
    position: absolute;
    top: 0;
}

.ccf-btn.btn6:hover::after {
    width: 120%;
}


.ccf-btn.btn7 {
    color: #fff;
    border: 1px solid var(--danger);
    background: var(--danger);
    position: relative;
}

.ccf-btn.btn7:hover {
    color: var(--danger);
}

.ccf-btn.btn7::after {
    content: '';
    z-index: 5;
    transition: all 0.5s ease-in-out;
    left: -10%;
    width: 10%;
    background: white;
    height: 100%;
    position: absolute;
    top: 0;
}

.ccf-btn.btn7:hover::after {
    width: 120%;
}


.ccf-btn:hover,
.ccf-btn:active,
.ccf-btn:visited {

    text-decoration: none !important;
}

.ccf-btn.shadow-lg {
    box-shadow: 0 1rem 40px rgba(0, 0, 0, .275) !important;

}

.ccf-btn.shadow-lg:hover {
    box-shadow: 0 1rem 50px rgba(0, 0, 0, .375) !important;
    transform: translateY(-2px);
}

.ccf-btn > * {
    position: relative;
    z-index: 25;
}

.labels {
}

.labels .label {
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, .04);
    display: flex;
}

.labels .label svg {
    fill: var(--clr1_2);
    max-width: 30px;
    max-height: 50px;
    margin-right: 10px;
}

.labels .label .label-head {
    font-size: 1.2em;
}

.labels .label.label-1 {
    position: absolute;
    left: 10%;
    width: 80%;
    top: -20px;
    background: WHITE;
}

.labels .label.label-2 {
    position: absolute;
    left: -10px;
    width: fit-content;
    top: -20px;
    background: WHITE;
}

.labels .label.label-3 {
    position: absolute;
    right: -10px;
    width: fit-content;
    bottom: -20px;
    background: WHITE;
}

div.content-container {
    width: var(--content_container);
    margin-inline: auto;
    min-height: 10px;
    position: relative;
    max-width: 100%;
}

div.content-container-right {
    width: 80vw;
    margin-inline-start: auto;

}



.big-section{
    background: BLACK;

}
.big-section .img-area{
    min-height: 420px;
}
.big-section .content-area{
    padding-top: 30px;
    padding-bottom: 30px;
}
.low-hero {
    font-size: 0.9em;
    font-weight: 500;
    color: #5e5e5e;

}
.big-section-low-hero{
    font-size: 1.2em;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
}
.big-section-low-hero.text-muted{
    color: #c0c0c0 !important;
}
.section-title {
    font-size: 2.3em;
    line-height: 1.1em;
    font-weight: 200;
}
.big-section-title {
    font-size: 5em;
    line-height: 1.1em;

    font-weight: 600;
}
.big-section-title.news-title{
    font-size:2em;
}
.big-section p {
    font-size: 1.5em;
 }

.inpage-color-area{
    height: 123px;
}

.page-wrapper{
    overflow-x: hidden;
    z-index: 30;
    position: relative;
}
.page-img-area{

}


.bread-section-brand{
    z-index: 60;
    padding-top: 120px;
    min-height: 365px;
    height: fit-content;
    background-color: var(--clr_promo_1);
    background-size: auto 100%;
    background-position: center right;
    background-repeat: repeat;
    overflow:hidden;
    position: relative;
}
.bread-section-brand .vid-area{
    position: absolute;
    left: 0;
    width: 100%;
    height: fit-content;
    z-index: 20;
    opacity: 1;
    top: -15px;
}
.bread-section-brand::before{
    content:'';
    left: 0;
    width: 80%;
    height: 100%;
    top: 0;
    background: linear-gradient(to right, var(--clr_promo_1) 50%, transparent);
    z-index: 21;
    position: absolute;
}
.bread-section-brand::after{
    content:'';
    right: 0;
    width: 100%;
    z-index: 30;
    top: 0;
    height: 100%;
    background-image: url(../icon.png);
    background-size: auto 150%;
    background-position: right center;
    position: absolute;
    background-repeat: no-repeat;
    opacity: 0.4;
    animation: bread-1 55s ease infinite;
    display: none;
}
@-webkit-keyframes bread-1 {
    0%{
        right: 0;
        top: 0;
    }
    50%{
        right: 15%;
    }
    100%{
        right: 0;
        top: 0;
    }
}
.bread-section-brand .content-container{
    position: relative;
    z-index: 40;
}
.bread-section .img-back{
    position: absolute;

    background-size: cover;
    background-position: center;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 100%;
    z-index: 20;
    mix-blend-mode: color-dodge;
}

.bread-section{
    background-color: var(--clr_promo_1);

}
.bread-section::after{
    content:'';
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background: rgba(0,0,0,0.5);

    z-index: 20;
}
.bread-section .container-fluid{
    position: relative;
    z-index: 30;
}
.bread-section .img-area{
    opacity: 0.1 !important;
    mix-blend-mode: multiply;
}
.bread-section .content-area {
    height: fit-content;
    min-height: 50svh;
    padding-left: calc(calc(100svw - var(--content_container)) / 2);
}
.bread-section .img-area{

    position: relative;
}
.bread-section .img-area::after{

}
.bread-section .content-area{
    padding-top: 220px;
    padding-bottom: 220px;
}
.bread-section .content-area .big-section-title{
    font-size: 2em;
}
.bread-section .content-area .big-section-title.news-title{
    font-size: 2em;
}
.bread-section .big-section-low-hero{
    font-size: 1.2em;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
}
.bread-section .big-section-low-hero.text-muted{
    color: #c0c0c0 !important;
}


.section-title-big {
    font-size: 3em;
    line-height: 1.1em;
     font-weight: 200;
}

.section-title-soft {
    font-size: 2.3em;
     font-weight: 200;
    line-height: 1.2em;
}

.section-title strong {
    font-weight: 600;

}

.section-title-big strong {
    font-weight: 600;

}


.bg-dark.dotted {
    background-color: var(--clr_dark) !important;
    background-image: url(../img/shapes/shape.png) !important;
    background-repeat: no-repeat !important;
    background-size: 110px auto !important;
}

.bg-dotted {
    background-image: url(../img/shapes/dot.png) !important;
    background-repeat: repeat !important;
    background-size: 280px auto !important;
    background-position: center !important;
}

.bg-dotted-1 {
    background-image: url(../img/shapes/desen-cicek-1.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

.bg-dotted-2 {
    background-image: url(../img/shapes/shape-2.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

.bg-dotted-3 {
    background-image: url(../img/shapes/shape-3.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

.bg-dotted-4 {
    background-image: url(../img/shapes/shape-4.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

.bg-dotted-5 {
    background-image: url(../img/shapes/wave-5-2.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: bottom center !important;
}

.bg-dotted-6 {
    background-image: url(../img/shapes/vertical-lines-2.png) !important;
    background-repeat: no-repeat !important;
    background-size: 70% auto !important;
    background-position: bottom center !important;
}

.bg-dotted-7 {
    background-image: url(../img/shapes/vertical-lines-3.png) !important;
    background-repeat: no-repeat !important;
    background-size: 80% auto !important;
    background-position: left center !important;
}

.bg-dotted-8 {
    background-image: url(../img/icon-2.png) !important;
    background-repeat: no-repeat !important;
    background-size: auto 50% !important;
    background-position: center 50% !important;
}

.bg-dotted-9 {
    background-image: url(../img/pattern-1.png) !important;
    background-repeat: repeat-x !important;
    background-size: auto 100% !important;
    background-position: center center !important;
}


.bg-dotted-10 {
    background-image: url(../img/pattern-2.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center 50% !important;
}
.bg-dotted-11 {
    background-image: url(../img/shapes/beige-pattern.png);
    background-size: 376px auto;
    background-repeat: repeat;
    background-position: right center;
}

.bg-dotted-12 {
    background-image: url(../img/shapes/beige-pattern.png);
    background-size: 376px auto;
    background-repeat: repeat-y;
    background-position: right center;
}

.bg-dotted-map {
    background-image: url(../img/shapes/dotted-map.png);
    background-color: #fff;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.button-bar {
    position: fixed;
    right: 10px;
    bottom: 50px;
    z-index: 100;
    height: fit-content;
    padding: 14px 5px;
    background: linear-gradient(to bottom, #373744 18%, WHITE 18%);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3) !important;
    border-radius: 20px;

}

.button-bar .bar-header {
    font-size: 0.8em;
    font-weight: 500;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    width: calc(100% + 10px);
    margin-left: -5px;
    border-bottom: 4px solid #d9d9d9;
    cursor: pointer;
    padding-bottom: 9px;
}

.button-bar ul {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.button-bar ul li:first-child {
}

.button-bar ul li:last-child {
}

.button-bar ul li {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    transition: .2s;
}

.button-bar ul li a:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.button-bar ul li a {
    position: relative;
    width: 80px;
    height: fit-content;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 0 10px;
    border-radius: 10%;
    padding: 6px;
    box-sizing: border-box;
    text-decoration: none;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
    background: linear-gradient(0deg, #ddd, #fff);
    transition: .2s;
    padding-bottom: 10px;
    padding-top: 10px;
}

.button-bar ul li a i {
    font-weight: 900;
}

.button-bar ul li a span {

    font-size: 0.5em;
}

.button-bar ul li:nth-child(2) a {
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    padding: 0;

}

.button-bar.opened ul li:nth-child(2) a {
    visibility: visible;
    max-height: 1500px;
    overflow: hidden;
    padding: 6px;
}

header.desctop {
    position: fixed;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    left: 0;
    width: 100%;
    z-index: 500;
    background: transparent;
    top: 0;
    transition: .4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    min-height: 60px;
    box-shadow: 0 0 30px transparent;


}

header.desctop.fixed {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.21);
    background-color: var(--clr_promo_1);
}

header.desctop .content-container {
    width: 90svw;
}

header.desctop .header-box {
    width: 100px;
    right: 0;
    top: 0;
    height: 100% !important;
    position: absolute;

}

header.desctop .header-row-1 {
}

header.desctop .header-row-2 {
}

header.desctop a.logo {
    display: inline-flex;
    width: fit-content;
    height: auto;
    padding: 10px;
}

header.desctop a.logo.second img{
    max-height: 80px;
}

header.desctop a.logo.third img{
    filter: grayscale(1) brightness(10);
    max-height: 80px;
}

header.desctop.fixed a.logo.third img{
    filter: none;
}

header.desctop a.logo img {
    max-width: 120px;
    transition: all 0.6s ease-in-out;
}
header.desctop.fixed a.logo img {
    max-width: 130px;
}
header.desctop.fixed a.logo.second img {
    max-height: 100px;
}
header.desctop.fixed a.logo img {

}

header.desctop .desctop-header-row,
header.desctop .desctop-header-row-2 {
    width: 100%;
}

header.desctop .desctop-header-row {
    display: flex;
    align-items: center;
    justify-content: end;
}

header.desctop .desctop-header-row .row-1-list {
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
}

header.desctop .desctop-header-row .row-1-list li {
    display: inline-flex;
    list-style-type: none;
}

header.desctop .desctop-header-row .row-1-list li a {
}

header.desctop .desctop-header-row.row-2 {
    display: flex;
    align-items: center;
    justify-content: end;
}

header.desctop ul.desctop-main-menu {
    width: fit-content;
    display: flex;

    height: fit-content;
    align-items: center;
    justify-content: end;
    margin-bottom: 0;
    padding: 25px 15px;
}

header.desctop ul.desctop-main-menu > li {
    display: inline-flex;
    padding: 5px 10px;
}

header.desctop ul.desctop-main-menu li.has-sub {
    position: relative;
}


header.desctop ul.desctop-main-menu > li:first-child {
}

header.desctop ul.desctop-main-menu > li:last-child {
}

header.desctop ul.desctop-main-menu > li > a {
    font-size: 0.9em;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    transition: all 0.5s ease-in-out;
}

header.desctop ul.buttons {

    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 100%;
}

header.desctop ul.buttons li {
    display: inline-flex;


}

header.desctop ul.buttons li a {
    padding: 5px 7px 5px 12px;
    font-size: 1.8em;
    color: white;
     text-transform: uppercase;
    font-weight: 500;
    transition: all 0.5s ease-in-out;
}

header.desctop.fixed ul.buttons li a {

    font-size: 1.4em;
}

header.desctop ul.buttons li a i {
    color: white;
}
header.desctop.fixed ul.buttons li a,
header.desctop.panel-menu-opened ul.buttons li a
{
    color: var(--pagefont_clr);

}

header.desctop.fixed ul.buttons li a i,
header.desctop.panel-menu-opened ul.buttons li a i{
    color: var(--clr_promo_3);

}


header.desctop .mobile-menu-toggler{
    display: inline-flex;
    flex-direction: column;
    transform: scale(1.2);
    margin-right: 10px;
    justify-content: space-between;
    transition: all 0.3s ease-in-out;
}
header.desctop.fixed .mobile-menu-toggler{
    transform: scale(0.8);

}
header.desctop .mobile-menu-toggler span{
    background: WHITE;

}
header.desctop.fixed .mobile-menu-toggler span,
header.desctop.panel-menu-opened .mobile-menu-toggler span
{
    background: var(--clr_promo_1);
}

header.desctop .menu-head-group{
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 10px;
    transition: all 0.3s ease-in-out;
}

header.desctop .menu-head-group > span{
    color: WHITE;
    font-size: 2em;
     transition: all 0.3s ease-in-out;
    margin-left: 10px;
}
header.desctop.fixed .menu-head-group > span{
    color: var(--pagefont_clr);
    font-size: 1.5em;
    margin-left: -10px;
}

header.desctop.panel-menu-opened .menu-head-group > span{
    color: var(--pagefont_clr);

}

header.desctop ul.desctop-main-menu li.has-sub div.submenu {
    position: absolute;
    top: 55px;
    left: 0;
    width: fit-content;
    height: fit-content;
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    min-width: 350px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0);
    background: var(--clr_promo_1);
    border-radius: 20px;
    padding: 20px;
}

header.desctop ul.desctop-main-menu li.has-sub:hover div.submenu {
    visibility: visible;
    opacity: 1;
    max-height: 1500px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}

header.desctop ul.desctop-main-menu li.has-sub div.submenu .submenu-header {
    color: white;
    font-weight: 600;
}

header.desctop ul.desctop-main-menu li.has-sub div.submenu ul {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-left: 0;
    margin-bottom: 0;
    flex-direction: column;
}

header.desctop ul.desctop-main-menu li.has-sub div.submenu ul > li {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

header.desctop ul.desctop-main-menu li.has-sub div.submenu ul > li > a {
    color: white;
    width: 100%;
    text-align: left;
    font-size: 1em;

}


header.mobile {
    height: 80px;
    background: var(--clr_promo_1);
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 500;
}

header.mobile.fixed {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.14);
}

.mobile-menu-toggler {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    transform: scale(0.8);
}

.mobile-menu-toggler span {
    height: 6px;
    border-radius: 20px;
    background: white;
    width: 40px;
    transition: .4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    margin: 2px;
}

.mobile-menu-toggler span:nth-child(1) {
    width: 20px;
}

.mobile-menu-toggler span:nth-child(2) {
    width: 50px;
}

.mobile-menu-toggler span:nth-child(3) {
    width: 30px;
}

.mobile-menu-toggler.opened span{
    background: #ddd;
}

.mobile-menu-toggler.opened span:nth-child(1) {
    transform-origin: bottom;
    transform: rotatez(45deg) translate(4px, 0px);
    width: 20px;
}

.mobile-menu-toggler.opened span:nth-child(2) {
    transform-origin: top;
    transform: rotatez(-45deg);
    width: 40px;
}

.mobile-menu-toggler.opened span:nth-child(3) {
    transform-origin: bottom;
    width: 20px;
    transform: translate(18px, -4px) rotatez(45deg);
}

header.mobile a.logo {
    display: flex;
    align-items: center;
    justify-content: start;
    line-height: 1em;
}

header.mobile a.logo img {
    max-width: 100px;
}

.mobile-nav {
    width: 100svw;
    background: rgba(0, 0, 0, 0.52);
    height: 100svh;
    position: fixed;
    z-index: 499;
    top: -100%;
    opacity: 0;
    right: 0;
    transition: all 0.5s ease-in-out;
}

body.menu-opened .mobile-nav {
    opacity: 1;
    top: 80px;
}

.mobile-nav .menubar {
    background: #f3f3f3;

}

.mobile-nav .menubar > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.mobile-nav .menubar > ul > li {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: start;
    padding-left: 15px;
    border-bottom: 1px solid #e7e7e7;
    flex-direction: column;
}

.mobile-nav .menubar > ul > li > a {
    color: var(--pagefont_clr);
    width: 100%;
    display: flex;
    padding: 15px;
}

.mobile-nav .menubar > ul > li:first-child {
}

.mobile-nav .menubar > ul > li:last-child {
}

.mobile-nav .menubar > ul > li.has-sub {

}

.mobile-nav .menubar > ul > li.has-sub > .sub-menu {
    display: flex;
    width: 100%;
    height: fit-content;
    max-height: 0;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
}

.mobile-nav .menubar > ul > li.has-sub.opened > .sub-menu {
    max-height: 350px;
    visibility: visible;
    opacity: 1;
}

.mobile-nav .menubar > ul > li.has-sub > .sub-menu > ul {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #e8e8e8;
    padding-left: 0;
}

.mobile-nav .menubar > ul > li.has-sub > .sub-menu > ul > li {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #dadada;
}

.mobile-nav .menubar > ul > li.has-sub > .sub-menu > ul > li > a {
    width: 100%;
    color: var(--pagefont_clr);
    padding: 15px;
    padding-left: 25px;
}


.mobile-nav .menupanel {
    display: flex;
    width: 100%;
    height: fit-content;
    flex-direction: column;
}

.mobile-nav .menupanel > ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding-left: 0;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}

.mobile-nav .menupanel > ul > li {
    list-style-type: none;
    align-items: center;
    justify-content: center;
    height: 60px;
    flex: 1;
    padding: 12px;
    background: #eee;
    border-right: 1px solid #ddd;
}

.mobile-nav .menupanel > ul > li > a {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    white-space: nowrap;
    font-weight: 600;
    font-size: 0.8em;
    color: var(--pagefont_clr);
    gap: 5px;
}

.panel-menu{
    width: 100svw;
    right: 0;
    position: fixed;
    top: -100%;
    height: fit-content;
    z-index: 499;
    background-color: var(--clr_promo_1);
    background-size: auto 100%;
    transition: all 1s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: calc(calc(100svw - var(--content_container)) / 2);
    padding-top: 100px;
    padding-bottom: 20px;
}
.panel-menu-bg{
    width: 100svw;
    height: 100%;
    left: 0;
    background: linear-gradient(to top, black, transparent);
    visibility: hidden;
    opacity: 0;
    transition: all 1s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    position: fixed;
    z-index: 10;
    top: 100%;
}
.panel-menu-bg.active{
    top: 150px;
    visibility: visible;
    opacity: 1;
}

.p-private{
    padding-left: calc(calc(100svw - var(--content_container)) / 2);
}

.panel-menu.active{
    top: 0;
    background-size: auto 300%;
}



.panel-menu .main-menu{
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 80%;
    max-height: 80svh;
    overflow-y: scroll;
    overflow-x: hidden;
}
.panel-menu .main-menu::-webkit-scrollbar,
.panel-menu .main-menu::-webkit-scrollbar-button,
.panel-menu .main-menu::-webkit-scrollbar-track
{
    width: 0;
}
.panel-menu .main-menu li{
    width: 100%;

    align-items: center;
    justify-content: center;
    margin-right: -300px;
    opacity: 0;
    transition:all 1s ease-in-out;
    transition-delay: 0.5s;
    flex-direction: column;
    display: flex;
}
.panel-menu.active .main-menu li{
    margin-right: 0;
    opacity: 1;
    padding: 5px;
}
.panel-menu .main-menu li a{
    background: rgba(255,255,255,0.1);
    border-bottom: 1px solid rgba(221, 221, 221, 0.25);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    color: WHITE;
    padding: 10px 15px;
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: 300;
}
.panel-menu .main-menu li.has-sub{}
.panel-menu .main-menu li.has-sub > .sub-menu{
    max-height: 0;
    overflow: hidden;
    display: flex;
    width: 100%;
    transition: all 0.5s ease-in-out;
}
.panel-menu .main-menu li.has-sub.opened > .sub-menu{
    max-height: 450px;
}
.panel-menu .main-menu li.has-sub > .sub-menu > ul{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: column;
}
.panel-menu .main-menu li.has-sub > .sub-menu > ul > li{
    width: 100%;
}
.panel-menu .main-menu li.has-sub > .sub-menu > ul > li > a{
    width: 100%;
    padding: 15px;
    color: #282d2d;
    line-height: 1em;
}


.main-slider {
    position: relative;
    z-index: 30;
}

.main-slider .item {
    background-size: 100% auto;
    background-repeat: no-repeat !important;
    background-position: center !important;

    background: var(--clr_promo_1);
    height: fit-content;
}
.main-slider .item .images{
    height: 100%;
   /* clip-path: polygon(0% 0%, 100% 0%, 1% 1%, 0% 100%);*/
}
.main-slider .active .item .images{
    height: 100%;
    /*clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);*/
}
.main-slider .item .images img:last-child{
    display: none;
}
.main-slider .item .images img:first-child{
     width: 100%;
}

.main-slider .active .item .images{
    opacity: 1;
}
.main-slider .item .images{
    position: relative;
    z-index: 10;
    transition:all 1s linear;
    opacity: 0;

}
.main-slider .item .images img{
    position: relative;
    z-index: 30;
}
.main-slider .item .images::after{
    content:'';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: -2px;
    background: linear-gradient(to top, var(--clr_promo_1), transparent);
    z-index: 30;
}
.main-slider .item .images.nofilter::after{
    opacity: 0;
}
.main-slider .item .content{
    position: absolute;
    left: 0;
    width: 100%;
    display: flex;
    height: 100%;
    top: 0;
    align-items: center;
    justify-content: end;
    padding: -5px;
    z-index: 20;
    opacity: 0.8;
    overflow: hidden;
}

.main-slider .item .content .fader{
    opacity: 0;
    transition: all 0.5s ease-in-out;
    transition-delay: 0.5s;
    text-align: left;
}
.main-slider .active .item .content .fader{
    opacity: 1;

}
.main-slider .item .content .slider-title{
     font-size: 2.2em;
    margin-right: 130px;
    color: #ffffff;
    line-height: 1em;
    transition:all 4s ease-in-out;
    font-weight: 800;
}
.main-slider .item .content .slider-title-2{

    line-height: 1em;
    font-size: 1.2em;
}
.main-slider .item .content .slider-text{
    font-size: 1.2em;
    margin-right: 130px;
    transition:all 5s ease-in-out;
    font-weight: 500;
    text-transform: uppercase;
    color: WHITE;
}
.main-slider .item .content .ccf-btn{
    margin-right: 130px;
    transition:all 6s ease-in-out;
}
.main-slider .item .content .slider-text,
.main-slider .item .content .slider-title
{

    transition-delay: 0.3s;
}

.main-slider .active .item .content .slider-text,
.main-slider .active .item .content .slider-title,
.main-slider .active .item .content .ccf-btn
{
    transition-delay: 0s;
}

.main-slider .active .item .content .slider-text{
    margin-right: 0;
}
.main-slider .active .item .content .slider-title{
    margin-right: 0;
}
.main-slider .active .item .content .ccf-btn{
    margin-right: 0;
}

.main-slider-area .slider-text-area {
    z-index: 40;
    position: absolute;
    left: 0;
    padding: 30px 15%;
    width: 100%;
    bottom:  5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-slider-area .slider-text-area ul.main-logos{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
    gap: 10px;
    margin-bottom: 20px;
}
.main-slider-area .slider-text-area ul.main-logos > li{
    display: inline-flex;
    list-style-type: none;
}
.main-slider-area .slider-text-area ul.main-logos > li > a{
    display: flex;
}
.main-slider-area .slider-text-area ul.main-logos > li > a > img{
    height: 120px;
    width: auto;
    filter: grayscale(1);
}

.slider-text-area .content {
    width: 75%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: WHITE;
    border-right: 1px solid WHITE;
    padding-left: 70px;
    padding-right: 25px;
}

.slider-text-area .content p {
    margin-bottom: 0;
    font-size: 2em;

    color: WHITE;
    padding-bottom: 0;
    font-weight: 600;

}

.slider-text-area .arrows {
    width: 25%;
    display: flex;
    height: 100%;
    justify-content: center;
    padding-left: 0;
    margin-bottom: 0;
}

.slider-text-area .arrows li {
    display: inline-flex;
    height: 100%;
    align-items: center;
    justify-content: center;

}

.slider-text-area .arrows li:first-child {
    border-right: 1px solid rgba(221, 221, 221, 0.42);
}

.slider-text-area .arrows li a {
    color: white !important;

    width: 100px;
    height: 100px;
    font-size: 6em;
    font-weight: 100;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottom-bar {
    display: block;
    width: 100%;
    height: 4px;

    transition: all 0.5s ease-in-out;
}

.bottom-bar.bar-1 {
    background: var(--clr_promo_1);
    border-left: 30px solid #834113;
}

:hover > .bottom-bar.bar-1 {
    background: var(--clr_promo_1);
    border-left: 80px solid #834113;
}

.bottom-bar.bar-2 {
    background: var(--clr_dark_n);
    border-left: 30px solid var(--clr_dark_p);
}

:hover > .bottom-bar.bar-2 {

    border-left: 80px solid var(--clr_dark_p);
}

.seperatorbar {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 3px;
    transition: all 0.3s ease-in-out;
    height: 20px;
}

.seperatorbar > * {
    max-width: 100%;
    display: inline-flex;
    flex: 1;
    height: 100%;
    transform: skewX(-30deg);
}

.seperatorbar.invertSkew > * {
    transform: skewX(30deg);
}

.seperatorbar:hover {
    gap: 20px
}


.vertical-seperator{
    display: flex;
    position: relative;
}
.vertical-seperator .line1{
    display: inline-flex;
    height: 40px;
    width: 1px;
}

.skew {
    transform: skewX(-20deg);
}

.skewContent {
    transform: skewX(20deg);
}

.skew-right::after {
    background: var(--clr_promo_4);
    content: '';
    position: absolute;
    right: -120px;
    width: 120px;
    height: 100%;

}

.skew-left::before {
    background: var(--clr_promo_4);
    content: '';
    position: absolute;
    left: -120px;
    width: 120px;
    height: 100%;

}

.skew-inpage {
    transform: skewX(10deg);
}

.skew-inpage::after {
    background: rgba(234, 102, 7, 0.65);
    content: '';
    position: absolute;
    right: -120px;
    width: 120px;
    height: 100%;
}

.skew-inpage::before {
    background: rgba(234, 102, 7, 0.33);
    content: '';
    position: absolute;
    right: -240px;
    width: 120px;
    height: 100%;
}

* > .counter-number-blocks:first-child {

    border-left: none;
}

.counter-number-blocks {
    display: flex;
    align-self: stretch;
    justify-self: stretch;
    flex-direction: column;
    line-height: 3em;
    border-left: 1px solid #eee;
    padding: 25px;
    align-items: center;
    justify-content: center;
}

.counter-number-blocks p {
    font-size: 1.2em;
    margin-bottom: 0;
    line-height: 1em;
}

.counter-number-blocks span {
    font-size: 4em;
    font-weight: 700;
    color: var(--clr_promo_3);
    position: relative;
    line-height: 1em;
}

.counter-number-blocks span::after {
    content: '+';
    color: var(--clr_promo_1);

    font-size: 1.3em;
    text-shadow: 0 0 WHITE;
    position: absolute;
    right: -28px;
    /* -webkit-text-fill-color: transparent; */
    -webkit-text-stroke: 1px;
    top: -30px;
    -webkit-text-stroke-color: WHITE;
    stroke-width: 8px;
    -webkit-text-stroke-width: 3px;
    font-weight: 700;
}

.counter-number-blocks small {
    display: block;
    line-height: 1.2em;
    margin-top: 3px;
    font-style: italic;
}


.info-blocks {
}

.info-blocks .info-block {
    height: 220px;
    transform: skewX(-20deg);
    margin-left: -5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: WHITE;
    text-align: center;

}

.info-blocks .info-block:nth-child(2) {

}

.info-blocks .info-block:nth-child(1) {
    border-bottom: 15px solid var(--clr_promo_2);
}

.info-blocks .info-block:nth-child(1)::after {
    content: '';
    width: 100%;
    height: 60px;
    background: var(--clr_promo_1);
    position: absolute;
    right: -25px;
    bottom: -75px;
    transform: skewX(40deg);
}

.info-blocks .info-block:nth-child(2) {
    border-bottom: 15px solid var(--clr_promo_4);
}

.info-blocks .info-block:nth-child(2)::after {
    content: '';
    width: 100%;
    height: 60px;
    background: var(--clr_promo_3);
    position: absolute;
    right: -30px;
    bottom: -75px;
    transform: skewX(40deg);
}

.info-blocks .info-block:nth-child(3) {
    border-bottom: 15px solid var(--clr_dark_p);
}

.info-blocks .info-block:nth-child(3)::after {
    content: '';
    width: calc(100% - 10px);
    height: 60px;
    background: var(--clr_promo_4);
    position: absolute;
    right: -25px;
    bottom: -75px;
    transform: skewX(40deg);
}

.info-blocks .info-block > * {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.info-blocks .info-block p {
    font-size: 1em;
    line-height: 1.1em;
     font-weight: 500;
}

.info-blocks .info-block .count-number {
    font-size: 4em;
    line-height: 1.1em;

    font-weight: 700;


}

.info-blocks .info-block small {
    font-style: italic;
    opacity: 0.8;
    padding: 10px;
}

.bottom-panel {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 450;

}

.bottom-panel .content-container {
    position: relative;
    text-align: right;
    width: 100svw;
    display: flex;
    justify-content: center;
    border-bottom: 7px solid var(--clr_promo_3);

}

.bottom-panel .bottom-panel-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1px;
    width: fit-content;
    background: var(--clr_promo_3);
    margin-bottom: 0;
    padding-left: 0;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.bottom-panel .bottom-panel-tabs::before {
    content: '';
    left: -118px;
    height: 100%;
    position: absolute;
    top: 0;
    background: url(../img/panel-left.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right center;
    width: 120px;
    z-index: 45;

}

.bottom-panel .bottom-panel-tabs::after {
    content: '';
    right: -118px;
    height: 100%;
    position: absolute;
    top: 0;
    background: url(../img/panel-right.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: left center;
    width: 120px;
    z-index: 45;
}

.bottom-panel .bottom-panel-tabs:hover {
    padding-bottom: 10px;
    padding-top: 10px;
}

.bottom-panel .bottom-panel-tabs li {
    flex: 1;
    display: inline-flex;
    list-style-type: none;
    border-right: 1px solid #304554;
}

.bottom-panel .bottom-panel-tabs li:last-child {
    border-right: none;
}

.bottom-panel .bottom-panel-tabs li a {
    padding: 15px 15px;
    color: WHITE;
    font-weight: 200;
    white-space: nowrap;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.bottom-panel .bottom-panel-tabs li a:hover {
    transform: scale(1.1);

}

.bottom-panel .bottom-panel-tabs li a i {
}

.bottom-panel .contents {
    background: var(--clr_promo_3);
    height: 40px;
    width: 100%;
}

.bottom-panel .contents .tab-pane {
    color: WHITE;
}


.index-promo-1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0;
    position: relative;
}

.index-promo-1 .sides {
    flex: 1;

    transition: all 0.2s ease-in-out;
    height: 100%;
}

.index-promo-1 .sides:hover {
    width: 75%;
}

.index-promo-1 .sides {
}


.circle-arrow {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;

}

.index-partners .item {
}

.index-partners .item a {
    height: 120px;
    filter: grayscale(1);
    display: block;
    background-size: 80% auto !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}


.partnerships a{
    height: 120px;
    filter: grayscale(1);
    display: block;
    background-size: auto 80% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    border: 1px solid rgba(221, 221, 221, 0.31);
    box-shadow:  0 0 30px rgba(0, 0, 0, 0.05);
    transition: all 0.2s ease-in-out;
    position: relative;
    z-index: 10;
    background-color: WHITE;
}
.partnerships a:hover{
    filter: grayscale(0);
    box-shadow:  0 0 30px rgba(0, 0, 0, 0.3);
    transform: scale(1.3);
    z-index: 12;
}

.promo-1 {
    height: 320px;
    display: block;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-in-out;
    transform: perspective(100px) translateZ(0);
    z-index: 40;
    box-shadow: 0 0 60px transparent;
}
.promo-1.sm{
    height: 220px;
}
.promo-1:hover{
    z-index: 60;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.48);
    transform: perspective(100px) translateZ(10px);
}

.promo-1 .bgimg{

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    z-index: 30;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: WHITE;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.promo-1:hover .bgimg{
    left: -25%;
    top: -25%;
    height: 150%;
    width: 150%;
    opacity: 1;
    mix-blend-mode: normal;

}
.promo-1 .bgimg::after{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    transition: all 0.2s ease-in-out;
    height: 100%;
    opacity: 0.8;
    bottom: 0;
    background: linear-gradient(to top, var(--clr_promo_1), #20193a);
}
.promo-1:hover .bgimg::after{
    opacity: 0.2;
}


.promo-1 .content{
    position: absolute;
    z-index: 40;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: WHITE;
}
.promo-1 .content .name{
    font-size: 1.2em;
    font-weight: 800;
    text-shadow: 0 0 20px BLACK;
    width: 100%;
    text-align: center;
    transition: all 0.1s ease-in-out;
}
.promo-1:hover .content .name{
    font-size: 1.3em;
}

.nth-bolum{}
.nth-bolum :nth-child(2n) .etk-card.card{
    flex-direction: column-reverse;
}

.etk-card.card{
    display: flex;
    flex-direction: column;
    border: none;
    transition: .4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0);
    transform: translateY(0);

}
.etk-card.card:hover{
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.55);
    transform: translateY(-30px);
}

.etk-card .card-img{
    height: 220px;
    display: block;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.etk-card .card-body{
    color: WHITE;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}
.etk-card .card-body .name{
    margin-bottom: 5px;
    font-size: 1.1em;
    font-weight: 600;

    color: WHITE;
}
.etk-card .card-body p{
    font-size: 0.9em;
    font-weight: 100;
    margin-bottom: 0;
    overflow: hidden;

    transition: all 0.5s ease-in-out;
}


.product-category-cart {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0);
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    transition: all 0.4s ease-in-out;
    background: white;
}

.product-category-cart:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.27);
}

.product-category-cart .img {
    height: 140px;
    width: 100%;
    display: flex;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;

}
.product-category-cart > a{
    width: 100%;
}
.product-category-cart .title {
    text-align: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 700;

    color: var(--clr_promo_3);
}

.product-category-cart .title.sm{
    font-size: 1em;
}

.product-category-cart .text {
    font-size: 0.8em;
    width: 100%;
}

.product-category-cart .url {
    width: 100%;
    display: flex;
    transition: all 0.5s ease-in-out;

    color: var(--clr_promo_1);
    font-weight: 600;
    font-size: 1em;
    padding-left: 0;
    padding-right: 30px;
    position: relative;
}

.product-category-cart .url::after {
    font-family: "Font Awesome 6 Free";
    content: "\f30b";
    width: 30px;
    height: 30px;
    background: #f1f1f1;
    display: flex;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    color: var(--clr_promo_1);
    bottom: 0;
    transform-origin: 50% 50%;
    transform: rotate(-45deg);
}


.product-category-cart-2{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.product-category-cart-2 > *{
    padding: 10px;
}
.product-category-cart-2 .left-sider{
    width: 45%;
    padding: 20px;
}
.product-category-cart-2 .left-sider .img{
    height: 140px;
    width: 100%;
    display: flex;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;

}
.product-category-cart-2 .right-sider{
    width: 55%;
    padding: 15px;
    border-left: 1px solid #eee;
}
.product-category-cart-2 .right-sider .title{
    font-size: 1.1em;
    font-weight: 700;
    color: var(--clr_promo_3);
}
.product-category-cart-2 .right-sider .text{
    font-size: 0.8em;
}
.product-category-cart-2 .full-sider{
    border-top: 1px solid #ddd;

    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
}
.product-category-cart-2 .full-sider a{
    width: 100%;
    color: var(--clr_promo_1);
    padding: 5px;
    position: relative;
    font-weight: 700;
}

.product-category-cart-2 .full-sider a::after {
    font-family: "Font Awesome 6 Free";
    content: "\f30b";
    width: 30px;
    height: 30px;
    background: #f1f1f1;
    display: flex;
    font-weight: 600;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    color: var(--clr_promo_1);
    bottom: 0;
    transform-origin: 50% 50%;
    transform: rotate(-45deg);
}
.breadcrumb-area {
    height: var(--breadCrumbHeight);
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 0;
}

.breadcrumb-area > * {
    height: var(--breadCrumbHeight);
}

.breadcrumb-area .left-side {
    width: 20%;
    transform: skewX(-10deg);
    z-index: 20;
    opacity: 1;
    background-image: url(../img/shapes/wave-5-2.png);
    background-size: contain !important;
    background-position: center;
    background-repeat: repeat;
}

.breadcrumb-area .left-side .left-panel {
    content: '';
    width: 150px;
    height: 100%;
    position: absolute;
    left: -130px;
    top: 0;
    z-index: 0;
}

.breadcrumb-area .left-side .right-panel {
    content: '';
    width: 150px;
    height: 100%;
    position: absolute;
    right: -150px;
    top: 0;
    z-index: 0;
    opacity: 0.8;
}

.breadcrumb-area .left-side .content {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    transform: skewX(10deg);
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.breadcrumb-area .right-side {
    position: absolute;
    width: 100%;
    right: 0;

}

.breadcrumb-area .right-side .skewFilter {
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 12;
    width: 30%;
    left: -10%;
    transform: skewX(-20deg);
    background: var(--clr_promo_1);
    background-image: url(../img/shapes/wave-5-2.png);
    background-size: cover;
}

.breadcrumb-area .right-side .bg-img {
    position: absolute;
    right: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    z-index: 9;

}


.breadcrumb-area .right-side .content {
    width: 100svw;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: end;
    flex-direction: column;
    height: 100%;
    right: 0;
    position: relative;
    z-index: 11;
}

.breadcrumb-area .right-side .content .page-bar {
    background: #f6f6f6;
    width: 100%;
    padding: 30px;
    padding-left: 10%;

}




.new-bread {
}

.new-bread .left-side,
.new-bread .right-side {
    height: var(--breadCrumbHeight);
}

.new-bread.price-page .left-side,
.new-bread.price-page .right-side{
    height: 200px !important;
}
.new-bread.price-page .right-side .content .bar{
    height: 200px !important;
}

.new-bread .left-side {
    background-color: var(--clr_promo_1);
    background-image: url(../img/shapes/wave-5-2.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    color: WHITE;
}
.new-bread .left-side::after{
    content: '';
    position: absolute;

    right: -38px;
    transform: skewX(-10deg);
    background: var(--clr_promo_2);
    top: 0;
    display: block;
    width: 100px;
    height: 100%;
    z-index: 20;
}

.new-bread .left-side.bg-promo-3{
    background-color: var(--clr_promo_3);
}
.new-bread .left-side.bg-promo-3::after{
    background-color: var(--clr_promo_4);
}

.new-bread .left-side.bg-dark{
    background-color: var(--clr_dark_p) !important;
}
.new-bread .left-side.bg-dark::after{
    background-color: var(--clr_dark);
}

.new-bread .right-side {
    position: relative;
}
.new-bread .right-side .bg-img{
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10;
}
.new-bread .right-side .content{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 11;
    display: flex;
    align-items: end;
    justify-content: center;
    padding: 0;
    left: 0;
}
.new-bread .right-side .content .bar{
    width: 100%;
    background: #f5f5f5;
    height: 120px;
    padding-left: 50px;
    flex-direction: column;
    display: flex;
    align-items: start;
    justify-content: center;
}


.breadcrumbs {
    display: flex;
    align-items: center;
    justify-content: start;

    padding-left: 0;
    margin-bottom: 0;

}

.breadcrumbs li {
    align-items: center;
    display: inline-flex;
    padding: 5px 5px;
}

.breadcrumbs li:after {
    content: '>';
    line-height: 1em;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-left: 15px;
}

.breadcrumbs li a {
    color: var(--pagefont_clr);

}

 .breadcrumbs li:first-child {
    padding-left: 0 !important;
}

 .breadcrumbs li:last-child::after {
    display: none !important;
}

.new-brand  .page-title {
    font-size: 2em;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 0;
}

footer {
    border-top: 1px solid rgba(0, 0, 0, 0.02);
    background: #ffffff;
    padding-bottom: 70px;
    position: relative;
    z-index: 30;
}

footer .footer-menu{
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    justify-content: end;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}
footer .footer-menu li{

    list-style-type: none;
}
footer .footer-menu li a{
    padding: 15px;
    color: #3f3f3f;
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;

}

footer .footer-row-1 {

    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .logo {
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 15px;
}

footer .logo img {
    max-width: 160px;
    display: inline-flex;
}

footer .footer-brand-img{}
footer .footer-brand-img img{
    max-width: 140px;
}

footer .slogan-1 {
    text-transform: uppercase;
    color: var(--clr_promo_1);
    font-size: 1.7em;
}

footer .footer-socials {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    gap: 3px;
}

footer .footer-socials li {
    list-style-type: none;
    display: inline-flex;
    flex: 1;
}

footer .footer-socials li:last-child {
}

footer .footer-socials li:first-child {
}

footer .footer-socials li > a {
    white-space: nowrap;
    color: var(--pagefont_clr);

}

footer .footer-socials li > a > i {
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee;
}

footer .footer-header {
    color: var(--pagefont_clr);
    font-size: 0.8em;
    font-weight: 500;
    text-transform: capitalize;
    /* border-bottom: 1px solid var(--clr_dark_n); */
    padding-bottom: 5px;
}

footer .footer-header strong {
    font-weight: 700;
}

footer .footer-header.w-icon.icon-dep::before {
    content: "\f095";
}

footer .footer-header.w-icon::before {
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    content: "\f03a";
    width: 30px;
    height: 30px;
    background: #f1f1f1;
    display: inline-flex;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    color: var(--clr_promo_1);
    margin-left: -15px;
}

footer .footer-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    padding-left: 0;
    margin-bottom: 10px;
}

footer .footer-list li {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    margin-bottom: 5px;
}

footer .footer-list li a {
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: start;
    font-size: 0.8em;
    font-weight: 400;
    opacity: 0.8;
}

footer .social.footer-list li a i {
    margin-right: 10px;
    color: var(--clr_promo_1);
    background: white;
    width: 25px;
    height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}

footer .container-fluid > .row, footer .container > .row {

    padding-top: 10px;
    padding-bottom: 10px;
}

footer p.li {
    color: #000000;
    font-size: 0.8em;
    font-weight: 400;
    opacity: 0.8;
}

.footer-newsletter-row{}
.footer-newsletter-row label{
    font-size: 2em;
    margin-bottom: 5px;
    font-weight: 800;
    margin-top: 5px;
    line-height: 1em;
}
.footer-newsletter-row p{
    margin: 0;
    font-size: 1.1em;

}
.footer-newsletter-row input[type=email]{
    width: 100%;
    height: 60px;
    border-radius: 0;
    /*background: rgba(255,255,255,0.3);*/
    background: transparent;
    color: WHITE;
    box-shadow: none !important;
    border: none;
    border-bottom: 1px solid #a2a2a2;
    outline: none !important;
    padding: 5px;
    padding-right: 65px;
}

.footer-newsletter-row input[type=email]::placeholder{
    font-size: 1.5em;
    font-style: italic;
    color: #332d2d;

    font-weight: 300;
}

.footer-newsletter-row input[type=submit]{
    width: 61px;
    height: 61px;
    position: absolute;
    right: 0;
    top: 0;
    outline: none;
    background: var(--clr_promo_3);
    color: WHITE;
    border: none;
}


.slogan-2{
    color: WHITE;

}

.sidebar-title{
    font-size: 1.4em;
    font-weight: 700;
    text-align: right;
    color: var(--clr_promo_5);
    line-height: 1.5em;
    letter-spacing: -1px;
}
.sidebar-title-list{
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
    width: 100%;
    padding-left: 0;
    margin-bottom: 15px;
}
.sidebar-title-list li{
    list-style-type: none;
    text-align: right;
    width: 100%;
    display: flex;
    border-bottom: 1px solid rgba(221, 221, 221, 0.58);
    justify-content: end;
}
.sidebar-title-list li a{
    color: var(--pagefont_clr);
    font-style: italic;
    padding: 4px 0 4px 8px;
}

.categories-barlist{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}
.categories-barlist li{
    opacity: 0.8;
    height: 100px;
    background-size: 100% auto;
    background-repeat: no-repeat !important;
    background-position: center !important;
    position: relative;
    list-style-type: none;
    width: 100%;
    margin-bottom: 10px;
    transition: all 0.5s ease-in-out;
}
.categories-barlist li:hover{
    background-size: 120% auto;
    opacity: 1;
}
.categories-barlist li::after{
    content:'';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(45deg, transparent, black 70%);
    z-index: 5;

}
.categories-barlist li a{
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 15px;
    color: WHITE;
    z-index: 10;
    padding-right: 25px;
    font-weight: 700;
    font-size: 0.8em;
    text-transform: uppercase;
}
.categories-barlist li a::after{
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    position: absolute;
    right: 0;
    top: 0;
    content: "\f105";
    display: flex;
    width: 25px;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-size: 2em;
    opacity: 0.4;
}

.department-info{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    justify-content: start;
}
.department-info > *{
    width: 100%;
}
.department-info .header{
    font-size: 1.2em;
    font-weight: 700;
    color: var(--clr_promo_3)
}
.department-info .row-1{

}
.department-info .team-name{
    font-weight: 400;
    font-style: italic;
    color: var(--clr_promo_4)
}
.department-info .contact-info{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-left: 0;
    color: white;
    margin-bottom: 0;

}
.department-info .contact-info > li{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    border-bottom: 1px solid #ddd;
    margin-top: 10px;
    margin-bottom: 10px;
}
.department-info .contact-info > li:last-child{
    border-bottom: 1px solid transparent;
}
.department-info .contact-info > li > *{
    width: 100%;
}

.department-info .contact-info > li > span{
    color: var(--clr_promo_3);
    font-weight: 600;
}
.department-info .contact-info > li > a{
    color: var(--pagefont_clr);
}

.table-price.first{}
.table-price.first thead{}
.table-price.first thead tr{}
.table-price.first thead tr th{}
.table-price.first tbody{}
.table-price.first tbody tr{}
.table-price.first tbody tr td{
    font-size: 0.9em;
}
.table-price.first tbody tr td a{
    color: var(--pagefont_clr);
}
.form-style-1{}

.price-page{}
.price-page table{
    background: WHITE;
}
.price-page table thead{
    background: var(--clr_promo_3);
}
.price-page table thead tr{}
.price-page table thead tr th:first-child{
    text-align: left;
}
.price-page table thead tr th{
    text-align: center;
    color: WHITE;
    padding: 8px;
}
.price-page table tbody{}
.price-page table tbody tr{}
.price-page table tbody tr td{
    padding: 8px !important;
    font-size: 1em;
    font-weight: 400;
}
.price-page table tbody tr td a{
    padding: 3px !important;
    color: var(--clr_promo_3);

    font-weight: 500;
}
.price-page .table-area{
    padding: 25px;
    background: #f1f1f1;
}

.offer-area{
    display: flex;
    position: fixed;
    align-items: center;
    justify-content: center;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.66);
    z-index: 501;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;

}
.offer-area.opened{
    opacity: 1;
    visibility: visible;
}
.offer-area .offer-content{
    background: WHITE;
    min-width: 450px;
    height: fit-content;
    min-height: 650px;
    position: relative;
    padding: 25px;
}

/*
.offer-area .offer-content .offer-toggler{
    position: absolute;
    width: 50px;
    height: 50px;
    top: -15px;
    font-size: 2em;
    right: -15px;
    background: var(--danger);
    color: WHITE;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}*/


.clr-promo-area{
    height: var(--promo-height-origin);
    position: relative;
}
.clr-promo-area.sm{
    height: calc(calc(var(--promo-height-origin) / 2) - 20px);
}
.clr-promo-area.big{
    height: calc(calc(var(--promo-height-origin) * 2) - 20px);
}
.clr-promo-area .bg-anim-1{
    position: absolute;
    z-index: 10;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.5;
    background: url(../);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
}
.clr-promo-area .content{
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 30;
}
.content-marginale{
    margin-top: -100px;
}

.page-wrapper-container{
    position: relative;
}
.page-wrapper-container .inpage-img-area{
    height: 100svh;
    left: 0;
    top: 0;
    width: 30svw;
    position: absolute;
}
.page-wrapper-container .page-content{
    padding-left: 30svw;
    position: relative;
    padding-right: calc(calc(100svw - var(--content_container)) / 2);
    width: 70svw;
    min-height: 100svh;
    height: fit-content;
}

.circle-number{
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;

    font-size: 1.6em;
    border-radius: 100%;
}
.circle-number.text-white{
    border:1px solid WHITE;
    color: WHITE;
}
.circle-number.clrpromo-1{
    border:1px solid var(--clr_promo_1);
    color: var(--clr_promo_1);
}
.circle-number.clrpromo-2{
    border:1px solid var(--clr_promo_2);
    color: var(--clr_promo_2);
}
.circle-number.clrpromo-3{
    border:1px solid var(--clr_promo_3);
    color: var(--clr_promo_3);
}
.circle-number.clrpromo-4{
    border:1px solid var(--clr_promo_4);
    color: var(--clr_promo_4);
}
.grays{
    filter: grayscale(1);
}

.news-block{}
.news-block .img{}
.news-block .img img{
    filter: grayscale(1) brightness(0.9);
    transition: all 0.5s ease-in-out;
}
.news-block:hover .img img{
    filter: grayscale(0);
}
.news-block .title{
    margin-top: 20px;
}
.news-block .title h1,
.news-block .title h2,
.news-block .title h3{
    font-size: 1.5em;
 }
.news-block .title h1 a,
.news-block .title h2 a,
.news-block .title h3 a {
    color: var(--clr_promo_1);
    font-size: 1em;
    font-weight: 600;
}
.news-block .date-row{
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: end;
}
.news-block .date-row li{
    border-left: 1px solid #f5f5f5;
    list-style-type: none;
    padding: 10px;
    color: var(--pagefont_clr);
    opacity: 1;
    font-weight: 600;
    font-size: 0.8em;
}
.news-block .date-row li i{
    color: var(--clr_promo_12);
}
.news-block .date-row li span{}

.news-block .writer{
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #f1f1f1;
    justify-content: start;
}
.news-block .writer img{
    width: 50px;
    height: 50px;
    filter: grayscale(1);
    border-radius: 80px;
    display: inline-flex;
}
.news-block .writer p{
    padding-left: 10px;
    line-height: 1.3em;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    display: inline-flex;
    color: var(--pagefont_clr);
    font-size: 0.9em;
    margin-bottom: 0;
}
.news-block .writer p span{}
.news-block .writer p span:last-child{
    font-style: italic;
}

.grayscale{
    filter: grayscale(1);
}


.gallery-box{
    display: block;
    background-size: auto 120%;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.5s ease-in-out;
    filter: grayscale(1);
    height: 220px;
}
.gallery-box:hover{
    filter: grayscale(0);
    background-size: auto 140%;
}

#calendar .fc-col-header-cell{
    background: var(--clr_promo_4);
    border-color: #408086 !important;
}
#calendar .fc-col-header-cell a{
    color: WHITE;
}

#calendar .fc-daygrid-day-top{}
#calendar .fc-daygrid-day-top a{
    color: var(--clr_dark_p);
    cursor: pointer;
    font-weight: 600;
}
#calendar .fc-day-sun .fc-daygrid-day-top a{

}
#calendar .fc-day-sun{

}
#calendar .fc-day-past{
    opacity: 0.8;
}

#calendar tbody{}
#calendar tbody tr,
#calendar tbody tr td
{
    border-color: #e7e7e7;
}
#calendar tbody tr:nth-child(2n){}
#calendar tbody tr:nth-child(2n+1){
    background: #f8f8f8;
}
#calendar tbody tr:nth-child(2n) > td:nth-child(2n){
    background: #eeeeee;
}
#calendar tbody tr:nth-child(2n) > td:nth-child(2n+1){

}


#calendar tbody tr:nth-child(2n+1) > td:nth-child(2n){

}
#calendar tbody tr:nth-child(2n+1) > td:nth-child(2n+1){

}

.alert{
    border-radius: 0;
}

.form-area{}
.form-area label{
    display: block;
    width: 100%;
    font-size: 1.1em;
    font-weight: 600;
}
.form-area .ccf-input{
    background: #fff;
    width: 100%;

    border:none;
    border-bottom: 1px solid #ddd;
    font-size: 1em;
    min-height: 60px;
    outline: none !important;
    box-shadow: none;
    padding: 15px;
}
.form-area textarea.ccf-input{

}
.form-area .ccf-input::placeholder{
    font-size: 1em;
    color: var(--pagefont_clr);
    display: flex;
    align-items: end;
    justify-content: start;
}

.book-wrapper {
    width: 900px;
    position: relative;
    margin: 0 auto;
    column-count: 3;
    column-gap: 12px;
    padding: 4px;
}
.book-items {
    position: relative;
    cursor: default;
    padding: 16px;
    margin: 0;
    display: grid;
    break-inside: avoid;
}

.book-group{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    border-bottom: 3px solid #ddd;
    margin-bottom: 20px;
}

.main-book-wrap {
    position: relative;
}

.book-cover {
    position: relative;
}

.book-cover .book-inside {
    position: absolute;
    width: 90%;
    height: 96%;
    top: 1%;
    left: 16px;
    border: 1px solid grey;
    border-radius: 2px 6px 6px 2px;
    background: white;
    box-shadow: 10px 40px 40px -10px #00000030, inset -2px 0 0 grey,
    inset -3px 0 0 #dbdbdb, inset -4px 0 0 white, inset -5px 0 0 #dbdbdb,
    inset -6px 0 0 white, inset -7px 0 0 #dbdbdb, inset -8px 0 0 white,
    inset -9px 0 0 #dbdbdb;
}

.book-cover .book-image {
    line-height: 0;
    position: relative;
    border-radius: 2px 6px 6px 2px;
    box-shadow: 6px 6px 18px -2px rgba(0, 0, 0, 0.2),
    24px 28px 40px -6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    transform: perspective(2000px) rotateY(-15deg) translateX(-10px) scaleX(0.94);
    cursor: pointer;
}

.book-image img {
    grid-row: 1 / -1;
    grid-column: 1;
    width: 100%;
    border-radius: 2px 6px 6px 2px;
}

.book-image:hover {
    transform: perspective(2000px) rotateY(0deg) translateX(0px) scaleX(1);
    transform-style: preserve-3d;
    box-shadow: 6px 6px 12px -1px rgba(0, 0, 0, 0.1),
    20px 14px 16px -6px rgba(0, 0, 0, 0.1);
}

.book-items .effect {
    position: absolute;
    width: 20px;
    height: 100%;
    margin-left: 16px;
    top: 0;
    border-left: 2px solid #00000010;
    background-image: linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.2) 0%,
            rgba(255, 255, 255, 0) 100%
    );
    transition: all 0.5s ease;
    z-index: 5;
}

.book-items .light {
    width: 90%;
    height: 100%;
    position: absolute;
    border-radius: 3px;
    background-image: linear-gradient(
            90deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.2) 100%
    );
    top: 0;
    right: 0;
    opacity: 0.1;
    transition: all 0.5s ease;
    z-index: 4;
}

.book-items .book-image:hover .effect{
    margin-left: 14px;
}

.realvjy{
    width: 900px;
    padding: 20px;
    margin: 0 auto;

    text-align: center
}
.book-infos{
    padding-left: 0;
    margin-bottom: 0;
    flex-direction: column;
}
.book-infos li{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    list-style-type: none;
    width: 100%;
}
.book-infos li p.name{
    font-size: 1.5em;
    line-height: 1.3em;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.book-infos li p{
    margin-bottom: 0;
    font-size: 0.8em;
    line-height: 1.5em;
}

.book-row{
    align-items: center;
    justify-content: start;
}
.book-row > .col{
    width: 33.3%;
    flex:0 0 33.3%
}
.small-text{
    font-size: 0.8em;
}

.list-sponsored{
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
}
.list-sponsored li{
    border: 1px solid #eee;
    flex: 0 0 19%;
    display: inline-flex;
    list-style-type: none;
}
.list-sponsored li a{
    flex-direction: column;
    padding: 10px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.list-sponsored li:nth-child(2n+1){
    background: #ddd;
}

.list-sponsored li a img{
    max-height: 100px;
    filter: grayscale(1);
    width: 100%;
}
.list-sponsored li a p{
    margin-top: 10px;
    font-size: 0.8em;
    font-weight: 600;
    color: var(--pagefont_clr);
}

footer iframe{
    min-height: 120px;
    filter: grayscale(1);
}

.date-row{
    padding: 20px;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    line-height: 2.4em;
}
.date-row span:first-child{
    font-size: 3em;
    font-weight: 600;
}
.date-row span:last-child{
    font-size: 2em;
}
.footer-logos{
    background: #e7e7e7;
}
.footer-logos img{
    filter: grayscale(1);
    height: auto;
    width: auto;
}

.input-upload-area {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 10px;
    height: 200px;
    border: 1px solid BLACK;
    padding: 15px;
    line-height: 1em;
    overflow: hidden;
    position: relative;
}
.border-promo{
    border: 1px solid var(--clr_promo_1);
}

.result .img {
    max-width: 200px;
}

.result h2 {
    font-size: 2em;
}

.eser-turleri .img {
    height: 700px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 10;
}

.eser-turleri .desc {
    display: flex;
    justify-content: center;
    height: 100%;
    margin: 0;
    align-items: center;
}

.member-list {

}

.member-list .member-item {
    background-color: #e8e9ec;
    padding: 35px;
    border-radius: 10px;
    height: 100%;
}


.member-list .member-item a{
    display: flex;
    color: #000;
}

.member-list .member-item .thumbnail {
    padding: 10px;
}

.member-list .member-item .thumbnail img{
    margin-bottom: 0;
    min-width: 175px;
    max-height: 175px;
    object-fit: cover;
    border-radius: 100%;
}

.member-list .member-item .title{
    font-size: 1.1em;
    font-weight: 600;
}

.member-list .member-item .member-content {
    padding: 15px;
}

.member-list .member-item .member-content p{
    font-size: 1em;
}

.map-info .map-kroki .img {
    max-width: 100%;
}


.map-info .map-kroki .title {
    color: var(--clr_promo_3);
    font-size: 1.5em;
    font-weight: 800;
}

.map-info .search-area p.info {
    display: none;
    background-color: #e41212;
    padding: 10px;
}

.sponsoredmt-2 .item .img {
    height: 100%;
    width: 125px !important;
    margin-top: 10px;
}

.media-tabs {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin: 25px 0;
}

.media-tabs .media {
    background: #f3f4f6;
    border: 1px solid #ddd;
    padding: 10px 26px;
    border-radius: 30px;
    cursor: pointer;
    font-weight: 600;
    transition: 0.25s;
}

.media-tabs .media:hover {
    background: #e5e7eb;
}

.media-tabs .media.active {
    background: linear-gradient(135deg, #111827, #374151);
    color: #fff;
    box-shadow: 0 6px 16px rgba(0,0,0,0.15);
    border-color: transparent;
}

.media-content {
    display: none;
    animation: fade 0.25s ease;
}

.media-content.active {
    display: block;
}

.priceInfo {
    background: linear-gradient(135deg, #1d2671, #c33764);
    color: #fff;
    padding: 12px 20px;
    border-radius: 10px;
    display: none;
}

.priceInfo p {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.5px;
}


@keyframes fade {
    from {opacity: 0; transform: translateY(5px);}
    to {opacity: 1; transform: translateY(0);}
}


.scroller{
    position: relative;
    z-index: 60;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: -60px;
}
.scroller img{
    height: 60px;
}
.bg-img-2{
    background-image: url(../about-section-bg-2.png);
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
}

.side-bar{
    background: white;
    height:fit-content;
    border-left: 1px solid rgba(221, 221, 221, 0.51);
}
.side-bar > a{
    order: 9;
    transition: all 0.5s cubic-bezier(0.28, -0.6, 0.1, 4.6);
    border-bottom: 1px solid #ddd;
}
.side-bar > a:nth-child(2n+1){
    background:#fafafa !important;
}


.side-bar:hover a{
    box-shadow:  0 0 20px transparent;
}

.side-bar .active{
    order: 0;
    border-left: 5px solid var(--clr_promo_1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.side-bar a:hover{
    border-left: 5px solid var(--clr_promo_1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.socials{
    display: flex;
    align-items: center;
    justify-content: start;
    padding-left: 0;
    margin-bottom: 0;
}
.socials li{
    padding: 10px;
    list-style: none;
    border-right: 1px solid white;
}
.socials li:last-child{
    border-right: none;
}
.socials li a{
    color: WHITE;
    padding: 5px 8px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.font-poppins{
    font-family: var(--poppins);
}

.main-slider-video{
    position: relative;
}
.main-slider-video .content{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 10;
}
.main-slider-video .overlay{
    z-index: 9;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.3;
    background: linear-gradient(to top, #041d37, transparent);

}
.main-slider-video video{
    position: relative;
    z-index: 1;
}

.main-slider-video .slider-hero{
    text-shadow: 0 0 20px BLACK;
    font-size: 2em;
    line-height: 1em;
}
.main-slider-video .slider-sub-hero{
    font-weight: 300;
    text-transform: capitalize;
    font-size: 1.5em;
    line-height: 1.3em;
    font-family: var(--roboto);
}

.slider-stamp{
    max-width: 350px;
}

.slider-info-list{
    width: fit-content;
    padding: 10px;
   background: rgba(255, 255, 255, 0.07);
    display: flex;
    backdrop-filter: blur(10px);
    align-items: center;
    justify-content: start;
    gap: 10px;
    margin-bottom: 0;
}
.slider-info-list li {
    list-style-type: none;
}
.slider-info-list li a {}
.slider-info-list li img{
    max-width: 120px;
}
.sus-video{
    max-width: 420px;
}
.main-slider-mobile-video{
    margin-top: 79px;
    position: relative;
}
.main-slider-mobile-video .content{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: start;
    z-index: 10;
    width: 100%;
    height: 100%;
}
.main-slider-mobile-video .overlay{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: start;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, BLACK, transparent);
}
.main-slider-mobile-video .video{
    position: relative;
}

.main-slider-mobile-video .slider-hero{
    font-size: 1.1em;
    line-height: 1em;
    color: WHITE;
    font-weight: bold;

}
.main-slider-mobile-video .slider-sub-hero{
    font-size: 1em;
    color: WHITE;


}
.main-slider-mobile-video .slider-info-list{
    background: rgb(255 255 255 / 7%);
}

.count-block-area{
    border-bottom:16px solid #f4f4f4;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.count-block-area .count-number-block{
    font-size: 2.5em;
    line-height: 1.5em;
    font-weight: 800;
}
.count-block-area .count-number-block span{
    color: var(--clr_promo_2);
    font-size: 2em;
    margin-top: -30px;
    margin-left: -20px;
    display: inline;
}
.count-block-area .count-label{}

.agenda-list{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-left: 0;
}
.agenda-list li {

    display: inline-flex;
    font-size: 1.2em;
    width: 100%;
    align-items: center;
    justify-content: start;
    padding:5px;
    color: BLACK;
    list-style-type: upper-roman;
}
:root{
    --bottom-safe: env(safe-area-inset-bottom, 0px); /* iPhone çentik/gesture */
    --bottom-menu: 64px; /* senin sabit alt menü yüksekliği (örnek) */
    --bottom-guard: calc(var(--bottom-safe) + var(--bottom-menu));
}
.sv-section{
    position: relative;

        /* scroll alanı: istersen 250-300vh yap */
}

.sv-sticky{
    position: sticky;
    top: 0;
    height: fit-content;
    display: flex;
    align-items: center;    /* videoyu dikey ortala */
    justify-content: center;/* yatay ortala */
}

.sv-video{
    width: 100%;
    height: auto;
    display: block;
}

footer a.logo img{
    filter: invert(1) opacity(0.7);
}

.card-min{
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    padding: 10px;
    border: none;
    height: 100%;
    transition: all 0.1s linear;
    transform: perspective(100px) translateZ(0);
    border-bottom: 1px solid var(--clr_promo_2);
    box-shadow: 0 0 20px transparent;
    position: relative;
    z-index: 0;
    cursor: pointer;
    background: white;
}
.card-min:hover{
    transform: perspective(100px) translateZ(10px);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    z-index: 10;
}
.card-min .card-icon{

}
.card-min .card-icon svg{
    width: 100px;
    height: fit-content;
}
.card-min .card-content{
    padding-left: 10px;
}
.card-min .card-content h3{
    font-size: 1em;
    text-align: left;
}

.waves {
    position: relative;
    width: 100%;
    height: 100px;
    margin-bottom: -7px; /* Tarayıcı uyumluluğu için alt boşluğu kapat */
    min-height: 100px;
    max-height: 150px;
}

.svg-gecis-section{
    margin-top: -100px;
}

/* Dalga Grupları */
.parallax > use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

/* Her katman için farklı hız ve gecikme ayarla */
.parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}
.parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}
.parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}
.parallax > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}

/* Animasyon Keyframe'i */
@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0);
    }
    100% {
        transform: translate3d(85px, 0, 0);
    }
}

/* Mobil Uyumluluk */
@media (max-width: 768px) {
    .waves {
        height: 60px;
        min-height: 60px;
    }
    .svg-gecis-section{
        margin-top: -60px;
    }
}

.for-the-shadows .content-container{
    position: relative;
}
.for-the-shadows  .sv-sticky::after{
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    height: 60%;
    top: -2px;
    z-index: 30;
    mix-blend-mode: normal;
    background: linear-gradient(to bottom, #1b2137 10%, transparent);
}
.for-the-shadows  .sv-sticky::before{
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    height: 60%;
    bottom: -2px;
    z-index: 30;
    mix-blend-mode: normal;
    background: linear-gradient(to top, #1b2137 10%, transparent);
}

.svg-icon-nar{}
.svg-icon-nar svg,
.svg-icon-nar img
{
    width: 18px !important;
    opacity: 0.9;
}
@media(max-width: 1280px){
    .register_buton_container{
        width: 100% !important;
        right: 0 !important;
        border-radius: 0 !important;
        bottom: unset !important;
        top: 80px !important;
        height: 30px !important;
        justify-content: end !important;
        font-weight: 600 !important;
    }
    .register_buton_container .register_buton_text{
        font-weight: 500;
    }
}
.register_buton_container {
    position: fixed;
    bottom: 40px;
    right: 40px;
    background-color: #ffffff; /* Modern temiz beyaz arka plan */
    padding: 16px 28px;
    border-radius: 50px; /* Şık hap (pill) görünümü */
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    z-index: 9999;

    /* Zarif ve modern bir gölge */
    box-shadow: 0 8px 25px rgba(16, 20, 34, 0.08);
    border: 1px solid rgba(116, 80, 118, 0.1); /* Çok hafif morumsu sınır */

    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.register_buton_container:hover {
    /* Üzerine gelince hafif yukarı kalkma ve gölgenin belirginleşmesi */
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(116, 80, 118, 0.15);
    border-color: rgba(116, 80, 118, 0.3);
}

.register_buton_icon {
    width: 22px;
    height: 22px;
    stroke: #745076; /* İkon rengi ana mor tonumuz */
    transition: all 0.3s ease;
}

.register_buton_container:hover .register_buton_icon {
    stroke: #101422; /* Hover durumunda koyu laciverte geçiş */
    transform: scale(1.1) rotate(-5deg);
}

.register_buton_text {
    color: #101422; /* Yazı rengi koyu lacivert */
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.3px;
    transition: color 0.3s ease;
}

.register_buton_container:hover .register_buton_text {
    color: #745076; /* Yazının mor renge dönmesi */
}