@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);
}

/*mainroot*/
:root {
    /*mesan-theme*/

    --content_container: 72vw;
    --blur: 2px;
    --breadCrumbHeight: 420px;
    --pagebgcolor: #fff;
    --pagefont_clr: #141227;

    --clr_promo_1: #ec657e;
    --clr_promo_2: #fab72d;
    --clr_promo_3: #91cfca;

    --clr_promo_4: #fab72d;
    --clr_promo_5: #e9615e;

    --clr_dark: #2b3333;
    --clr_dark_n: #363d3d;
    --clr_dark_p: #19303e;

    --clr_promo_6: #32566c;
    --clr_promo_7: #40585d;
    --clr_promo_8: #ac6e72;
    --clr_promo_9: #3c364c;
    /*--clr_promo_10: #7c6d5b;*/
    --clr_promo_10: #8f8268;
    --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: 17px;
    --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;


    --promoHeight:200px;

}
html {
    overflow-x: hidden;
}

body {
    font-size: var(--body_font_size);
    font-weight: 400;
    background-color: var(--pagebgcolor);
    color: var(--pagefont_clr);
    font-family: var(--poppins);
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    height: fit-content;

}
main,
.page-wrapper
{
    padding-top: 135px;
}


.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: 1em;
    line-height: 1.5em;
    font-family: var(--poppins);
}


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;
}
.min-h-min{
    min-height: 250px;
}
.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;
}
.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 !important;
}

.ccf-btn {
    border-radius: 10px;
    padding: 15px 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;
    cursor: pointer;
    transform: translateY(0px) translateX(0px) rotate(0deg);
}
.ccf-btn.big{
    font-size: 2em !important;
}
.ccf-btn:hover{
    transform: perspective(100px) translateY(2px) translateX(4px) rotate(4deg);
}
.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_2);
    background: var(--clr_promo_2);
    position: relative;
}

.ccf-btn.btn4:hover {
    color: var(--clr_promo_2);
}

.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.btn-dark {
    color: #fff;
    border: none;
    background: var(--clr_dark_p);
    position: relative;
}

.ccf-btn.btn-dark:hover {
    color: var(--clr_dark_p);
}

.ccf-btn.btn-dark::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.btn-dark: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;

}

.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;
    font-family: var(--poppins);
}
.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-family: var(--poppins);

}
.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;
    font-family: var(--barlow);
}

.inpage-color-area{
    height: 123px;
}

.page-wrapper{

    overflow-x: hidden;
    background: white;
}
.page-img-area{

}


.bread-section-bonfesta{
    background: var(--clr_promo_2);
    min-height: 320px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: var(--content_container);
    margin:auto;
    border-radius: 30px;
    padding: 30px;
    transition: .4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    position: relative;
    z-index: 0;
}
.bread-section-bonfesta::after{
    content:'';
    left: 0;
    width: 100%;
    height: 100%;

    background: var(--clr_promo_2);
    position: absolute;
    z-index: 2;
    opacity: 0.1;
}
.urunler-page .bread-section-bonfesta{
    background-color: transparent;
}
.urunler-page .bread-section-bonfesta::after{
    display: none;
}
header.desctop::after{
    /*position: absolute;*/
    /*content: "";*/
    /*left: 0;*/
    /*width: 100%;*/
    /*height: 28px;*/
    /*bottom: -28px;*/
    /*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEcAAAASCAYAAAAJ88NbAAABZklEQVRYhWJ89+7df4ZRgAkYGBgAAAAA//9iGg0WHICBgQEAAAD//2JcwsyIIuv1+u1oSgIBBgYGAAAAAP//wggcdDASAktQUBAzEBgYGAAAAAD//yIYOMhguAXUNlFhxug//7BLMjAwAAAAAP//YiHVMBA91AMJ5g+8gIGBAQAAAP//IqtAJtbwwQZA7iba7QwMDAAAAAD//yK7tiLVooEGJLuVgYEBAAAA//8aEVU5WZHIwMAAAAAA//+iOHAGc+qhKHUzMDAAAAAA//+iSsoZjAFEsZsYGBgAAAAA//+iWrYaTGUQVdzBwMAAAAAA//+iepkz0AFENfsZGBgAAAAA//+iSYE8UAFEVXsZGBgAAAAA//+iWW1F72xGdbsYGBgAAAAA//8iqYVMDqB1q5pmEcDAwAAAAAD//6J54MAAtQOJ5qmSgYEBAAAA//+iW+DAALKnSA0oupZlDAwMAAAAAP//AwB5Pjlb/oXw2QAAAABJRU5ErkJggg==) repeat-x;*/
    /*background-size: 100px auto;*/
    /*-webkit-animation: 10s linear 0s infinite normal none running slide-two;*/
    /*animation: 10s linear 0s infinite normal none running slide-two;*/
    /*transition: all 0.1s ease-in-out;*/
}
@keyframes slide-two {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 200px 0;
    }
}


