@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
header {
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: #ffffff;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
header img {
  height: 70px;
  border-radius: 0;
}
header .nav-link {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 18px;
  padding: 10px 20px;
  border-radius: 5px;
  margin: 0 5px;
}
header .nav-link:hover {
  background-color: #1A1A1A;
  color: #fff;
}
header .nav-link:focus {
  background-color: #1A1A1A;
  color: #fff;
}

.header-mail {
  font-size: 18px;
  text-decoration: none;
  color: #000000;
  font-family: "Poppins", sans-serif;
  padding: 5px 10px;
  font-weight: 400;
}
.header-mail i {
  margin-right: 5px;
  color: #f48020;
}

#headerOne marquee {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 18px;
  padding: 10px 20px;
  border-radius: 5px;
  margin: 0 5px;
}
#headerOne .menu-bar {
  background-color: #1A1A1A;
  padding: 10px;
  border-radius: 0px;
}
#headerOne .menu-bar .nav-link {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #ffffff;
  font-size: 16px;
  padding: 7px 15px;
  border-radius: 45px;
  margin: 3px 10px;
}
#headerOne .menu-bar .nav-link:hover {
  color: #1A1A1A;
  background-color: #ffffff;
}
#headerOne .menu-bar .nav-link:focus {
  background-color: #1A1A1A;
  color: #fff;
}

.nav-item.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu {
  background-color: #f48020 !important;
  padding: 20px !important;
}
.dropdown-menu .dropdown-item {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 19px;
  padding: 7px 10px;
  border-radius: 5px;
}

/* footer */
.footer-above-sec {
  padding: 3em 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer-above-sec h4 {
  font-size: 150px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Inter Tight", sans-serif;
  font-weight: 800;
  background: #523626;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.514) 0%, rgb(255, 255, 255) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footer-above-sec img {
  width: 70%;
  margin: auto;
  border-radius: 50px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  color: white;
  font-size: 14px;
  background: rgb(19, 19, 19);
  padding-top: 10em;
}
.footer .footer-content {
  padding: 30px 0;
}
.footer .footer-content .footer-info {
  margin-bottom: 30px;
}
.footer .footer-content .footer-info img {
  width: 100%;
}
.footer .footer-content .footer-info h3 {
  font-size: 28px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
.footer .footer-content .footer-info h3 span {
  color: #f48020;
}
.footer .footer-content .footer-info p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  color: white;
}
.footer .footer-content .footer-links h4 {
  font-size: 18px;
  font-weight: 600;
  color: white;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 15px;
}
.footer .footer-content .footer-links h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  background: #f48020;
  bottom: 0;
  left: 0;
}
.footer .footer-content .footer-links h4 a {
  color: white;
  font-weight: 600;
  text-decoration: none;
}
.footer .footer-content .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-content .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.footer .footer-content .footer-links ul i {
  padding-right: 2px;
  color: #f48020;
  font-size: 15px;
  margin-right: 5px;
}
.footer .footer-content .footer-links ul a {
  color: rgba(255, 255, 255, 0.7);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  font-size: 16px;
}
.footer .footer-content .footer-links ul a:hover {
  color: white;
}
.footer .footer-content .footer-links .footer-links-container {
  padding: 10px 0;
}
.footer .footer-copy-right {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 0 5px 0;
  text-align: center;
  background-color: #242424;
}
.footer .footer-copy-right a {
  color: white;
  text-decoration: none;
}

.footer .footer-content .footer .footer-content .footer-links ul .footer .footer-content .footer-links ul .footer .footer-content .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-content .footer-links ul .footer .footer-content .footer-links ul a #footer .copyright {
  text-align: center;
}

#footer .credits {
  padding-bottom: 30px;
  text-align: center;
  font-size: 13px;
}

#footer .credits a {
  padding-top: 10px;
  text-align: center;
  font-size: 16px !important;
  text-decoration: none;
  color: #ffffff;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #f48020;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #fff;
  color: #1A1A1A;
  text-decoration: none;
}

