#body {
  background-color: var(--proactive-blue);
}

.spyral-bg {
  position: fixed;
  z-index: -10;
  top: 0;
  left: 0;
  opacity: 0.5;
}

.spyral-sm {
  width: 50px;
  height: auto;
}

p {
  color: var(--white);
  margin-bottom: 3rem;
}

.about {
  margin-top: 3.75rem 0;
}

.automobile,
.immobilier,
.faq {
  margin-top: 3.5rem;
  margin-bottom: 3.75rem;
}

/****************  
Titles and Texts
****************/

h2 {
  color: var(--white);
  font-weight: bold;
}

h2:after {
  background: var(--white);
}

h1, h2, h3 {
  margin-bottom: 0;
}

.heading-container {
  width: fit-content;
  border: none;
  border-radius: 0 69px 69px 0;
  background: radial-gradient(circle at 35% top, #43a6ce, #336174);
  color: var(--white);
  font-weight: bold;
  display: flex;
  align-items: center;
  
}

.secondary-title {
  color: var(--white);
  background-color: var(--bg-title-blue);
  width: fit-content;
  border-radius: 0 60px 60px 0;
  display: flex;
  justify-content: start;
  align-items: center;
}

/*******
HERO SECTION
*******/

.hero,
.cham-ctr,
.hero-content,
.cham-1 {
  position: relative;
}

.hero {
  margin-bottom: 3rem;
}

.hero .container-fluid,
.hero .row {
  height: 100%;
}

.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-content-bg {
  position: absolute;
  z-index: -5;
  right: -25%;
  height: auto;
}

.bg-circle {
  position: absolute;
  z-index: -10;
  left: -10%;
  height: auto;
}

.cham-1 {
  position: relative;
  height: auto;
  left: 0;
}

.hero-btn {
  display: flex;
}

.scroll-down {
  position: absolute;
  z-index: 500;
}

.scroll-down button {
  border: 2px solid var(--white);
}


/*************
BUTTONS
*************/

.cta-btn {
  font-weight: bold;
  background-color: var(--bg-title-blue);
}

.cta-btn:hover {
  background-color: #c5c5c5;
  cursor: pointer;
}

.proactive-button .button:after {
  background-color: var(--bg-title-blue);
}

.proactive-button .button:before {
  background-color: var(--dark-blue);
}


/*************
CTA BANNERS
*************/

.cta-section .overlay {
  background-color: rgba(56, 203, 236, 0.85);
}


/*************
CONTENT
*************/

.about {
  margin-top: 240px;
  margin-bottom: 5rem;
}

.building-img {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
  rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
  rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

/*************
 RESPONSIVE
*************/

/* Mobile */
@media screen and (max-width: 429px) {

  /* Navigation */
  .scroll-down {
    right: 20px;
    bottom: 10%;
  }

  /* hero */
  .hero {
    height: 93vh;
  }
  .hero .col-md-7 {
    display: unset;
  }
  .bg-circle {
    top: 5%;
    width: 100%;
  }

  .cham-1 {
    top: 0;
    width: 100%;
  }

  .proactive-logo {
    width: 70%;
    margin-bottom: 1rem;
  }

  .hero-content {
    padding: 0 20px;
    width: 100%;
  }

  .hero-content-bg {
    display: none;
  }
}

/* Tablett */
@media screen and (min-width: 430px) and (max-width: 768px) {

  .hero {
    height: 92vh;
  }
  .hero h2 {
    line-height: 35px;
  }

  .cham-ctr {
    width: 100%;
  }

  .bg-circle {
    top: 2%;
    width: 60%;
  }

  .cham-1 {
    top: 0;
    width: 80%;
  }

  .hero-content {
    position: absolute;
    right: 0;
    bottom: 10%;  
    padding: 40px 20px 20px 20px;
    align-items: end;
    justify-content: end;
  }

  .hero-content .proactive-logo {
    width: 60%;
    margin-bottom: 1rem;
  }

  .hero-content-bg {
    display: none;
  }

  .scroll-down {
    position: absolute;
    right: 5%;
    bottom: 5%;
  }
}

/* LapTop 14 inches */
@media screen and (min-width: 769px) and (max-width: 1519px) {

  /* hero */
  .bg-circle {
    top: 5%;
    width: 90%;
  }
  
  .cham-1 {    
    top: 0;
    width: 100%;
  }

}

/* LapTop 17 inches */
@media screen and (min-width: 1520px) and (max-width: 1899px) {


  /*hero*/
  .bg-circle {
    top: 0;
    width: 35%;
  }
  
  .cham-1 {
    top: 0px;
    width: 80%;
  }

}

@media screen and (max-width: 768px) {


  /* Titles and texts */
  h1,
  h2 {
    font-size: 22px;
    padding-left: 16px;
  }

  .hero h2 {
    padding-left: 0;
  }

  h3 {
    font-size: 16px;
  }
  .heading-container {
    padding: 20px;
  }

  .secondary-title {
    padding: 15px;
  }
  /* Navigation */
  .mobile-nav {
    background-color: var(--proactive-blue);
    background-image: linear-gradient(160deg, #2e7591 0%, var(--proactive-blue) 150%);
  }

  /* hero */

  .hero {
    margin-top: var(--mobile-header-height);
  }
  .hero-btn {
    gap: 3rem;
  }

}

@media screen and (min-width: 769px ) {
  
  /* Global */
  
  .about, .services {
    padding: 1.5rem 1.5rem 0 0;
  }
  
  .scroll-down {
    left: 30%;
    bottom: 10%;
  }

  /* Titles and texts */

  .heading-container {
    padding: 40px 40px 40px 110px;
  }
  .secondary-title {
    padding: 25px 25px 25px 140px;
  }
  
  h1, h2 {
    font-size: 25px;
    padding-left: 16px;
  }

  h3 {
    font-size: 18px;
  }
  

  /* hero */
  .hero {
    margin-top: var(--laptop-header-height);
    height: 80vh;
  }

  .hero .col-md-7 {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .proactive-logo {
    width: 60%;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .hero-content-bg {
    bottom: -70%;
    width: 90%;
  }
  .hero-btn {
    gap: 5rem;
  }

}