.bread-section-bonfesta video{
    position: absolute;
    left: 0;
    width: 100%;
    --ratio:calc(calc(720 * 100svw) / 1280);
    height: var(--ratio);
    z-index: 0;
    opacity: 0.8;
}
.bread-section-bonfesta .content-container{
    position: relative;
    z-index: 10;
}
.bread-section-bonfesta .page-title{
    font-size: 3em;
    color: WHITE;
}
.bread-section-bonfesta .page-desc{
    font-size: 2em;
    font-weight: 300;
    color: WHITE;
}

.page-right{}

@-webkit-keyframes toTop {
    0%{
        top: 0;
    }
    50%{
        top: -40%;
    }
    100%{
        top: 0;
    }
}


.section-title-big {
    font-size: 4em;
    line-height: 1.1em;
    font-family: var(--oswald);
    font-weight: 200;
}

.section-title-soft {
    font-size: 2.3em;
    font-family: var(--poppins);
    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 center !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-13 {
    background-image: url(../img/bg-poly1.jpg);
    background-size: contain ;
    background-repeat: repeat-x;
    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;

    top: 0;
    transition: .4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    min-height: 60px;
    box-shadow: 0 0 30px transparent;
    padding-top: 15px;
    padding-bottom: 15px;

    background-color: WHITE;
    border-bottom: 1px solid rgba(255, 255, 255, 0);

}

header.desctop.fixed {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.21);

    width: 100%;
    left: 0;

}

header.desctop .content-container {

}

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 img {
    max-width: 200px;
    transition: all 0.6s ease-in-out;
}
header.desctop.fixed a.logo img {
    max-width: 200px;
}
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;
    border-right: 1px solid #ddd;
}

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.fixed ul.desctop-main-menu > li > a{
    color: var(--pagefont_clr);

}
header.desctop ul.desctop-main-menu > li > a {
    color: #282828;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    font-weight: 400;
    text-align: start;
    font-size: 1em;
}

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;
    font-family: var(--saira);
    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;
    font-family: var(--oswald);
    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: #fff;
    border-radius: 10px;
    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: var(--pagefont_clr);
    width: 100%;
    text-align: left;
    font-size: 1em;

}


header.mobile {
    height: 100px;
    background: WHITE;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 500;
    transition:all 1s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
header.mobile.panel-menu-opened{
    background: #e5eaee;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0) !important;
}
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: var(--clr_promo_7);
    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:var(--clr_promo_5);
}

.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: 122px;
}

.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: -100svw;
    position: fixed;
    top: 0;
    height: 100svh;
    z-index: 499;
    background: #e6ebef;
    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: 20px;
}

.p-private{
    padding-left: calc(calc(100svw - var(--content_container)) / 2);
}

.panel-menu .image-area{
    z-index: 498;
    right: 100%;
    width:0;
    height: 100%;
    top: 0;
    position: absolute;
    filter: grayscale(1);
    opacity: 0.6;
    mix-blend-mode: multiply;
    transition: all 0.5s ease-in-out;
    background-image: url(../img/shapes/beige-pattern.png);
    background-size: 576px auto;
    background-repeat: repeat-y;
    background-position: right center;
}
.panel-menu.active .image-area{
    width: 50svw;
}
.panel-menu.active{
    right: 0;
}



