@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=Allison&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=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@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=Karla:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&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=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&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=Rajdhani:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Ysabeau:ital,wght@0,1;0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,1;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Saira:wght@100;200;300;400;500;600;700;800;900&display=swap');

/*mainroot*/
:root {
    /*mesan-theme*/
    --pagebgcolor: #fff;
    --pagefont_clr: #1e1e1e;
    --clr1_1: #0f4c81;
    --clr1_2: #0c3a61;
    --clr1_3: #4166b7;
    --clr1_4: #00788f;


    --clr2_1: #372f2d;
    --clr2_2: #372f2d;
    --clr2_3: #372f2d;

    --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;
    --footer_logo_fill: #a7a7a7;
    --white: #fff;
    --gray: #f3f3f3;
    --gray2: #e9e9e9;
    --gray3: #858585;
    --gray4: #343434;
    --gray5: #122237;
    --gray6: #cdcdcd;
    /*content*/

    --body_font_size: 14px;
    --h1-size: 2em;
    --h2-size: 1.8em;
    --h3-size: 1.6em;
    --h4-size: 1.4em;
    --h5-size: 1.2em;
    --p-size: 1em;


    --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;


    --promoHeight: 161px;
}

body {
    font-size: 16px;
    font-weight: 500;
    background: var(--pagebgcolor);
    color: var(--pagefont_clr);
    font-family: var(--quicksand);
    overflow-x: hidden !important;

}

html {
    overflow-x: hidden;
}

.bg-dark {
    background: var(--gray5) !important;
}

.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;
}


section {
    position: relative;
}

.bg-img {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}


.full-h-must {
    height: 100vh;
}

.full-h-max {
    max-height: 100vh;
}

.full-h-min {
    min-height: 100vh;
}

.half-h-must {
    height: 50vh;
}

.half-h-max {
    max-height: 50vh;

}

.half-h-min {
    min-height: 50vh;
}

.quarter-h-must {
    height: 75vh;
}

.quarter-h-max {
    max-height: 75vh;
}

.quarter-h-min {
    min-height: 75vh;
}

.manuel-h-must {
    height: 450px;
}

.manuel-h-max {
    max-height: 450px;
}

.manuel-h-min {
    min-height: 450px;
}

.font-weight-100 {
    font-weight: 100;
}

.font-weight-200 {
    font-weight: 200;
}

.font-weight-300 {
    font-weight: 300;
}

.font-weight-400 {
    font-weight: 400;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-700 {
    font-weight: 700;
}

.font-weight-800 {
    font-weight: 800;
}

.clr11 {
    color: var(--clr1_1)
}

.clr12 {
    color: var(--clr1_2)
}

.clr13 {
    color: var(--clr1_3)
}

.clr21 {
    color: var(--clr2_1)
}

.clr22 {
    color: var(--clr2_2)
}

.clr23 {
    color: var(--clr2_3)
}

.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)
}

.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-gray {
    background: var(--gray);
}

.bg-dark {
    background: var(--gray5);
}

.radius-1 {
    border-radius: 20px;
}


.mittobtn {
    padding: 15px 35px;
    display: inline-block;
    font-weight: 700 !important;
    letter-spacing: 1px;
    font-size: 0.9em !important;
}

.mittobtn.icon {
    padding-right: 50px;
    position: relative;
}

