
/*
-------------------------------------------------------------------------
                          BODY RESET
-------------------------------------------------------------------------
*/

body { 
font-size: 17px;
line-height: 30px;
color: #151515;
}

:root {     
--dark-gray: #121212;
--base-color: #E51D3D;
--medium-gray: #5a5a5a;
--alt-font: 'Cormorant Garamond', serif;
--primary-font: 'Inter', sans-serif;
}

/*
-------------------------------------------------------------------------
                          LOGO
-------------------------------------------------------------------------
*/

img.logoHeader {
max-height:120px!important;
}
img.logoFooter {
max-height:40px!important;
}

/*
-------------------------------------------------------------------------
                          NAV
-------------------------------------------------------------------------
*/

.navbar .navbar-nav .nav-item .nav-link {
border-bottom: 3px solid #eeece8;
padding-bottom: 35px;
}

.navbar .navbar-nav .nav-item:hover .nav-link, 
.navbar .navbar-nav .nav-item.active .nav-link,
.navbar .navbar-nav .nav-link.active {
color: #151515!important;
opacity: 1.0!important;
border-bottom: 3px solid #E51D3D!important;
}

.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
font-size: 17px;
font-weight: 500;
color: #151515 !important;
background-color: #eeece8;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a:hover {
background-color: #E51D3D;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a i {
font-size: 30px;
width: 35px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
border-radius: 5px;
padding: 0;
overflow: hidden;
width: 300px;
}

.navbar .navbar-nav .dropdown .dropdown-menu li.active > a {
color: #E51D3D!important;
background-color: #E51D3D!important;
}


/*
-------------------------------------------------------------------------
                          HERO
-------------------------------------------------------------------------
*/

.hero-logo-wrap {
    position: relative;
    width: 100%;
    padding-bottom: 60px;
}

.hero-logo {
    display: block;
    width: 100%;
    max-width: 320px;
    height: auto;
}

.hero-bottom {
    width: 100%;
    margin-top: auto;
}

.team-style-01 figure {
  border-radius: 20px !important;
}

.team-style-01 figure img {
  border-radius: 20px 20px 0 0 !important;
}

.team-style-01 figure figcaption,
.team-style-01 figure .box-overlay {
  border-radius: 0 0 20px 20px !important;
}

.team-style-01 figure {
  overflow: hidden;
}

.hero-button {
    margin-top: 42px;
}

.intro-label {
    flex-direction: column;
}

.intro-label::after {
    content: "";
    width: 1cm;
    height: 2px;
    margin-top: 0.5cm;
    background-color: #E51D3D;
}

.hero-title {
    margin-top: 24px!important;
    padding-top: 0!important;
    line-height: 1.05;
}

.service-title-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.service-icon {
  width: 61px;
  height: 61px;
  padding: 4px;
  flex: 0 0 61px;
  background-color: #fce3e8;
  border: none;
  border-radius: 50%;
}

.service-title-row h3 {
  margin-bottom: 0;
  position: relative;
  top: -4px;
}

.klima-card {
  display: flex;
  align-items: center;
}

.klima-content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 30px;
}

.klima-icon {
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
}

.klima-divider {
  width: 1px;
  align-self: stretch;
  min-height: 82px;
  background-color: #fff;
}

.wella-divider {
  width: 1px;
  align-self: stretch;
  min-height: 82px;
  background-color: #151515;
}

@media (max-width: 767px) {
  .wella-content {
    flex-direction: column;
    align-items: center;
    gap: 50px !important;
  }

  .wella-content .wella-divider {
    width: 25%;
    height: 1px;
    min-height: 1px;
    align-self: center;
  }
}

.klima-copy {
  flex: 0 1 auto;
}

.klima-copy .alt-font {
  width: 100%;
  margin-bottom: 8px;
}

