@charset "UTF-8";
/** Web Site Special Variables **/
@import "animate.css";
@import "aos.css";
@import "jquery.fancybox.min.css";
@import "fontawesome/css/all.min.css";
@import "slick.css";
@import "hover-min.css";
@import "lightslider.css";
@font-face {
    font-family: "ITC Avant Garde Pro Bk";
    src: url("/assets/fonts/ITCAvantGardePro-Demi.woff2") format("woff2"), url("/assets/fonts/ITCAvantGardePro-Demi.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "ITC Avant Garde Pro Md";
    src: url("/assets/fonts/ITCAvantGardePro-Bold.woff2") format("woff2"), url("/assets/fonts/ITCAvantGardePro-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "ITC Avant Garde Pro XLt";
    src: url("/assets/fonts/ITCAvantGardePro-XLt.woff2") format("woff2"), url("/assets/fonts/ITCAvantGardePro-XLt.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "ITC Avant Garde Pro Md";
    src: url("/assets/fonts/ITCAvantGardePro-Md.woff2") format("woff2"), url("/assets/fonts/ITCAvantGardePro-Md.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "ITC Avant Garde Pro Bk";
    src: url("/assets/fonts/ITCAvantGardePro-Bk.woff2") format("woff2"), url("/assets/fonts/ITCAvantGardePro-Bk.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

html {
    overflow-x: hidden;
}

body {
    font-family: "ITC Avant Garde Pro Bk", sans-serif;
    font-weight: 300;
    line-height: 1;
    font-size: 14px;
    color: #000;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
a:hover {
    text-decoration: none;
}

strong {
    font-weight: 600;
}

.errorBox {
    display: none;
    width: 80%;
    height: 80%;
}

.errorBox2 {
    display: none;
    width: 80%;
    height: 80%;
}

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active {
    outline: 0px !important;
    -webkit-appearance: none;
}

.succesData {
    font-size: 16px;
    color: #fff;
    background: #34bfa3;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.errorData {
   display: none;
}

.center {
    width: 90%;
    margin: 0 5%;
}

.clearfix {
    clear: both;
}

/*** checkboxes **/
.checkbox label:after,
.radio label:after {
    content: "";
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: 0.25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: 10px;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: 0.8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type=checkbox],
.radio label input[type=radio] {
    display: none;
}

.checkbox label input[type=checkbox] + .cr > .cr-icon,
.radio label input[type=radio] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all 0.3s ease-in;
}

.checkbox label input[type=checkbox]:checked + .cr > .cr-icon,
.radio label input[type=radio]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
    font-size: 18px;
}

.checked-class .cr > .cr-icon,
.checked-class .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg) !important;
    opacity: 1 !important;
    font-size: 13px !important;
}

.checkbox label input[type=checkbox]:disabled + .cr,
.radio label input[type=radio]:disabled + .cr {
    opacity: 0.5;
}

/************/
.formError {
    z-index: 990;
}

.formError .formErrorContent {
    z-index: 991;
}

.formError .formErrorArrow {
    z-index: 996;
}

.ui-dialog .formError {
    z-index: 5000;
}

.ui-dialog .formError .formErrorContent {
    z-index: 5001;
}

.ui-dialog .formError .formErrorArrow {
    z-index: 5006;
}

.inputContainer {
    position: relative;
    float: left;
}

.formError {
    position: absolute;
    top: 300px;
    left: 300px;
    display: block;
    cursor: pointer;
    text-align: left;
}

.formError.inline {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
}

.ajaxSubmit {
    padding: 20px;
    background: #55ea55;
    border: 1px solid #999;
    display: none;
}

.formError .formErrorContent {
    width: 100%;
    background: #d23e2b;
    position: relative;
    color: #fff;
    min-width: 120px;
    font-size: 11px;
    border: 1px solid #d23e2b;
    padding: 4px 10px;
    border-radius: 3px;
    font-family: arial;
}

.formError.inline .formErrorContent {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    border: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
}

.greenPopup .formErrorContent {
    background: #33be40;
}

.blackPopup .formErrorContent {
    background: #393939;
    color: #fff;
}

.formError .formErrorArrow {
    width: 15px;
    margin: -2px 0 0 13px;
    position: relative;
}

body[dir=rtl] .formError .formErrorArrow, body.rtl .formError .formErrorArrow {
    margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    margin: 0 0 0 12px;
    top: 2px;
}

.formError .formErrorArrow div {
    font-size: 0;
    height: 1px;
    background: #d23e2b;
    margin: 0 auto;
    line-height: 0;
    font-size: 0;
    display: block;
}

.formError .formErrorArrowBottom div {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
    background: #33be40;
}

.blackPopup .formErrorArrow div {
    background: #393939;
    color: #fff;
}

.formError .formErrorArrow .line10 {
    width: 15px;
    border: 0;
}

.formError .formErrorArrow .line9 {
    width: 13px;
    border: 0;
}

.formError .formErrorArrow .line8 {
    width: 11px;
}

.formError .formErrorArrow .line7 {
    width: 9px;
}

.formError .formErrorArrow .line6 {
    width: 7px;
}

.formError .formErrorArrow .line5 {
    width: 5px;
}

.formError .formErrorArrow .line4 {
    width: 3px;
}

.formError .formErrorArrow .line3 {
    width: 1px;
}

.formError .formErrorArrow .line2 {
    width: 3px;
    background: 0 0;
}

.formError .formErrorArrow .line1 {
    width: 1px;
    background: 0 0;
}

.formError .formErrorContent {
    width: 250px;
}

.formErrorContent {
    background: #e41200 !important;
    border-color: #e41200 !important;
}

.formError .formErrorArrow div {
    background: #e41200 !important;
}

.grecaptcha-badge {

}

/*********/
.container {
    padding: 10px 0;
}

header {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 14;
    background: #fff;
}
header .top {
    background: #eee;
}
header .top .container .logins {
    display: flex;
    flex-direction: row-reverse;
}
header .top .container .logins li {
    display: flex;
}
header .top .container .logins li a {
    position: relative;
    color: #be1421;
    font-size: 12px;
    padding: 5px 10px;
    font-weight: 500;
}
header .top .container .logins li a:hover {
    color: #000;
}
header .top .container .logins .social-media {
    margin-left: 5px;
}
header .top .container .logins .social-media a {
    background-color: #be1421;
    border-radius: 50%;
    padding: 5px;
}
header .top .container .logins .social-media a i {
    color: white;
}
header .bottom .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    /***
      .logins {
        display: flex;
        flex-direction: row;
        li {
          display: flex;
          a {
            position: relative;
            color:#252525;
            font-size:14px;
            padding: 15px 20px;
            font-weight: 500;
            border:1px solid #252525;
            @include radius(30px);
            &:hover {
              color:$color1;
              border:1px solid $color1;
            }
          }


          &:last-child {
            a {
              margin-left: 5px;
            }
          }
        }
      }**/
}
header .bottom .container a#logo {
    display: flex;
    width: 188px;
    height: 40px;
    text-indent: -999999px;
    background: url("/assets/img/logo.svg?v=11") no-repeat;
    background-size: 188px 40px;
}
header .bottom .container a#logo h1 {
    display: none;
}
header .bottom .container .menu {
    display: flex;
    flex-direction: row;
}
header .bottom .container .menu li {
    display: flex;
}
header .bottom .container .menu li a {
    position: relative;
    color: #252525;
    font-size: 18px;
    padding: 10px 10px;
    font-weight: 500;
}
header .bottom .container .menu li a.active, header .bottom .container .menu li a:hover {
    color: #be1421;
}
header .bottom .container .menu li .dropdown-item {
    font-weight: 300;
}
header .bottom .container .menu li a,
header .bottom .container .menu li a:link,
header .bottom .container .menu li a:hover,
header .bottom .container .menu li a:visited,
header .bottom .container .menu li a:active,
header .bottom .container .menu li a:focus {
    background-color: transparent;
}
header .bottom .container .mright {
    display: flex;
    flex-direction: row;
    align-items: center;
}
header .bottom .container .langs {
    position: relative;
    display: flex;
    margin-left: 5px;
}
header .bottom .container .langs button {
    position: relative;
    color: #be1421;
    background: transparent;
    font-size: 14px;
    padding: 15px 20px;
    font-weight: 500;
    border: 1px solid #be1421;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
header .bottom .container .langs button:hover {
    color: #252525;
    border: 1px solid #252525;
}
header .bottom .container .langs .dropdown-menu {
    width: 100%;
    min-width: auto;
}
header .bottom .container .langs .dropdown-item {
    text-align: center;
    padding: 10px 0;
    font-weight: 300;
    font-size: 14px;
}
header.scrollHeader {
    -webkit-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
}

.videoMain {
    margin-top: 50px;
}
.videoMain .title {
    margin-bottom: 0 !important;
}
.videoMain .text {
    font-size: 22px !important;
    font-family: "ITC Avant Garde Pro Md";
}
.videoMain .detailbutton {
    margin-top: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    border-bottom-right-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
}

hr.videoDivHr {
    color: #333;
    border: 0.5px solid #333;
}

.videoDiv {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    overflow: hidden;
    margin-top: 30px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.08);
}

.home {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    background: url("/assets/img/homebg.jpg?v=5") no-repeat top center;
    z-index: 10;
    border-bottom-left-radius: 250px;
}
.home .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.home .container h1 {
    color: #fff;
    font-weight: 900;
    font-size: 48px;
    text-align: center;
}
.home .container h2 {
    color: #be1421;
    font-weight: 900;
    font-size: 48px;
    margin-top: 10px;
    text-align: center;
}
.home .container a {
    position: relative;
    color: #fff;
    font-size: 16px;
    padding: 20px 25px;
    font-weight: 500;
    background: #be1421;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin-top: 20px;
}
.home .container a:hover {
    background: #333;
}
.home .container .addui-Typing-caret {
    display: inline-block;
    position: relative;
    top: -1px;
    font-size: 1.25em;
    padding: 0 1px;
}
.home .container .addui-Typing-blink {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
}
@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}
@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}
.home .mouse {
    position: absolute;
    width: 29px;
    height: 83px;
    bottom: 20px;
    left: 50%;
    margin-left: -14px;
    cursor: pointer;
    background: url("/assets/img/mouse.png?v=5") no-repeat top center;
    animation: MoveUpDown 2s linear infinite;
    animation-iteration-count: infinite;
}
@keyframes MoveUpDown {
    0%, 100% {
        bottom: 20px;
    }
    50% {
        bottom: 50px;
    }
}
@keyframes VideoUpDown {
    0%, 100% {
        left: 20px;
    }
    50% {
        left: 10px;
    }
}