.mittobtn.icon i {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mittobtn.btn1 {
    background: BLACK;
    color: WHITE;
}

.mittobtn.btn1.icon i {
    border-left: 1px solid WHITE;
}

.mittobtn.btn2 {
    background: var(--clr1_2);
    color: WHITE;
}

.mittobtn.btn2.icon i {
    border-left: 1px solid WHITE;
}

.mittobtn.btn3 {
    background: WHITE;
    color: var(--pagefont_clr);
    font-size: 1em;
    font-weight: 500;
}

.mittobtn.btn3.icon i {
    color: var(--clr1_2);
    border-left: 1px solid var(--clr1_2);
}

.mittobtn.btn4 {
    font-size: 1em;
    font-weight: 500;
    padding: 10px !important;
    border-radius : 20px !important;
}

.desctop.desctop-transparency .mittobtn.btn4 {
    background: WHITE !important;
    color: var(--pagefont_clr);
}

.desctop.fixed .mittobtn.btn4 {
    background: var(--clr1_1); !important;
    color: #fff;
}

.labels {
}

.labels .label {
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 16px 32px 0 rgb(0 0 0 / 29%);
    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: 60vw;
    margin-inline: auto;
    min-height: 10px;
    position: relative;
}

div.content-container-right {
    width: 85vw;
    margin-inline-start: auto;
    margin-inline-end: -8px;
}

.low-hero {
    font-size: 0.8em;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.main-slider {
}

.main-slider .item {
    height: 80vh;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-slider .item::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(to bottom, #000000b8, white);
    mix-blend-mode: multiply;
}

.main-slider .item .flex-fill {
    position: relative;
    z-index: 20;
    text-align: center;
}

.main-slider .item h2 {
    color: WHITE;
    font-size: 3em;
    font-weight: 600;
}

.main-slider .item p {
    color: white;
}

nav.mobile {
    position: fixed;
    right: -100vw;
    top: 90px;
    background: var(--white);

    width: 100vw;
    z-index: 120;
    transition: all 0.3s ease-in-out;
    border-top: 1px solid #ddd;
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: start;

}

nav.mobile.opened {
    right: 0;
}

nav.mobile > ul.nav {
    display: block;
    width: 100%;
}

nav.mobile > ul.nav > li {
    width: 100%;

    border-bottom: 1px solid #ddd;
}

nav.mobile > ul.nav > li:first-child {
}

nav.mobile > ul.nav > li:last-child {
}

nav.mobile > ul.nav > li.has-sub {
    position: relative;
}

nav.mobile > ul.nav > li.has-sub div.sub-menu {
    display: flex;
    max-height: 0;
    transition: all 0s ease-in-out;

    overflow: hidden;
}

nav.mobile > ul.nav > li.has-sub.open div.sub-menu {
    max-height: 1500px;
    transition: max-height 0.5s ease-in-out;
}

nav.mobile > ul.nav > li.has-sub div.sub-menu > ul {
    display: block;
    padding-left: 0;
    width: 100%;
    margin-bottom: 0;
}

nav.mobile > ul.nav > li.has-sub div.sub-menu > ul > li {
    display: block;
    background: #ddd;
    border-bottom: 1px solid #c7c7c7;
}

nav.mobile > ul.nav > li.has-sub div.sub-menu > ul > li > a {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-left: 70px;
    width: calc(100% - 60px);
    height: 50px;
    color: var(--pagefont_clr);
}

nav.mobile > ul.nav > li.has-sub.open {
}

nav.mobile > ul.nav > li > a {
    min-height: 50px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: start;

    padding-right: 20%;
    text-transform: uppercase;
    color: var(--pagefont_clr);
}

nav.mobile > ul.nav > li > a::before {
    content: '-';
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 50px;
    border-right: 1px solid #ddd;
    margin-right: 10px;
    transition: all 0.5s ease-in-out;
}

nav.mobile > ul.nav > li.has-sub > a::before {
    content: '+'
}

nav.mobile > ul.nav > li.has-sub.open > a::before {
    background: var(--gray5);
    color: WHITE;
}

nav.mobile .blocks {
}

nav.mobile .blocks .row {
}

nav.mobile .blocks .row > div {
    height: 60px;
    padding: 20px;
}

nav.mobile .blocks .row > div.col-3 {
    font-size: 0.7em;
    text-transform: uppercase;
    font-weight: 600 !important;
}

/*nav.mobile .blocks .row > div:last-child{
    border-left: 1px solid #ddd !important;
}*/
nav.mobile .social {
    display: flex;
    width: 100%;
    padding-left: 0;
    margin-bottom: 0;
    justify-content: end;
}

nav.mobile .social > li {
    display: inline-flex;
}

nav.mobile .social > li > a {
    color: var(--pagefont_clr);
    text-align: right;
}

nav.mobile .social > li > a span {
    font-size: 0.7em !important;
}

.section-title {
    font-size: 2em;
    font-weight: 700;
    font-family: var(--poppins) !important;
}

.section-sentence {
    font-size: 1em;
    font-weight: 500;
    color: var(--gray3);
}

.left-textlabel {
    padding-left: 35px;
    position: relative;
}

.left-textlabel .text-label {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    width: 25px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    text-align: left;
    font-size: 14px !important;
    font-weight: 800;
    color: #9c9c9c;
    padding-top: 10px;
    line-height: 1em;
    display: flex;
    align-items: center;
    white-space: nowrap;
    text-transform: uppercase;
}


.card.card-over {
    border-radius: 0;
    box-shadow: 0 16px 32px 0 rgb(0 0 0 / 17%) !important;
    border: none !important;
    transition: all 0.5s ease-in-out;
}

.card.card-over:hover {
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, .4) !important;
}

.card.card-over div.icon {
    position: absolute;
    top: 20px;
    left: 30px;
}

.card.card-over div.icon img {
    max-width: 50px;
    margin-bottom: 30px;
    margin-top: 30px;
    transition: filter 0.5s ease-in-out;
}

.card.card-over .num {
    font-family: var(--oswald);
    opacity: 0.2;
    font-size: 3em;
    position: absolute;
    right: 30px;
    top: 25px;
    font-weight: 600;
    color: var(--clr1_2);
}

.card.card-over .content {
    margin-top: 10px;
}

.card.card-over .card-body {
    padding: 30px;
    padding-top: 120px;
    position: relative;
}

.card.card-over h3 {
    font-size: 1.6em;
    word-break: break-word;
    font-weight: 800;
}

.card.card-over .content hr {
    margin-left: auto;
    width: 80%;
    display: block;
}

.index-projects {
}

.index-projects .item {
    height: 50vh;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    position: relative;
}

.index-projects .item .project-content {
    left: 10%;
    width: 80%;
    background: var(--dark);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    position: absolute;
    padding: 10px;
    bottom: -20px;
    flex-direction: column;
}

.index-projects .item .label-2 {
    top: 20px;
    left: 20px;
}

.index-projects .item .mittobtn {

}


.head-blocks {
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, .09) !important;
    display: flex;
    background: white;
    width: 100%;
    border-radius: 10px;
    transition: all 0.5s ease-in-out;
    border: 1px solid #fefefe;
    margin-bottom: 25px;
}

.head-blocks:hover {
    box-shadow: 0 16px 32px 0 rgb(0 0 0 / 32%) !important;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.head-blocks .icon {
    /*background: #fc671a;*/
    /*background: #717171;*/
    padding: 10px;
    height: 100%;
    left: 0;
    display: inline-flex;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 transparent;
    border: 5px solid transparent;
}

.head-blocks:hover .icon {
    border-radius: 50px;
    background: var(--clr1_1);
    /*border: 5px solid #d85a19;*/
    margin-left: -5px;

}

.head-blocks .icon img {
    max-width: 45px;
    display: inline-block;
    opacity: 0.45;
}

.head-blocks:hover .icon img {
    filter: invert(1);
    opacity: 1;
}

.head-blocks .content {
    display: inline-flex;
    align-items: center;
    padding-left: 10px;
}

.head-blocks .content .head-sentence {
    font-size: 1em;
    line-height: 1em;
    font-weight: 800;
    color: #000000c7;
}

.head-blocks .content p {
    font-size: 0.9em;
    color: var(--pagefont_clr);
}

.head-blocks .content a {
    font-size: 0.9em;
}


.customers-logos {
}

.customers-logos .item {
    padding-top: 20px;
    padding-bottom: 20px;
}

.customers-logos .item .reference-logo {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.customers-logos .item .reference-logo img {
    filter: grayscale(1);
    max-width: 50px;
    max-height: 50px;
}

footer {
    display: flex;
    border-top: 1px solid #ddd;
}

footer .footer-column-header {
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 20px;
    display: block;
    width: 100%;
}

footer .location-row {
    width: 100%;
}

footer h5 {
    font-size: 1.1em !important;
    margin-bottom: 10px !important;
}

footer .footer-text {
    font-size: 1em;
    font-weight: 500;
}

footer .footer-text span {
    font-weight: 800;
    text-transform: uppercase;
}

footer .footer-text span a {
}

footer .footer-social {
    display: flex;
    /*border-top: 1px solid #ddd;*/
    align-items: center;
    justify-content: start;
    position: absolute;
    left: 0;
    width: 100%;
    height: 90px;
    bottom: 0;
    padding: 50px;
}

footer .footer-social ul {
    display: flex;
    width: 100%;
}

footer .footer-social ul li {
    display: inline-flex;
    list-style-type: none;
}

footer .footer-social ul li a {
    font-size: 1.4em;
    margin-top: 20px;
}

footer .copyright {
    font-size: 0.7em;
    font-weight: 700;
    text-transform: uppercase;

}


.product-box {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 450px;
}

.product-box .contents {
    position: relative;
    z-index: 20;
    height: 100%;
    width: 100%;
    top: 0;
    border: 1px solid rgba(31, 31, 31, .1);
    border-right: 0;
    border-top: 0;
    padding: 50px;
    transition: color 0.5s ease-in-out;
}

div .product-box:last-child > .contents {
    border-right: 1px solid #ddd;
}

.product-box .bg {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 0;
    transition: all 0.5s ease-in-out;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat;
}

.product-box .bg::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background: black;
    opacity: 0.5;
}

.product-box:hover .bg {
    width: 100%;
}

.product-box:hover .contents {
    color: WHITE;
}

.product-box .contents {
}

.product-box .contents .num {
    position: absolute;
    left: 50px;
    top: 50px;
    font-size: 1.1em;
    font-weight: 600;
}

.product-box .contents .icon {
}

.product-box .contents .icon img {
    max-width: 50px;
    margin-bottom: 30px;
    margin-top: 30px;
    transition: filter 0.5s ease-in-out;
}

.product-box:hover .contents .icon img {
    filter: invert(1);
}

.product-box .contents h4 {
}

.particle1 {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 0;
}

.particle2 {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 0;
    opacity: 0.3;
}

.particle3 {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 0;
    opacity: 0.3;
}


.particle4 {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    z-index:11;
    opacity: 0.3;
}


.promo-2-area {
    position: relative;
}

.promo-2-area::after {

    position: absolute;
    width: 80%;
    height: 80%;
    left: 10%;
    top: 10%;
    background: var(--clr1_1);
    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: 13px;
    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: 1em;
    font-weight: 400;
    line-height: 1em;
}

.promo-2 .numbers .sub-head {
    color: WHITE;
    margin-bottom: 10px;
    font-size: 1.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;
}

.promo-2.glass {
    background: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(10px);
    opacity: 1;
}

.promo-2.glass2 {
    background: transparent;
    opacity: 1;
    border: 1px solid #eee;
}

.promo-2 .person-count {
    font-size: 0.8em;
    padding: 5px 10px;
    text-align: right;
}

.promo-2 .person-count i {
    display: block;
    font-size: 1.8em;
}

.promo-2 .mini-text p.position {
    font-size: 1.3em
}

.promo-2 .mini-text p.date {
    font-size: 0.9em
}

.promo-2 .mini-text button {
    text-align: right;
}

.svg-turkiye-haritasi {
    width: 100% !important;
}

.svg-turkiye-haritasi svg g g path {
    transition: all 0.1s ease-in-out;
    stroke: white;
    fill: transparent;

}

.svg-turkiye-haritasi path {
    transition: fill 0.1s ease-in-out;
}

.svg-turkiye-haritasi path:hover,
.svg-turkiye-haritasi path.active {
    opacity: 1 !important;
    fill: white;

}

.svg-turkiye-haritasi {
    max-width: 1140px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 100;
}

.svg-turkiye-haritasi svg {
    max-width: 100% !important;
}

.skewArea {
    transform: skewX(10deg);
    overflow: hidden;
    position: relative;

}

.skewArea > div {
    height: 100%;
}

.skewArea > .bg {
    z-index: 1;
    transform: skewX(-10deg);
    height: 120%;
    top: -10%;
    width: 120%;
    left: -13%;
    position: absolute;
}

.skewArea > .overlay {
    height: 120%;
    top: -10%;
    width: 120%;
    left: -13%;
    position: absolute;
    z-index: 2;
    background: linear-gradient(to right, var(--clr1_1) 30%, transparent);
}

.skewArea > .content {
    z-index: 3;
    transform: skewX(-10deg);
    padding: 25px;
    border: 1px solid WHITE;
    height: 120%;
    top: -10%;
    width: 120%;
    left: -10%;
    position: absolute;
}

.map-section {
    position: relative;
    overflow: hidden;
}

.map-section .map-bg-area {
    position: absolute;
    left: 0;
    width: 100%;
    height: 130%;
    top: -15%;
    z-index: 5;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right center;

}

.map-section .map-bg-area::after {
    content: '';
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    z-index: 30;
    background: linear-gradient(to right, var(--clr1_1) 50%, transparent);
}

.map-section #particle1 {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 10;
}

.map-section .content-container {
    position: relative;
    z-index: 30;
}

.map-section .map-content {
    display: flex;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding: 25px;
}

.map-after {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 150px !important;
    position: relative;
    z-index: 40;
}

.map-title {
    font-size: 2em;
    font-weight: 700;
}

.map-references {
    white-space: nowrap; /* Metni tek satırda tutar. */
    overflow: hidden; /* Taşan metni gizler. */
    text-overflow: ellipsis; /* Sonuna "..." ekler. */
    width: 100%; /* Konteyner genişliğine göre uyum sağlar (isteğe bağlı). */
    font-size: 1.1em;
}

.map-references .map-title {
    height: 40px;
}

.map-references .map-references {
    height: 30px;
}

ul.our-document {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    padding-left: 0;
    margin-bottom: 0;
    overflow: hidden;
}

ul.our-document li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    flex-direction: column !important;
    padding: 25px;

    box-shadow: 30px 0 30px #00000026;
    border-right: 1px solid #ddd;
}