.klima-copy p {
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .klima-content {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .klima-divider {
    width: 50%;
    height: 1px;
    min-height: 1px;
    align-self: center;
  }

  .klima-copy {
    width: 100%;
    flex-basis: 100%;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .tp-section-gap {
    padding-top: 40px !important;
  }
}


/*
-------------------------------------------------------------------------
                          MARGINS
-------------------------------------------------------------------------
*/

.top-minus-180px {
  top: -180px;
}
.right-minus-250px {
  right: -250px
}

.mt-minus-300px {
  margin-top: -300px;
}

@media (min-width: 1400px) {
  .p-80px {
    padding: 80px !important;
  }
}

.my-25px {
margin-top: 25px!important;
margin-bottom: 25px!important;
}

/*
-------------------------------------------------------------------------
                          TITLES
-------------------------------------------------------------------------
*/

h1,
.h1 {
  font-size: 5.125rem;
  line-height: 5rem;
}
h2 {
  font-size: 4.5rem;
  line-height: 4.2rem;
}
h3 {
  font-size: 3.875rem;
  line-height: 3.4rem;
}
h6,
.h6 {
  font-size: 1.75rem;
  line-height: 2.25rem;
}
/* page title */ 
.page-title-large h1 {
    font-size: 4.375rem;
    line-height: 4.375rem;
}
/* word break normal */ 
.word-break-normal {
    word-break: normal;
}

/*
-------------------------------------------------------------------------
                          LINK
-------------------------------------------------------------------------
*/

a {
color: #3c3c3b!important;
-webkit-transition: 0.3s;
transition: 0.3s;
text-decoration: none;
}

/*
-------------------------------------------------------------------------
                          PREISE
-------------------------------------------------------------------------
*/


.preise{--rot:#d81e3f;--rot-hell:#fbe4e8;--text:#1d1b1a;--grau:#6b6763;--linie:#e8e5e1;
  box-sizing:border-box;padding-top:96px;padding-bottom:96px;background:#eeece9;font-family:'Inter',system-ui,sans-serif;color:var(--text)}
.preise *{box-sizing:border-box}
.preise-kopf{text-align:center;margin:0 auto 56px;}
.preise-eyebrow{font-size:14px;letter-spacing:.12em;text-transform:uppercase;margin:0}
.preise-strich{display:block;width:32px;height:2px;background:var(--rot);margin:16px auto 24px}
.preise h2{font-family:'Cormorant Garamond',Georgia,serif;font-weight:500;font-size:56px;line-height:1.1;margin:0}
.preise-intro{color:var(--grau);line-height:1.7;margin:20px 0 0}
.preise-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:32px;align-items:start}
.preise-spalte{display:flex;flex-direction:column;gap:32px}
.preis-karte{background:#fff;border-radius:24px;padding:40px 44px;box-shadow:0 10px 30px rgba(60,50,40,.07); }
.preis-karte h3{display:flex;align-items:center;gap:16px;font-family:'Cormorant Garamond',Georgia,serif;font-weight:500;font-size:32px;margin:0 0 20px}
.preis-icon{flex:none;width:48px;height:48px;border-radius:50%;background:var(--rot-hell);display:grid;place-items:center;color:var(--rot)}
.preis-icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.preis-liste{list-style:none;margin:0;padding:0}
.preis-liste li{display:flex;justify-content:space-between;align-items:baseline;gap:24px;padding:14px 0;border-top:1px solid var(--linie);line-height:1.5}
.preis-liste li:first-child{border-top:0}
.preis-liste .preis{flex:none;font-weight:600;color:var(--rot);white-space:nowrap}
.preise-hinweis{text-align:center;color:var(--grau);font-size:15px;line-height:1.7;margin:48px auto 0;}
.preise-zahlung{text-align:center;margin-top:56px}
.preise-zahlung h3{font-family:'Cormorant Garamond',Georgia,serif;font-weight:500;font-size:32px;margin:0 0 24px}
.zahlung-liste{display:flex;justify-content:center;gap:16px}
.zahlung-chip{background:#fff;border-radius:16px;padding:20px 32px;min-width:180px;font-weight:500;box-shadow:0 10px 30px rgba(60,50,40,.07)}
@media(max-width:900px){.preise{padding:56px 16px}.preise h2{font-size:40px}.preise-grid{grid-template-columns:1fr}.preis-karte{padding:28px 24px}.zahlung-liste{flex-direction:column;align-items:center}}
.zahlung-liste img{width:auto;height:96px;border-radius:16px;background:#fff;padding:12px 20px;box-shadow:0 10px 30px rgba(60,50,40,.07)}

/*
-------------------------------------------------------------------------
                          KONTAKT
-------------------------------------------------------------------------
*/

.kontakt .row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 20px;
  margin-bottom: 20px;
}
.kontakt .row:last-child { margin-bottom: 0; }

.kontakt-title {
  font-size: 2.75rem;
  line-height: 1.12;
  letter-spacing: -1px;
}

.kontakt-foto {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
  border-radius: 20px;
}

.kontakt-card {
  background: #fff;
  border-radius: 20px;
  padding: 64px 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.kontakt-eyebrow {
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin: 0;
}
.kontakt-strich {
  display: block;
  width: 26px;
  height: 2px;
  background: var(--base-color);
  margin: 22px 0 26px;
}
.kontakt-card h2 {
  font-family: var(--alt-font);
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.15;
  margin: 0 0 20px;
}
.kontakt-card p { margin: 0 0 20px; max-width: 520px; }
.kontakt-adresse { margin: 0 0 30px; font-style: normal; }
.kontakt-label { display: block; color: var(--medium-gray); }
.kontakt-buttons { display: flex; flex-wrap: wrap; gap: 12px; }
.btn.btn-mail { text-transform: none; letter-spacing: .02em; }

.wichtig-card {
  background: #fff;
  border-radius: 20px;
  padding: 36px 56px;
}
.wichtig-title {
  font-family: var(--alt-font);
  font-weight: 500;
  font-size: 28px;
  line-height: 1.2;
  margin: 0 0 24px;
}
.wichtig-copy p { margin: 0; font-size: 15px; line-height: 1.65; }
.ablauf-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.ablauf-list li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.ablauf-num {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.8);
  font-family: var(--primary-font);
  font-size: 18px;
  font-weight: 600;
}
.ablauf-text {
  flex: 1 1 auto;
  padding-top: 6px;
  font-size: 14px;
  line-height: 1.55;
}
.ablauf-text strong:first-child {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.ablauf-warn {
  background: rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  margin: 0 -16px;
  padding: 14px 16px;
}
.wichtig-footnote {
  margin-top: 18px !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  opacity: .75;
}

.zeiten-card { padding: 40px 56px; }
.zeiten-grid { margin-bottom: 0 !important; }
.tag-karte {
  background: #fff;
  border-radius: 22px;
  height: 100%;
  min-height: 260px;
  padding: 24px 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.tag-kopf {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 12px;
  line-height: 1.4;
  color: var(--medium-gray);
}
.tag-kopf span:first-child { letter-spacing: .14em; text-transform: uppercase; }
.tag-abk {
  font-family: var(--alt-font);
  font-weight: 500;
  font-size: 132px;
  line-height: .85;
  letter-spacing: -.02em;
  color: var(--base-color);
}
.tag-balken {
  position: relative;
  height: 12px;
  border-radius: 6px;
  background: #e6e3de;
}
.tag-balken span {
  position: absolute;
  left: 8.33%;
  width: 83.33%;
  top: 0;
  bottom: 0;
  border-radius: 6px;
  background: var(--base-color);
}
.tag-zeit {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 500;
}
.zeiten-hinweis { margin: 28px 0 0; font-weight: 500; }

@media (min-width: 768px) {
  .zeiten-grid > .col-md-6 {
    margin-bottom: 30px !important;
  }
}

@media (max-width: 767px) {
  .wichtig-card { margin-bottom: 30px; }
}

@media (max-width: 991px) {
  .kontakt-card { padding: 40px 28px; }
  .wichtig-card { padding: 28px; }
  .zeiten-card { padding: 24px 16px; }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .zeiten-grid > .col-md-6 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    margin-bottom: 30px !important;
  }
  .tag-karte {
    min-height: 200px;
    padding: 18px;
  }
  .tag-abk {
    font-size: 84px;
  }
}
@media (max-width: 575px) {
  .kontakt-title { font-size: 2rem; }
  .kontakt-card h2 { font-size: 1.9rem; }
  .tag-karte { min-height: 200px; padding: 18px; }
  .tag-abk { font-size: 84px; }
}

/*
-------------------------------------------------------------------------
                          FOOTER
-------------------------------------------------------------------------
*/

footer .footer-logo img {
max-height: 120px!important;
}
.footer-dark {
color: #FFFFFF;
}
footer a {
color: #FFFFFF!important;
}
.footer-dark p, .footer-dark a {
color: #FFFFFF;
border-bottom: 1px solid #878380!important;
}
.footer-dark a:hover {
border-bottom: 1px solid #FFFFFF!important;
}
.footer-dark a.footer-logo,
.footer-dark a.footer-logo:hover,
.footer-dark a.tp-scroll,
.footer-dark a.tp-scroll:hover {
border-bottom: none!important;
}
.tp-scroll {
display: inline-block;
width: 65px;
height: 65px;
background-color: #FFFFFF;
text-align: center;
color: #000!important;
font-size: 18px;
line-height: 65px;
}

.tp-scroll:hover i {
color: #E51D3D !important;
}

footer .footer-logo img {
    max-height: 41px;
}
footer ul li {
    margin-bottom: 0;
}

/*
-------------------------------------------------------------------------
                          LIST
-------------------------------------------------------------------------
*/

.list-style-04{
  padding-left: 0;       /* we bouwen zelf de inspringing */
  margin: 0;
}

.list-style-04 li{
  list-style: none;
  position: relative;
  padding-left: 22px;    /* ruimte voor het bullet */
  margin: 0 0 10px;
}

.list-style-04 li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;           /* uitlijning t.o.v. eerste tekstregel */
  width: 10px;
  height: 10px;
  background: #005644;   
}

/*
-------------------------------------------------------------------------
                          BUTTON
-------------------------------------------------------------------------
*/

.btn {
font-family: var(--primary-font);
font-weight: 500;
-webkit-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}

.btn.btn-transparent-tp-1 { 
background: transparent!important;
border-color: #3c3c3b!important;
color: #3c3c3b!important;
}

.btn.btn-transparent-tp-1:hover, 
.btn.btn-transparent-tp-1:focus { 
background: #E51D3D; 
border-color: #E51D3D!important;
color: #3c3c3b!important;

}
.btn.btn-transparent-tp-2 { 
background: rgba(255, 255, 255, 1)!important;
border-color: #FFFFFF!important;
color: #3c3c3b!important;
}

.btn.btn-transparent-tp-2:hover, 
.btn.btn-transparent-tp-2:focus { 
background: transparent!important;
border-color: #FFFFFF!important;
color: #FFFFFF!important;
}

.btn.btn-transparent-tp-3 { 
background: #E51D3D!important;
border-color: #E51D3D!important;
color: #FFFFFF!important; 
}

.btn.btn-transparent-tp-3:hover, 
.btn.btn-transparent-tp-3:focus { 
background: transparent!important;
border-color: #777678!important;
color: #777678!important;
}

.btn.btn-medium {
font-size: 14px;
padding: 12px 20px;
}

btn-round-edge {
font-size: 14px;
}
.text-link-border {
color: inherit; /* behoudt de tekstkleur van de omgeving of gebruik bv. #151515 */
text-decoration: none; /* verwijdert de standaard underline */
border-bottom: 1px solid currentColor; /* lijn in dezelfde kleur als de tekst */
padding-bottom: 1px; /* beetje ruimte zodat border niet tegen de tekst plakt */
transition: border-color 0.3s, color 0.3s;
}

.text-link-border:hover {
color: #005644; /* gewenste hoverkleur */
border-bottom-color: #005644;
}

/*
-------------------------------------------------------------------------
                          BORDERS
-------------------------------------------------------------------------
*/

.border-base-color {
border-color: #777678!important;
}

.border-color-tp-1 {
border-color: #005644!important;
}

/*
-------------------------------------------------------------------------
                          THEME SPECIFIC
-------------------------------------------------------------------------
*/

/* animation rotation */
.animation-rotation-slow {
  -webkit-animation: rotation 16s infinite linear;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
  }
}
@-webkit-keyframes indicatorwave {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(245, 86, 8, 0.05);
    box-shadow: 0 0 0 0px rgba(245, 86, 8, 0.5);
  }

  100% {
    -webkit-box-shadow: 0 0 0 12px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 12px rgba(0, 0, 0, 0);
  }
}
@keyframes indicatorwave {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(245, 86, 8, 0.05);
    box-shadow: 0 0 0 0px rgba(245, 86, 8, 0.5);
  }

  100% {
    -webkit-box-shadow: 0 0 0 12px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 12px rgba(0, 0, 0, 0);
  }
}
.h-100vh {
  height: 100vh;
}
/* overflow */
.overflow-x-clip {
  overflow-x: clip;
}
/* footer */
footer {
  border-radius: 20px 20px 0 0;
  padding-bottom: 50px;
  padding-top: 50px;
  letter-spacing: 0;
}
footer .nav-link {
  padding-left: 25px;
  padding-right: 25px;
}
footer .footer-logo img {
  max-height: 180px;
}
footer .social li {
  margin-bottom: 0;
}
.footer-dark,
.footer-dark a,
.footer-dark p {
  color: #898989;
}
.footer-navbar li a:hover,
.footer-dark a:hover {
  color: var(--white);
}

/*
-------------------------------------------------------------------------
                          BACKGROUND
-------------------------------------------------------------------------
*/

.bg-tp-1 { 
background-color: #E51D3D;
}
.bg-tp-2 { 
background-color: #C5C3BE;
}
.bg-tp-3 { 
background-color: #eeece8;
}
.bg-tp-4 { 
background-color: #878380;
}

.bg-gradient-tp-1-transparent {
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(20, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.0) 80%, rgba(255, 255, 255, 0.0) 100%);
}