@media (max-width: 768px) {
  #footer .copyright,
  #footer .credits {
    float: none;
    text-align: center;
    padding: 2px 0;
  }
}
/* hero section */
#hero {
  width: 100%;
  height: 90vh;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: end;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.hero-container {
  display: flex;
  align-items: end;
  justify-content: center;
  z-index: 10;
}

.hero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.hero-content .hero-subtitle {
  font-size: 20px;
  color: #1A1A1A;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: "Inter Tight", sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
  border-radius: 20px;
}
.hero-content h2 {
  font-size: 110px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 20px;
  font-family: "Inter Tight", sans-serif;
  text-align: center;
  text-transform: uppercase;
}
.hero-content p {
  font-size: 20px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 20px;
  font-family: "Inter Tight", sans-serif;
  text-align: center;
  width: 60%;
}

.hero-btn-container .btn-get-started {
  font-family: "Inter Tight", sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 22px;
  border-radius: 10px;
  transition: 0.5s;
  margin: 10px;
  color: #000000;
  background-color: #f48020;
  text-decoration: none;
  border: 2px solid #f48020;
}
.hero-btn-container .btn-get-started:hover {
  background-color: rgba(255, 255, 255, 0);
  color: #f48020;
}
.hero-btn-container .hero-btn-outline {
  font-family: "Inter Tight", sans-serif;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 20px;
  transition: 0.5s;
  margin: 10px;
  color: #1A1A1A;
  text-decoration: none;
  border: 2px solid #f48020;
}
.hero-btn-container .hero-btn-outline:hover {
  background-color: #f48020;
  color: #fff;
}

/* footer */
/* footer */
.footer-above-sec {
  padding: 3em 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer-above-sec h4 {
  font-size: 150px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Inter Tight", sans-serif;
  font-weight: 800;
  background: #523626;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.514) 0%, rgb(255, 255, 255) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer-above-sec img {
  width: 70%;
  margin: auto;
  border-radius: 50px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  color: white;
  font-size: 14px;
  background: rgb(19, 19, 19);
  padding-top: 3em;
}

.footer .footer-content {
  padding: 30px 0;
}

.footer .footer-content .footer-info {
  margin-bottom: 30px;
}

.footer .footer-content .footer-info img {
  width: 100%;
}

.footer .footer-content .footer-info h3 {
  font-size: 28px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

.footer .footer-content .footer-info h3 span {
  color: #f48020;
}

.footer .footer-content .footer-info p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  color: white;
}

.footer .footer-content .footer-links h4 {
  font-size: 18px;
  font-weight: 600;
  color: white;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 15px;
}

.footer .footer-content .footer-links h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  background: #f48020;
  bottom: 0;
  left: 0;
}

.footer .footer-content .footer-links h4 a {
  color: white;
  font-weight: 600;
  text-decoration: none;
}

.footer .footer-content .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-content .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-content .footer-links ul i {
  padding-right: 2px;
  color: #f48020;
  font-size: 15px;
  margin-right: 5px;
}

.footer .footer-content .footer-links ul a {
  color: rgba(255, 255, 255, 0.7);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  font-size: 16px;
}

.footer .footer-content .footer-links ul a:hover {
  color: white;
}

.footer .footer-content .footer-links .footer-links-container {
  padding: 10px 0;
}

.footer .footer-copy-right {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 0 5px 0;
  text-align: center;
  background-color: #242424;
}

.footer .footer-copy-right a {
  color: white;
  text-decoration: none;
}

.footer .footer-content .footer .footer-content .footer-links ul .footer .footer-content .footer-links ul .footer .footer-content .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-content .footer-links ul .footer .footer-content .footer-links ul a #footer .copyright {
  text-align: center;
}

#footer .credits {
  padding-bottom: 30px;
  text-align: center;
  font-size: 13px;
}

#footer .credits a {
  padding-top: 10px;
  text-align: center;
  font-size: 16px !important;
  text-decoration: none;
  color: #ffffff;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #f48020;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #fff;
  color: #1A1A1A;
  text-decoration: none;
}