ul.our-document li:hover {
    box-shadow: 10px 0 10px rgba(0, 0, 0, 0.37);
    transition: all 0.1s ease-in-out !important;
}

ul.our-document li svg {
    width: 100% !important;
    max-width: 100% !important;
    flex-direction: column;
    display: none !important;
}

ul.our-document li a {

    flex-direction: column;
    display: flex;
    padding: 10px;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    font-size: 1em;
    text-align: center;
    color: WHITE;

}

ul.our-document li a span:first-child {
    margin-bottom: 12px;
}

ul.our-document li a span:last-child {
    font-size: 0.8em;
}

ul.our-document li a i {
    margin-top: -12px;
    font-size: 3em;
}

ul.our-document li:nth-child(2n) a i {

    color: var(--clr1_4) !important;
}

ul.our-document li:nth-child(2n+1) a i {

    color: var(--clr1_2) !important;
}

ul.our-document li a span:last-child {
    color: var(--pagefont_clr);
}

.bg-clr12 .border-dark {
    border-color: #11416b !important;
}

.big-triangle-1 {
    padding-bottom: 100px !important;
    clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 50% 100%, 0% 85%);
    margin-bottom: -100px;
    position: relative;
    z-index: 40;
}

.after-big-triangle-1 {
    padding-top: 130px;
}