.loginscreen {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    background: url("/assets/img/loginbg.jpg?v=5") no-repeat top center;
    z-index: 10;
}
.loginscreen .container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.loginscreen .container .left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    color: #fff;
}
.loginscreen .container .left h1 {
    font-family: "ITC Avant Garde Pro Md";
    font-weight: 900;
    font-size: 64px;
}
.loginscreen .container .left h2 {
    font-weight: 600;
    font-size: 36px;
    margin: 10px 0;
}
.loginscreen .container .left p {
    font-size: 24px;
    line-height: 30px;
}
.loginscreen .container .right {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 50%;
}
.loginscreen .container .right form {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    width: 100%;
    background: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 50px;
}
.loginscreen .container .right form .logo {
    display: flex;
    width: 188px;
    height: 40px;
    margin: 30px 0;
    text-indent: -999999px;
    background: url("/assets/img/logo.svg?v=11") no-repeat center center;
    background-size: 188px 40px;
}
.loginscreen .container .right form .logo h1 {
    display: none;
}
.loginscreen .container .right form label {
    position: relative;
    margin: 10px 0;
    width: 100%;
}
.loginscreen .container .right form label input {
    width: 100%;
    border: none;
    border-bottom: 2px solid #eee;
    padding: 10px 0;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
}
.loginscreen .container .right form label i {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #be1421;
    font-size: 24px;
}
.loginscreen .container .right form button {
    width: 100%;
    padding: 20px 30px;
    margin-top: 10px;
    color: #fff;
    background: #be1421;
    font-size: 16px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: none;
    margin-bottom: 10px;
}
.loginscreen .container .right form button:hover {
    background: #333;
}
.loginscreen .container .right form .lost {
    margin-top: 10px;
    color: #333;
}

.homeServices .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.homeServices .container .title h2 {
    color: #be1421;
    font-size: 36px;
    text-align: center;
    font-family: "ITC Avant Garde Pro Md";
    font-weight: 900;
}
.homeServices .container .title .text {
    font-size: 18px;
    color: #333;
    line-height: 24px;
    text-align: center;
    font-weight: 600;
    margin-top: 10px;
}
.homeServices .container ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.homeServices .container ul li {
    display: flex;
    width: calc(33.3333333333% - 10px);
    margin-bottom: 10px;
    justify-content: center;
}
.homeServices .container ul li a {
    display: flex;
    flex-direction: column;
    padding: 20px;
    background: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.07);
    color: #000;
}
.homeServices .container ul li a .first {
    font-size: 64px;
    color: #be1421;
    margin: 10px 0;
}
.homeServices .container ul li a h3 {
    font-size: 24px;
    font-weight: 800;
}
.homeServices .container ul li a .text {
    line-height: 24px;
    font-size: 14px;
    margin: 20px 0;
}
.homeServices .container ul li a .details {
    margin-top: auto;
    font-weight: 600;
}
.homeServices .container ul li a .details i {
    color: #be1421;
    margin-left: 5px;
}
.homeServices .container ul li a:hover .details {
    color: #be1421;
}
.homeServices .container .lastService {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    padding: 50px;
    margin: 10px 20px;
    margin-top: 50px;
    width: 100%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.07);
    background: url("/assets/img/service.jpg?v=5") no-repeat center center;
}
.homeServices .container .lastService h3 {
    color: #be1421;
    font-size: 36px;
    text-align: center;
    font-family: "ITC Avant Garde Pro Md";
    font-weight: 900;
}
.homeServices .container .lastService .text {
    line-height: 18px;
    font-size: 14px;
    margin: 20px 0;
    color: #fff;
    width: 50%;
    text-align: center;
}
.homeServices .container .lastService a {
    position: relative;
    color: #fff;
    font-size: 16px;
    padding: 20px 25px;
    font-weight: 500;
    border: 1px solid #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin-top: 20px;
}
.homeServices .container .lastService a:hover {
    border: 1px solid #be1421;
    background: #be1421;
}

.homeNews .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
}
.homeNews .container .title {
    margin-top: 30px;
    margin-bottom: 30px;
}
.homeNews .container .title h2 {
    color: #be1421;
    font-size: 36px;
    text-align: center;
    font-family: "ITC Avant Garde Pro Md";
    font-weight: 900;
}
.homeNews .container .title .text {
    font-size: 18px;
    color: #333;
    line-height: 24px;
    text-align: center;
    font-weight: 600;
    margin-top: 10px;
}
.homeNews .container .news {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.homeNews .container .news li {
    display: flex;
    width: calc(33.3333333333% - 10px);
    margin-bottom: 10px;
    justify-content: center;
}
.homeNews .container .news li a {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: 500px;
    background: #000;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    overflow: hidden;
}
.homeNews .container .news li a img {
    position: absolute;
    top: 0;
    left: 0;
    height: 500px;
    opacity: 0.75;
}
.homeNews .container .news li a .shadow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: black;
    background: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 69%);
}
.homeNews .container .news li a .content {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: #fff;
    padding: 30px;
    margin-top: auto;
    margin-bottom: 30px;
    transition: all 0.3s;
}
.homeNews .container .news li a .content .date {
    font-size: 12px;
    font-weight: 600;
}
.homeNews .container .news li a .content .date i {
    margin-right: 5px;
}
.homeNews .container .news li a .content h4 {
    font-weight: 600;
    font-size: 24px;
    margin: 10px 0;
}
.homeNews .container .news li a .content .text {
    line-height: 20px;
    font-size: 14px;
    margin: 20px 0;
    color: #fff;
}
.homeNews .container .news li a .content .details {
    margin-top: auto;
    font-weight: 600;
}
.homeNews .container .news li a .content .details i {
    color: #be1421;
    margin-left: 5px;
}
.homeNews .container .news li a .content:hover .details {
    color: #be1421;
}
.homeNews .container .news li:hover a .content {
    margin-bottom: 60px;
}
.homeNews .container a.detailbutton {
    position: relative;
    color: #fff;
    font-size: 16px;
    padding: 20px 25px;
    font-weight: 500;
    background: #be1421;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin-top: 20px;
}
.homeNews .container a.detailbutton:hover {
    background: #333;
}

.homeContact {
    background: url("/assets/img/contactbg.jpg?v=5") no-repeat top center;
}
.homeContact .container {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    padding: 150px 0;
}
.homeContact .container .left h4 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
}
.homeContact .container .left h4 span {
    display: inherit;
    color: #be1421;
    font-size: 30px;
    margin: 10px 0;
    font-weight: 900;
}
.homeContact .container .right form {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 100px 60px;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.14);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.14);
}
.homeContact .container .right form label {
    position: relative;
    margin: 10px 0;
}
.homeContact .container .right form label input {
    border: none;
    border-bottom: 2px solid #eee;
    padding: 10px 0;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
}
.homeContact .container .right form label i {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #be1421;
    font-size: 24px;
}
.homeContact .container .right form label textarea {
    border: none;
    border-bottom: 2px solid #eee;
    padding: 10px 0;
    width: 100%;
    height: 100px;
    font-size: 16px;
}
.homeContact .container .right form .checkbox .text {
    font-size: 14px;
    color: #636363;
    line-height: 20px;
}
.homeContact .container .right form .checkbox .text a {
    color: #000;
    text-decoration: underline;
}
.homeContact .container .right form button {
    padding: 20px 30px;
    margin-top: 10px;
    color: #fff;
    background: #be1421;
    font-size: 16px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: none;
    margin-bottom: 10px;
}
.homeContact .container .right form button:hover {
    background: #333;
}

.homePartners .container {
    display: flex;
    padding: 20px 0;
}
.homePartners .container ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}
.homePartners .container ul li {
    opacity: 0.5;
    transition: all 0.3s;
}
.homePartners .container ul li img {
    height: 40px;
    filter: grayscale(100%);
    transition: all 0.3s;
}
.homePartners .container ul li:hover {
    opacity: 1;
}
.homePartners .container ul li:hover img {
    filter: grayscale(0%);
}