.panel-menu .main-menu{
    padding-left: 0;
    margin-bottom: 0;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-direction: column;
    width: 100%;
    height: 100%;
    max-height: 80svh;

}
.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%;
    border-radius: 15px;
    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;

}
.panel-menu .main-menu li > a{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    color: var(--clr_dark_n);
    font-size: 1em;
    border-radius: 20px;
    font-weight: 600;
    height: 60px;
    padding: 20px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.13);
    background: #fff;
}
.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%;
    background: transparent;
    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;
    padding-left: 0;
    margin-bottom: 20px;
    margin-top: 20px;
}
.panel-menu .main-menu li.has-sub > .sub-menu > ul > li{
    width: 100%;
    list-style-type: none;
    margin-top: 10px;
}
.panel-menu .main-menu li.has-sub > .sub-menu > ul > li > a{
    width: 100%;
    padding: 15px;
    color: #282d2d;
    font-size: 1em;
    line-height: 1em;
    background: transparent;
    box-shadow: none;
    border-radius: 20px;
    border: 1px solid  #d9d9d9;
}


.panel-menu .socials{

    padding: 0;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 20px;
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #ababab;
    width: 100%;
}
.panel-menu .socials li{
    display: inline-flex;
    width: 32%;
    border-right: 1px solid #ddd;
}
.panel-menu .socials li:last-child{
    border-right: none !important;
}
.panel-menu .socials li a{
    padding:15px;
    display: flex;
    align-items: center;
    width: 100%;
    color: var(--clr_dark_p);
    flex-direction: column;
    line-height: 0.5em;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.panel-menu .socials li a span{
    font-size: 0.7em;
    font-weight: 500;
}

.main-slider {
    margin-bottom: 30px;
    position: relative;
    z-index: 30;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 10px 30px 60px rgba(0, 0, 0, 0.47);
}

.main-slider .item {
    background-size: 100% auto;
    background-repeat: no-repeat !important;
    background-position: center !important;
    padding: 0;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.main-slider .item .first-imgae{
    display: block;

}
.main-slider .item .last-imgae{
    display: none;
}
.main-slider .item .first-imgae{
    width: 100%;
}
.main-slider .item .fader{
    position: absolute;
    left: 0;
    width: 100%;
    height: fit-content;
    bottom: 0;
    z-index: 30;
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 30px;
    background: rgba(0,0,0,0.5);
    color: WHITE;
}

.main-slider .item .text-alan{
    margin-left: 30px;
    border-left: 1px solid WHITE;
}

.main-slider .item .fader .slider-logo{
    max-width: 220px;
}


.main-slider-area{
    overflow: visible;
}
.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;
}

.counter-number-blocks p {
    font-size: 1.2em;
    margin-bottom: 0;
    line-height: 1em;
}

.counter-number-blocks span {
    font-size: 8em;
    font-weight: 700;
    color: var(--clr_promo_1);
    position: relative;
    line-height: 1em;
}

.counter-number-blocks span::after {
    content: '+';
    color: var(--clr_promo_2);

    font-size: 1em;
    text-shadow: 0 0 WHITE;
    position: absolute;
    right: -38px;
    /* -webkit-text-fill-color: transparent; */
    -webkit-text-stroke: 1px;
    top: -50px;
    -webkit-text-stroke-color: #eee;
    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-family: var(--poppins);
    font-weight: 500;
}

.info-blocks .info-block .count-number {
    font-size: 4em;
    line-height: 1.1em;
    font-family: var(--poppins);
    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;
    font-family: var(--saira);
    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;
    border-top: 40px solid #efefef;
    padding: 25px;
}

footer p{
    font-size: 0.9em;
}

.footer-list-1{
    display: flex;
    padding-left: 0;
    align-items: start;
    justify-content: start;
    width: fit-content;
    flex-direction: row;
    margin-bottom: 0;
    gap: 40px;
}
.footer-list-1 > li{

    padding-right: 20px;
    height: 100%;
    width: fit-content;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
footer .list-head{

    font-weight: 500;
    color: var(--pagefont_clr);
    width: 100%;
    font-family: var(--oswald);
}
.footer-list-1 li > ul {
    margin-top: 10px;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer-list-1 li > ul > li {
    display: flex;
    width: 100%;
}
.footer-list-1 li > ul > li > a {
    color: #282828;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    font-weight: 300;
    text-align: start;
    font-size: 1em;
}


.footer-list-2{
    padding-left: 0;
    margin-bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 15px;
    flex-wrap: wrap;
}
.footer-list-2 li{
    display: inline-flex;
}
.footer-list-2 li a{
    color: #282828;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    font-weight: 300;
    text-align: start;
    font-size: 1em;
}

.list-social{
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
    gap: 10px;
}
.list-social li{
    display: inline-flex;
}
.list-social li a{
    width: 60px;
    height: 60px;
    background: #f1f1f1;
    color: var(--pagefont_clr);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.list-social li a i{}


footer svg{
    display: none !important;
}

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;
    border-right: 1px solid #ddd;
}
footer .footer-menu li a{
    padding: 15px;
    color: #727272;
    font-size: 1em;
    font-weight: 600;
    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;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin-top: -20px;
}

footer .logo img {
    max-width: 240px;
    display: inline-flex;
}

footer .footer-brand-img{}
footer .footer-brand-img img{
    max-width: 220px;
}

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-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 {

}

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-family: var(--barlow);
    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-family: var(--oswald);
    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-family: var(--poppins);
    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;
    font-family: 'Times New Roman', sans-serif;
}
.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;
    font-family: sans-serif;
    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);
}
.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{

}
.footer-logos img{
   max-width: 120px;
}