.mini-footer-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    background: rgba(255, 255, 255, 0.45);
    font-size: 0.7em;
    font-weight: 800;
    margin-top: 10px;
}
.mini-footer-card .img {
    width: 30%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}
.mini-footer-card .img img {
    max-width: 50%;
    width: auto;
    max-height: 60%;
    height: auto;
}
.mini-footer-card .content {
    width: 70%;
    height: 100%;
    padding: 12px;
    border-left: 1px solid #ddd;
}
.mini-footer-card .content h5 {
    margin-bottom: 0 !important;
    color: var(--pagefont_clr) !important;
}
.page-breadcrumb-area {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    height: 50svh;
    min-height: 550px;

}
.page-breadcrumb-area div {

}
.page-breadcrumb-area .content-container {
    height: 50svh;
    min-height: 550px;
    display: flex;
    align-items: center;
    justify-content: start;
    border-left: 1px solid rgb(0 0 0 / 14%);
    border-right: 1px solid rgb(0 0 0 / 14%);
    z-index: 70;
}
.page-breadcrumb-area .content-column {
    height: 50svh;
    min-height: 550px;
    display: flex;
    align-items: center;
    background: rgb(0 0 0 / 18%);
    backdrop-filter: blur(2px);

}
.page-breadcrumb-area::after {
    content: '';
    left: 0;
    width: 100%;
    height: 100%;

    opacity: 1;
    top: 0;
    mix-blend-mode: multiply;
    position: absolute;
}
.page-breadcrumb-area ul.breadcrumb {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 50;
    display: flex;
    margin-bottom: 0;

    padding: 0;
    background: #0000004a;
    border-radius: 0 !important;
    justify-content: end;
    flex-wrap: nowrap;
}
.page-breadcrumb-area ul.breadcrumb li.breadcrumb-item {
    display: inline-flex;
    padding: 0 20px;
    border-right: 1px solid #4f4f4f;
    color: WHITE;
    align-items: center;
    /*overflow: hidden;*/
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    justify-content: start !important;
}
.breadcrumb-item + .breadcrumb-item::before {
    display: none !important;
}
.page-breadcrumb-area ul.breadcrumb li.breadcrumb-item a {
    color: WHITE;
    height: 90px;
    display: flex;
    align-items: center;
}
.page-breadcrumb-area h1 {
    font-size: 2em;
    font-weight: 600;
    font-family: var(--poppins) !important;
}
.page-breadcrumb-area p {

}