footer {
    background: #f7f7f7;
    padding: 30px 0;
}
footer .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
footer .container .left {
    display: flex;
    flex-direction: column;
    max-width: 300px;
}
footer .container .left .footer-social-media {
    display: flex;
    flex-direction: row;
}
footer .container .left .footer-social-media .social-media {
    margin-right: 5px;
}
footer .container .left .footer-social-media .social-media a {
    background-color: #be1421;
    border-radius: 50%;
    width: 27px;
    height: 27px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
footer .container .left .footer-social-media .social-media a i {
    color: white;
    margin-top: 3px;
}
footer .container .left a#logo2 {
    display: flex;
    width: 188px;
    height: 40px;
    text-indent: -999999px;
    background: url("/assets/img/footlogo.svg?v=11") no-repeat center center;
    background-size: 188px 40px;
}
footer .container .left a#logo2 h1 {
    display: none;
}
footer .container .left .text {
    line-height: 18px;
    font-size: 12px;
    margin: 20px 0;
    color: #333;
}
footer .container .centerf {
    display: flex;
    flex-direction: row;
}
footer .container .centerf ul {
    display: flex;
    flex-direction: column;
    margin: 0 10px;
}
footer .container .centerf ul h5 {
    color: #929292;
    font-weight: 600;
    margin-bottom: 10px;
}
footer .container .centerf ul li {
    display: flex;
}
footer .container .centerf ul li a {
    color: #5f5f5f;
    font-weight: 400;
    padding: 5px 0;
    font-size: 12px;
}
footer .container .centerf ul li a:hover {
    color: #be1421;
}
footer .container .centerf ul.contact li {
    display: flex;
    flex-direction: row;
    margin: 5px 0;
}
footer .container .centerf ul.contact li i {
    width: 30px;
    color: #be1421;
    font-size: 18px;
}
footer .container .centerf ul.contact li p {
    font-weight: 400;
    font-size: 12px;
    color: #5f5f5f;
}
footer .container .right {
    display: flex;
    flex-direction: column;
    max-width: 300px;
    color: #5f5f5f;
}
footer .container .right h5 {
    color: #929292;
    font-weight: 600;
    margin-bottom: 10px;
}
footer .container .right p {
    font-size: 12px;
    line-height: 18px;
}
footer .container .right form {
    display: flex;
    flex-direction: column;
}
footer .container .right form .formd {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    border: 1px solid #000;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
footer .container .right form .formd input {
    padding: 10px;
    background: none;
    border: none;
    font-weight: 300;
    font-size: 12px;
    width: 100%;
}
footer .container .right form .formd button {
    padding: 10px 21px;
    color: #fff;
    background: #be1421;
    -webkit-border-top-right-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-topright: 30px;
    -moz-border-radius-bottomright: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border: none;
    margin-top: -1px;
    margin-bottom: -1px;
    margin-right: -1px;
}
footer .container .right form .formd button:hover {
    background: #333;
}
footer .container .right form .formd .fa-envelope {
    font-size: 24px;
    color: #be1421;
    padding: 10px 10px 10px 20px;
}
footer .container .right form .checkbox {
    margin-top: 10px;
}
footer .container .right form .checkbox .text {
    line-height: 18px;
}
footer .container .right form .checkbox a {
    color: #000;
    text-decoration: underline;
}
footer .bottom {
    text-align: center;
    color: #aaa;
    font-size: 12px;
}
footer .bottom a {
    text-decoration: underline;
    color: #aaa;
}

.subpage {
    padding-top: 128px;
    min-height: 500px;
}
.subpage .title h2 {
    color: #be1421;
    font-size: 36px;
    text-align: center;
    font-family: "ITC Avant Garde Pro Md";
    font-weight: 900;
}
.subpage .title .text {
    font-size: 18px;
    color: #333;
    line-height: 24px;
    text-align: center;
    font-weight: 600;
    margin-top: 10px;
}
.subpage .losungenTop {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20px;
}
.subpage .losungenTop .left, .subpage .losungenTop .right {
    width: calc(50% - 10px);
    padding: 50px;
    position: relative;
}
.subpage .losungenTop .left h3, .subpage .losungenTop .right h3 {
    font-size: 38px;
    font-family: "ITC Avant Garde Pro Md";
    margin-bottom: 20px;
}
.subpage .losungenTop .left .text, .subpage .losungenTop .right .text {
    line-height: 24px;
    font-size: 18px;
}
.subpage .losungenTop .left {
    color: #fff;
    border: 2px solid #be1421;
    background: #be1421;
}
.subpage .losungenTop .right {
    color: #be1421;
    border: 2px solid #be1421;
    background: #fff;
}
.subpage .losungenTop .losungenTopButton {
    position: absolute;
    bottom: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    left: 0;
    right: 0;
}
.subpage .losungenTop .losungenTopButton button.detailbutton {
    padding: 10px 30px;
    margin-top: 10px;
    color: #fff;
    background: #be1421;
    font-size: 16px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: none;
    margin-bottom: 10px;
}
.subpage .losungenTop .losungenTopButton button.detailbutton:hover {
    background: #333;
}
.subpage .losungenTop .losungenTopButton button.detailbutton2 {
    padding: 10px 30px;
    margin-top: 10px;
    color: #be1421;
    background: #fff;
    font-size: 16px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: none;
    margin-bottom: 10px;
}
.subpage .losungenTop .losungenTopButton button.detailbutton2:hover {
    background: #333;
    color: white;
}
.subpage .bigTitle {
    position: relative;
    height: 600px;
    overflow: hidden;
}
.subpage .bigTitle .shadow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: black;
    background: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 69%);
}
.subpage .bigTitle .incontent {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: relative;
    z-index: 3;
    width: 100%;
    height: 600px;
}
.subpage .bigTitle .incontent h1 {
    color: #fff;
    font-size: 36px;
    text-align: center;
    font-family: "ITC Avant Garde Pro Md";
    font-weight: 900;
}
.subpage .bigTitle .incontent p {
    width: 50%;
    font-size: 18px;
    color: #fff;
    margin-top: 10px;
    line-height: 24px;
    text-align: center;
}
.subpage .generalText {
    margin: 0 auto;
    width: 80%;
    font-size: 18px;
    line-height: 30px;
    padding: 50px 0;
}
.subpage .subServices {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-bottom: 20px;
}
.subpage .subServices li {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    width: calc(33.3333333333% - 10px);
    margin: 10px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.07);
    background: #fff;
    padding: 20px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.subpage .subServices li .img {
    width: 100%;
    height: 300px;
    overflow: hidden;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.subpage .subServices li h2 {
    font-family: "ITC Avant Garde Pro Md";
    color: #be1421;
    font-size: 24px;
    font-weight: 900;
    margin: 10px 0;
    text-align: center;
}
.subpage .subServices li .text {
    line-height: 24px;
    text-align: center;
    margin-bottom: 10px;
}
.subpage .subServices li a {
    position: relative;
    color: #fff;
    font-size: 16px;
    padding: 10px 25px;
    font-weight: 500;
    background: #be1421;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin-top: auto;
}
.subpage .subServices li a:hover {
    background: #333;
}
.subpage .advanges {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 20px;
}
.subpage .advanges li {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    width: calc(25% - 20px);
    margin: 10px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.07);
    background: #fff;
    padding: 20px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.subpage .advanges li h5 {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    margin: 10px 0;
    text-align: center;
    line-height: 18px;
}
.subpage .advanges li i {
    font-size: 48px;
    color: #be1421;
}
.subpage .downloads {
    display: flex;
    flex-direction: column;
}
.subpage .downloads h3 {
    font-family: "ITC Avant Garde Pro Md";
    color: #be1421;
    font-size: 24px;
    font-weight: 900;
    margin: 10px 0;
    padding: 10px 20px 10px 20px;
}
.subpage .downloads ul {
    display: flex;
    flex-direction: column;
}
.subpage .downloads ul li {
    display: flex;
    flex-direction: row;
    margin: 5px 5px;
}
.subpage .downloads ul li a {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    border: 2px solid #eee;
    padding: 10px 15px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #333;
    width: 100%;
}
.subpage .downloads ul li a p {
    font-size: 14px;
    font-weight: 600;
}
.subpage .downloads ul li a i {
    background: #be1421;
    padding: 10px;
    color: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin-left: 10px;
}
.subpage .downloads ul li a:hover i {
    background: #333;
}
.subpage .downloads ul li a:hover p {
    color: #be1421;
}
.subpage .fernwartungTop {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20px;
}
.subpage .fernwartungTop .left, .subpage .fernwartungTop .right {
    width: calc(50% - 10px);
    padding: 50px;
    border: 2px solid #eee;
}
.subpage .fernwartungTop .left h3, .subpage .fernwartungTop .right h3 {
    font-size: 24px;
    font-family: "ITC Avant Garde Pro Md";
    margin-top: 10px;
}
.subpage .fernwartungTop .left .text, .subpage .fernwartungTop .right .text {
    line-height: 24px;
    margin: 5px 0;
}
.subpage .fernwartungTop img {
    width: 50px;
}
.subpage .fernwartungTop .left {
    color: #be1421;
}
.subpage .fernwartungTop .right {
    color: #be1421;
}
.subpage .fernwartungTop ul {
    display: flex;
    flex-direction: row;
}
.subpage .fernwartungTop ul li {
    display: flex;
    margin-right: 5px;
}
.subpage .fernwartungTop ul li a {
    padding: 10px 20px;
    background: #333;
    color: #fff;
    font-weight: 600;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.subpage .kontaktcontent {
    display: flex;
    flex-direction: row;
    padding: 30px 0;
}
.subpage .kontaktcontent .kontakte {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    width: 50%;
}
.subpage .kontaktcontent .kontakte li {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    margin: 5px;
}
.subpage .kontaktcontent .kontakte li i {
    color: #be1421;
    background: #eee;
    padding: 20px;
    font-size: 18px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.subpage .kontaktcontent .kontakte li .left {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}
.subpage .kontaktcontent .kontakte li .left h3 {
    margin-bottom: 5px;
    font-weight: 600;
}
.subpage .kontaktcontent .kontakte li .left p {
    line-height: 18px;
    font-size: 14px;
    color: #555555;
    font-weight: 400;
}
.subpage .kontaktcontent .rightform form {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 100px 60px;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.14);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.14);
}
.subpage .kontaktcontent .rightform form label {
    position: relative;
    margin: 10px 0;
}
.subpage .kontaktcontent .rightform form label input {
    border: none;
    border-bottom: 2px solid #eee;
    padding: 10px 0;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
}
.subpage .kontaktcontent .rightform form label i {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #be1421;
    font-size: 24px;
}
.subpage .kontaktcontent .rightform form label textarea {
    border: none;
    border-bottom: 2px solid #eee;
    padding: 10px 0;
    width: 100%;
    height: 100px;
    font-weight: 300;
    font-size: 16px;
}
.subpage .kontaktcontent .rightform form .checkbox .text {
    font-size: 14px;
    color: #636363;
    line-height: 20px;
}
.subpage .kontaktcontent .rightform form .checkbox .text a {
    color: #000;
    text-decoration: underline;
}
.subpage .kontaktcontent .rightform form button {
    padding: 20px 30px;
    margin-top: 10px;
    color: #fff;
    background: #be1421;
    font-size: 16px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: none;
    margin-bottom: 10px;
}
.subpage .kontaktcontent .rightform form button:hover {
    background: #333;
}
.subpage .twocolumn {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 10px;
}
.subpage .twocolumn .left {
    width: 75%;
    line-height: 24px;
    font-size: 14px;
}
.subpage .twocolumn .left .title {
    font-weight: 900;
    font-size: 24px;
    margin-bottom: 20px;
    color: #be1421;
}
.subpage .twocolumn .left p {
    margin: 10px 0;
}
.subpage .twocolumn .left ul {
    list-style: disc;
    padding-left: 10px;
}
.subpage .twocolumn .left ol {
    list-style-type: decimal;
    padding-left: 15px;
}
.subpage .twocolumn .left img {
    max-width: 100%;
}
.subpage .twocolumn .left .products {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
}
.subpage .twocolumn .left .products li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding: 20px;
    border: 1px solid #eee;
    margin-bottom: 20px;
}
.subpage .twocolumn .left .products li .leftp {
    width: 30%;
}
.subpage .twocolumn .left .products li .rightp {
    width: calc(70% - 10px);
}
.subpage .twocolumn .left .products li .rightp .htitle {
    font-size: 18px;
    font-weight: 900;
}
.subpage .twocolumn .left .products li ul {
    list-style: disc;
    padding-left: 10px;
}
.subpage .twocolumn .left .products li ul li {
    display: block;
    border: none;
    padding: 0;
}
.subpage .twocolumn .left .certs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
}
.subpage .twocolumn .left .certs li {
    width: calc(20% - 10px);
    margin: 5px;
}
.subpage .twocolumn .left .certs li a {
    width: 100%;
    text-align: center;
    color: #000;
    font-weight: 600;
}
.subpage .twocolumn .left .certs li a .img {
    width: 100%;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.subpage .twocolumn .left .certs li a .img img {
    width: 100%;
}
.subpage .twocolumn .left .certs li a p {
    font-size: 12px;
}
.subpage .twocolumn .right {
    width: calc(25% - 10px);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.subpage .twocolumn .right h3 {
    font-weight: 900;
    color: #be1421;
    padding: 20px;
    font-size: 18px;
    border-bottom: 1px solid #eee;
}
.subpage .twocolumn .right ul {
    display: flex;
    flex-direction: column;
}
.subpage .twocolumn .right ul li {
    display: flex;
    width: 100%;
}
.subpage .twocolumn .right ul li a {
    width: 100%;
    padding: 20px;
    color: #aaa;
    border-bottom: 1px solid #eee;
}
.subpage .twocolumn .right ul li a:hover {
    color: #9c9c9c;
}
.subpage .twocolumn .right ul li:last-child a {
    border: none;
}

.contactNow {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    color: #fff;
    background: #be1421;
    z-index: 10;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.07);
}
.contactNow .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.contactNow .container p {
    line-height: 24px;
    font-weight: 600;
    color: #fff;
}
.contactNow .container form {
    display: flex;
    flex-direction: row;
}
.contactNow .container form input {
    margin-left: 10px;
    padding: 10px 20px;
    background: none;
    border: 1px solid #fff;
    font-weight: 300;
    color: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.contactNow .container form input::-webkit-input-placeholder {
    color: #fff;
}

.contactNow .container form input:-moz-placeholder {
    color: #fff;
}

.contactNow .container form input::-moz-placeholder {
    color: #fff;
}

.contactNow .container form input:-ms-input-placeholder {
    color: #fff;
}

.contactNow .container form button {
    display: flex;
    flex-direction: row;
    background: #fff;
    color: #be1421;
    margin-left: 10px;
    padding: 10px 20px;
    border: none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    align-items: center;
    justify-content: center;
}
.contactNow .container form button i {
    margin-left: 5px;
}
.contactNow .container form button:hover {
    color: #fff;
    background: #333;
}

#map {
    width: 100%;
    height: 400px;
}

/***********/
.pagination {
    float: left;
    width: 100%;
    margin-top: 20px;
    justify-content: center;
}
.pagination li {
    margin-left: 0;
    margin-right: 5px;
}
.pagination li a {
    width: 30px;
    text-align: center;
    padding: 6px 0;
    color: #000;
    border: 1px solid #000;
    font-weight: 600;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.pagination li a:hover {
    color: #fff;
    background: #be1421;
    border: 1px solid #be1421;
}
.pagination .active a {
    color: #fff !important;
    border: 1px solid #be1421 !important;
    background: #be1421 !important;
}
.pagination .active a:hover {
    background: #be1421 !important;
    color: #fff !important;
    border: 1px solid #be1421 !important;
}

/***********/
.hamburguermenucontent {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    position: relative;
    color: #fff;
    font-size: 14px;
    padding: 15px 15px;
    font-weight: 500;
    border: 1px solid #be1421;
    background: #be1421;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin-left: 5px;
    cursor: pointer;
}
.hamburguermenucontent .text {
    margin-left: 5px;
}
.hamburguermenucontent:hover {
    background: #252525;
    border: 1px solid #252525;
}

.full-menu {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    background: rgba(91, 91, 91, 0.9);
    z-index: -1;
    opacity: 0;
    transition: all 300ms ease-in;
}
.full-menu ul {
    display: flex;
    flex-direction: column;
}
.full-menu ul li {
    display: flex;
    width: 100%;
}
.full-menu ul li a {
    position: relative;
    width: 100%;
    font-size: 38px;
    font-family: "ITC Avant Garde Pro Md";
    font-weight: 900;
    color: #fff;
    padding: 15px 0;
    text-align: center;
}
.full-menu ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    height: 5px;
    width: 0px;
    background: #be1421;
    transition: width 0.3s;
}
.full-menu ul li a.active::before, .full-menu ul li a:hover::before {
    width: 100%;
}
.full-menu.active {
    transform: translateX(0%);
    opacity: 1;
    z-index: 20;
}
.full-menu #closemenu {
    position: absolute;
    top: 10px;
    right: 30px;
    color: #fff;
    font-size: 64px;
    background: none;
    border: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.full-menu #closemenu:hover {
    color: #be1421;
}