.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);
}
.after-slider{
    position: relative;
   /* clip-path: polygon(0% 0%, 80% 15%, 100% 0%, 100% 100%, 0% 100%);*/

    margin-top:  50px;
    z-index: 120;
    background: WHITE;
    padding-left: 0;
    margin-bottom: 0;
}
.slider-arrows{
    right: 15%;
    bottom:15%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 140;
    gap:7px;
}
 .slider-arrows li{
    list-style-type: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.slider-arrows li a{
    display: flex;
    color: WHITE;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    border: 1px solid WHITE;
    font-size: 2em;
    background-color: #fab72d;
}




.after-slider-list{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}
.after-slider-list li{
    border-right: 1px solid #ddd;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    background: WHITE;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.09);
    transition: .4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.after-slider-list li a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.after-slider-list li:hover{
    transform: perspective(1000px) rotate3d(1, 1, 0, 15deg) translateY(-20px);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.29);
}
.after-slider-list li .img-area{
    width: 100%;
    height: 220px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-right: 1px solid #ddd;
    transition: .4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    border-radius: 30px;
}

.after-slider-list li:hover .img-area{

}
.after-slider-list li p{
    padding: 10px;
}
.shape-block{
    position: relative;
    width: fit-content;
    height: fit-content;
    z-index: 10;
    cursor: pointer;
    margin-top: -100px;
}
.bread-section-likapa .shape-block{
    position: absolute;
    bottom: -200px;
    right: 30px;
}
.bread-section-likapa .shape-block svg{
    scale: 2;
}
.shape-block .bg{
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    transition: .4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    border-radius: 100%;
}
.dugme-right .bg{
    border: 10px solid WHITE;
}
.dugme-right .shape-block:hover .bg{
    border: 1px solid WHITE;
}
.shape-block .text-area{
    transition: .4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    position: relative;
    z-index: 10;
    border-radius: 100%;
    aspect-ratio: 1;
    max-width: 100%;
    width: 240px;
    height: 240px;
    transform: scale(0.6);
    background: WHITE;
    box-shadow:12px 12px 40px rgb(0 0 0 / 63%);
}
.shape-block .text-area .content{
    z-index: 20;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
}
.shape-block .text-area .content .icon{
    text-align: center;
}
.shape-block .text-area .content .icon svg{
    height: 60px;
    width: auto;
}
.shape-block .text-area .content .head{
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.4em;
    transition: .4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    scale: 1;
    letter-spacing: 0px;
}

.shape-block:hover .text-area .content .head,
li:hover .shape-block .text-area .content .head
{
    scale: 1.5;
    letter-spacing: 2px;
    margin-top: 10px;
}
.shape-block .text-area .content .text{

}



.shape-block .text-area .numb{
    position: absolute;
    z-index: 10;
    width: 100px;
    height: 100px;
    background: linear-gradient(to right, white, #eee);
    top: -37px;
    right: -40px;
    transform: rotate(-40deg);
    box-shadow: 12px 10px 10px rgba(0, 0, 0, 0.15);
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    font-size: 2em;
    transition: .4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.shape-block:hover .text-area .numb,
li:hover .shape-block .text-area .numb
{
    background: linear-gradient(to right, white, #ddd);
 }
.shape-block .text-area .numb > span{
    transform: rotate(40deg);
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
}
.shape-block:hover,
li:hover .shape-block
{
    z-index: 30;
}
.shape-block:hover .text-area,
li:hover .shape-block .text-area
{
    transform: scale(1);
}
.shape-block:hover .bg,
li:hover .shape-block .bg
{
    transform:scale(1.1);
}




.shape-block.promo-1-color{}
.shape-block.promo-1-color .bg{
    background: var(--clr_promo_1);
}
.shape-block.promo-1-color .head,
.shape-block.promo-1-color .numb{
    color: var(--clr_promo_1);
}
.shape-block.promo-1-color .icon svg{
    -webkit-text-stroke-color: var(--clr_promo_1);
    stroke: var(--clr_promo_1);
    fill: var(--clr_promo_1);
}

.shape-block.promo-2-color{}
.shape-block.promo-2-color .bg{
    background: var(--clr_promo_2);
}
.shape-block.promo-2-color .head,
.shape-block.promo-2-color .numb
{
    color: var(--clr_promo_2);
}
.shape-block.promo-2-color .icon svg{
    -webkit-text-stroke-color: var(--clr_promo_2);
    stroke: var(--clr_promo_2);
    fill: var(--clr_promo_2);
}

.shape-block.promo-3-color{}
.shape-block.promo-3-color .bg{
    background: var(--clr_promo_3);
}
.shape-block.promo-3-color .head,
.shape-block.promo-3-color .numb {
    color: var(--clr_promo_3);
}
.shape-block.promo-3-color .icon svg{
    -webkit-text-stroke-color: var(--clr_promo_3);
    stroke: var(--clr_promo_3);
    fill: var(--clr_promo_3);
}

.shape-block.promo-4-color{}
.shape-block.promo-4-color .bg{
    background: var(--clr_promo_5);
}
.shape-block.promo-4-color .head,
.shape-block.promo-4-color .numb {
    color: var(--clr_promo_5);
}
.shape-block.promo-4-color .icon svg{
    -webkit-text-stroke-color: var(--clr_promo_5);
    stroke: var(--clr_promo_5);
    fill: var(--clr_promo_5);
}

.shape-block.promo-5-color{}
.shape-block.promo-5-color .bg{
    background: var(--clr_promo_10);
}
.shape-block.promo-5-color .head,
.shape-block.promo-5-color .numb {
    color: var(--clr_promo_10);
}
.shape-block.promo-5-color .icon svg{
    -webkit-text-stroke-color: var(--clr_promo_10);
    stroke: var(--clr_promo_10);
    fill: var(--clr_promo_10);
}




.promo-2-area{
    position: relative;
}
.promo-2-area::after{

    position: absolute;
    width: 80%;
    height: 80%;
    left: 10%;
    top: 10%;
    background: var(--clr_promo_3);
    z-index: 0;
}
.promo-2{
    cursor: pointer;
    height: var(--promoHeight);
    position: relative;
    z-index: 12;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    padding: 20px;
    margin-top: 20px;

}
.promo-2.big{
    height: calc(calc(var(--promoHeight) * 2) + 10px);
}
.promo-2.bigger{
    height: calc(calc(var(--promoHeight) * 3) + 40px);

}
.promo-2.small{
    height: calc(var(--promoHeight) - 50px);
}
.promo-2.x-small{
    height: 95px;

}
.promo-2 > div{
    width: 100%;
}
.promo-2 .icon{
    text-align: right;
    color: WHITE;
    font-size: 3em;
    line-height: 1em;
}
.promo-2 .top-text{
    text-align: right;
    color: WHITE;
    font-size: 1em;
    line-height: 1em;
}
.promo-2 .icon > a{

}

.promo-2 .icon > img{
    max-height: 36px;
}
.promo-2 .icon > img.text-white{
    filter: invert(1);
}

.promo-2 .numbers{

}
.promo-2 .numbers .head{
    color: WHITE;
    margin-bottom: 10px;
    font-size: 1.3em;
    font-weight: 400;
    line-height: 1em;
}
.promo-2 .numbers .sub-head
{
    color: WHITE;
    margin-bottom: 10px;
    font-size: 2.3em;
    line-height: 1em;
    font-family: vaR(--saira);
    font-weight: 600;
}

.promo-2 .numbers .sub-head-contact
{
    color: WHITE;
    margin-bottom: 10px;
    font-size: 1.3em;
    line-height: 1em;
    font-family: vaR(--saira);
    font-weight: 600;
}

.promo-2 .sub-head-2{
    font-size: 1em;
    font-weight: 400;
    line-height: 1.2em;
}
.promo-2 .head-2{

    font-size: 1em;
    font-weight: 100;
    line-height: 1.2em;
}

.dugme-right{}
.dugme-right .shape-block{
    position: absolute;
    left: -100px;
    top: calc(50% - 100px);
}


.image-area-bord{
    border-radius: 30px;
    border: 1px solid #ddd;
    padding: 20px;
    overflow: hidden;
}
.image-wall-photos{
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    width: 100%;
    flex-wrap: wrap;

}
.image-wall-photos li{
    display: inline-flex;
    height: 220px;
    width: 20%;
    padding: 10px;
}
.image-wall-photos li a{
    display: flex;
    width: 100%;
    height: 100%;
    background-size: cover;
    transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.image-wall-photos:hover li a{
   filter: grayscale(1);
}
.image-wall-photos li:hover a{
    filter: grayscale(0);
}
.mt-priv{
    margin-top: -110px !important;
}

.editorial {
    display: block;
    width: 100%;
    height: 60px;
    max-height: 60px;
    margin: 0;
    z-index: 5;
    bottom: 0;
    /* position: absolute; */
    left: 0px;
}
.parallax1 > use {
    animation: move-forever1 10s linear infinite;
}
.parallax2 > use {
    animation: move-forever2 5s linear infinite;
}
.parallax3 > use {
    animation: move-forever1 10s linear infinite;
}
.parallax4 > use {
    animation: move-forever2 6s linear infinite;
}

@-webkit-keyframes move-forever1 {
    0% {
        transform: translate(35px, 0%);
    }

    100% {
        transform: translate(-30px, 0%);
    }
}

@-webkit-keyframes move-forever2 {
    0% {
        transform: translate(115px, 0%);
    }

    100% {
        transform: translate(-120px, 0%);
    }
}
@-webkit-keyframes move-forever3 {
    0% {
        transform: translate(75px, 0%);
    }

    100% {
        transform: translate(-70px, 0%);
    }
}

.product-card{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    transform: perspective(1000px)  rotateY(-35deg);
    position: relative;
}
.product-card.in-screen{
    transform: perspective(1000px) rotateX(0deg);
}
.product-card:hover{
    /*  transform: perspective(1000px) rotate3d(1, 1, 0, 15deg) translateY(-20px) translateZ(200px);*/
    transform: perspective(1000px)  translateY(-40px) translateZ(0px) rotate3d(1, 1, 0, 15deg);
    z-index: 30;
}
.product-card > *{
    position: relative;
    z-index: 10;
}
.product-card > .bg-color{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 90%;
    border-radius: 10px;
    z-index: 1;
    box-shadow:  0 0 30px rgba(0, 0, 0, 0.25);
    transition: .4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.product-card:hover > .bg-color{
    box-shadow:  0 0 30px rgba(0, 0, 0, 0);
}
.product-card > .bg-color::after{
    content:'';
    left:0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    border-radius: 10px;
    background:linear-gradient(45deg, rgba(0, 0, 0, 0.75), transparent);
    transition: all 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    opacity: 0.3;
}
.urunler-page{
    background-color: var(--clr_promo_2);
}
.urunler-page .product-card > .bg-color{
    box-shadow:  0 0 30px rgba(0, 0, 0, 0);
}
.urunler-page .product-card > .bg-color::after{
    display: none;
}
.urunler-page .product-card > .bg-color{
    opacity: 0;
}
.urunler-page .product-card:hover > .bg-color{
    opacity: 0;
}
.product-card:hover > .bg-color::after{
    opacity: 0.6;
}
.product-card .first-letter{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    border-radius: 10px;
    z-index: 10;
    display: flex;
    align-items: end;
    justify-content: center;
    font-size: 10em;
    font-weight: BOLD;
    font-family: var(--poppins);
    opacity:0.6;

    transition: all 0.5s ease-in-out;
}
.product-card:hover .first-letter{
    margin-bottom: -20px;
    opacity: 1;
}

.product-card:hover .bg-color{

}
.product-card .img-color{
    height: 220px;
    width: 100%;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-direction: column;
}
.product-card .img-color  p{
    width: 80%;
    text-align: center;

}
.product-card .img-color .big-name{
    font-size: 2em;
    border-radius: 30px;
    font-weight: 100;
    text-align: center;
    transition: .1s ;
}
.product-card:hover .img-color .big-name{
    font-weight: 400;
}
.product-card .img-product{
    transform-origin: 50% 0%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;
    transition: .2s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.product-card .img-product img{
    height: 360px;
    width: auto;
    margin-bottom: -30px;
    filter: drop-shadow(0px 10px 10px rgba(0,0,0,0.5));
    animation: sise_anim 2s linear  infinite;
    transform-origin:100% 100%;

}
@-webkit-keyframes sise_anim {
    0%{
        transform: perspective(1000px)  translateY(10px);
    }
    50%{
        transform: perspective(1000px) translateY(-10px);
    }
    100%{
        transform: perspective(1000px) translateY(10px);
    }
}

.product-card:hover .img-product{
    transform: perspective(1000px) rotate(10deg) translateY(-20px) translateZ(300px) rotateX(-16deg);
}
.product-card:hover .img-product img{

}

.product-card .title{}
.product-card .text{}
.product-card .button{}

.pagepercent {
    position: fixed;
    left: 0;
    width: 0;
    background: var(--clr_promo_4);
    bottom: 0;
    height: 15px;
    z-index: 9999;
}





.rounds{
    border-radius: 30px;
}
.shadow-lg {
    box-shadow: 0 1rem 2rem rgb(0 0 0 / 61%) !important;
}


.square-buttons{
    border-radius: 30px;
    aspect-ratio: 1;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    width: 150px;
}
.square-buttons > *{
    position: relative;
    z-index: 10;
}
.square-buttons span:first-child{
    position: absolute;
    right: 20px;
    top: 20px;
    font-weight: 900;
    font-size: 10em;
    opacity: 0.2;
}
.square-buttons > span.text{
    display: inline-flex;
    width: 80%;
    font-weight: 600;
}
.square-buttons:after{
    content:'';
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(45deg, rgb(0, 0, 0), transparent);
    opacity: 0;
    z-index: 0;
}
.pad-list{
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
    gap: 10px;
}
.pad-list li{
    display: inline-flex;
    width: fit-content;
}
.pad-list li a{}
.urunler-page{
    transition: background-color  .4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.urunler-page > div,
.urunler-page > section{
    position: relative;
    z-index: 30;
}
.urunler-page > .letter{
    text-align: right;
    position: fixed;
    z-index: 0;
    width: 80%;
    word-break: break-all;
    font-size: 20em;
    right: 0;
    top: 0;
    height: 100%;
    align-items: start;
    padding-top: 10%;
    justify-content: center;
    color: rgba(0, 0, 0, 0.4);
    display: flex;
    font-weight: 900;
    opacity: 0.1;
    line-height: 1em;
}

.glass-card{
    background: rgba(255,255,255,0.3);
    backdrop-filter: blur(10px);
}

.document-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
.document-item .document-title {
    line-height: 1em;
    font-size: 1em;
}
.document-item img{
    margin-top: 10px;
    border-radius: 40px;

}

.page-navigate {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}
.page-navigate .map {
    display: flex;
    width: 100%;
    flex: 0 0 100%;
}
.page-navigate .map > ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    justify-content: space-between;
}
.page-navigate .map > ul > li {
    list-style-type: none;
    display: inline-flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    padding: 20px;
    height: 100%;

}
.page-navigate .map > ul > li > span,
.page-navigate .map > ul > li > h3 {

}
.page-navigate .map > ul > li > ul {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-left: 15px;
}
.page-navigate .map > ul > li > ul > li {
    width: 100%;
    list-style-type: none;
}
.page-content table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 14px;
    color: #2c3e50;
}

.page-content table thead th {
    background-color: #f5f7fa;
    color: #34495e;
    font-weight: 600;
    text-align: left;
    padding: 14px 16px;
    border-bottom: 2px solid #e1e6eb;
    white-space: nowrap;
}

.page-content table tbody tr {
    transition: background-color 0.2s ease;
}

.page-content table tbody tr:hover {
    background-color: #f9fbfd;
}

.page-content table td {
    padding: 14px 16px;
    border-bottom: 1px solid #e6e9ed;
    vertical-align: middle;
}

.page-content table tbody tr:first-child td {
    background-color: #fcfcfd;
    color: #000;
}

.page-content table tbody tr:last-child td {
    border-bottom: none;
}

.page-content table tbody tr {
    /*color: #fff;*/
}
.page-content table tbody tr:hover {
    color: #000;
}

.page-content table tbody tr:nth-child(even) {
}

.page-content table a {
    color: #1a73e8;
    text-decoration: none;
}

.page-content table a:hover {
    text-decoration: underline;
}

.page-content table .actions {
    text-align: right;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .page-content table {
        font-size: 13px;
    }

    .page-content table th,
    .page-content table td {
        padding: 10px 12px;
    }
}













footer {
    border-top: 1px solid rgba(0, 0, 0, 0.02);
    min-height: 250px;
    padding-top: 30px;
    padding-bottom: 70px;
}

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 a {
    color: #000;
}

footer a:hover {
    color: #000;
}

footer .logo img {
    max-width: 120px;
    display: inline-flex;
}

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: #fff;
    font-size: 0.8em;
    font-weight: 500;
    text-transform: capitalize;
    padding-bottom: 5px;
}

footer .footer-header strong {
    font-weight: 700;
}

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;
    margin-right: 15px;
}

footer .footer-list li a {
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: start;
    font-weight: 500;
    opacity: 1;
}

footer .social.footer-list li a i {
    margin-right: 10px;
    background: var(--clr_promo_2);
    color: white;
    width: 45px;
    height: 45px;
    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 {
    border-top: 1px solid #e3e3e3;
    padding-top: 10px;
    padding-bottom: 10px;
}

footer p.li {
    color: #000000;
    font-size: 0.8em;
    font-weight: 400;
    opacity: 0.8;
}

footer .footer-logos .filter {
    filter: invert(1);
}

.btn-bonfesta {
    background-color: #15212d;
    padding: 20px;
    display: block;
    color: #fff;
    border-radius: 20px;
}