.blurs {
    position: absolute;
    left: 0;
    width: 100%;
    height: 90px;
    background: #00000024;
    opacity: 1;
    /* backdrop-filter: blur(10px);*/
    z-index: 30;
    display: block;
}
.blurs.top-blur {
    top: 0;
    border-bottom: 1px solid #dddddd4d;
    display: none !important;

}
.blurs.bottom-blur {
    bottom: 0;
    border-top: 1px solid #dddddd4d;
}
.card,
.card-body {
    border-radius: 0 !important;
}
.page-list {
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.page-list li {
    display: flex;
    width: 100%;
    border-bottom: 1px solid rgba(221, 221, 221, 0.57);
}
.page-list li a {
    padding: 15px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: end;
    color: var(--pagefont_clr);
    text-transform: capitalize !important;
}
.mini-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    background: rgba(255, 255, 255, 0.45);
    font-size: 0.7em;
    font-weight: 800;
    margin-top: 10px;
}
.mini-card .img {
    width: 30%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}
.mini-card .img img {
    max-width: 50%;
    width: auto;
    max-height: 60%;
    height: auto;
}
.mini-card .content {
    width: 70%;
    height: 100%;
    padding: 12px;
    border-left: 1px solid #ddd;
    flex-direction: column;
}
.mini-card .content .title {
    font-size: 1.3em;
    font-weight: 800;
    margin-bottom: 0 !important;
    color: var(--pagefont_clr) !important;
}
.mini-card .content .mini {
    font-style: italic;
    color: #838383 !important;
}
.filterlist {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    /*justify-content: space-between;*/
    padding-inline-start: 0px;
}
.filterable {
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    visibility: visible;
    width: 48%;
    max-height: 300px;
    margin-right: 10px;
}
.filterable.none {
    visibility: hidden;
    max-width: 0;
    max-height: 0;
}
.block-list-2 {
    padding-left: 0;
    margin-bottom: 0;
    position: relative;
    z-index: 40;
}

.block-list-2 div.block-row {
    list-style-type: none;
    border-bottom: 1px solid #ddd;
    transform: perspective(100px) translateZ(0px);
    transition: all 0.1s ease-in-out;
    position: relative;
    z-index: 10;
}

.block-list-2 .block-row:hover {
    transform: perspective(100px) translateZ(1px);
    z-index: 20;
}

.block-list-2 .block-row > a {
    display: flex;
    align-items: center;
    background: white;
    color: var(--gray5)
}