/** cookie politcy **/
#cookie-policy {
    position: fixed;
    z-index: 9999;
    padding: 20px;
    color: #b9b9b9;
    background: rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    right: 0;
    bottom: 0;
    max-width: 340px;
    margin: 30px 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-size: 14px;
    text-align: center;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

#cookie-policy > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    text-align: center;
    max-width: 1140px;
    margin: 0 auto;
}

#cookie-policy a {
    color: #fff;
    text-decoration: underline;
}

#cookie-policy p {
    text-align: center;
    margin: 0;
    line-height: 18px;
}

#cookiePolicyButton {
    display: inherit;
    padding: 10px;
    border: 1px solid #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
    text-decoration: none !important;
    font-weight: bold;
    margin-top: 10px;
}

#cookiePolicyButton:hover {
    color: #d0d0d0;
}

/***********/
.mobileMenu {
    display: none;
    position: relative;
    color: #be1421;
    background: transparent;
    font-size: 14px;
    padding: 10px;
    font-weight: 500;
    border: 1px solid #be1421;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.mobileMenu:hover {
    color: #252525;
    border: 1px solid #252525;
}

/* Menu Appearance */
.pushy {
    position: fixed;
    width: 240px;
    height: 100%;
    top: 0;
    z-index: 9999;
    background: #191918;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    /* enables momentum scrolling in iOS overflow elements */
}
.pushy li:last-child > a {
    border: none;
}

.pushy a {
    display: block;
    color: #b3b3b1;
    padding: 15px 30px;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    border-bottom: 1px solid #ac121e;
}

.pushy a:hover {
    color: #FFF;
}

.pushy ul:first-child {
    margin-top: 10px;
}

.pushy.pushy-left {
    left: 0;
}

.pushy.pushy-right {
    right: 0;
}

.pushy-content {
    position: relative;
    visibility: hidden;
}

/* Menu Movement */
.pushy-left {
    -webkit-transform: translate3d(-240px, 0, 0);
    -ms-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0);
}

.pushy-open-left #container,
.pushy-open-left .push {
    -webkit-transform: translate3d(240px, 0, 0);
    -ms-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0);
}

.pushy-right {
    -webkit-transform: translate3d(240px, 0, 0);
    -ms-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0);
}

.pushy-open-right #container,
.pushy-open-right .push {
    -webkit-transform: translate3d(-240px, 0, 0);
    -ms-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0);
}

.pushy-open-left .pushy,
.pushy-open-right .pushy {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.pushy-open-left .pushy-content,
.pushy-open-right .pushy-content {
    visibility: visible;
}

/* Menu Transitions */
#container,
.pushy,
.push {
    transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

.pushy-content {
    transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

/* Site Overlay */
.site-overlay {
    display: none;
}

.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-animation: fade 500ms;
    animation: fade 500ms;
}

@keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
/*! Pushy - v1.1.0 - 2017-1-30
* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
* https://github.com/christophery/pushy/
* by Christopher Yee */
/* Menu Appearance */
.pushy {
    position: fixed;
    width: 240px;
    height: 100%;
    top: 0;
    z-index: 9999;
    background: #be1421;
    overflow: auto;
    -webkit-overflow-scrolling: touch; /* enables momentum scrolling in iOS overflow elements */
}
.pushy a {
    display: block;
    color: #fff;
    padding: 15px 30px;
    text-decoration: none;
}
.pushy a:hover {
    color: #FFF;
}
.pushy ul:first-child {
    margin-top: 10px;
}
.pushy.pushy-left {
    left: 0;
}
.pushy.pushy-right {
    right: 0;
}

.pushy-content {
    visibility: hidden;
}

/* Menu Movement */
.pushy-left {
    -webkit-transform: translate3d(-240px, 0, 0);
    -ms-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0);
}

.pushy-open-left #container,
.pushy-open-left .push {
    -webkit-transform: translate3d(240px, 0, 0);
    -ms-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0);
}

.pushy-right {
    -webkit-transform: translate3d(240px, 0, 0);
    -ms-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0);
}

.pushy-open-right #container,
.pushy-open-right .push {
    -webkit-transform: translate3d(-240px, 0, 0);
    -ms-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0);
}

.pushy-open-left .pushy,
.pushy-open-right .pushy {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.pushy-open-left .pushy-content,
.pushy-open-right .pushy-content {
    visibility: visible;
}

/* Menu Transitions */
#container,
.pushy,
.push {
    transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

.pushy-content {
    transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

/* Site Overlay */
.site-overlay {
    display: none;
}

.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-animation: fade 500ms;
    animation: fade 500ms;
}

@keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
/* Submenu Appearance */
.pushy-submenu {
    /* Submenu Buttons */
    /* Submenu Icon */
}
.pushy-submenu ul {
    padding-left: 15px;
    transition: max-height 0.2s ease-in-out, visibility 0.2s ease-in-out;
    background: #ac121e;
}
.pushy-submenu ul .pushy-link {
    transition: opacity 0.2s ease-in-out;
}
.pushy-submenu ul li a {
    font-size: 12px;
    border-bottom: 1px solid #be1421;
}
.pushy-submenu button {
    width: 100%;
    color: #fff;
    padding: 15px 30px;
    text-align: center;
    background: transparent;
    border: 0;
    font-weight: 600;
    border-bottom: 1px solid #ac121e;
}
.pushy-submenu button:hover {
    color: #FFF;
}
.pushy-submenu > a,
.pushy-submenu > button {
    position: relative;
}
.pushy-submenu > a::after,
.pushy-submenu > button::after {
    content: "";
    display: block;
    height: 16px;
    width: 16px;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: transform 0.2s;
}

/* Submenu Movement */
.pushy-submenu-closed ul {
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    padding: 0;
}
.pushy-submenu-closed .pushy-link {
    opacity: 0;
}

.pushy-submenu-open {
    background: #be1421;
    /* Submenu Icon */
}
.pushy-submenu-open ul {
    max-height: 1000px;
    visibility: visible;
    padding: 0;
}
.pushy-submenu-open .pushy-link {
    opacity: 1;
}
.pushy-submenu-open a::after,
.pushy-submenu-open button::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}

.pushy ul.socials {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
}
.pushy ul.socials h3 {
    width: 100%;
    padding: 10px;
    color: #fff;
    font-weight: 600;
}
.pushy ul.socials li {
    float: left;
    width: 50%;
}
.pushy ul.socials li a {
    margin: 10px !important;
    text-transform: uppercase;
    background: #e41200;
}
.pushy ul.socials li a.active {
    background: #fff;
    color: #e41200;
}

.fancybox-slide > * {
    background-color: transparent !important;
}

.fancybox-close-small:after {
    color: white;
}

#cookie-block {
    flex-direction: column;
    justify-content: flex-end;
    align-content: flex-end;
    align-items: flex-end;
    padding: 0 !important;
}
.modal-backdrop {

}
#cookie-block .modal-dialog {
    margin: 0;
    max-width: 100%;
    width: 100%;
}
#cookie-block .modal-dialog .modal-content {
    max-height: 80vh;
    overflow: auto;
}
#cookie-block .modal-dialog .cookie-main .btn-cookie {
    position: relative;
    color: #fff;
    font-size: 16px;
    padding: 15px 10px;
    font-weight: 500;
    background: #be1421;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 10px;
    width: 100%;
    text-align: center;
}
#cookie-block .modal-dialog .cookie-main .btn-cookie:hover {
    background: #333;
}
#cookie-block .modal-dialog .cookie-main .cookie-left {
    width: 70%;
    padding-right: 20px;
}
#cookie-block .modal-dialog .cookie-main .cookie-left .cookie-left-title {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    align-content: center;
    margin-bottom: 24px;
}
#cookie-block .modal-dialog .cookie-main .cookie-left .cookie-left-title img {
    width: 30px;
    border-radius: 10px;
}
#cookie-block .modal-dialog .cookie-main .cookie-left .cookie-left-title h1 {
    font-size: 22px;
    margin-left: 10px;
}
#cookie-block .modal-dialog .cookie-main .cookie-left p {
    font-size: 13px;
    color: #666666;
    margin-top: 10px;
    line-height: 15px;
}
#cookie-block .modal-dialog .cookie-main .cookie-left .cookie-checkbox {
    margin-top: 14px;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    align-content: center;
}
#cookie-block .modal-dialog .cookie-main .cookie-left .cookie-checkbox .cr {
    margin-right: 4px !important;
}
#cookie-block .modal-dialog .cookie-main .cookie-left .cookie-checkbox .checkbox label input[type=checkbox]:disabled + .cr, #cookie-block .modal-dialog .cookie-main .cookie-left .cookie-checkbox .radio label input[type=radio]:disabled + .cr {
    background: rgba(190, 20, 33, 0.5294117647);
    border-color: #be1421;
}
#cookie-block .modal-dialog .cookie-main .cookie-left .cookie-checkbox .text {
    font-size: 14px;
}
#cookie-block .modal-dialog .cookie-main .cookie-left .cookie-checkbox i {
    color: #be1421;
    margin-left: -2px;
    margin-top: 1px;
}
#cookie-block .modal-dialog .cookie-main .cookie-right {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-contents: center;
}
#cookie-block .modal-dialog .cookie-main .cookie-right ul {
    margin-top: 6px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}
