@font-face {
    font-family: "DIN 1451 Std Engschrift";
    src: url('../fonts/DINEngschriftStd.woff2') format('woff2'),
        url('../fonts/DINEngschriftStd.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

ul li {
    margin: 0 0 0 40px;
}

section.d-xl-none .container {
    cursor: pointer;
    padding: 0;
}

:root {
    scroll-behavior: inherit;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
}

ol,
ul {
    margin: 0;
    padding: 0;
}
body {
    font-family: "DIN 1451 Std Engschrift";
    font-size: 14px;
    font-weight: 400;
    color: #000;
    min-width: 100vw;
    max-width: 100vw;
    overflow-x: hidden;
    text-decoration: none;
}

a {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    text-decoration: none;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1600px;
}


/* **** Navbar *** */
.start-header {
    opacity: 1;
    transform: translateY(0);
    padding:0;
    background-color:transparent;
    -webkit-transition : all 0.3s ease-out;
    transition : all 0.3s ease-out;
    display: flex;
    align-items: center;
}
.navigation-wrap{
    position: absolute;
    background: #FFD302;
    height: 110px;
    background: #ffd302;
    left: 0;
    top: 0;
    right: 0;
    padding: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: inset 0px 5px 10px rgba(82, 40, 2, 0.4); 
    filter: drop-shadow(0px 5px 10px rgba(82, 40, 2, 0.4));
    -webkit-transition : all 0.5s ease-out;
    transition : all 0.5s ease-out;
}
.navbar{
    padding: 0;
    position: relative;
}
.navbar-brand{
    padding-right: 30px;
}
.navbar-brand img{
    display: block;
    -webkit-transition : all 0.3s ease-out;
    transition : all 0.3s ease-out;
}
.navbar .navbar-nav{
    margin-left: auto;
    position: relative;
    padding-top: 15px;
}
.navbar .navbar-nav .nav-item img{
    position: absolute;
    right: 0;
    height: 177px;
    top: -30px;
}
.navbar .navbar-nav .nav-item{
    margin: 0 30px 0 0;
}
.navbar .navbar-nav .nav-item:last-child{
    margin: 0;
    padding-right: 280px;
}
.navbar .navbar-nav .nav-link{
    font-weight: normal;
    font-size: 22px;
    text-align: left;
    color: #522802;
    padding: 10px 0;
    text-transform: uppercase;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.navbar .navbar-nav .nav-link:hover{
    color: #D9000D;
}

.navbar-toggler {float: right;border: none;padding-right: 0;}
.navbar-toggler:active,
.navbar-toggler:focus {outline: none;}
.navbar-light .navbar-toggler-icon {width: 24px;height: 17px;background-image: none;position: relative;border-bottom: 1px solid #522802;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{width: 24px;position: absolute;height: 1px;background-color: #522802;top: 0;left: 0;content: '';z-index: 2;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after{top: 8px;}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {transform: rotate(45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {transform: translateY(8px) rotate(-45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {border-color: transparent;}
/* **** End Header **** */
/* **** End Navbar *** */

.navbar-light .navbar-toggler{
    position: absolute;
    left: auto;
    right: 0;
    top: 30px;
    outline: none;
    box-shadow: none;
}

/* *** Hero **** */
.hero-wrp{
    background-color: #FFD302; 
    background-image: url(../images/hero.png);
    height: auto;
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    padding: 240px 0 0;
}

.hero-wrp.d-lg-none {
    padding: 0;
}

.hero-wrp.hero-wrp.d-lg-none .d-md-none {
    padding: 100px 0 0 0;
}

.hero-wrp .row{
    display: flex;
    align-items: flex-end;
}
.hero-wrp .hero-dt{
    width: 520px;
}
.hero-wrp .hero-dt h1{
    font-weight: normal;
    font-size: 132px;
    line-height: 110px;
    text-align: center;
    color: #d9000d;
    margin: 0 0 30px;
}
.hero-wrp .hero-dt h1 span{
    display: block;
    font-size: 105px;
}
.hero-wrp .hero-dt h2{
    font-weight: normal;
    font-size: 140px;
    line-height: 96px;
    text-align: center;
    color: #522802;
    margin: 0;
}
.hero-wrp .hero-dt h2 span.first{
    display: block;
    text-align: center;
    font-size: 152px;
    text-align: center;
    color: #411d09;
}
.hero-wrp .hero-dt h2 span.second{
    font-size: 127px;
}
.hero-wrp .hero-dt h2 span.third{
    font-size: 229px;
    line-height: 250px;
}

.hero-wrp .button-box {
   padding-bottom: 60px;
}
.hero-wrp .button-box ul{
    display: flex;
    align-items: center;
    min-width: 100%;
}
.hero-wrp .button-box ul li{
    display: inline-block;
}
.hero-wrp .button-box ul li:last-child{
    margin-left: auto;
    margin-right: 0;
    float: right;
}
.hero-wrp .button-box ul li a{
    font-weight: normal;
    font-size: 20px;
    letter-spacing: 0em;
    line-height: 20px;
    text-align: center;
    color: #fff;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.82);
    text-transform: uppercase;
}
.hero-wrp .button-box ul li a.btn-main{
    font-weight: normal;
    font-size: 40px;
    color: #fff;
    width: 312px;
    height: 88px;
    border-radius: 41px;
    background: #e30609;
    border: 0px solid #707070;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.44);
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.hero-wrp .button-box ul li a.btn-main:hover{
    background: #ffd302;
}

.hero-wrp .mobile-button-box{
    display: none;
}
.hero-wrp .mobile-button-box .mobile-img{
    max-width: 100%;
    margin: 0;
    position: relative;
}
/* *** End Hero **** */


.titlebar h2{
    font-weight: normal;
    text-decoration: underline;
    font-size: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}

/* **** works **** */
.works-wrp{
    padding: 166px 0 66px;
    background: #522802;
}
.works-wrp .container{
    max-width: 1260px;
}
.works-wrp h2{
    margin: 0 0 90px;
}
.works-wrp h4{
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin: 0 auto;
}
.work-box{
    width: 335.54px;
    height: 335.54px;
    background: #FFC700;
    border-radius: 100%;
    position: relative;
    margin: 0 auto 60px;
    /*display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;*/
    padding: 50px;
}
.work-box .work-img{
    min-height: 150px;
    margin: 0 auto 0px;
    display: table;
}
.work-box img{
    max-width: 100%;
    display: table;
}
.work-box p{
    font-weight: normal;
    font-size: 37px;
    line-height: 39px;
    text-align: center;
    color: #411d09;
    margin: 0;
}
.work-box span{
    font-weight: normal;
    font-size: 58px;
    line-height: 70px;
    text-align: center;
    color: #522802;
    background: #fff;
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    padding-top: 15px;
    position: absolute;
    top: 0;
    left: 0;
}
/* **** End works **** */

/* **** Contact *** */
.contact-wrpper{
    background: #FFD302;
    padding: 167px 0 151px;
    margin-top: -10px;
}
.contact-wrpper .titlebar h2{
    color: #522802;
    margin: 0 0 70px;
}
.contact-wrpper .photo-upload ul{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 70px;
}
.contact-wrpper .photo-upload ul li{
    display: inline-block;
    margin-right: 24px;
}
.contact-wrpper .photo-upload ul li:last-child{
    margin: 0;
}
.contact-wrpper .photo-upload ul li a{
    font-weight: normal;
    font-size: 20px;
    letter-spacing: 0em;
    line-height: 20px;
    text-align: center;
    color: #fff;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.82);
    text-transform: uppercase;
}
.contact-wrpper .photo-upload ul li a.btn-main{
    font-weight: normal;
    font-size: 40px;
    color: #fff;
    width: 312px;
    height: 88px;
    border-radius: 41px;
    background: #e30609;
    border: 0px solid #707070;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.44);
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
    overflow: hidden;
}
.contact-wrpper .photo-upload ul li a.btn-main .form-control{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: none;
    border-radius: 30px;
    background: transparent;
    opacity: 0;
}
.contact-wrpper .photo-upload ul li a.btn-main:hover{
    background: #fff;
    color: #e30609;
}
.contact-wrpper .photo-upload p{
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #522802;
    margin: 0 auto 70px;
    text-transform: uppercase;
}

.contact-wrpper form{
    width: 688px;
       margin: 0 auto;
    display: table;
}
.contact-wrpper .contact-form{
    width: 100%;
    border-radius: 58px;
    background: transparent;
    border: 4px solid #fff;
    margin: 0 0 40px;
    padding: 40px;
    position: relative;
}
.right-top-link{
    position: absolute;
    right: 60px;
    top: 30px;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    text-align: left;
    color: #522802;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.right-top-link:hover{
    color: #e30609;
}
.contact-wrpper .contact-form .form-group{
    margin: 0 0 13px;
}
.contact-wrpper .contact-form .form-group .form-control{
    height: 35px;
    border-radius: 8px;
    background: #fff;
    border: none;
    box-shadow: none;
    outline: none;
    font-weight: normal;
    font-size: 20px;
    line-height: 25px;
    text-align: left;
    color: #4e2802;
    padding: 10px 9px 5px;
}
.contact-wrpper .contact-form .date-group .form-control{
    width: 288px;
}
.contact-wrpper .contact-form .form-group .form-control::placeholder{
    color: #4e2802;   
}
.contact-wrpper .contact-form .select-group{
    margin-top: 32px;
}
.contact-wrpper .contact-form .select-group .form-control{
    width: 106px;
}
.contact-wrpper form label{
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    text-align: left;
    color: #522802;
    margin: 0 0 70px;
}
.contact-wrpper form label a{
    color: #522802;
    text-decoration: underline;   
    transition: all 0.3s linear;
}
.contact-wrpper form label a:hover{
    color: #e30609;
}
.contact-wrpper form button{
    margin: 0 auto;
    display: table;
}

.form-check input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.form-check{
    padding: 0;
}
.form-check label {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
}

.form-check label:before {
  content:'';
  left: 0;
  -webkit-appearance: none;
  background-color: transparent;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  height: 24px;
  width: 24px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  position: absolute;
  margin-right: 5px;
}

.form-check input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #e30609;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
/* **** End Contact **** */
.btn-main{
    font-weight: normal;
    font-size: 40px;
    color: #fff;
    width: 312px;
    height: 88px;
    border-radius: 41px;
    background: #e30609;
    border: 0px solid #707070;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.44);
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.btn-main:hover{
    background: #fff;
    color: #e30609;
}


/* **** Faq **** */
.faq-wrp{
    padding: 224px 0 180px;
}
.faq-wrp .container{
    max-width: 982px;
}
.faq-wrp .titlebar h2{
    color: #522802;
    margin: 0 0 110px;
}
.faq-wrp .accordion{
    border: none;
    border-radius: 0;
    clear: both;
}
.accordion-header{
    border: none;
    border-radius: 0;
}
.accordion-item:last-of-type{
    border-radius: 0;
}
.accordion-item{
    border: none;
    border-radius: 0;
    outline: none;
    box-shadow: none; 
    margin: 0;
    border-bottom: 2px solid #522802;  
}
.accordion-button{
    border: none;
    border-radius: 0;
    outline: none;
    box-shadow: none;   
    outline: none;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    text-align: left;
    color: #333;
    padding:15px 15px 10px;
}
.accordion-button:focus{
    box-shadow: none;
    outline: none;
    border-radius: 0;
    background: transparent;
}
.accordion-button:not(.collapsed){
    box-shadow: none;
    outline: none;
    border-radius: 0;
    background: transparent;
    color: #333333;
}
.accordion-button::after{
    background-image: none;
    width: 41px;
    height: 41px;
    background: #522802;
    border-radius: 100%;
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.accordion-button:not(.collapsed)::after{
    background-image: none;
    content: "\f068";
    transform: unset;
}
.accordion-body{
    padding: 15px;
}
.accordion-body p{
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    text-align: left;
    color: #333;
    margin: 0 0 15px;
}
/* **** End Faq **** */



/* **** Footer **** */
footer{
    background: #3F1F12;
    padding: 25px 0;
}
footer ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
footer ul li{
    /*margin: 0 15px 0 0;*/
}
footer ul li:last-child{
    margin: 0;
}
footer ul li a{
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    color: #fff;
    display: block;
    width: 120px;
    transition: all 0.3s linear;
}
footer ul li a:hover{
    color: #e30609;
}
footer ul li a span{
    display: table;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 100%;
    font-size: 24px;
    color: #3F1F12;
    margin: 0 auto 18px;
}
footer ul li a span img{
    width: 30px;
}
footer ul li:last-child a span{
    font-weight: normal;
    font-size: 30px;
    text-align: center;
    color: #522802;
    padding-top: 10px;
}
/* **** End Footer **** */

/* **** Question Popup **** */
.modal-content{
    padding: 0;
    border-radius: 0;
    border: none;
    box-shadow: none;
    background: transparent !important;
}
.modal-content p {
    font-size: 18px;
}
.question-block{
    padding: 0 30px 30px;
    background: #522802;
    border: 8px solid #fff;
}
.question-hedrow{
    margin: -40px 0 0;
}
.question-hedrow .row{
    align-items: center;
}
.question-character img{
    width: 100%;
    position: relative;
    z-index: 5;
}
.que-title h2{
    margin:40px 0 0;
    font-size: 35px;
    font-weight: normal;
    color: #fff;
    line-height: 45px;
    text-transform: uppercase;
}

.question-data-row{
    display: flex;
    margin: -20px 0 0;
}
.question-right-bx,
.question-left-bx{
    width: 50%;
    max-width: 50%;
    position: relative;
}
.question-left-bx img{
    width: 100%;
}
.question-left-bx span{
    width: 24px;
    height: 24px;
    border-radius: 50%;
    box-shadow: 0 3px 25px rgba(0, 0, 0, 0.23);
    background: #FFD302;
    color:#522802;
    font-size: 16px;
    line-height: 24px;
    border: 2px solid #fff;
    display: block;
    text-align: center;
    position: absolute;    
    z-index: 5;
}
.question-left-bx span.oneb{
    top:-12px;
    left:20px;
}
.question-left-bx span.towb{
    top: 45%;
    left: -12px;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
}
.question-left-bx span.threeb{
    top: 47%;
    right: -12px;
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
}

button.btn-close{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background:#522802;
    font-family: 'Roboto';
    border: 5px solid #fff;
    box-shadow: 0 3px 25px rgba(0, 0, 0, 0.23);
    position: absolute;
    top:-20px;
    right:-20px;
    opacity: 1;
    color: #fff;
    font-size:32px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
button.btn-close:hover{
    opacity: 1;
    background: #fff;
    border-color: #522802;
    color: #522802;
}

.question-right-bx{
    padding: 15px 0 15px 30px;
}
.question-right-bx h3{
    font-size:16px;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    line-height: 22px;
    margin: 0 0 15px;
}
.question-right-bx ul{
    padding: 15px 0 0;
}
.question-right-bx ul li{
    display: flex;
    margin: 0 0 25px;
}
.question-right-bx ul li:last-child{margin: 0;}
.question-right-bx ul li span{
    width: 24px;
    height: 24px;
    border-radius: 50%;
    line-height: 26px;
    font-size: 18px;
    font-weight:normal;
    background: #FFD302;
    color: #522802;
    text-align: center;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.23);
}
.question-right-bx ul li h4{
    font-size:16px;
    font-weight: 200;
    color: #fff;
    text-transform: uppercase;
    line-height: 22px;
    margin: 0;
    width: 90%;
    padding-left: 15px;
}
/* **** End Question Popup **** */

/* **** Thank You Page **** */
.inner-header{
    position: relative;
}
.inner-header .navbar .navbar-nav .nav-item img{
    top: -38px;
}

.thanks-wrp{
    padding: 30px 0;
    width: 100%;
    background: #FFD302;
}
.thanks-wrp ul{
    width: 100%;
    overflow: hidden;
    display: flex;
}
.thanks-wrp ul li{
    width: 33.33%;
    border-right: 4px solid #522802;
    padding: 15px 25px;
}
.thanks-wrp ul li.dt-bx{
    display: flex;
    align-items: center;
    justify-content: center;
}
.thanks-wrp ul li:last-child{border: none;}
.thanks-wrp ul li h2{
    font-size: 84px;
    font-weight: bold;
    color:#E30609;
    text-align: center;
    margin: 0;
    line-height: 84px;
    text-transform: uppercase;
    width: 100%;
    display: block;
}

.thanks-wrp ul li h2 span{
    font-size: 60px;
    font-weight: 400;
    display: block;
}
.thanks-wrp ul li h6{
    text-align: center;
    margin: 0;
    width: 100%;
    display: block;
    font-size: 70px;
    line-height:70px;
    font-weight: normal;
    color: #E30609;
    text-transform: uppercase;
}
.thanks-wrp ul li p{
    font-size: 22px;
    font-weight: normal;
    color: #522802;
    text-align: center;
    width: 65%;
    margin: 0 auto;
    line-height: 30px;
}
.thanks-wrp ul li h3{
    font-size: 102px;
    font-weight: normal;
    color: #522802;
    text-align: center;
    text-transform: uppercase;
    line-height: 80px;
    margin: 0;
}
.thanks-wrp ul li h3 span{
    display: block;
    font-size: 52px;
    font-weight: normal;
    color: #522802;
}
.thanks-wrp ul li h5{
    color: #522802;
    text-align: center;
    text-transform: uppercase;
    font-size: 70px;
    margin: 0;
}
.thanks-wrp ul li img{display: none;}
.thanks-wrp ul li:last-child a{display: none;}
.thanks-img{
    position: relative;
}
.thanks-img img{
    width: 100%;
}
.thbtn{
    position: absolute;
    bottom:65px;
    left:150px;
    right:150px;
}
.thbtn a.btn-main{
    text-transform: uppercase;
    float: right;
}
/* **** End Thank You Page **** */

.product-wrp .ds-img{display: block;}
.product-wrp .mbl-img{display: none;}



.mbl-img-show{
    position: relative;
}
.mbl-img-show a{
    position: absolute;
    right: 15px;
    bottom: 15px;
    font-weight: normal;
    font-size: 20px;
    letter-spacing: 0em;
    line-height: 20px;
    text-align: center;
    color: #fff;
    text-shadow: 0px 3px 6px rgb(0 0 0 / 82%);
    text-transform: uppercase;
}
.mbl-img-show a span{
    display: block;
}


.nav-new {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
}

#intro, #pause, #end {
    background: #FFD302;
    cursor: pointer;
}

#intro .container {
    padding-left: 0;
    padding-right: 0;
}

#productslides {
    background-image: url(../images/xl-slider-bg@2x.png);
    background-size: cover;
    background-repeat: repeat-x;
    background-position: center center;
    padding: 100px 0;
}

.slider-img {
    padding: 120px 0 0 0;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: #522802;
}

#logoslides img {
    height: 40px;
    padding: 8px;
}

nav .counter {
    position: absolute;
    top: -20px;
    right: 10vw;
    height: 100px;
}

#intro.danke {
    padding-top: 100px;
}

#tnb .modal-content {
    background: #FFF !important;
}

footer ul li {
    list-style-type: none;
}