/*
-------------------------------------------------------------------------
                          COLORS
-------------------------------------------------------------------------
*/

.text-tp-1, 
.btn-link.text-tp-1,
a.text-tp-1-hover:hover{ 
color: #E51D3D!important; 
color: rgba(229, 29, 61, 1); 
}
.text-tp-2 {
color: #C5C3BE!important; 
}
.text-tp-3 {
color: #eeece8!important;
}
.text-tp-4 {
color: #878380;
}





/*
-------------------------------------------------------------------------
                      MEDIA
-------------------------------------------------------------------------
*/

/* responsive css */
@media (max-width: 1600px) {
  /* heading */
  h1,
  .h1 {
    font-size: 4.875rem;
    line-height: 4.75rem;
  }
  h2 {
    font-size: 4.125rem;
    line-height: 4rem;
  }
  h3 {
    font-size: 3.2rem;
    line-height: 3.125rem;
  }
  h6,
  .h6 {
    line-height: 2.25rem;
  }  
}
@media (max-width: 1399px) {
  header .navbar {
      width: calc(100% - 120px);
      left: 60px;
  }
  footer .nav-link {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1199px) {
  h2 {
    font-size: 3.375rem;
    line-height: 3.8rem;
  }
  h3 {
    font-size: 2.775rem;
  }
  h4 {
    font-size: 2rem;
    line-height: 2.3rem;
  }
  header .navbar {
    width: calc(100% - 60px);
    left: 30px;
  }
  footer .nav-link {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .md-order-minus-1 {
    order: -1;
  }

  .hero-section {
    padding-top: 20px !important;
  }

  .hero-copy {
    padding: 15px !important;
  }

  .hero-title {
    margin-top: 0 !important;
  }

  .hero-button {
    margin-top: 20px;
  }

  header .container-fluid {
    margin-top: 10px !important;
  }

  header .navbar-brand {
    padding: 10px 0;
  }

header .navbar-brand .mobile-logo {
    display: block;
  width: 190px !important;
  height: auto !important;
    max-width: 190px;
  max-height: none;
    visibility: visible !important;
    opacity: 1 !important;
  }

  header .header-button {
    display: none;
  }

  .hero-logo-wrap {
    display: none;
  }




  .hamburger-menu-simple .menu-item-list .nav-link {
    font-size: 42px;
  }
  .video-icon-large .video-icon {
    width: 70px;
    height: 70px;
  }
  .video-icon-large .video-icon .video-icon-sonar .video-icon-sonar-bfr {
    width: 120px;
    height: 120px;
  }
  footer {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
@media (max-width: 991px) {
  header .navbar-brand img {
    max-height: 23px;
  }
  .footer-navbar li .nav-link {
    padding-left: .7rem;
    padding-right: .7rem;
  }

.navbar .navbar-nav .nav-item .nav-link,
.navbar .navbar-nav .nav-item.active .nav-link,
.navbar .navbar-nav .nav-link.active,
.navbar-full-screen-menu-inner .navbar-nav .nav-item .nav-link,
.navbar-full-screen-menu-inner .navbar-nav .nav-item.active .nav-link,
.navbar-full-screen-menu-inner .navbar-nav .nav-link.active {
color: #FFFFFF!important;
font-size: 20px!important;
opacity: 1.0!important;
border-bottom: 0!important;
}

.navbar .navbar-nav .nav-item:hover .nav-link,
.navbar .navbar-nav .nav-item:focus-within .nav-link,
.navbar-full-screen-menu-inner .navbar-nav .nav-item:hover .nav-link,
.navbar-full-screen-menu-inner .navbar-nav .nav-item:focus-within .nav-link {
color: #000000!important;
border-bottom: 0!important;
}

.navbar-full-screen-menu-inner .navbar-nav > .nav-item {
border-bottom: 1px solid rgba(255, 255, 255, 0.8)!important;
}

}
@media (min-width: 1600px) {
  .fs-150 {
    line-height: 8.4rem;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .xxl-w-75 {
    width: 80% !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .xl-h-700px {
    height: 700px !important;
  }
}