.block-list-2 .block-row span {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.block-list-2 .block-row span:first-child {
    width: 90px;
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}

.block-list-2 .block-row span:nth-child(2),
.block-list-2 .block-row h4 {
    width: calc(100% - 180px);
    text-align: left;
    justify-content: start;
    padding-left: 10px;
    transition: all 0.1s ease-in-out;
}

.block-list-2 .block-row span:last-child {
    border-left: 1px solid #dddddd;
    height: 90px;
    width: 90px;
    transition: all 0.5s ease-in-out;
}

.block-list-2 .block-row:hover span:first-child {
    color: WHITE;
    background: var(--gray5);
}

.block-list-2 .block-row:hover span:nth-child(2) {
    font-weight: 600;
}

.block-list-2 .block-row:hover span:last-child {
    background: var(--gray5);
    color: WHITE;
}

.block-list-2 .block-row span:last-child i {
    transition: all 0.3s ease-in-out;
}

.block-list-2 .block-row:hover span:last-child i {
    transform: rotate(90deg);
    color: WHITE
}


.block-list-2-content {
    content: '';
    position: fixed;
    width: 100vw;
    left: 0;
    top: 0;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 350;
    transition: all 0.5s ease-in-out;
    visibility: hidden;
    opacity: 0;

}

.block-list-2-content.active {
    opacity: 1;
    visibility: visible;

}

.block-list-2-content.active > .container-fluid {
    opacity: 1;
    transition-delay: 0s !important;
}

.block-list-2-content .close-btn {
    padding: 10px 20px;
    border-radius: 25px;
    background: black;
    color: white !important;
    text-align: center;
    height: 1.8em;
    font-size: 1.5em;
    position: absolute;
    right: calc(50% - 30px);
    bottom: 5vh;
    display: flex;
    align-items: center;
}

.block-list-2-content > .container-fluid {
    margin: unset !important;
    position: fixed;
    left: 10vw;
    width: 80vw;
    height: 80vh;
    top: 10vh;
    opacity: 0;
    background: white;
    transition-delay: 1.3s !important;
    transition: opacity 0.5s ease-in-out;
}
.block-list-2-content .left-side {
    overflow-y: auto;
    max-height: 80vh;
    background: var(--gray); /*___ */
}

.block-list-2-content .right-side {
    overflow-y: auto;
    height: 100%;
}

.block-list-2-content .left-side,
.block-list-2-content .right-side{
    height: 80svh;
    /*  :(  */
}

.block-list-2-content .right-side form {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 80vh;
}

.block-list-2-content .right-side a.logo {
    display: inline-block;
    padding: 10px;
}

.block-list-2-content .right-side a.logo img {
    max-width: 120px;
}


div.input-block > span {
    position: absolute;
    z-index: 4;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    text-align: center;
    border-right: 1px solid #dddddd;
    color: var(--pagefont_clr);
    background: var(--gray2);
}

div.input-block > span > i {
    flex: 0 0 100%;
    text-align: center;
}

div.input-block > input[type=text],
div.input-block > input[type=email],
div.input-block > input[type=number] {
    position: relative;
    z-index: 3;
    padding-left: 45px;
    border: 1px solid var(--gray2);
    font-size: 1em;
    color: var(--pagefont_clr);
    height: 40px;
    cursor: pointer;
}

div.input-block > textarea {
    position: relative;
    z-index: 3;
    padding-left: 45px;
    border: 1px solid var(--gray2);
    font-size: 1em;
    color: var(--pagefont_clr);
    height: 60px;
    cursor: pointer;
}

div.input-block > div.file-input {
    position: relative;
    cursor: pointer;
    border-radius: 0.25rem;
    border: 1px solid #dddddd;
    padding-left: 45px;
    font-size: 1em;
    display: flex;
    align-items: center;
    color: #6c6c6c;
    height: 40px;
}

div.input-block > input[type=file] {
    visibility: hidden;
    display: none;
}

div.input-block .form-control {
    border-radius: 0 !important;
}

.index-news-block {
}

.index-news-block h4,
.index-news-block h5 {
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.index-news-block .img {
    height: 300px;
    width: 100%;
    position: relative;
    display: block;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat;

    transition: all 0.5s ease-in-out;
}

.index-news-block:hover .img {
    filter: grayscale(0);
}

.index-news-block .urls {
    display: flex;

}

.index-news-block > .urls > * {
    height: 60px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.index-news-block .urls span {

    width: 0;
}

.index-news-block .urls a {
    width: 100%;
    background: var(--clr1_3);
    color: WHITE;
}

.product-detail-gallery {
}

.product-detail-gallery .item a {
    display: flex;
    height: 220px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.product-detail-gallery .owl-dots {
    display: none !important
}

.owl-navigator {
    display: flex;
    width: 50%;
}

.owl-navigator a.border.bg-dark {
    border-color: white !important;
}

.owl-navigator a {
    display: inline-flex;
    height: 60px;
    width: 50%;
    align-items: center;
    justify-content: center;
}

.desctop-2 {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    background: WHITE;
    z-index: 150;
    transition: all 0.5s ease-in-out;
}

.desctop-2 .flex-fill {
}

.desctop-2 .row1 {
}

.desctop-2 .row2 {
}

.desctop-2 .row2 a.logo {
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    width: 180px;
    display: flex;
    align-items: center;
    justify-content: start;
    max-width: 0;
    height: 46px;
}

.desctop-2.fixed .row2 a.logo {
    max-width: 180px;
}

.desctop-2 .row2 a.logo img {

    width: 135px !important;
    height: fit-content;
}


.desctop-2 .row1 a.logo {
    height: 100%;
    background: white;
    display: flex;
    padding: 15px;
    text-align: center;
    width: 100%;
    justify-content: start;
}

.desctop-2 .row1 a.logo img {
    display: inline-block;
    max-width: 180px;
}

header.desctop-2 .header-contact {
    position: relative;
    z-index: 30;
}

header.desctop-2 .header-contact div {
    padding: 15px 35px;
    display: inline-block;
    font-weight: 700 !important;
    letter-spacing: 1px;
    font-size: 0.9em !important;
    background: var(--clr1_2);
    color: WHITE;
    position: relative;
    margin-left: 10px;
}

header.desctop-2 .header-contact > a {
    color: var(--pagefont_clr);
    letter-spacing: 0;
    font-weight: 500;
    font-size: 0.8em;

    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding-right: 10px;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    line-height: 1.3em;
    border-left: 1px solid #ddd;


}

header.desctop-2 .header-contact > div span.label,
header.desctop-2 .header-contact > a span.label {
    display: block;
    font-size: 10px;
    color: var(--pagefont_clr);
    opacity: 0.7;
    font-weight: 700;
    letter-spacing: 0;

}

header.desctop-2 .header-contact > div:first-child,
header.desctop-2 .header-contact > a:first-child {
    border-left: none !important;
}

header.desctop-2 .header-contact > div span.icon,
header.desctop-2 .header-contact > a span.icon {
    position: absolute;
    top: 0;
    filter: invert(1);
    left: 7px;
    width: 20px;
    height: 100%;
    background-size: 90% auto;
    background-repeat: no-repeat;
    background-position: center;
}

header.desctop-2 .header-contact > div > span.desctop-lang-menu {

    position: absolute;
    overflow: hidden;
    left: 0px;
    top: 100%;
    max-height: 0;
    background: white;
    width: 100%;
    transition: all 0.5s ease-in-out;
    padding: 0;
}

header.desctop-2 .header-contact div:hover span.desctop-lang-menu {
    max-height: 1500px;
    border-top: 1px solid #ddd;;
}

header.desctop-2 .header-contact > div > span.desctop-lang-menu > a {
    display: block;
    text-align: center;
    width: 100%;
    padding: 10px;
    font-size: 0.8em;
    border-bottom: 1px solid #ddd;
    color: var(--pagefont_clr);
}

header.desctop-2 .desctop-lang-menu a {
}


header.desctop-2 {
}

header.desctop-2 .row2 {
    transition: all 0.5s ease-in-out;
    padding: 0 0;
    background: #f9f9f9;
}

header.desctop-2.fixed .row2 {
    padding: 10px 0;
    background: var(--clr1_3);
}

header.desctop-2 .row2 ul.main-menu-list {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    padding-left: 0;

}

header.desctop-2 .row2 ul.main-menu-list > li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: calc(100% / 7);

}

header.desctop-2 .row2 ul.main-menu-list > li:first-child {
    border-left: none !important;
}

header.desctop-2 .row2 ul.main-menu-list > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 15px;
    color: var(--pagefont_clr);
}

header.desctop-2.fixed .row2 ul.main-menu-list > li > a {
    color: WHITE !important;
}

header.desctop-2 .row2 ul.main-menu-list > li.has-sub {
    position: relative;
}

header.desctop-2 .row2 ul.main-menu-list > li.has-sub > a {

}

header.desctop-2 .row2 ul.main-menu-list > li.has-sub > .sub-menu {
    display: flex;
    visibility: hidden;
    opacity: 0;
    transform: perspective(100px) translateY(30px);
    background: WHITE;
    padding: 25px;
    border-radius: 10px;
    position: absolute;
    top: 90%;
    /*left: 62.5px%;*/
    transition: all 0.5s ease-in-out;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.23);
    min-width: 250px;

}

header.desctop-2 .row2 ul.main-menu-list > li.has-sub:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    transform: perspective(100px) translateY(0);
}