@media (max-width: 768px) {
  #footer .copyright,
  #footer .credits {
    float: none;
    text-align: center;
    padding: 2px 0;
  }
}
section {
  padding: 5em 0;
}

img {
  width: 100%;
  border-radius: 20px;
}

.btn-cta-1 {
  text-decoration: none;
  padding: 15px 30px;
  margin: 0px 10px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  border-radius: 10px;
  border: 0px;
  font-weight: 600;
  box-shadow: 0px 0px 14px -7px #f09819;
  background-image: linear-gradient(45deg, #FF512F 0%, rgba(250, 102, 40, 0.8784313725) 51%, #FF512F 100%);
  cursor: pointer;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}
.btn-cta-1:hover {
  background-position: right center;
  color: #fff;
  text-decoration: none;
}
.btn-cta-1:active {
  transform: scale(0.95);
}

.inner-page-banner {
  background-image: url(../images/inner-pg-banner-1.png);
  height: 40vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner-page-banner h3 {
  color: #fff;
  font-size: 70px;
  font-weight: 600;
  text-align: center;
  font-family: "DM Sans", sans-serif;
}
.inner-page-banner h1 {
  color: #fff;
  font-size: 70px;
  font-weight: 600;
  text-align: center;
  font-family: "DM Sans", sans-serif;
}
.inner-page-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

h1.sec-title {
  font-size: 50px;
  font-weight: 700;
  color: #000c35;
  font-family: "DM Sans", sans-serif;
  text-align: start;
  margin-bottom: 30px;
}

.sec-title {
  font-size: 50px;
  font-weight: 700;
  color: #000c35;
  font-family: "DM Sans", sans-serif;
  text-align: start;
  margin-bottom: 30px;
}

.sec-para {
  font-size: 22px;
  font-weight: 400;
  color: #000;
  font-family: "DM Sans", sans-serif;
  text-align: start;
}

.hero-section {
  background: url(../images/hero-banner.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80vh;
}
.hero-section h3 {
  color: #fff;
  font-size: 70px;
  font-weight: 600;
  text-align: center;
  font-family: "DM Sans", sans-serif;
}
.hero-section p {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  font-family: "DM Sans", sans-serif;
}

.full-width-section {
  background-color: #dee2e6;
}

.hair-varity-sec .hair-varity-card {
  box-shadow: 0 20px 10px rgba(0, 0, 0, 0.062);
  height: 100%;
  background-color: #e2e3e5;
  border-radius: 20px;
  overflow: hidden;
}
.hair-varity-sec .hair-varity-card img {
  border-radius: 0;
}
.hair-varity-sec .hair-varity-card-content {
  padding: 20px;
}
.hair-varity-sec .hair-varity-card-content h3 {
  font-size: 25px;
  font-weight: 700;
  color: #000;
  font-family: "DM Sans", sans-serif;
  text-align: start;
  margin-top: 20px;
}
.hair-varity-sec .hair-varity-card-content p {
  font-size: 17px;
  font-weight: 400;
  color: #000;
  font-family: "DM Sans", sans-serif;
  text-align: start;
}

.contact-enquiry-sec {
  background-color: #E8C8A0;
}

.faq-section .accordion-item {
  border: none;
  margin-bottom: 10px;
}
.faq-section .accordion-button {
  background-color: transparent !important;
  color: #000c35 !important;
  font-weight: 700;
  font-size: 29px;
  line-height: 1.5;
  font-family: "DM Sans", sans-serif;
}
.faq-section .accordion-button:focus {
  box-shadow: none !important;
}
.faq-section .accordion-button.collapsed {
  background-color: #fff !important;
  color: #000 !important;
  font-weight: 500;
  font-size: 23px;
}
.faq-section .accordion-body {
  background-color: #fff;
  color: #1f1f1f;
  font-weight: 500;
  font-size: 18px;
  font-family: "DM Sans", sans-serif;
}

.hori-card-row {
  position: relative;
}
.hori-card-row:after {
  content: "";
  position: absolute;
  top: 0%;
  left: 40px;
  width: 100%;
  height: 100%;
  background-color: #fa6028;
  z-index: -1;
  border-radius: 160px 30px 30px 160px;
}
.hori-card-row img {
  border-radius: 100%;
  border: 10px solid #fa6028;
}
.hori-card-row .sec-title {
  color: #fff;
}
.hori-card-row .sec-para {
  color: #fff;
}

.horizantal-card-1 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.192);
  overflow: hidden;
}
.horizantal-card-1 .horizantal-card-1-img {
  width: 30%;
}
.horizantal-card-1 .horizantal-card-1-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0px;
}
.horizantal-card-1 .horizantal-card-1-content {
  padding: 30px;
  width: 69%;
}
.horizantal-card-1 .horizantal-card-1-content h3 {
  font-size: 26px;
  font-weight: 700;
  color: #000c35;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.horizantal-card-1 .horizantal-card-1-content p {
  font-size: 20px;
  font-weight: 400;
  color: #000c35;
  margin-bottom: 15px;
}