#cookie-block .modal-dialog .cookie-main .cookie-right ul li {
    color: #5f5f5f;
}
#cookie-block .modal-dialog .cookie-main .cookie-right ul li a {
    color: #5f5f5f;
    font-weight: 400;
    padding: 5px 0;
    font-size: 12px;
}
#cookie-block .modal-dialog .cookie-main .cookie-right ul li a:hover {
    color: #be1421;
}
#cookie-block .modal-dialog .cookie-main .cookie-content .cookie-left-title {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    align-content: center;
    margin-bottom: 24px;
}
#cookie-block .modal-dialog .cookie-main .cookie-content .cookie-left-title img {
    width: 30px;
    border-radius: 10px;
}
#cookie-block .modal-dialog .cookie-main .cookie-content .cookie-left-title h1 {
    font-size: 22px;
    margin-left: 10px;
}
#cookie-block .modal-dialog .cookie-main .cookie-content p {
    font-size: 13px;
    color: #666666;
    margin-top: 10px;
    line-height: 15px;
}
#cookie-block .modal-dialog .cookie-main .cookie-content .cookie-btn-main {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    margin-top: 15px;
}
#cookie-block .modal-dialog .cookie-main .cookie-content .cookie-btn-main > div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
}
#cookie-block .modal-dialog .cookie-main .cookie-content .cookie-btn-main > div .btn-cookie {
    width: fit-content;
    margin-top: 0;
    padding: 15px 24px;
    margin-right: 10px;
}
#cookie-block .modal-dialog .cookie-main .cookie-content .cookie-btn-main > div .btn-cookie:last-child {
    margin-right: 0;
}
#cookie-block .modal-dialog .cookie-main .cookie-content .cookie-btn-main .cookie-back-btn {
    color: #666666;
    font-size: 13px;
}
#cookie-block .modal-dialog .cookie-main .cookie-content .cookie-detail {
    background-color: #f7f7f7;
    padding: 20px;
    border-radius: 5px;
}
#cookie-block .modal-dialog .cookie-main .cookie-content .cookie-detail .cookie-detail-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}
#cookie-block .modal-dialog .cookie-main .cookie-content .cookie-detail .cookie-detail-center a {
    margin-top: 10px;
    display: flex;
    width: fit-content;
}
#cookie-block .modal-dialog .cookie-main .cookie-content .cookie-detail table {
    margin-top: 10px;
    width: 100%;
    background-color: #fff;
    border-radius: 0px;
    color: #555;
}
#cookie-block .modal-dialog .cookie-main .cookie-content .cookie-detail table tr td {
    padding: 6px;
    background-color: #fff;
    font-size: 12px;
    border: 1px solid #eee;
    line-height: 15px;
}
#cookie-block .modal-dialog .cookie-main .cookie-content .cookie-detail table tr td:first-child {
    width: 134px;
}
#cookie-block .modal-dialog .cookie-main .cookie-content .cookie-detail table tr td:last-child {
    width: calc(100% - 134px);
    word-break: break-word;
}
#cookie-block .modal-dialog .cookie-main .cookie-content .cookie-detail .checkbox {
    margin-top: 4px;
}
#cookie-block .modal-dialog .cookie-main .cookie-content .cookie-detail .checkbox i {
    color: #be1421;
    margin-left: -1px;
}
#cookie-block .modal-dialog .cookie-main .cookie-content .cookie-detail a {
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    display: inline-block;
    word-wrap: break-word;
}

.select-image {
    display: flex;
    align-items: start;
    justify-content: start;
}
.select-image label {
    background-color: transparent;
    color: rgba(0, 0, 0, 0.77);
    padding: 5px 0;
    cursor: pointer;
    border-radius: 4px;
    transition: 0.4s all;
    font-family: "Mulish", sans-serif;
}
.select-image label:hover {
    transform: scale(1.05);
}
.select-image input {
    opacity: 0;
    display: none;
    visibility: hidden;
}

.iframe-main-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.iframe-main-content h2 {
    color: #be1421;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.iframe-main {
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.07);
    border: 1px solid rgba(190, 20, 33, 0.56);
    padding: 0 !important;
    overflow: hidden;
}
.iframe-main img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.iframe-position-absolute {
    background-color: #be1421;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 50px;
    width: 100%;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.iframe-position-absolute p {
    color: #ffffff;
    font-size: 20px;
}
.iframe-position-absolute i {
    color: #ffffff;
    font-size: 18px;
    margin-left: 5px;
}

.new-services-item {
    position: relative;
}
.new-services-item .new-services-position-main {
    position: absolute;
    width: 100%;
    top: -35px;
    left: 32px;
    display: flex;
    flex-direction: row;
}
.new-services-item .new-services-position-main .new-services-position-content {
    width: 70px;
    height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #be1421;
    animation: dondurme 2s linear;
}
.new-services-item .new-services-position-main .new-services-position-content img {
    width: 44px;
    height: 44px;
}
.new-services-item > a {
    box-shadow: 0px 1px 5px 0px rgba(190, 20, 33, 0.07) !important;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(190, 20, 33, 0.07) !important;
}
.new-services-item .text {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@keyframes dondurme {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
[class^=swiper-button-] {
    transition: all 0.3s ease;
}

.swiper-slide {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.swiper-container {
    width: 80%;
    height: 65vh;
    float: left;
    transition: opacity 0.6s ease, transform 0.3s ease;
}
.swiper-container.nav-slider {
    width: 20%;
    padding-left: 5px;
}
.swiper-container.nav-slider .swiper-slide {
    cursor: pointer;
    opacity: 0.4;
    transition: opacity 0.3s ease;
}
.swiper-container.nav-slider .swiper-slide.swiper-slide-active {
    opacity: 1;
}
.swiper-container.nav-slider .swiper-slide .content {
    width: 100%;
}
.swiper-container.nav-slider .swiper-slide .content .title {
    font-size: 20px;
}
.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}
.swiper-container.loading {
    opacity: 0;
    visibility: hidden;
}

.swiper-slide {
    overflow: hidden;
}
.swiper-slide .slide-bgimg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}
.swiper-slide .entity-img {
    display: none;
}
.swiper-slide .content {
    position: absolute;
    top: 40%;
    left: 0;
    width: 50%;
    padding-left: 5%;
    color: #fff;
}
.swiper-slide .content .title {
    font-size: 2.6em;
    font-weight: bold;
    margin-bottom: 30px;
    color: #be1421;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 15px;
    width: fit-content;
}
.swiper-slide .content .caption {
    display: block;
    font-size: 16px;
    line-height: 1.4;
    font-weight: bold;
    transform: translateX(50px);
    opacity: 0;
    transition: opacity 0.4s ease, transform 0.7s ease;
    color: #be1421;
    padding: 15px;
    width: fit-content;
    background-color: rgba(255, 255, 255, 0.7);
}
.swiper-slide .content .caption.show {
    transform: translateX(0);
    opacity: 1;
}

[class^=swiper-button-] {
    width: 44px;
    opacity: 0;
    visibility: hidden;
}

.swiper-button-prev {
    transform: translateX(50px);
}

.swiper-button-next {
    transform: translateX(-50px);
}

@media only screen and (max-width : 768px) {
    .swiper-slide .content {
        top: 10%;
        width: 80%;
    }
    .swiper-slide .content .title {
        font-size: 2em;
    }
    .fnc-slide__heading-line:nth-child(1) {
        font-size: 30px !important;
    }
    .fnc-slide__heading-line:nth-child(2) {
        font-size: 18px !important;
        padding-left: 0 !important;
    }
    #fly-in {
        font-size: 18px !important;
    }
    #fly-in span {
        font-size: 16px !important;
    }
    .mobileMenu {
        display: block;
    }
    header .bottom .container .menu {
        display: none;
    }
    header .top .container .logins li a {
        font-size: 10px;
    }
    header .bottom .container a#logo {
        width: 150px;
        height: 32px;
        background: url("/assets/img/logo.svg?v=11") no-repeat;
        background-size: 150px 32px;
        margin-right: 10px;
    }
    header .bottom .container .langs button {
        padding: 10px;
    }
    header .bottom .container {
        padding: 20px 10px;
        align-items: center;
    }
    .home {
        margin-top: 100px;
        background: url("/assets/img/homebgmenu.jpg?v=5") no-repeat center center;
    }
    .home .container h1 {
        text-align: center;
        font-size: 36px;
    }
    .home .container h2 {
        font-size: 36px;
    }
    .home .mouse {
        display: none;
    }
    .home .container h2 {
        min-height: 150px;
    }
    .homeNews .container .news,
    .homeServices .container ul {
        flex-direction: column;
        width: 100%;
    }
    .homeNews .container .news li,
    .homeServices .container ul li {
        width: calc(100% - 20px);
        margin: 10px;
    }
    .homeServicesNew .container ul li {
        margin-top: 30px;
    }
    .homeServicesNew .container ul li:first-child {
        margin-top: 0;
    }
    .homeContact .container {
        flex-direction: column;
    }
    .homeContact .container .right,
    .homeContact .container .left {
        width: 100%;
    }
    .homePartners {
        display: none;
    }
    footer .container {
        flex-direction: column;
        padding: 20px;
    }
    footer .container .centerf {
        display: none;
    }
    .loginscreen .container {
        flex-direction: column;
    }
    .loginscreen .container .left {
        width: 100%;
    }
    .loginscreen .container .right {
        width: calc(100% - 20px);
        margin: 10px;
    }
    .loginscreen {
        margin-top: 100px;
    }
    .loginscreen .container .left {
        text-align: center;
        margin: 20px 0;
    }
    .subpage .fernwartungTop {
        flex-direction: column;
    }
    .subpage .fernwartungTop .left, .subpage .fernwartungTop .right {
        width: calc(100% - 10px);
    }
    .subpage .losungenTop {
        flex-direction: column;
    }
    .subpage .losungenTop .left, .subpage .losungenTop .right {
        width: calc(100% - 20px);
        margin: 10px;
    }
    .subpage .title {
        padding: 10px;
    }
    .subpage .title h2 {
        font-size: 24px;
    }
    .subpage .title .text {
        font-size: 18px;
    }
    .subpage .losungenTop .left h3, .subpage .losungenTop .right h3 {
        font-size: 24px;
    }
    .subpage .bigTitle .incontent p {
        width: 100%;
    }
    .subpage .bigTitle .incontent {
        padding: 20px;
    }
    .subpage .bigTitle .incontent h1 {
        font-size: 24px;
    }
    .contactNow .container {
        flex-direction: column;
    }
    .contactNow .container form {
        flex-direction: column;
        margin-top: 20px;
    }
    .contactNow .container form input {
        margin: 5px 0;
    }
    .subpage .subServices {
        flex-direction: column;
    }
    .subpage .subServices li {
        width: calc(100% - 20px);
        margin: 10px;
    }
    .subpage .bigTitle .incontent {
        height: 300px;
    }
    .subpage .twocolumn .right {
        display: none;
    }
    .subpage .twocolumn .left {
        width: calc(100% - 40px);
        margin: 20px;
    }
    .subpage .twocolumn .left .title {
        padding: 10px 0;
    }
    .subpage .twocolumn .left .products li {
        flex-direction: column;
    }
    .subpage .twocolumn .left .products li .rightp,
    .subpage .twocolumn .left .products li .leftp {
        width: 100%;
    }
    .subpage .kontaktcontent {
        flex-direction: column;
    }
    .subpage .kontaktcontent .kontakte {
        width: 100%;
    }
}
:focus, *:hover {
    outline: none !important;
}

