.hero-section {
  background : linear-gradient(265deg, #00A4BC 4.73%, #2B3952 80.25%);
}

.hero-section .container-primary {
  padding         : 60px 0;
  display         : flex;
  align-items     : center;
  justify-content : space-between;
  gap             : 100px;
}

.hero-content_text {
  background              : var(--gradient-pro);
  background-clip         : text;
  -webkit-background-clip : text;
  -webkit-text-fill-color : transparent;
  font-size               : 26px;
  font-style              : normal;
  font-weight             : 700;
  line-height             : normal;
}

.hero-title {
  color       : #FFF;
  font-size   : 60px;
  font-style  : normal;
  font-weight : 700;
  line-height : 66px;
  margin      : 5px 0 15px;
}

.hero-description {
  color       : var(--color-white-default);
  font-size   : 15px;
  font-style  : normal;
  font-weight : 500;
  line-height : normal;
}

.hero-actions {
  display    : flex;
  gap        : 15px;
  margin-top : 40px;
  flex-wrap  : wrap;
}

.hero-actions a {
  text-align      : center;
  text-shadow     : 0 0 4px rgba(0, 0, 0, 0.25);
  font-size       : 16px;
  font-style      : normal;
  font-weight     : 700;
  line-height     : normal;
  text-transform  : initial;
  width           : 235px;
  height          : 55px;
  display         : flex;
  align-items     : center;
  justify-content : center;
}

/********************
	Part - habitat-services
********************/

.services-overview_header {
  display         : flex;
  align-items     : center;
  justify-content : center;
  gap             : 25px;
}

.services-overview_header-title-container {
  width : 100%;
}

.services-overview_header-title-section-title {
  color       : var(--color-primary);
  font-size   : 45px;
  font-style  : normal;
  font-weight : 700;
  line-height : 50px;
  margin      : 0;
}

.services-overview_header-title-description {
  font-size               : 14px;
  font-style              : normal;
  font-weight             : 700;
  line-height             : normal;
  letter-spacing          : 0.14px;
  text-transform          : uppercase;
  background              : var(--gradient-pro);
  background-clip         : text;
  -webkit-background-clip : text;
  -webkit-text-fill-color : transparent;
}

.services-overview .container-secondary {
  padding : 80px 0 90px;
}

.services-overview_header-description-container {
  color       : var(--color-primary);
  font-size   : 15px;
  font-style  : normal;
  font-weight : 500;
  line-height : 180%;
}

.habitat-service-section {
  padding-top : 120px;
  position    : relative;
}

a.habitat-service-link {
  display         : flex;
  flex-direction  : column;
  height          : 100%;
  justify-content : space-between;
  gap             : 15px;
}

.habitat-service-header {
  display     : flex;
  align-items : center;
  gap         : 5px;
  height      : 100%;
}

.habitat-service-header .habitat-service-title:after {
  content          : '';
  position         : absolute;
  width            : calc(100% + 15px);
  left             : -15px;
  height           : 1px;
  background-color : var(--color-pro);
  bottom           : -5px;
  transform-origin : left;
  transform        : scaleX(0);
  transition       : transform 0.25s ease-in, width .25s ease-in, left .25s ease-in;
}

.habitat-service-section_slide:hover .habitat-service-header .habitat-service-title:after {
  transform        : scaleX(1);
  width            : calc(100%);
  left             : 0;
  transition-delay : .35s;
}

h5.habitat-service-title {
  color         : var(--color-primary);
  font-size     : 15px;
  font-style    : normal;
  font-weight   : 700;
  line-height   : normal;
  position      : relative;
  margin-top    : 0;
  margin-bottom : 6px;
}

.habitat-service-section_slide .habitat-service-header_svg {
  transform : rotate(45deg);
}

.habitat-service-section_slide .habitat-service-header_svg line {
  stroke-dasharray  : 9 0;
  stroke-dashoffset : 0;
  transition        : stroke-dashoffset .35s ease-out, stroke-dasharray .35s ease-out;
  transition-delay  : .35s;
}

.habitat-service-section_slide:hover .habitat-service-header_svg line {
  stroke-dashoffset : 20;
  stroke-dasharray  : 18 25;
  transition-delay  : 0s;
}

.habitat-service-section_slide .habitat-service-header_svg path {
  stroke-dasharray  : 15 15;
  stroke-dashoffset : -14;
  transition        : stroke-dasharray .25s ease-out;
  transition-delay  : .3s;
}

.habitat-service-section_slide:hover .habitat-service-header_svg path {
  stroke-dasharray : 0 15;
  transition-delay : .1s;
}

.habitat-service-section .media-container {
  overflow      : hidden;
  border-radius : 10px;
  width         : fit-content;
}

a.habitat-service-link:hover {
  color : var(--color-white-default);
}

a.habitat-service-link:hover .default-media {
  transform : scale(1.05);
}

.habitat-service-header_svg {
  color : var(--color-pro);
}

.habitat-service-header_svg, .habitat-service-section .default-media {
  transition : all 0.3s ease-in-out;
}

.habitat-service-section_svg {
  position : absolute;
  top      : 40px;
  left     : -100px;
}

/****************************************
	Part - habitat-realization-section
*****************************************/

.realization-section {
  background : var(--color-primary);
  position   : relative;
  overflow   : hidden;
}

.realization-section .container-primary {
  padding : 50px 0;
}

.realization-section_top-motif {
  position : absolute;
  right    : -106px;
  top      : -54px;
}

.realization-section_bottom-motif {
  position : absolute;
  left     : -106px;
  bottom   : -141px;
}

.realization-content-text {
  text-align              : center;
  font-size               : 14px;
  font-style              : normal;
  font-weight             : 700;
  line-height             : normal;
  letter-spacing          : 0.14px;
  text-transform          : uppercase;
  background              : var(--gradient-pro);
  background-clip         : text;
  -webkit-background-clip : text;
  -webkit-text-fill-color : transparent;
}

.realization-content-title {
  color       : var(--color-white-default);
  text-align  : center;
  font-size   : 45px;
  font-style  : normal;
  font-weight : 700;
  line-height : 50px;
  margin      : 8px 0 0;
}

.realization-actions {
  display         : flex;
  justify-content : center;
  z-index         : 1;
  position        : relative;
}

.realization-actions a {
  text-align      : center;
  text-shadow     : 0 0 4px rgba(0, 0, 0, 0.25);
  font-size       : 16px;
  font-style      : normal;
  font-weight     : 700;
  line-height     : normal;
  text-transform  : initial;
  width           : 235px;
  height          : 50px;
  display         : flex;
  align-items     : center;
  justify-content : center;
}

.habitat-realization-section {
  position : relative;
  width    : 100%;
  padding  : 55px 0;
  z-index  : 1;
}

.habitat-realization-container {
  display         : flex;
  align-items     : center;
  justify-content : center;
  gap             : 50px;
  margin          : 0 auto;
}

.habitat-realization-before,
.habitat-realization-after {
  cursor      : pointer;
  transition  : transform 0.2s ease;
  flex-shrink : 0;
}

.habitat-realization-before svg:hover,
.habitat-realization-after svg:hover {
  transform : scale(1.1);
}

.habitat-realization-slider {
  position      : relative;
  width         : 100%;
  height        : 500px;
  overflow      : hidden;
  border-radius : 10px;
}

.before-after-container {
  position   : absolute;
  width      : 100%;
  height     : 100%;
  opacity    : 0;
  transform  : translateX(100%);
  transition : all 0.5s ease-in-out;
}

.before-after-container.active {
  opacity   : 1;
  transform : translateX(0);
}

.before-after-wrapper {
  position      : relative;
  width         : 100%;
  height        : 100%;
  overflow      : hidden;
  border-radius : 10px;
}

.image-before,
.image-after {
  position : absolute;
  top      : 0;
  left     : 0;
  width    : 100%;
  height   : 100%;
  overflow : hidden;
}

.image-before img,
.image-before video,
.image-after img,
.image-after video {
  position        : absolute;
  top             : 50%;
  left            : 50%;
  width           : 100%;
  height          : 100%;
  object-fit      : cover;
  object-position : center;
  transform       : translate(-50%, -50%);
  min-width       : 100%;
  min-height      : 100%;
}

.image-after {
  clip-path : polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
  z-index   : 10;
}

.image-label {
  position      : absolute;
  top           : 20px;
  padding       : 8px 16px;
  background    : rgba(45, 51, 73, 0.7);
  color         : white;
  border-radius : 20px;
  font-size     : 14px;
  font-weight   : bold;
  z-index       : 10;
}

.before-label {
  left : 20px;
}

.after-label {
  right : 20px;
}

.slider-handle {
  position   : absolute;
  top        : 0;
  left       : 50%;
  width      : 2px;
  height     : 100%;
  background : #89BE42;
  cursor     : ew-resize;
  z-index    : 20;
  transform  : translateX(-50%);
}

.slider-line {
  width      : 100%;
  height     : 100%;
  background : var(--color-white-default);
}

.slider-button {
  position        : absolute;
  top             : 50%;
  left            : 50%;
  width           : 6px;
  height          : 35px;
  background      : var(--color-white-default);
  transform       : translate(-50%, -50%);
  display         : flex;
  align-items     : center;
  justify-content : center;
  gap             : 18px;
}

.slider-button img {
  width      : 20px;
  height     : 20px;
  object-fit : contain;
}

.habitat-realization-text {
  position    : absolute;
  bottom      : 0;
  left        : 0;
  right       : 0;
  background  : linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  color       : white;
  padding     : 40px 20px 20px;
  font-size   : 16px;
  line-height : 1.4;
}

/****************************************
	Part - habitat-contact-section
*****************************************/

.habitat-contact-parallax {
  position              : relative;
  min-height            : 550px;
  background-size       : cover;
  background-position   : center;
  background-repeat     : no-repeat;
  background-attachment : fixed;
  display               : flex;
  align-items           : center;
  justify-content       : center;
}

.habitat-contact-container {
  position : relative;
  z-index  : 2;
}

/*.habitat-contact-parallax::before {*/
/*  content    : "";*/
/*  position   : absolute;*/
/*  top        : 0;*/
/*  left       : 0;*/
/*  right      : 0;*/
/*  bottom     : 0;*/
/*  background : rgba(0, 0, 0, 0.4);*/
/*  z-index    : 1;*/
/*}*/

.habitat-contact-header {
  position  : relative;
  z-index   : 2;
  max-width : 650px;
}

.habitat-contact-header .habitat-contact-text {
  font-size               : 14px;
  font-style              : normal;
  font-weight             : 700;
  line-height             : normal;
  letter-spacing          : 0.14px;
  text-transform          : uppercase;
  background              : var(--gradient-pro);
  background-clip         : text;
  -webkit-background-clip : text;
  -webkit-text-fill-color : transparent;
}

.habitat-contact-title {
  color       : var(--color-white-default);
  font-size   : 45px;
  font-style  : normal;
  font-weight : 700;
  line-height : 50px;
  margin      : 8px 0 25px;
}

.habitat-contact-header .habitat-contact-buttons {
  color          : var(--color-white-default);
  text-align     : center;
  font-size      : 15px;
  font-style     : normal;
  font-weight    : 600;
  line-height    : normal;
  text-transform : initial;
  border-radius  : 60px;
  border         : 1px solid var(--color-white-default);
}

.habitat-contact-header .habitat-contact-buttons:hover {
  background : var(--color-white-default);
  color      : var(--color-primary);
  transition : all 0.3s ease-in-out;
}