/* popup form */
.pop-up-section .popup-overlay {
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.pop-up-section .popup-content {
  background: #1A2A80;
  background: linear-gradient(90deg, rgb(26, 42, 128) 0%, rgb(0, 128, 157) 100%);
  background-position: center center;
  background-size: cover;
  max-width: 1300px;
  width: 90%;
  padding: 30px;
  border-radius: 8px;
  position: relative;
  gap: 30px;
}
.pop-up-section .popup-content h4 {
  font-size: 35px;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 700;
  color: #f09819;
  text-transform: uppercase;
}
.pop-up-section .popup-content p.sub {
  width: 100%;
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px;
  color: #ffffff;
  font-weight: 200;
}
.pop-up-section .popup-left,
.pop-up-section .popup-right {
  flex: 1;
  min-width: 280px;
}
.pop-up-section .popup-right {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
}
.pop-up-section .popup-right .pop-up-right-logo {
  margin-left: 30px;
}
.pop-up-section form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.pop-up-section form ::-moz-placeholder {
  color: #2c2c2c;
  font-weight: 400;
  font-size: 16px;
}
.pop-up-section form ::placeholder {
  color: #2c2c2c;
  font-weight: 400;
  font-size: 16px;
}
.pop-up-section form input,
.pop-up-section form select,
.pop-up-section form textarea {
  padding: 10px;
  font-size: 1rem;
  border: 1px solid #ffffff;
  border-radius: 10px;
  background-color: #fff;
}
.pop-up-section form input:focus,
.pop-up-section form select:focus,
.pop-up-section form textarea:focus {
  outline: none;
  border-color: #f09819;
}
.pop-up-section form button {
  padding: 12px;
  background: #f09819;
  color: white;
  border: none;
  font-size: 20px;
  cursor: pointer;
  border-radius: 4px;
  font-weight: 600;
}
.pop-up-section .popup-right p {
  margin-bottom: 7px;
  font-size: 1rem;
  color: #ffffff;
  padding-left: 30px;
}
.pop-up-section .popup-right p i {
  margin-right: 5px;
  color: #ffc721;
  font-size: 1.2rem;
}
.pop-up-section .client-logos {
  text-align: center;
  margin-top: 30px;
}
.pop-up-section .client-logos img {
  height: 60px;
  margin: 0 10px;
  vertical-align: middle;
  border-radius: 10px;
}
.pop-up-section .close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  background: transparent;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #f09819;
}

.pop-up-section-2 .popup-content {
  background: #111111;
  background-position: center center;
  gap: 30px;
}