.fancybox-button svg {
    background: white;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.spinner {
    animation: rotator 1.4s linear infinite;
}

@keyframes rotator {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(270deg);
    }
}
.path {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    transform-origin: center;
    animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}

@keyframes colors {
    0% {
        stroke: white;
    }
    25% {
        stroke: white;
    }
    50% {
        stroke: white;
    }
    75% {
        stroke: white;
    }
    100% {
        stroke: white;
    }
}
@keyframes dash {
    0% {
        stroke-dashoffset: 187;
    }
    50% {
        stroke-dashoffset: 46.75;
        transform: rotate(135deg);
    }
    100% {
        stroke-dashoffset: 187;
        transform: rotate(450deg);
    }
}
.playVideo {
    margin-top: 30px;
    position: relative;
    animation-iteration-count: infinite;
}
.playVideo:hover {
    cursor: pointer;
}

.playVideoBtn {
    color: white;
    position: absolute;
    top: 28%;
    bottom: 0;
    left: 38%;
    font-size: 25px;
}

@-webkit-keyframes rainbow {
    0% {
        color: #be1421;
    }
    25% {
        color: white;
    }
    50% {
        color: #be1421;
    }
    75% {
        color: white;
    }
    100% {
        color: #be1421;
    }
}
@media only screen and (max-width: 992px) {
    header .bottom .container .menu li a {
        font-size: 13px;
    }
}
@media only screen and (max-width: 768px) {
    pre {
        white-space: pre-wrap; /* Boşlukları koruyarak, otomatik satır kesme */
        overflow-x: hidden; /* Yatay kaydırmayı kapat */
        overflow-y: auto; /* Dikey kaydırmayı otomatik olarak ekle (eğer gerekirse) */
    }
    .swiper-container.nav-slider .swiper-slide .content {
        top: 5%;
        display: none;
    }
    .swiper-container.nav-slider .swiper-slide .content .title {
        font-size: 16px;
    }
    #cookie-block .modal-dialog .modal-content {
        max-height: 60vh;
        overflow: auto;
    }
    #cookie-block .modal-dialog .modal-content .cookie-main {
        display: flex;
        flex-direction: column;
    }
    #cookie-block .modal-dialog .modal-content .cookie-main .cookie-left {
        width: 100%;
        padding-left: 0;
    }
    #cookie-block .modal-dialog .modal-content .cookie-main .cookie-right {
        margin-top: 15px;
        width: 100%;
    }
    #cookie-block .modal-dialog .cookie-main .cookie-content .cookie-btn-main {
        flex-direction: column;
    }
    #cookie-block .modal-dialog .cookie-main .cookie-content .cookie-btn-main .cookie-back-btn {
        margin-top: 10px;
    }
    #cookie-block .modal-dialog .cookie-main .cookie-content .cookie-btn-main > div {
        flex-wrap: wrap;
    }
    #cookie-block .modal-dialog .cookie-main .cookie-content .cookie-btn-main > div .btn-cookie {
        margin-top: 10px !important;
        margin-right: unset !important;
        width: 100%;
    }
}
@media only screen and (max-width: 460px) {
    header .top .container .logins .social-media:first-child {
        margin-right: 10px;
    }
    header .top .container .logins .social-media a {
        width: 21px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    header .top .container .logins .social-media a i {
        margin-top: -2px;
    }
    #cookie-block .modal-dialog .cookie-main .cookie-left .cookie-left-title {
        margin-bottom: 11px;
    }
    #cookie-block .modal-dialog .cookie-main .cookie-left .cookie-left-title h1 {
        font-size: 16px;
        margin-left: 10px;
    }
    #cookie-block .modal-dialog .cookie-main .cookie-content .cookie-detail table tr td {
        width: 50% !important;
    }
    .swiper-slide .content {
        top: 5%;
        width: 95%;
    }
    .swiper-slide .content .title {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .swiper-slide .content .caption {
        font-size: 14px;
    }
}
.fnc {
    /* you can add color names and their values here
    and then simply add classes like .m--blend-$colorName to .fnc-slide
    to apply specific color for mask blend mode */
}
.fnc-slider {
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    height: 70vh;
}
.fnc-slider *, .fnc-slider *:before, .fnc-slider *:after {
    box-sizing: border-box;
}
.fnc-slider__slides {
    position: relative;
    height: 100%;
    transition: transform 1s 0.6666666667s;
}
.fnc-slider .m--blend-red .fnc-slide__inner {
    background-color: #be1421;
}
.fnc-slider .m--blend-red .fnc-slide__mask-inner {
    background-color: #be1421;
}
.fnc-slider .m--navbg-red {
    background-color: #be1421;
}
.fnc-slide {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: translate3d(0, 0, 0);
}
.fnc-slide.m--before-sliding {
    z-index: 2 !important;
    transform: translate3d(100%, 0, 0);
}
.fnc-slide.m--active-slide {
    z-index: 1;
    transition: transform 1s 0.6666666667s ease-in-out;
    transform: translate3d(0, 0, 0);
}
.fnc-slide__inner {
    position: relative;
    height: 100%;
    background-size: cover;
    background-position: center top;
    transform: translate3d(0, 0, 0);
}
.m--global-blending-active .fnc-slide__inner, .m--blend-bg-active .fnc-slide__inner {
    background-blend-mode: luminosity;
}
.m--before-sliding .fnc-slide__inner {
    transform: translate3d(-100%, 0, 0);
}
.m--active-slide .fnc-slide__inner {
    transition: transform 1s 0.6666666667s ease-in-out;
    transform: translate3d(0, 0, 0);
}
.fnc-slide__mask {
    overflow: hidden;
    z-index: 1;
    position: absolute;
    right: 60%;
    top: 15%;
    width: 22.5vh;
    height: 30vh;
    margin-right: -90px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0, 6vh 0, 6vh 61vh, 44vh 61vh, 44vh 6vh, 6vh 6vh);
    transform-origin: 50% 0;
    transition-timing-function: ease-in-out;
}
.m--before-sliding .fnc-slide__mask {
    transform: rotate(-10deg) translate3d(200px, 0, 0);
    opacity: 0;
}
.m--active-slide .fnc-slide__mask {
    transition: transform 0.7s 1.2222222222s, opacity 0.35s 1.2222222222s;
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
.m--previous-slide .fnc-slide__mask {
    transition: transform 0.7s 0.3333333333s, opacity 0.35s 0.6833333333s;
    transform: rotate(10deg) translate3d(-200px, 0, 0);
    opacity: 0;
}
.fnc-slide__mask-inner {
    z-index: -1;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100vw;
    height: 70vh;
    margin-left: -50vw;
    margin-top: -50vh;
    background-size: cover;
    background-position: center center;
    background-blend-mode: luminosity;
    transform-origin: 50% 20vh;
    transition-timing-function: ease-in-out;
}
.m--before-sliding .fnc-slide__mask-inner {
    transform: translateY(0) rotate(10deg) translateX(-200px) translateZ(0);
}
.m--active-slide .fnc-slide__mask-inner {
    transition: transform 0.7s 1.2222222222s;
    transform: translateX(0);
}
.m--previous-slide .fnc-slide__mask-inner {
    transition: transform 0.7s 0.3333333333s;
    transform: translateY(0) rotate(-10deg) translateX(200px) translateZ(0);
}
.fnc-slide__content {
    z-index: 2;
    position: absolute;
    left: 15%;
    top: 35%;
}
.fnc-slide__heading {
    margin-bottom: 10px;
    text-transform: uppercase;
}
.fnc-slide__heading-line {
    overflow: hidden;
    position: relative;
    padding-right: 20px;
    font-size: 50px;
    color: #fff;
    word-spacing: 10px;
}
.fnc-slide__heading-line:nth-child(2) {
    padding-left: 30px;
    padding-top: 30px;
    font-size: 33.3333333333px;
}
.m--before-sliding .fnc-slide__heading-line {
    transform: translateY(100%);
}
.m--active-slide .fnc-slide__heading-line {
    transition: transform 1.5s 1s;
    transform: translateY(0);
}
.m--previous-slide .fnc-slide__heading-line {
    transition: transform 1.5s;
    transform: translateY(-100%);
}
.fnc-slide__heading-line span {
    display: block;
}
.m--before-sliding .fnc-slide__heading-line span {
    transform: translateY(-100%);
}
.m--active-slide .fnc-slide__heading-line span {
    transition: transform 1.5s 1s;
    transform: translateY(0);
}
.m--previous-slide .fnc-slide__heading-line span {
    transition: transform 1.5s;
    transform: translateY(100%);
}
.fnc-slide__action-btn {
    position: relative;
    margin-left: 200px;
    padding: 5px 15px;
    font-size: 20px;
    line-height: 1;
    color: transparent;
    border: none;
    text-transform: uppercase;
    background: transparent;
    cursor: pointer;
    text-align: center;
    outline: none;
}
.fnc-slide__action-btn span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    perspective: 1000px;
    transform-style: preserve-3d;
    transition: transform 0.3s;
    transform-origin: 50% 0;
    line-height: 30px;
    color: #fff;
}
.fnc-slide__action-btn span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    border-top: none;
    border-bottom: none;
}
.fnc-slide__action-btn span:after {
    content: attr(data-text);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 30px;
    background: #1F2833;
    opacity: 0;
    transform-origin: 50% 0;
    transform: translateY(100%) rotateX(-90deg);
    transition: opacity 0.15s 0.15s;
}
.fnc-slide__action-btn:hover span {
    transform: rotateX(90deg);
}
.fnc-slide__action-btn:hover span:after {
    opacity: 1;
    transition: opacity 0.15s;
}
.fnc-nav {
    z-index: 5;
    position: absolute;
    right: 0;
    bottom: 0;
}
.fnc-nav__bgs {
    z-index: -1;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.fnc-nav__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.fnc-nav__bg.m--nav-bg-before {
    z-index: 2 !important;
    transform: translateX(100%);
}
.fnc-nav__bg.m--active-nav-bg {
    z-index: 1;
    transition: transform 1s 0.6666666667s;
    transform: translateX(0);
}
.fnc-nav__controls {
    font-size: 0;
}
.fnc-nav__control {
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 150px;
    height: 50px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    transition: background-color 0.5s;
}
.fnc-nav__control.m--active-control {
    background: #1F2833;
}
.fnc-nav__control-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    transform-origin: 0 50%;
    transform: scaleX(0);
    transition-timing-function: linear !important;
}
.m--with-autosliding .m--active-control .fnc-nav__control-progress {
    transform: scaleX(1);
}
.m--prev-control .fnc-nav__control-progress {
    transform: translateX(100%);
    transition: transform 0.5s !important;
}
.m--reset-progress .fnc-nav__control-progress {
    transform: scaleX(0);
    transition: transform 0s 0s !important;
}
.m--autosliding-blocked .fnc-nav__control-progress {
    transition: all 0s 0s !important;
    transform: scaleX(0) !important;
}

