@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700&display=swap");

* {
  transition: all 0.5s linear;
  font-family: "Montserrat", sans-serif;
}
.font-700 {
  font-weight: 700;
}

html,
body {
  scroll-behavior: smooth;
}
p {
  font-size: 20px;
  font-weight: 300;
}
h1 {
  font-size: 50px;
  font-weight: 700;
}
h3 {
  font-size: 30px;
  font-weight: 700;
}
h5 {
  font-size: 25px;
  font-weight: 500;
}
a {
  cursor: pointer;
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 980px;
  }
}

.video-fluid {
  width: 100% !important;
  max-height: 760px !important;
}

.video-fluid2 {
  width: 100% !important;
  max-height: 390px !important;
}

@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 980px;
  }
}
@media (max-width: 992px) {
  p {
    font-size: 15px;
  }
  .video-fluid {
    max-height: 430px !important;
  }
  h1 {
    font-size: 30px;
    font-weight: 700;
  }
  h3 {
    font-size: 25px;
    font-weight: 600;
  }
}

/* Navbar */
.navbar-expand-lg .navbar-nav .nav-link {
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  margin: 0 0.5rem;
  padding-right: 0.8rem;
  padding-left: 0.8rem;
  text-align: center;
}

nav {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.navbar-expand-lg .navbar-nav .nav-link:focus,
.navbar-expand-lg .navbar-nav .nav-link:active {
  font-weight: bold;
}
.logo {
  width: 40px;
}
.logo-red {
  display: none;
}

.nav-btn {
  border: 2px solid #fff;
  border-radius: 6px;
}

@media (max-width: 991.98px) {
  nav {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .nav-btn {
    display: block;
    width: 150px;
    margin: auto !important;
  }
  .padding-30 {
    margin: 30px 0;
  }
}

.nav-btn:hover {
  background: #fff;
  color: #f04347 !important;
}
.menu-bar {
  color: #fff;
}
.scrolled {
  background-color: #fff !important;
  box-shadow: 10px 10px 10px rgba(65, 65, 65, 0.16);
  z-index: 1000000;
}
.scrolled .logo {
  display: none !important;
}
.scrolled .logo-red {
  display: block !important;
}
.scrolled .nav-link {
  color: #ef4546 !important;
}
.scrolled .nav-btn {
  border-color: #ef4546 !important;
}
.scrolled .nav-btn:hover {
  background-color: #ef4546 !important;
  color: #fff !important;
}
.scrolled .menu-bar {
  color: #ef4546 !important;
}
.videos-m {
  margin: 60px 0;
}
@media (max-width: 991.98px) {
  .videos-m {
    margin: 30px 0;
  }
  .clicked {
    background: transparent linear-gradient(299deg, #f44c2e 0%, #eb2536 100%) 0%
      0% no-repeat padding-box;
    background-size: cover;
  }
  .clicked .nav-link {
    color: #fff !important;
    padding: 1rem 0;
  }
  .clicked .nav-btn {
    border-color: #fff !important;
    padding: 0.5rem 0 !important;
    margin-top: 3rem !important;
  }
  .clicked .menu-bar {
    color: #fff !important;
  }
  .clicked .logo {
    display: block !important;
  }
  .clicked .logo-red {
    display: none !important;
  }

  .clicked .navbar-collapse.collapse.show {
    height: 100vh;
  }

  .clicked .navbar-collapse.collapse.show ul {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
}

.top-video {
  width: 80%;
  border: none;
  box-shadow: 10px 10px 20px #00000029;
  border-radius: 12px;
  height: 415px;
}
@media (max-width: 992px) {
  .mpr-0 {
    padding-right: 0 !important;
  }
  .mpl-0 {
    padding-left: 0 !important;
  }
  .top-video {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .top-video {
    height: 280px;
  }
}
@media (max-width: 450px) {
  .top-video {
    height: 180px;
  }
}
.white-btn {
  border: 2px solid #fff;
  border-radius: 6px;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  padding: 10px 20px;
}
.white-btn:hover {
  background: #fff;
  color: #f04347 !important;
  text-decoration: none;
}
@media (max-width: 992.98px) {
  .mobile-none {
    display: none;
  }
}
/* Header */
header {
  background: transparent linear-gradient(299deg, #f44c2e 0%, #eb2536 100%) 0%
    0% no-repeat padding-box;
  padding-top: 5rem 0;
  padding-bottom: 15px;
  min-height: 100vh;
}
header h1 {
  font-size: 40px;
  font-weight: 900;
}
.padding {
  padding-top: 150px;
}
.full-video {
  width: 100%;
  height: 720px;
}
@media (max-width: 768px) {
  .padding {
    padding-top: 65px;
  }
  .full-width-video {
    padding: 0 15px;
  }
  .full-video {
    width: 100%;
    height: 380px;
  }
}
.fixed-bottom {
  position: absolute;
  bottom: 4%;
  color: #fff;
}
.fixed-bottom:hover {
  color: #fff;
}
.gray-text {
  color: #6a6a6a;
}

.btn-red {
  position: relative;
  border-radius: 6px;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  padding: 15px 30px;
  border-radius: 8px;
  overflow: hidden;
}
.btn-red::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  z-index: -2;
  background: transparent
    linear-gradient(108deg, #ea5646 0%, #e83a4a 100%, #d10808 100%) 0% 0%
    no-repeat padding-box;
}
.btn-red::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 0%;
  height: 100%;
  transition: all 0.5s;
  border-radius: 8px;
  z-index: -1;
  background: #ea5646 !important;
}
.btn-red:hover {
  color: #fff;
  text-decoration: none;
}
.btn-red:hover::before {
  width: 95%;
}
.read-more {
  cursor: pointer;
  color: #e55e4e;
}
.hide {
  display: none;
  transition: linear 0.5s;
}
.show {
  display: block !important;
  transition: linear 0.5s;
}
.red-bg {
  background: transparent linear-gradient(252deg, #f44c2e 0%, #eb2536 100%) 0%
    0% no-repeat padding-box;
}
.red-bg h4 {
  font-size: 15px;
  font-weight: 900;
}
.red-bg p {
  font-weight: 400;
  font-weight: 300;
}
/*////////Section Bg /////////*/

/* and (min-width: 400px)*/
.list-inline li {
  display: inline;
  float: left;
  padding: 0 30px;
}
.img-tick {
  width: 20px;
  margin-right: 10px;
}
.list-style {
  display: inline-block;
}
.font-bold span {
  font-weight: 500;
  padding: 0 30px;
}
@media (min-width: 992px) {
  .padd-5 {
    padding: 0 40px;
  }
}
.padd-1 {
  padding: 6px;
}
.p-1 h3 {
  font-weight: 600 !important;
}
.p-r {
  position: relative !important;
}
.font-lg h1 {
  font-size: 60px;
}
.font-lg h3 {
  font-weight: 300;
}
@media (max-width: 768px) {
  .mobil-width {
    width: 240px;
  }
  .Vorteile h1 {
    font-size: 30px;
    font-weight: 700;
  }
  .font-lg h1 {
    font-size: 30px;
  }
  .font-lg h3 {
    font-weight: 300;
  }
  header h1 {
    font-size: 20px;
  }
  header h5 {
    font-size: 17px;
  }
}
.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background: gray;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
  border-radius: 5px;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 50%;
  transform: translate(-60%, 50%);
  list-style: none;
}
.img-slide {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .img-slide {
    width: auto;
    height: auto !important;
  }
}
/*
carousel-indicators li {
box-sizing: content-box;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
width: 60px !important;
height: 5px !important;
margin-right: 3px;
margin-left: 3px;
text-indent: -999px;
cursor: pointer;
background: #E2E2E2 0% 0% no-repeat padding-box;
background-clip: padding-box;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
opacity: .5;
transition: opacity .6s ease;
}
*/

.carousel-indicators .active {
  opacity: 1;
  background: #e94e47 0% 0% no-repeat padding-box;
}
/*
.carousel-item .img-fluid {
width:100%;
height:100%;
}*/
/*//////////// Slider End///////*/
.m-top-3 {
  margin-top: -60px;
}
.icon-sec h4 {
  font-size: 15px;
}
.icon-sec p {
  font-size: 15px;
  font-weight: 300;
}
.Vorteile p {
  font-size: 18px;
}
.Vorteile h3 {
  font-weight: 700;
  /*    text-align: left;*/
}
.text-sm {
  font-size: 10px !important;
}
.text-sm2 {
  font-size: 15px !important;
}
/*
.review{
width: 80%;
}*/
.red-text {
  color: #db585c;
}
.price-box {
  border-radius: 11px;
}
.price-box hr {
  height: 0;
  background-color: transparent;
  border-bottom: 1px dashed #989292;
}
.videos-sec ul {
  max-width: 100%;
  text-align: left;
  list-style: none;
  padding-left: 0;
  text-decoration: none !important;
}
.videos-sec ul li {
  font-size: 14px;
}
.price-box h3 {
  font-weight: 600;
}
@media (max-width: 768px) {
  .videos-sec ul li {
    font-size: 11px;
  }
}
.right-lable {
  position: absolute;
  right: 0;
  top: 0;
}
footer {
  background: url(../images/footer.png) no-repeat center;
  background-size: cover;
}
.bg-black {
  background-color: #4d4747;
  padding: 30px 0;
}
.bg-black a {
  color: #fff;
}
/*//////////////Model///////////*/
.mobile-close {
  position: fixed;
  top: 100px;
  right: 5%;
}
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: transparent;
  background-clip: padding-box;
  border: none;
  border-radius: 0.3rem;
  outline: 0;
}
.close {
  font-size: 2.5rem !important;
}
.fa-times-circle {
  color: #fff;
  width: 40px;
}
.modal-open {
  overflow: hidden;
  padding-right: 0 !important;
}
.modal-open {
  overflow: auto;
  padding-right: 0 !important;
}
@media (max-width: 768px) {
  .modal-xl {
    width: 100% !important;
  }
  .modal-dialog {
    max-width: 100% !important;
  }
}

.navbar * {
  transition: none !important;
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
  margin-left: 0rem;
}

div.modal,
div.modal * {
  z-index: 1000000000;
}

@media (min-width: 576px) {
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 100%;
    margin: 2rem auto 0 !important;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 70%;
  }
}

.testemonial-wrap {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 3px 15px 15px #98989815;
  padding: 2rem;
  border-radius: 16px 16px 35px 16px;
}

.testemonial-wrap img {
  width: 82px;
  height: 82px;
  box-shadow: 0px 15px 15px #45424229;
  border-radius: 50%;
}

.testemonial-wrap p {
  margin-top: 1rem;
  font-size: 15px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 0;
  color: #272727;
}

.testemonial-wrap .person-name {
  margin-top: 1.5rem;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  letter-spacing: 0;
  color: #db585c;
}