@media (max-width: 450px) {
  .pop-up-section .popup-content {
    width: 100% !important;
  }
  .pop-up-section .popup-content h4 {
    font-size: 22px !important;
  }
  .pop-up-section .popup-content p.sub {
    font-size: 16px !important;
  }
  .pop-up-section .popup-content img {
    display: none;
  }
  .pop-up-section .pop-up-big-img {
    display: none;
  }
  .pop-up-section .pop-up-right-logo {
    width: 50% !important;
    margin-top: 10px;
    margin-bottom: 0;
  }
  .pop-up-section body.modal-open {
    overflow: scroll;
  }
}
/* bread crumb section */
.breadcrumb-section {
  padding: 1em 0 0 0;
}
.breadcrumb-section .breadcrumb-item a {
  color: rgba(19, 19, 19, 0.6588235294);
  text-decoration: none;
  font-weight: 600;
  font-size: 17px;
}
.breadcrumb-section .breadcrumb-item a:hover {
  color: #f09819;
}
.breadcrumb-section .breadcrumb-item.active {
  color: #131313;
  font-weight: 600;
  font-size: 17px;
}

/* landing page de  */
.de-hero-section {
  background-image: url(../images/de-img-02.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20vh;
  z-index: 1;
}
.de-hero-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.de-hero-section h3 {
  color: #fff;
  font-size: 70px;
  font-weight: 600;
  text-align: center;
  font-family: "DM Sans", sans-serif;
}

.german-landing-page-card {
  background-color: rgba(232, 200, 160, 0.3019607843);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 10px;
}
.german-landing-page-card img {
  width: 40%;
  height: 100%;
}
.german-landing-page-card .german-landing-page-card-content {
  padding: 10px;
}
.german-landing-page-card .german-landing-page-card-content .sec-title {
  color: #131313;
  font-weight: 800;
  font-size: 19px;
  margin-bottom: 10px;
}
.german-landing-page-card .german-landing-page-card-content .sec-para {
  color: #131313;
  font-weight: 400;
  font-size: 16px;
}
.german-landing-page-card .btn-cta-1 {
  text-decoration: none;
  padding: 8px 15px;
  margin: 0px 10px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  border-radius: 10px;
  border: 0px;
  font-weight: 600;
  box-shadow: 0px 0px 14px -7px #f09819;
  background-image: linear-gradient(45deg, #FF512F 0%, rgba(250, 102, 40, 0.8784313725) 51%, #FF512F 100%);
  cursor: pointer;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

@media (max-width: 450px) {
  section {
    padding: 1em 0;
  }
  .hero-section h3 {
    font-size: 30px;
    font-weight: 600;
    text-align: start;
  }
  .hero-section p {
    text-align: start;
  }
  #headerOne .menu-bar {
    padding: 0px;
  }
  .navbar .btn-cta-1 {
    text-decoration: none;
    padding: 8px 21px;
    margin: 0px 9px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    border-radius: 10px;
    border: 0px;
    font-weight: 600;
    box-shadow: 0px 0px 14px -7px #f09819;
    background-image: linear-gradient(45deg, #FF512F 0%, rgba(250, 102, 40, 0.8784313725) 51%, #FF512F 100%);
    cursor: pointer;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    font-size: 12px;
  }
  .sec-title {
    font-size: 30px;
  }
  h1.sec-title {
    font-size: 30px;
  }
  .inner-page-banner h3 {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    font-family: "DM Sans", sans-serif;
  }
  .inner-page-banner h1 {
    font-size: 26px;
  }
  .horizantal-card-1 {
    display: flex;
    flex-direction: column;
  }
  .horizantal-card-1 .horizantal-card-1-img {
    width: 100%;
  }
  .horizantal-card-1 .horizantal-card-1-content {
    padding: 30px;
    width: 100%;
  }
  .btn-cta-1 {
    padding: 10px 15px;
    font-size: 14px;
  }
  .faq-section .accordion-button.collapsed {
    background-color: #fff !important;
    color: #000 !important;
    font-weight: 500;
    font-size: 13px;
  }
  .faq-section .accordion-button {
    background-color: transparent !important;
    color: #000c35 !important;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.5;
    font-family: "DM Sans", sans-serif;
  }
  .header-mail {
    display: none;
  }
}/*# sourceMappingURL=german.css.map */