/* NOT PART OF COMMON SLIDER STYLES */
body {
    margin: 0;
}

.demo-cont {
    overflow: hidden;
    position: relative;
    height: 70vh;
    perspective: 1500px;
    background: #000;
}
.demo-cont__credits {
    box-sizing: border-box;
    overflow-y: auto;
    z-index: 1;
    position: absolute;
    right: 0;
    top: 0;
    width: 400px;
    height: 100%;
    padding: 20px 10px 30px;
    background: #303030;
    font-family: "ITC Avant Garde Pro Bk";
    color: #fff;
    text-align: center;
    transition: transform 0.7s;
    transform: translate3d(100%, 0, 0) rotateY(-45deg);
    will-change: transform;
}
.credits-active .demo-cont__credits {
    transition: transform 0.7s 0.2333333333s;
    transform: translate3d(0, 0, 0);
}
.demo-cont__credits *, .demo-cont__credits *:before, .demo-cont__credits *:after {
    box-sizing: border-box;
}
.demo-cont__credits-close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 28px;
    height: 28px;
    cursor: pointer;
}
.demo-cont__credits-close:before, .demo-cont__credits-close:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    margin-top: -1px;
    background: #fff;
}
.demo-cont__credits-close:before {
    transform: rotate(45deg);
}
.demo-cont__credits-close:after {
    transform: rotate(-45deg);
}
.demo-cont__credits-heading {
    text-transform: uppercase;
    font-size: 40px;
    margin-bottom: 20px;
}
.demo-cont__credits-img {
    display: block;
    width: 60%;
    margin: 0 auto 30px;
    border-radius: 10px;
}
.demo-cont__credits-name {
    margin-bottom: 20px;
    font-size: 30px;
}
.demo-cont__credits-link {
    display: block;
    margin-bottom: 10px;
    font-size: 24px;
    color: #fff;
}
.demo-cont__credits-blend {
    font-size: 30px;
    margin-bottom: 10px;
}

.example-slider {
    z-index: 2;
    transform: translate3d(0, 0, 0);
    transition: transform 0.7s;
}
.credits-active .example-slider {
    transform: translate3d(-400px, 0, 0) rotateY(10deg) scale(0.9);
}
.example-slider .fnc-slide-3 .fnc-slide__inner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
}
.example-slider .fnc-slide-4 .fnc-slide__inner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}
.example-slider .fnc-slide__heading,
.example-slider .fnc-slide__action-btn,
.example-slider .fnc-nav__control {
    font-family: "ITC Avant Garde Pro Bk";
}

/* COLORFUL SWITCH STYLES
   ORIGINAL DEMO - https://codepen.io/suez/pen/WQjwOb */
.colorful-switch {
    position: relative;
    width: 180px;
    height: 77.1428571429px;
    margin: 0 auto;
    border-radius: 32.1428571429px;
    background: #cfcfcf;
}
.colorful-switch:before {
    content: "";
    z-index: -1;
    position: absolute;
    left: -5px;
    top: -5px;
    width: 190px;
    height: 87.1428571429px;
    border-radius: 37.1428571429px;
    background: #314239;
    transition: background-color 0.3s;
}
.colorful-switch:hover:before {
    background: #4C735F;
}
.colorful-switch__checkbox {
    z-index: -10;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.colorful-switch__label {
    z-index: 1;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 32.1428571429px;
    cursor: pointer;
}
.colorful-switch__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 540px;
    height: 100%;
    background: linear-gradient(90deg, #14DCD6 0, #10E7BD 180px, #EF9C29 360px, #E76339 100%);
    transition: transform 0.5s;
    transform: translate3d(-360px, 0, 0);
}
.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__bg {
    transform: translate3d(0, 0, 0);
}
.colorful-switch__dot {
    position: absolute;
    left: 131.1428571429px;
    top: 50%;
    width: 5.1428571429px;
    height: 5.1428571429px;
    margin-left: -2.5714285714px;
    margin-top: -2.5714285714px;
    border-radius: 50%;
    background: #fff;
    transition: transform 0.5s;
    transform: translate3d(0, 0, 0);
}
.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__dot {
    transform: translate3d(-80.3571428571px, 0, 0);
}
.colorful-switch__on {
    position: absolute;
    left: 104.1428571429px;
    top: 22.5px;
    width: 19.2857142857px;
    height: 36px;
    transition: transform 0.5s;
    transform: translate3d(0, 0, 0);
}
.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__on {
    transform: translate3d(-80.3571428571px, 0, 0);
}
.colorful-switch__on__inner {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: transform 0.25s 0s cubic-bezier(0.52, -0.96, 0.51, 1.28);
    transform-origin: 100% 50%;
    transform: rotate(45deg) scale(0) translateZ(0);
}
.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__on__inner {
    transition: transform 0.25s 0.25s cubic-bezier(0.67, -0.16, 0.47, 1.61);
    transform: rotate(45deg) scale(1) translateZ(0);
}
.colorful-switch__on__inner:before, .colorful-switch__on__inner:after {
    content: "";
    position: absolute;
    border-radius: 2.5714285714px;
    background: #fff;
}
.colorful-switch__on__inner:before {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6.1428571429px;
}
.colorful-switch__on__inner:after {
    right: 0;
    top: 0;
    width: 6.1428571429px;
    height: 100%;
}
.colorful-switch__off {
    position: absolute;
    left: 131.1428571429px;
    top: 50%;
    width: 41.1428571429px;
    height: 41.1428571429px;
    margin-left: -20.5714285714px;
    margin-top: -20.5714285714px;
    transition: transform 0.5s;
    transform: translate3d(0, 0, 0);
}
.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__off {
    transform: translate3d(-80.3571428571px, 0, 0);
}
.colorful-switch__off:before, .colorful-switch__off:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 5.1428571429px;
    margin-top: -2.5714285714px;
    border-radius: 2.5714285714px;
    background: #fff;
    transition: transform 0.25s 0.25s;
}
.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__off:before, .colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__off:after {
    transition-delay: 0s;
}
.colorful-switch__off:before {
    transform: rotate(45deg) scaleX(1) translateZ(0);
}
.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__off:before {
    transform: rotate(45deg) scaleX(0) translateZ(0);
}
.colorful-switch__off:after {
    transition-timing-function: cubic-bezier(0.67, -0.16, 0.47, 1.61);
    transform: rotate(-45deg) scaleX(1) translateZ(0);
}
.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__off:after {
    transition-timing-function: ease;
    transform: rotate(-45deg) scaleX(0) translateZ(0);
}

.fly-in {
    background-color: white;
    background-image: radial-gradient(white 25%, #f7f7f7 75%);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: local;
    color: #be1421;
    text-align: center;
    width: 100vw;
    font-weight: 700;
    overflow: hidden;
}

#fly-in {
    font-size: 4em;
    margin: 10vh auto;
    height: 15vh;
    text-transform: uppercase;
}

#fly-in span {
    display: block;
    font-size: 0.4em;
    opacity: 0.8;
}

#fly-in div {
    position: absolute;
    margin: 2vh 0;
    opacity: 0;
    left: 10vw;
    width: 80vw;
    animation: switch 18s linear infinite;
}

#fly-in div:nth-child(2) {
    animation-delay: 4s;
}

#fly-in div:nth-child(3) {
    animation-delay: 8s;
}

#fly-in div:nth-child(4) {
    animation-delay: 12s;
}

#fly-in div:nth-child(5) {
    animation-delay: 16s;
}