header.desctop-2 .row2 ul.main-menu-list > li.has-sub > .sub-menu > ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-left: 0;
    margin-bottom: 0;
}

header.desctop-2 .row2 ul.main-menu-list > li.has-sub > .sub-menu > ul > li {
    width: 100%;
    left: 0;
    align-items: center;
    justify-content: center;
    display: flex;
}

header.desctop-2 .row2 ul.main-menu-list > li.has-sub > .sub-menu > ul > li:first-child {
}

header.desctop-2 .row2 ul.main-menu-list > li.has-sub > .sub-menu > ul > li:last-child {
}

header.desctop-2 .row2 ul.main-menu-list > li.has-sub > .sub-menu > ul > li > a {
    font-weight: 600;
    color: var(--pagefont_clr);
    padding: 8px;
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
}

header.desctop-2 .row2 ul.main-menu-list > li.has-sub > .sub-menu > ul > li > a::after {
    content: "\f0da";
    position: absolute;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    /*font-family: var(--fa-style-family, "Font Awesome 6 Free");*/
    /*font-weight: var(--fa-style, 900);*/
    opacity: 0.5;
}

header.desctop-2 .row2 ul.main-menu-list > li.has-sub > .sub-menu > ul > li:last-child > a {

}



.desctop-2.type-2,
.desctop-2.type-2 .row2,
.desctop-2.type-2 a.logo{
    background: transparent;
}
.desctop-2 .row1 a.logo{
    display: inline-block;
    width: fit-content;
    border-right:  1px solid rgba(255, 255, 255, 0.33);
}
.desctop-2.type-2 .row2{
    border-top: 1px solid rgba(255, 255, 255, 0.33);
    border-bottom: 1px solid rgba(255, 255, 255, 0.33);
}
.desctop-2.fixed.type-2 .row2{
    border-top: 1px solid rgba(255, 255, 255, 0);
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.desctop-2.type-2 .row2 ul.main-menu-list > li > a{
    color: WHITE;
}
.desctop-2.type-2 .header-contact > a{
    color: #fff;
}
.desctop-2.type-2 .header-contact > a .label{
    color: #ddd;
}
header.desctop-2 .header-contact div{
    background: white;
    border-radius: 15px;
    color: var(--clr1_1);
}

div.unsal-slider {
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    height: calc((720 * 80vw) / 1280);

}

div.unsal-slider div.slider {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    transition: all 0.5s ease-in-out;
    transform: perspective(100px);
    filter: blur(10px);
    transform-origin: 50% 100%;
}

div.unsal-slider div.slider.active {
    z-index: 3;
    filter: blur(0px);
    opacity: 1;
    transform: perspective(100px);
}

div.unsal-slider div.slider .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

div.unsal-slider div.slider .img video {
    position: absolute;
    left: 0;
    width: 120%;
    height: 100%;
    top: 0;
}

/*div.unsal-slider div.slider .filter {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 7;
    background: linear-gradient(90deg, rgb(34 40 51) 0%, rgba(38, 47, 64, 0) 100%);

}*/

div.unsal-slider div.slider .filter {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 7;
    background: linear-gradient(to top, var(--clr1_1), transparent);
    display: none;
    opacity:  1;

    /*background: linear-gradient(45deg, var(--clr_dark) 0%, rgba(38, 47, 64, 0) 100%);*/
    /* mix-blend-mode: multiply; */
}

div.unsal-slider div.slider .content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 8;
    display: flex;
    align-items: center;

}

div.unsal-slider div.slider .content h1 {
    color: WHITE;
    transition: all 0.5s ease-in-out;
    transition-delay: 0.3s;
    line-height: 1em;
    font-weight: 200;
    font-size: 3em;
    letter-spacing: 2px;
    opacity: 0;
    display: none;
}

div.unsal-slider div.slider.active .content h1 {
    opacity: 1;
    display: none;
}

div.unsal-slider div.slider .content p {
    color: WHITE;
    letter-spacing: 1px;
    transition: all 0.5s ease-in-out;
    transition-delay: 0.6s;
    opacity: 0;
    font-weight: 400;
    line-height: 1em;
    font-size: 3em;
}

div.unsal-slider div.slider .content p strong {
    font-weight: 700;
    /*color: var(--clr2_4);*/
}

div.unsal-slider div.slider.active .content p {
    opacity: 1;
}

.counter {
    position: absolute;
    left: 9%;
    bottom: 120px;
    z-index: 20;
    width: calc(100% - 9%);
    display: flex;
    flex-direction: column;
    align-items: start;
}
.counter .numbers {
    width: 100%;
    display: flex;
    justify-content: start;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.counter .numbers a {
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1em;
    margin-top: 0;
    padding: 5px 15px;
    color: WHITE;
    display: block;
    opacity: 0.5;
    transition: all 0.1s ease-in-out;
    margin-left: 20px;
    position: relative;
}
.counter .numbers a.active-number {
    opacity: 1;
    font-weight: 600;
}

.mitto-slider-area{
    position: relative;
    overflow: hidden;

}
.mitto-slider-area video{
    --height: calc(calc(720 * 100vw) / 1280);
    width: 100vw;
    position: relative;
    height: var(--height);
    top:  0;
    left: 0;
    z-index: 10;
    transition: all 1.5s ease-in-out;

}
.mitto-slider-area.changeing video{

}
.mitto-slider-area .filter{
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 50%;
    z-index: 20;
    background: linear-gradient(to top, #000000, transparent);
}
.mitto-slider-area .content{
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 30;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.mitto-slider-area .arrows{
    position: absolute;
    height: 50px;
    top: calc(50% - 25px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: WHITE;
    width: 50px;
    z-index: 245;
    cursor: pointer;
    border: 1px solid WHITE;
}
.mitto-slider-area .arrows.left-arrow{
    left: 15px;
}
.mitto-slider-area .arrows.right-arrow{
    right: 15px;
}
.mitto-slider-area .item-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    overflow: hidden;
    text-align: center;

}
.mitto-slider-area .active.center .item-content{
    width: 100%;

}
.mitto-slider-area .item{
    text-align: left;

}
.mitto-slider-area .item .title{
    width: 100%;
    font-size: 6em;
    /*-webkit-text-stroke: 1px #ffffff;*/
    /*-webkit-text-fill-color: transparent;*/
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    margin-bottom: 0;
    line-height: 1em;
    transform: translateX(30px);
    -webkit-transition: all 0.5s cubic-bezier(0.68, -0.6, 0.32,2.6);
    -o-transition: all 0.5s cubic-bezier(0.68, -0.6, 0.32, 2.6);
    transition: all 0.5s cubic-bezier(0.68, -0.6, 0.32, 2.6);
    padding: 12px;
}
.mitto-slider-area .item .slide-text{
    width: 100%;
    max-width: 50%;

    color: WHITE;
    font-size: 3em;
    font-weight: 100;
    transform: translateX(50px);
    -webkit-transition: all 0.5s cubic-bezier(0.68, -0.6, 0.32,2.6);
    -o-transition: all 0.5s cubic-bezier(0.68, -0.6, 0.32, 2.6);
    transition: all 0.5s cubic-bezier(0.68, -0.6, 0.32, 2.6);
}

.mitto-slider-area .active.center .title,
.mitto-slider-area .active.center .slide-text{
    transform: translateX(0);
}

.mitto-slider-area .noktalar{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 25px;


}
.mitto-slider-area .noktalar button{
    width: 80px;
    height: 80px;
    background: transparent;
    backdrop-filter: blur(5px);
    list-style-type: none;
    position: relative;
    margin: 2px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.5s cubic-bezier(0.68, -0.6, 0.32, 2.6);
}

.mitto-slider-area .noktalar button.active{

    border: 1px solid rgba(255, 255, 255, 0.28);
}
.mitto-slider-area .noktalar button span{
    color: WHITE;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mitto-slider-area .noktalar button:nth-child(1) span:before{content:'1';}
.mitto-slider-area .noktalar button:nth-child(2) span:before{content:'2';}
.mitto-slider-area .noktalar button:nth-child(3) span:before{content:'3';}
.mitto-slider-area .noktalar button:nth-child(4) span:before{content:'4';}
.mitto-slider-area .noktalar button:nth-child(5) span:before{content:'5';}
.mitto-slider-area .noktalar button:nth-child(6) span:before{content:'6';}
.mitto-slider-area .noktalar button::after{

}
.mitto-slider-area .noktalar button.active::after{

}
.legal-text{
    font-size: 0.4em !important;
}


.pagination{
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: end;
}
.pagination li{
    list-style-type: none;
    margin-left: 5px;
}
.pagination li a{
    width: 30px;
    height: 30px;
    color: WHITE;
    align-items: center;
    justify-content: center;
    background: var(--clr1_2);
    padding: 15px 35px;
    font-weight: 700 !important;
    letter-spacing: 1px;
    font-size: 0.9em !important;
}
.pagination li strong {
    width: 30px;
    height: 30px;
    font-size: 0.9em;
    color: WHITE;
    background: #343a40;
    padding: 15px 35px;
}

.sub-head select > option {
    color: #000;
}

.reference-list {
    display: none;
}


#mitto-modal .modal-body img, video {
    vertical-align: middle;
    border-style: none;
    width: 100%;
    height: 100%;
}

#mitto-modal {
    padding-right: 0 !important;
}


#mitto-modal .modal-body {
    position: relative !important;
    padding: 2px !important;
}

#mitto-modal .close {
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    opacity: 1;
}

#mitto-modal .close:hover {
    color: #fff;
}

#mitto-modal .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0.3rem;
    outline: 0;
}

.footer-logo > img {
    max-width: 75% !important;
}


.news-direction .owl-nav .direction-btn {
    width: 45px;
    height: 45px;
    font-size: 1.8em;
    background-color: var(--clr1_2);
    color: #202020 !important;
    outline: none !important;
    border: none !important;
    border-radius: 55px;
    display: inline-block;
    align-items: center;
    text-align: center;
    box-shadow: 4px 6px 12px 5px rgba(22, 14, 16, 0.3) !important;
}

.news-direction .owl-nav .direction-btn i{
    color: #fff;
}

.index-news-carousel {
}

.index-news-carousel .item {
}

.index-news-carousel .item .index-news-box {
    position: relative;
}

.index-news-carousel .item .index-news-box .img {
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
}

.index-news-carousel .item .index-news-box .news-content {

}

.index-news-carousel .item .index-news-box .news-content h3 a {
    color: #000;
    font-size: 0.9em;
    font-weight: 500;
}

.index-news-carousel .item .index-news-box .news-content p {
    color: #000;
    font-size: 0.8em;
}

.index-news-carousel .item .index-news-box .news-button {

}

.external-link {
}

.external-link a > .icon {
    max-width: 15px;
}