@keyframes switch {
    0% {
        opacity: 0;
        filter: blur(20px);
        transform: scale(12);
    }
    3% {
        opacity: 1;
        filter: blur(0);
        transform: scale(1);
    }
    10% {
        opacity: 1;
        filter: blur(0);
        transform: scale(0.9);
    }
    13% {
        opacity: 0;
        filter: blur(10px);
        transform: scale(0.1);
    }
    80% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
.go-services {
    position: relative;
    color: #fff;
    font-size: 16px;
    padding: 20px 25px;
    font-weight: 500;
    background: #be1421;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin-top: 20px;
}
.go-services:hover {
    color: white;
}

.regular {
    margin-top: 50px;
}
.regular .slick-slide {
    margin: 0 10px;
}
.regular .slick-list {
    margin: 0 -10px;
}
.regular .slick-prev {
    left: -38px;
}
.regular .slick-prev:before {
    content: "\f104";
    font-weight: 900;
    font-size: 6rem;
    color: black;
}
.regular .slick-next {
    right: -38px;
}
.regular .slick-next:before {
    font-weight: 900;
    content: "\f105";
    font-size: 6rem;
    color: black;
}
.regular .slick-prev, .regular .slick-next {
    top: 41%;
}
.regular .slider-item img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}
.regular .slick-slider-item div {
    line-height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.regular .slick-slider-item div p {
    color: #be1421;
    font-weight: 600;
}
.regular .slick-slider-item div i {
    color: #be1421;
}
.regular .slick-slider-item div .details {
    color: black;
    font-weight: 700;
}

/*# sourceMappingURL=style.css.map */
.fancybox-container {
    display: none !important;
}
/* Chat kapsayıcı */
.chat-container {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 360px;
    opacity: 1;
    animation: chat-animate 1s ease ;
    max-width: 95vw;
    height: 480px;
    max-height: 80vh;
    background: #fff;
    box-shadow:
        0 8px 24px rgba(0, 0, 0, 0.15),
        0 0 40px rgba(190, 20, 33, 0.2);
    border-radius: 18px;
    display: flex;
    flex-direction: column;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    z-index: 10;
    overflow: hidden;
    user-select: none;
}

/* Başlık */
.chat-header {
    font-family: inherit;
    padding: 18px 20px;
    background: linear-gradient(90deg, #BE1412, #8A0E0B);
    color: white;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 1.2px;
    border-radius: 18px 18px 0 0;
    text-align: center;
    box-shadow: 0 6px 10px rgba(25, 0, 0, 0.4);
    user-select: text;
    cursor: pointer;
}

/* Mesajların gösterildiği alan */
.chat-messages {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 20px 22px;
    overflow-y: auto;
    background: #f9fafb;
    scrollbar-width: thin;
    scrollbar-color: #be1412 #eee;
}

/* Webkit scrollbar (Chrome, Safari) */
.chat-messages::-webkit-scrollbar {
    width: 8px;
}

.chat-messages::-webkit-scrollbar-track {
    background: #eee;
    border-radius: 8px;
}

.chat-messages::-webkit-scrollbar-thumb {
    background-color: #be1412;
    border-radius: 8px;
    border: 2px solid #eee;
}

/* Mesaj balonları */
.message {
    max-width: 75%;
    margin-bottom: 14px;
    padding: 12px 18px;
    border-radius: 25px;
    font-size: 15px;
    line-height: 1.4;
    word-wrap: break-word;
    box-shadow: 0 2px 6px rgb(0 0 0 / 0.08);
    transition: background-color 0.3s ease;
    user-select: text;
}

/* Kullanıcı mesajı sağda */
.message.user {
    background-color: #BE1412;
    color: white;
    align-self: flex-end;
    border-bottom-right-radius: 6px;
    box-shadow:
        0 4px 8px rgb(190 20 33 / 0.4),
        0 0 8px rgb(190 20 33 / 0.3);
}

/* Yapay zeka mesajı solda */
.message.ai {
    background-color: #e0e0e0;
    color: #333;
    align-self: flex-start;
    border-bottom-left-radius: 6px;
}

/* Mesaj gönderme alanı */
.chat-input {
    display: flex;
    padding: 15px 20px;
    border-top: 1px solid #ddd;
    background: white;
    border-radius: 0 0 18px 18px;
    box-shadow: inset 0 1px 6px rgb(0 0 0 / 0.07);
}

/* Textarea yerine input text, daha temiz */
.chat-input input[type='text'] {
    flex: 1;
    border: 2px solid #ccc;
    border-radius: 12px;
    padding: 12px 18px;
    font-size: 16px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    transition: border-color 0.25s ease;
    outline-offset: 2px;
    user-select: text;
}

.chat-input input[type='text']:focus {
    border-color: #BE1412;
    box-shadow: 0 0 10px rgb(190 20 33 / 0.4);
}

.chat-input button {
    display: flex; /* Flex ile */
    align-items: center; /* Dikey ortala */
    justify-content: center; /* Yatay ortala */
    background-color: #BE1412;
    color: white;
    border: none;
    margin-left: 12px;
    border-radius: 12px;
    padding: 0 24px;
    height: 42px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 12px rgba(190, 20, 33, 0.35);
    white-space: nowrap;
    min-width: 90px;
    user-select: none;
    text-align: center;
}

.chat-input button:hover {
    background-color: #8A0E0B;
    box-shadow: 0 6px 18px rgba(138, 14, 11, 0.5);
}

/* Responsive */
@media (max-width: 480px) {
    .chat-container {
        width: 90vw;
        height: 60vh;
        right: 5vw;
        bottom: 10px;
        border-radius: 14px;
    }

    .chat-header {
        font-size: 18px;
        padding: 14px 16px;
    }

    .chat-input input[type='text'] {
        font-size: 14px;
        padding: 10px 14px;
    }

    .chat-input button {
        padding: 0 18px;
        font-size: 15px;
    }
}

.message.loading {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 5px;
    width: 30px;
    text-align: left;
    position: relative;
}

.message.loading::after {
    content: '.';
    animation: dots 1.5s steps(3, end) infinite;
    position: absolute;
    right: 0;
    top: 0;
}

@keyframes dots {
    0%,
    20% {
        content: '';
    }

    40% {
        content: '.';
    }

    60% {
        content: '..';
    }

    80%,
    100% {
        content: '...';
    }
}

/* Ortak chat-container zaten var, içine step kısmı ekleyeceğiz */
.step-container {
    padding: 20px;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    user-select: text;
    background: white;
    opacity: 1;
    overflow: hidden;
    margin-top: 3px;
}

/* İlk 2 step için yükseklik sınırı */
#step1,
#step2_guest,
#step2_code {
 height: auto;
}

/* Step'ler ortak ayar */
.step {
    display: none;
    flex-direction: column;
    gap: 10px;
    font-size: 16px;
}

/* Aktif step görünür */
.step.active {
    display: flex;
    justify-content: center;
}

/* Kullanıcı tipi seçim butonları */
.user-type-select {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.user-type-select button {
    width: 100%;
    padding: 15px 0;
    font-weight: 400;
    font-size: 14px;
    border-radius: 12px;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(190, 20, 33, 0.35);
    background-color: #BE1412;
    color: white;
    transition: background-color 0.3s ease;
}

.user-type-select button:hover {
    background: rgb(51, 51, 51);
}

/* Email ve kod input ve button */
#step2_guest input,
#step2_code input {
    padding: 12px 18px;
    border-radius: 12px;
    border: 2px solid #ccc;
    font-size: 16px;
    outline-offset: 2px;
    font-weight: 300;
    transition: border-color 0.25s ease;
}

#step2_guest input:focus,
#step2_code input:focus {
    border-color: #BE1412;
    box-shadow: 0 0 10px rgba(190, 20, 33, 0.4);
}

#step2_guest button,
#step2_code button {
    padding: 12px 18px;
    border-radius: 12px;
    border: none;
    font-weight: 300;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(190, 20, 33, 0.35);
    background-color: #BE1412;
    color: white;
    font-size: 14px;
    transition: background-color 0.3s ease;
    margin-top: 10px;
}

#step2_guest button:hover,
#step2_code button:hover {
    background: rgb(51, 51, 51);
}
.chat-container.stepone {
    height: auto;

}
.chat-container.stepone.steps {
 padding: 0 !important;
}
.chat-container.steptwo {
    height: 480px;
    max-height: 80vh;
}
@media (max-width: 480px) {
    .chat-container.steptwo {
        width: 90vw;
        height: 60vh;
        right: 5vw;
        bottom: 10px;
        border-radius: 14px;
    }
}
.chat-container {
    display: none;
}
#chatInterface {
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}
#chatInterface {
    display: none !important;
}

.chat-container.steptwo #chatInterface.open {
    display: flex !important;
}


.chat-messages {
    flex: 1;
    overflow-y: auto;
    padding: 10px;
    box-sizing: border-box;
}

.chat-input {
    display: flex;
    padding: 10px;
    border-top: 1px solid #ccc;
    background: #fff;
}

.chat-input input[type="text"] {
    flex: 1;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.chat-input button {
    margin-left: 10px;
    padding: 8px 12px;
    font-weight: 200;
}
.step-container {
    display: none;
}
.step-container.open {
    display: flex;
}
.chat-container.stepone.paddingnone {
    padding: 0;
    height: auto;
}
.chat-container.paddingnone {
    height: auto !important;
}
.checkbox {
    position: relative;
}

.error-message {
    display: none;
    position: absolute;
    bottom: 100%; /* Checkbox’un üstünde */
    left: 0;
    margin-bottom: 4px; /* Checkbox ile arada boşluk */
    color: red;
    font-size: 12px;
    white-space: nowrap;
    pointer-events: none;
    font-weight: 600;
}
.checkbox {
    position: relative;
}

.checkbox .error-message {
    display: none;
    position: absolute;
    bottom: 80%;
    left: 0;
    color: red;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
    pointer-events: none;
}
.swal2-confirm.swal2-styled {
    background: #be1421 !important;
    color: white !important;
}
/* CSS Stilleri */
.ai-integration-section {
    padding: 60px 0;
    color: #333;
}

.ai-integration-section h2 {
    font-size: 32px;
    margin-bottom: 20px;
}
.ai-integration-section p {
    font-size: 18px;
    line-height: 1.6;
}
.feature-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 0.33333%;
    border-radius: 30px 15px 30px 15px;
    box-shadow: 1px 1px 1px 2px  rgba(0,0,0,.1);
    text-align: center;
}
.feature-item {
    padding: 20px;
    width: 33%;
    text-align: center;
}

@media (max-width: 1000px) {
    .feature-list {
        gap: 20px 2%;
         box-shadow: none;
    }
    .feature-item {
        width: 48%;
    }
}
@media (max-width: 700px) {
    .feature-item {
        width: 100%;
    }
}
.feature-icon {
    font-size: 40px;
    color: #be1421; /* Vurgu rengi örneği */
    margin-bottom: 15px;
}
.ai-integration-section .ai-title {
    color: #be1421;
    font-weight: bold;
}
.ai-integration-section .feature-list h3 {
    font-weight: 600;
}
.ai-integration-section .ai-alt-title {
    font-weight: bold;
    text-align: center;
}
@media (max-width: 1000px) {
    .ai-integration-section .ai-alt-title {
        width: 90%;
    }
}
.ai-integration-section .ai-alt-title {
    background: linear-gradient(
        135deg,
        #444 0%,
        #666 20%,
        #888 40%,
        #aaa 50%,
        #888 60%,
        #666 80%,
        #444 100%
    );
    background-size: 300% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    animation: shine 10s linear forwards;
}
@keyframes shine {
    0%   { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}
