/* -----------------FONTS IMPORTS---------------- */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

@font-face {
  font-family: 'PPNeueMontreal-Book';
  src: url(/asset/fonts/PPNeueMontreal-Book.otf) format("opentype");
 }

 @font-face {
  font-family: 'PPNeueMontreal-Bold';
  src: url(/asset/fonts/PPNeueMontreal-Bold.otf) format("opentype");
 }
 
 @font-face {
  font-family: 'PPNeueMontreal-Medium';
  src: url(/asset/fonts/PPNeueMontreal-Medium.otf) format("opentype");
 }


 @font-face {
  font-family: 'PPNeueMontreal-Thin';
  src: url(/asset/fonts/PPNeueMontreal-Thin.otf) format("opentype");
 }

/* -----------------DOCUMENT SETTING---------------- */
*, html{
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
 }

 html{
  scroll-behavior: smooth;
  font-size: 62.5%;
 }

 body{
  background: hsl(0, 0%, 11%);
  font-family: 'PPNeueMontreal-Book';
  color: #fff;
 }

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

 .navbar{
  position: relative;
  padding: 15px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 100;
}

 .logo{
  position: relative;
  bottom: 12px;
  width: auto;
  height: 65px;
 }


.nav_items{
  position: relative;
  height: 14%;
  width: 47%;
  font-size: 1.8rem;
  left: -1%;
}


.navbar ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.navbar .underline{
  display: inline-block;
  position: relative;
  color: #fff;
}

.underline::after{
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  top: 24px;
  left: 0;
  background-color: hsl(72, 59%, 58%);
  transform-origin: bottom 2px right;
  transition: transform 0.32s ease-out;
}

.underline:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}


.navbar #menuhb{
  display: none;
  position: absolute;
  right: 0;
  width: 10%;

}

a.contact_btn{
  display: inline-block;
  position: relative;
  color: #fff;
  transition: 0.9s;
}


.contact_us{
  background-color: hsl(0, 0%, 11%);
  border-radius: 8px;
	border:1px solid #ffffff;
  display:inline-block;
	cursor:pointer;
  font-family: 'PPNeueMontreal-Book';
  font-size: 1.8rem;
  padding: 1.3% 2%;
  transition: 0.7s;
}

#btn,#hover_black:hover{
  transition: 0.7s;
  color:hsl(0, 0%, 11%);
}

.contact_us:hover{
  transition: 0.7s;
  background-color: hsl(72, 59%, 58%);
}




/* -----------------HOME---------------- */
.home{
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
}

.home{
  top: 0;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}



/* -----------------TRIANGLES---------------- */

.home_triangle{
  z-index: -1005;
  height: 180%;
  position: absolute;
  right: 0;
  bottom: 0;
  clip-path: polygon(100% 0, 0 130%, 100% 100%);
}

.home_triangle_3{
  width: 35%;
  background: hsl(156, 5%, 21%);

}

.home_triangle_2{
  width: 45%;
  background: hsl(156, 5%, 21%);
}

.home_triangle_1{
  width: 35%;
  background: hsl(156, 5%, 21%);

}

.triangle{
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

  /* -----------------HEADER---------------- */
  header{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 12%;
    height: 100vh;
    width: 100vw;
   }


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

.text_check_button{
  font-family: 'PPNeueMontreal-Medium';
  word-spacing: 2px;
  font-size: 1.8rem;
}


.arrow_hp{
  animation-duration: 2s;
  animation-iteration-count: infinite;
  transform-origin: right;
  width: 20px;
  height: 20px;
}

.check_offer:hover .arrow_hp{
  animation-name: button;
  animation-timing-function: ease;
}

@keyframes button {
  0%   { transform: translateX(0); }
  50%  { transform: translateX(12px); }
  100% { transform: translateX(0); }
}



/* -----------------CHOOSE---------------- */
.choose_section{
  height: 60vh;
  width: 100vw;
  margin: 6em 0 8em 0;
}


/* -----------------SERVICES---------------- */
.services{
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
  width: 100vw;
  padding-top: 10px;
}

.services_modal-item p {
  letter-spacing: .6px;
}


/* -----------------VALUE---------------- */
.value_section{
  top: 0;
  margin-top: 10em; 
}

/* -----------------PRICING ---------------- */

.pricing_section {
  padding-top: 2em;
  margin-bottom: 8em;
  height: auto;
  width: 100vw;
}

.price_estimate {
    transform: translateY(10px);
}

/* -----------------COOKIE ---------------- */
.wrapper{
  position: fixed;
  bottom: 50px;
  right: -370px;
  max-width: 345px;
  width: 100%;
  background: #313131;
  border-radius: 8px;
  padding: 15px 25px 22px;
  transition: right 1.4s ease;
  z-index: 1500;
}

.wrapper.show{
  right: 20px;
}

.wrapper .cookie_header{
  display: flex;
  align-items: center;
  column-gap: 15px;
  margin-bottom: 1em;
}

.cookie_header .cookie_img{
  width: 2.8em;
}

.cookie_header h2{
  font-size: 2.4rem;
  color: #BAD355;
}

.wrapper .cookie_data{
  color: #e0e0e0;
  font-size: 16px;
}

.cookie_data a{
  color: #BAD355;
  text-decoration: none;
}

.cookie_data a:hover{
  color: #e0ff64;
  text-decoration: none;
}

.wrapper .buttons_cookie{
  margin-top: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.buttons_cookie .cookie_choise{
  border: none;
  padding: 8px 0;
  border-radius: 4px;
  background: #1D1D1D;
  color: #e0e0e0;
  cursor: pointer;
  width: calc(100% / 2 - 10px);
  transition: all 0.2s ease;
}


.buttons_cookie .cookie_choise:hover{
  background-color: #bad355;
  color: #1D1D1D;
}


/* -----------------SLIDER ANIMATION---------------- */
.swiper-slide .slider_subtitle{
  transform: translateY(-50px);
  opacity: 0;
}

.swiper-slide-active .slider_subtitle{
  transform: translateY(0);
  opacity: 1;
  transition: 1.4s ease;
}


.swiper-slide .slider_title{
  transform: translateY(-50px);
  opacity: 0;
}

.swiper-slide-active .slider_title{
  transform: translateY(0);
  opacity: 1;
  transition: 1.4s ease;
  transition-delay: 0.3s;
  transition-property: transform, opacity;
}


.swiper-slide .slider_description{
  transform: translateX(-80px);
  opacity: 0;
}

.swiper-slide-active .slider_description{
  transform: translateX(0);
  opacity: 1;
  transition: 1.6s ease;
  transition-delay: 0.8s;
  transition-property: transform, opacity;
}

.swiper-slide .slider_flex{
  transform: translateX(50px);
  opacity: 0;
  }

.swiper-slide-active .slider_flex{
transform: translateX(0);
opacity: 1;
transition: 1.2s ease;
transition-delay: 1.2s;
transition-property: transform, opacity;
}


/* -----------------TIMELINE---------------- */
.timeline{
max-width: 1200px;
margin: 0 auto;
position: relative;
}

.timeline_section_title .timeline_titles h1{
  text-align: center;
}

.timeline_section_title .timeline_titles h1 span{
  text-decoration: underline hsl(72, 61%, 58%);
}


.timeline::before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #fff;
  left: 50%;
}

.timeline ul li{
  position: relative;
}

.timeline ul li::after {
  content: '';
  position: absolute;
  top: 0;
  right: -105px;
  width: 20px;
  height: 20px;
  background: #e3e3e3;
  border-radius: 50%;
  transition: 1s;
}

ul li:nth-child(1) .timeline_header{
  background-image: url(/asset/img/Illustrations/analyse.jpg);
}
ul li:nth-child(2) .timeline_header{
  background-image: url(/asset/img/Illustrations/conception.jpg);
}
ul li:nth-child(3) .timeline_header{
  background-image: url(/asset/img/Illustrations/recherche.jpg);
}
ul li:nth-child(4) .timeline_header{
  background-image: url(/asset/img/Illustrations/revision.jpg);
}
ul li:nth-child(5) .timeline_header{
  background-image: url(/asset/img/Illustrations/validation.jpg);
}
ul li:nth-child(6) .timeline_header{
  background-image: url(/asset/img/Illustrations/production.jpg);
}
ul li:nth-child(7) .timeline_header{
  background-image: url(/asset/img/Illustrations/test.jpg);
}
ul li:nth-child(8) .timeline_header{
  background-image: url(/asset/img/Illustrations/livraison.jpg);
}

.timeline ul li:hover::after{
  background: #BAD355;;
}

.timeline_right {
  left: 63%;
}


.timeline_left{
  left: -64%;
}

.timeline_right::after {
  left: 5px;
  transform: translateX(-46px);
}

.timeline_left::after{
  right: -15px;
  transform: translateX(-46px);
}

.next_screen {
  font-size: 16px;
  overflow: scroll;
}

.next_screen p b{
  font-size: 1.8rem;
}



/* -----------------TPP---------------- */

.tpp_section{
  width: 100vw;
  font-size: 16px;
  min-width: 30em;
  height: 96vh;
  top: 0;
  display: grid;
  grid-template-columns: 2fr 9fr;
  margin-bottom: 3em;
}

.tabs{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  background-color: hsl(0, 0%, 11%);
}

.tabs h3{
  height: 33.33%;
  display: grid;
  place-items: center;
  font-size: 2.2rem;
  font-weight: 600;
  cursor: pointer;
  color: hsl(72, 59%, 58%);
}

.tab_content{
  background: #f1f1f1;
  padding: 1em 1.5em;
  overflow: scroll;
}

.tab_content h4{
  display: flex;
  align-items: center;
  font-size: 2.2em;
  color: #323735;
  font-weight: 600;
  height: 3em;
  z-index: 2;
  top: 0;
  width: 78.2%;
  background-color: #f1f1f1;
}

#cookie_policy{
  margin: 0em 0 0.4em;
}

.tab_content li{
  color: #1D1D1D;
}

.tab_content h2 {
    font-size: 1.2em;
    margin: 1em 0 0.4em;
    color: #323735;
}

.tab_content h1{
  color: #181818;
  margin: 1em 0 0.2em 0;
}


.tab_content ol > li{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.8em;
  margin-top: 1em;
}

.tab_content li h5{
  font-size: 1.3em;
}

.tab_content p{
  text-align: justify;
  line-height: 1.9;
  letter-spacing: 0.4px;
  color: rgb(0, 0, 0);
}

.tab_content div{
  display: none;
}

.tab_content .active{
  display: block;
}

.tabs .active{
  background-color: #f1f1f1;
  color: #323735;
}




/* -----------------FAQ---------------- */
.faq_main{
  position: relative;
}

.faq_block {
  position: relative;
  top: 6em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}


.title{
  font-size: 3rem;
  margin: 2rem 0rem;
}


.faq{
  max-width: 780px;
  margin-top: 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #fff;
  cursor: pointer;
}

.question{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.question h3{
  letter-spacing: 1px;
  font-family:'PPNeueMontreal-Medium';
  font-size: 2rem;
}

.answer{
  max-height: 0;
  overflow: hidden;
  transition: max-height 1.4s ease;
}

.answer p {
  padding-top: 1rem;
  line-height: 1.6;
  font-size: 1.8rem;
}

.faq.active .answer{
  max-height: 300px;
  animation: fade 1s ease-in-out;
}

.faq.active img{
  transform: rotate(90deg);
}

.question img{
  transition: transform 0.5s ease-in;
}

@keyframes fade{
  from{
      opacity: 0;
      transform: translateY(-10px);
  }
  to{
      opacity: 1;
      transform: translateY(0px);
  }
}

.faq_title h1{
  background: hsl(0, 0%, 11%);
}

.faq_second{
  position: relative;
  top: 0;
}







 /* -----------------SMALL DEVICE PART---------------- */
 /* -----------------SMALL DEVICE PART---------------- */
 /* -----------------SMALL DEVICE PART---------------- */
 /* -----------------SMALL DEVICE PART---------------- */
 /* -----------------SMALL DEVICE PART---------------- */

 @media screen and (max-width: 1023px) and (min-width: 340px) {

  .navbar{
    position: fixed;
    background: hsl(0, 0%, 11%);
    z-index: 1001;
    height: 65px;
  }

  .navbar .nav_items{
    position: absolute;
  }

  .nav_items {
    position: absolute;
    top: 65px;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: hsla(0, 0%, 9%, 0.937);
    backdrop-filter: blur(7px);
    visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    margin-left: -100%;
  }

  .logo {
    position: relative;
    width: 110px;
    height: 80px;
    top: -16px;
    display: block;
    z-index: 1001;
  }
  
  .navbar #menuhb {
    display: block;
    width: 90px;
    height: 90px;
    margin-right: 10px;
    z-index: 1000;
  }

  ul {
    position: relative;
    top: -10%;
  }
  
  .home_triangle{
      height: 70%;
      position: absolute;
      right: 0;
      bottom: 0;
      clip-path: polygon(100% 0, 0 140%, 100% 100%);
    }
    
    
    .home_triangle_3{
      width: 40%;
      background: hsl(156, 5%, 21%);
    
    }
    
    .home_triangle_2{
      width: 65%;
      background: hsl(156, 5%, 21%);
    
    }
    
    .home_triangle_1{
      width: 65%;
      background: hsl(156, 5%, 21%);
    
    }

  .ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .hamRotate.active {
    transform: rotate(45deg);
  }

  .hamRotate180.active {
    transform: rotate(180deg);
  }

  .line {
    fill:none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke:#c4c4c4;
    stroke-width: 3;
    stroke-linecap:round;
  }
  .ham1 .top {
    stroke-dasharray: 40 139;
  }
  .ham1 .bottom {
    stroke-dasharray: 40 180;
  }
  .ham1.active .top {
    stroke-dashoffset: -98px;
  }
  .ham1.active .bottom {
    stroke-dashoffset: -138px;
  }

  .nav_items.mobile-menu{
    margin-left: 0;
  }

  .nav_items.active {
    opacity: 1;
    visibility: visible;
  }

  .nav_items ul {
    width: 40%;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column; 
    justify-content: center;
    align-items: center;
  }

  .nav_items ul li {
    margin-bottom: 2rem;
    
  }

  .nav_items ul li a {
    font-size: 2.3rem; 
    text-align: center; 
    padding: 1rem; 
 
  }

  .nav_items ul li a:hover {
    color: #fff; 
  }

  .contact_us {
    margin-bottom: 15px;
    background-color: transparent;
    outline: none;
    }
    
    .contact_us:hover {
    transform: scale(1.1); 
    }
    
    .contact_btn {
    border-radius: 8px;
    border:1px;
    width: 200px;
    display: inline-block;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    font-size: 2.3rem;
    padding: 1rem;
    transition: all 0.5s ease-in-out;
    }
    
    .contact_btn:hover {
    color: #000;
    }

    .navbar .underline{
      display: inline-block;
      position: relative;
      color: #fff;
    }
    
    .underline::after{
      content: '';
      position: absolute;
      width: 100%;
      transform: scaleX(0);
      height: 2px;
      top: 38px;
      left: 0;
      background-color: hsl(72, 59%, 58%);
      transition: transform 0.32s ease-out;
    }
    
    .underline:hover::after {
      transform: scaleX(1);
      transform-origin: bottom left;
    }


 /* -----------------1st NTH-CHILD---------------- */
    .nav_items.mobile-menu ul li:nth-child(1) {
      -webkit-animation: fade-in-left 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) ;
              animation: fade-in-left 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) ;
    }

    @-webkit-keyframes fade-in-left {
      0% {
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        opacity: 0;
      }
      100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
        opacity: 1;
      }
    }
    @keyframes fade-in-left {
      0% {
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        opacity: 0;
      }
      100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
        opacity: 1;
      }
    }

/* -----------------2nd NTH-CHILD---------------- */
    
    .nav_items.mobile-menu ul li:nth-child(2){
      -webkit-animation: fade-in-left 1.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) ;
      animation: fade-in-left 1.2s cubic-bezier(0.250, 0.460, 0.450, 0.940) ;
    }

    /* -----------------3rd NTH-CHILD---------------- */
    .nav_items.mobile-menu ul li:nth-child(3){
      -webkit-animation: fade-in-left 1.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) ;
      animation: fade-in-left 1.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) ;
    }

    /* -----------------4th NTH-CHILD---------------- */
    .nav_items.mobile-menu ul button{
      -webkit-animation: fade-in-left 1.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) ;
      animation: fade-in-left 1.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) ;
    }

    /* -----------------5th NTH-CHILD---------------- */

    .nav_items.mobile-menu li:nth-child(5){
      -webkit-animation: fade-in-left 1.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) ;
              animation: fade-in-left 1.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) ;
    }

    .banner {
      width: 100vw;
      height: 7.5em;
  }
}
      


/* ------------------------------------------MOBILE DEVICE - 1149px ---------------- */   
@media screen and (max-width: 1149px){
  
  .home_container{
    row-gap: 3rem;
    }
    
    .home_data{
    text-align: center;
    }
    
    .home_subtitle{
    font-family:'PPNeueMontreal-Thin';
    font-size: 3.4rem;
    margin: .5rem 0;
    -webkit-text-stroke: .5px hsl(72, 61%, 58%);
    color: transparent;
    }
    
    .home_title{
    font-family:'PPNeueMontreal-Medium';
    color: hsl(72, 61%, 58%);
    font-size: 3.4rem;
    margin: 0 0 1.5rem 0;
    }
    
    .home_subtitle, 
    .home_title{
    font-family:'PPNeueMontreal-Medium';
    letter-spacing: 1.5px;
    }
    
    .home_description{
    font-size: 1.6rem;
    margin-bottom: 2.5rem;
    }
    
    .arrow1{
    width: 15px;
    height: 15px;
    }
    
    .home_img{
    display: block;
    position: relative;
    width: 360px;
    height: 100%;
    margin: 0 auto;
    }
    
    .button{
    font-family:'Inter';
    font-size: 1.4rem;
    font-weight: 600;
    display: inline-block;
    background-color: hsl(72, 61%, 58%);
    margin-bottom: 2.5rem;
    padding: 10px 13px;
    border-radius: 5px;
    color: hsl(156, 5%, 21%);
    cursor: pointer;
    transition: background .3s;
    }
    
    .button img{
    transition: tranform .3s;
    }
    
    .button_flex{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    column-gap: .5rem;
    }
    
    .button_flex:hover img{
    transform: translateX(.25rem);
    }
    
    .container{
      margin: 0 1em;
    }
    
    .section_title{
    flex-direction: column;
    row-gap: .25rem;
    }
  
    .home {
      height: 100vh;
      display: flex;
      justify-content: center;
      align-items: center;
      top: 0;
  }
    
     /* -----------------------------------LOGO BRANDS MOBILE DEVICE - 1149px ---------------- */
      .logos {
        margin: 2em 0 8em 0;
        position: relative;
        top: 0;
        display: flex;
        justify-content: center;
        padding: 0 2em;
      }
    
      .logos_container {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 2em;
        position: relative;
        row-gap: 10em;
    }
    
    .logos_container img{
        height: 4em;
    }
    
    .logos_container img:nth-child(1){
      height: 5em;
    }
  
    .logos_container img:nth-child(2) {
      height: 4em;
      margin-right: 2em;
  }
  
    .logos_container img:nth-child(3) {
      height: 3em;
      margin-left: 1em;
    }
   
    
    /* --------------------------------------CHOOSE MOBILE DEVICE - 1149px ---------------- */
    
    .choose_section{
      top: 0;
      height: auto;
      width: 100vw;
    }
    
    
    .choose_container{
      row-gap: 3rem;
    }
    
    .section_title{
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    
    .section_title-border{
      color: hsl(72, 61%, 58%);
      font-family: 'PPNeueMontreal-Medium';
      font-weight: 200;
      Letter-spacing: 2px; 
      text-transform: uppercase;
      font-size: 2.8em;
      -webkit-text-fill-color: transparent;
      -webkit-text-stroke-width: 1px;
    }
    
    .title_normal{
      font-family: 'Inter';
      font-size: 3em;
      color: hsl(72, 61%, 58%);
    }
    
    .choose_content .section_data{
      margin-bottom: 3.5rem;
    }
    
    .choose_description{
      font-size: 1.6rem;
      text-align: center;
      margin-bottom: 2.5rem;
    }
    
    .choose_data{
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 1rem;
      row-gap: 2rem;
      margin-bottom: 15px;
    }
    
    .choose_group{
      text-align: center;
    }
    
    .choose_number{
      font-size: 3rem;
      font-family: 'Inter';
      font-style: italic;
      font-weight: 700;
      margin-bottom: 5px;
    }
    
    .choose_subtitle{
      font-size: 1.2rem;
    }
    
    
    .choose_img{
      width: 350px;
      display: block;
      position: relative;
      z-index: 1;
      margin: 0 auto;
    }
  
  /* --------------------------------------SERVICES MOBILE DEVICE - 1149px ---------------- */ 
  
  .title_section{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 4em;
  }
  
  .title_section span:nth-child(1){
    width: 90%;
    font-size: 2.2rem;
    letter-spacing: 1px;
    font-family: "PPNeueMontreal-Book";
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  
  .title_section span:nth-child(2){
    color: hsl(72, 61%, 58%);
    font-family: 'PPNeueMontreal-Medium';
    font-weight: 200;
    Letter-spacing: 2px; 
    text-transform: uppercase;
    font-size: 2.4em;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  
  .title_section span:nth-child(3){
  height: 45%;
  margin-left: 5px;
  font-size: 2.4rem;
  font-family: 'PPNeueMontreal-Medium';  
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-bottom-style: solid;
  border-bottom-color: hsl(72, 61%, 58%);;
  }
  
  
  
  .services_container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 60%;
    width: 80%;
    margin-bottom: 2em;
  }
  
  .services_card{
    margin: 20px 30px 0px 30px;
    padding: 25px;
    height: 225px;
    width: 208px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    border-radius: 10px;
    background: #313131;
  }
  
  .services_title{
     font-size: 2.2rem;
  }
  
  .services_button{
    display: flex;
    height: 30px;
    justify-content: space-evenly;
    align-items: center;
    font-size: 1.5rem;
  }
  
  .services_button img{
    width: 16px;
  }
  
  .services_modal{
   position: fixed;
   inset: 0;
   background: hsl(0deg 0% 19.22% / 96%);
   padding: 2rem 1rem;
   display: grid;
   place-items: center;
   visibility: hidden;
   opacity: 0;
   transition: .4s;
   z-index: 1020;
  }
  
  .services_modal-content{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1em;
    background: hsl(0, 0%, 11%);
    padding: 4.5rem 1.5rem 3rem;
    border-radius: 1.5rem;
    width: 100%;
  }
  
  .services_modal-title, 
  .services_modal-description{
    text-align: center;
    position: relative;
  }
  
  .services_modal-title{
    font-size: 3rem;
    color: #ebebeb;
    position: relative;
  }
  
  .services_modal-description{
    color: hsl(72, 43%, 48%);
    font-size: 1.6rem;
    position: relative;
  }
  
  .services_modal-list{
    top: 0;
    display: grid;
    row-gap: 1rem;
  }
  
  .services_modal-item{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    column-gap: .5rem;
  }
  
  .services_modal-item p{
    font-size: 1.6rem;
  }
  
  .check_services{
    display: flex;
    align-items: flex-start;
    column-gap: 0.5rem;
  }
  
  .cross_modal{
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    width: 36px;
    cursor: pointer;
    padding: 10px;
  }
  
  .services_modal-list li img{
    margin-right: 5px;
    width: 3.2%;
  }
  
  .active-modal{
    visibility: visible;
    opacity: 1;
  }
  
  /* ------------------------------------VALUE MOBILE DEVICE - 1149px ---------------- */ 
  
  .section_value_title{
    font-family: 'PPNeueMontreal-Thin';
    border-bottom-style: solid;
    border-bottom-color: hsl(72, 61%, 58%);
    font-size: 2.8rem;
    margin: 20px 0 0px;
   }
  
  
  .value_images{
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    height: 30em;
    display: flex;
    justify-content: center;
  }
  
  .value_img{
    position: relative;
    width: 290px;
    inset: 0;
    margin: auto;
    margin-right: 10px;
    margin: auto;
  }
  
  .value_polygon{
    position: absolute;
    clip-path: polygon(0 0, 49% 0, 100% 100%, 0% 100%);
    background-color: #323735;
    width: 80%;
    height: 100%;
    margin: 0;
  }
  
  .value_description{
    padding: 0 8px;
    text-align: center;
    font-size: 1.6rem;
    margin: 2.6rem 0 3em
  }
  
  .value_accordion{
    display: flex;
    align-items: center;
    flex-direction: column;
    row-gap: 1.5rem;
  }
  
  .value_accordion-item{
    width: 95%;
    border-radius: 0.5rem;
    padding: 0rem 0.75rem;
    background: #313131;
  }
  
  .value_container {
    margin-bottom: 10em;
  }
  
  
  .value_accordion-header{
    position: relative;
    height: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  
  .value_accordion-icon{
      padding: 6px;
      width: 35px;
      border-radius: 0.35rem;
      font-size: 18px;
      transition: .3s;
      background: #232625;
  }
  
  .value_accordion-title{
    font-family: 'Inter';
    font-weight: 500;
    font-size: 1.4rem;
    color: #BAD355;
  }
  
  .value_accordion-arrow{
    display: inline-flex;
      padding: 0.25rem;
      border-radius: 2px;
      font-size: 10px;
      transition: .3s;
  }
  
  .value_accordion-arrow img{
    padding: 6px 12px;
    border-radius: 0.35rem;
    background: #232625;
    transition: .4s;
  }
  
  .value_accordion-description{
    position: relative;
    font-size: 1.4rem;
    font-weight: 500;
    padding: 0px 35px 20px 55px;
  }
  
  .value_accordion-content{
    overflow: hidden;
    height: 0;
    transition: all .25s ease;
  }
  
  .value_content{
    margin-top: 35px;
  }
  
  .value_data{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .accordion-open .value_accordion-arrow img{
    transform: rotate(90deg);
  }
  
  
  /* ------------------------------------PRICING MOBILE DEVICE - 1149px ---------------- */ 
  
  .pricing_section{
    width: 100vw;
    top: 0;
    margin-bottom: 2em;
  }
  
  .container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  
  .section_data{
    display: flex;
    justify-content: center;
  }
  
  .section_titles{
    align-items: center;
    display: inline-flex;
    align-content: center;
    flex-direction: column;
    margin-bottom: 3em;
  }
  
  .pricing_section_title-line{
    font-family: 'PPNeueMontreal-Thin';
    letter-spacing: 1px;
    border-bottom-style: solid;
    border-bottom-color: hsl(72, 61%, 58%);
    font-size: 2.1rem;
  }
  
  .pricing_section_title{
    margin: 4px 0;
    font-size: 1.8rem;
  }
  
  .pricing_section_title-border{
    font-family: 'PPNeueMontreal-Medium';  
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: .4px;
    font-size: 2.8rem;
    color: hsl(72, 61%, 58%);
  }
  
  .pricing_container{
    width: 100%;
    height: 88%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: space-between;
  }
  
  .pricing_card,
  .pricing_shape,
  .pricing_list{
    display: grid;
  }
  
  .pricing_card{
    border-radius: 10px;
    width: 28em;
    height: 34em;
    margin: 20px;
    row-gap: 3rem;
    background-color: hsl(0, 0%, 19%);
  }
  
  .pricing_header{
    padding-left: 3em;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 14em;
    width: 25em;
    position: relative;
    margin-bottom: 10px;
  }
  
  .pricing_img{
    margin-bottom: 10px;
      width: 6em;
      position: relative;
  }
  
  .pricing_title{
    font-size: 2rem;
  }
  
  .pricing_number {
    position: relative;
    font-size: 1.6rem;
    width: 100%;
    position: relative;
}
  
  .pricing_list{
    margin: 15px;
    height: 12em;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-content: space-between;
  }
  
  
  .pricing_item {
    font-size: 1.4rem;
    display: flex;
    align-items: center;
  }
  
  .price_estimate {
    transform: translateY(-13px);
  }
  
  
  .pricing_item img{
    width: 8%;
    margin-right: 8px;
  }
  
  .pricing_card:nth-child(2){
    background-color: hsl(72, 59%, 58%);
  }
  
  .pricing_card:nth-child(2) .pricing_item img{
    width: 12%;
    margin-right: 4px;
  }
  
  .pricing_card:nth-child(2) .pricing_header{
    color: #1D1D1D;
  }
  
  .pricing_card:nth-child(2) .pricing_header{
    color: #1D1D1D;
  }
  
  .pricing_card:nth-child(2) .pricing_list{
    color: #1D1D1D;
  }
  
  .pricing_card .pricing_underline{
    border-bottom-style: solid;
  }
  
  /* -----------------------------------FORM MOBILE DEVICE - 1149px---------------- */ 
  .form_section{
    top: 0;
    position: relative;
    width: 100vw;
    min-height: 100vh;
    padding: 2rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  } 
  
  
    .main_form {
    z-index: 1000;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
  }
  
  
  .contact-info{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 100%;
    margin-bottom: 2em;
  }
  
  .contact-title{
    font-size: 3.6rem;
    font-family: 'Inter';
    color: hsl(72, 61%, 58%);
    text-align: center;
  }
  
  
  .contact-text{
    margin: 15px 0 38px 0;
    width: 100%;
    font-size: 1.8em;
  }
  
  
  .my_info {
    height: 20em;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
  }
  
  
  .my_info_container{
    height: 18em;
    margin-top: 3em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  
  .my_info_container li{
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    gap: 1em;
  }
  
  .icon_contact_info{
    width: 5em;
  }
  
  .my_info_icon{
    width: 1.6em;
  }
  
  .connect_with_us{
    font-size: 2rem;
    margin: 20px 0 22px 0;
  }
  
  .my_social_media{
    display: flex;
    justify-content: space-between;
    height: 4em;
    width: 24em;
  }
  
  .social_media{
    height: 4em;
    width: 4em;
  }
  
  .contact-form{
    padding: 4.5rem 2.2rem;
    position: relative;
    width: 100%;
    height: 100%;
  }
  
  .form-title{
    font-family: 'PPNeueMontreal-Medium';
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 0.4px;
    font-size: 3.8rem;
    color: #fafafa;
  }
  
  .input-container{
    position: relative;
    margin: 3rem 0;
  }
  
  
  input{
    width: 100%;
    height: 2.5em;
    outline: none;
    border: 1px solid #fafafa;
    background: none;
    padding: 0.6em 1.2em;
    color: #fff;
    font-weight: 500;
    font-size: 2rem;
    letter-spacing: 0.5px;
    border-radius: 25px;
    transition: 0.3s;
  }
  
  textarea.input{
    padding: 0.8em 1.2em;
    min-height: 150px;
    width: 100%;
    font-family: 'PPNeueMontreal-Medium';
    color: #fff;
    font-weight: 500;
    font-size: 2rem;
    border-radius: 22px;
    border: 1px solid #ffffff;
    resize: none;
    overflow-y: auto;
    background: none;
  }
  
  .input-container label{
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    padding: 0 0.4em;
    font-size: 1.9rem;
    pointer-events: none;
    z-index: 1000;
    transition: 0.5s;
  }
  
  .input-container.textarea label{
    top: 1rem;
    transform: translateY(0);
  }
  
  .send_btn{
    color: rgb(29, 29, 29);
    padding: 0 1em;
    background: rgb(186, 211, 85);
    border: none;
    width: 7em;
    height: 34px;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    margin: 0;
  }
  
  .send_btn:hover{
    background: transparent;
    color: rgb(186, 211, 85);
    border: 1px solid hsl(72, 60%, 58%);
  }
  
  .input-container span{
    position: absolute;
    top: 0;
    left: 25px;
    transform: translateY(-50%);
    font-size: 1.8rem;
    padding: 0 0.4em;
    color: transparent;
    pointer-events: none;
    z-index: 500;
  }
  
  .input-container span:before,
  .input-container span::after{
    content: "";
    position: absolute;
    width: 10%;
    opacity: 0;
    transition: 0.3s;
    height: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: hsl(0, 0%, 11%);
  }
  
  .input-container span:before{
    left: 50%;
  }
  
  .input-container span:after{
    right: 50%;
  }
  
  .input-container.focus label{
    top: 0;
    transform: translateY(-50%);
    left: 25px;
    font-size: 1.6rem;
  }
  
  .input-container.focus span:before,
  .input-container.focus span:after{
    width: 50%;
    opacity: 1;
  }
  
  
  /* -----------------------------------FOOTER MOBILE DEVICE - 1149px---------------- */ 
    .footer_section{
      top: 0;
      height: 84vh;
      width: 100vw;
      padding-top: 1rem;
      row-gap: 4rem;
    }
  
    .footer_logo,
    .footer_description{
      color: #ebebeb;
    }
  
    .footer_logo,
    .footer_form,
    .footer_social{
      display: flex;
    }
  
    .footer_logo{
      align-items: center;
      column-gap: .5rem;
      margin-bottom: 1.5rem;
    }
  
    .footer_logo img{
      width: 8.5rem;
    }
  
    .footer_description{
      font-size: 1.6rem;
      margin-bottom: 2rem;
    }
  
    .footer_form{
      flex-direction: column;
      gap: 1.25rem;
    }
  
    .footer_input{
      padding: 20px 56px 20px 24px;
      border: 1px solid hsl(72, 60%, 58%);
      background: transparent;
      font-family: 'PPNeueMontreal-Thin';
      color: #e3e3e3;
      outline: none;
      font-size: 1.8rem;
    }
  
    .footer_container{
      display: flex;
      flex-direction: column;
      align-content: flex-start;
      width: 90%;
      height: auto;
      margin-bottom: 3em;
    }
  
    .footer_header{
      margin-left: 2em;
      width: 90%;
    }
  
    .footer_content{
      display: flex;
      flex-wrap: wrap;
      height: 38em;
      padding: 1rem 2em;
      margin-top: 4em;
    }
  
    .footer_button{
      font-size: 1.4rem;
      height: 38px;
      width: 140px;
      border: 1px solid hsl(72, 60%, 58%);
      background: hsl(72, 60%, 58%);
      font-family: 'PPNeueMontreal-Medium';
      color: rgb(28, 28, 28);
      border-radius: 50px;
      margin-bottom: .4em;
    }
  
    .footer_title{
      font-family: 'Inter';
      font-weight: 600;
      width: 6em;
      font-size: 1.6rem;
      margin-bottom: 2.2em;
    }
  
    .footer_liste_link{
      margin-bottom: 3em;
      height: auto;
    }
  
    .footer_links{
      width: 14em;
    }
  
    .footer_link{
      transition: color .3s;
      color: #d1d1d1;
    }
  
    .footer_link:hover{
      color: hsl(72, 59%, 58%);
    }
  
    .footer_links li {
      width: 10em;
      margin-bottom: 10px;
      font-size: 1.6rem;
      text-decoration: none;
      color: #d1d1d1;
  }
  
    .footer_group{
      padding: 0 3em;
      margin-top: 5rem;
      justify-content: center;
      row-gap: 2em;
    }
  
    .footer_social{
      column-gap: 1.25rem;
    }
  
    .footer_social-link{
      display: inline-flex;
      padding: .35rem;
      width: 6em;
      margin-bottom: 1em;
    }
  
    .footer_copy{
      font-size: 1.2rem;
    }
  
    .footer_message{
      font-size: 1.3rem;
      position: absolute;
      transform: translateY(1em);
    }
  
    .color-red {
      color: rgb(170, 57, 32);
    }
    
    .color-green {
      color: hsl(72, 59%, 58%);;
    }
    
  
  /* -----------------------------------COOKIE MOBILE DEVICE - 1149px ---------------- */
  .wrapper{
    position: fixed;
    bottom: 50px;
    right: -370px;
  }
  
  .wrapper.show {
    right: 6px;
  }
  
  /* -----------------------------------SLIDER MOBILE DEVICE - 1149px ---------------- */
  .slider_section{
    width: 100vw;
    margin-bottom: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
    .slider_container{
    row-gap: 3rem;
    height: auto;
    }
  
    .slider_data{
    text-align: center;
    }
  
    .slider_subtitle{
    font-family:'PPNeueMontreal-Thin';
    font-size: 3.6rem;
    margin: .5rem 0;
    -webkit-text-stroke: .5px hsl(72, 61%, 58%);
    color: transparent;
  
    }
  
    .slider_title{
    font-family:'PPNeueMontreal-Medium';
    color: hsl(72, 61%, 58%);
    font-size: 2.6rem;
    margin: 0 0 1.5rem 0;
    }
  
    .slider_subtitle, 
    .slider_title{
    font-family:'PPNeueMontreal-Medium';
    letter-spacing: 1.5px;
    }
  
    .slider_description{
    font-size: 1.4rem;
    margin-bottom: 2.5rem;
    }
  
    .arrow1{
    width: 12px;
    height: 12px;
    }
  
    .slider_img{
    display: block;
    position: relative;
    width: 255px;
    height: 100%;
    margin: 0 auto;
    }
  
    .slider_flex{
    font-family:'Inter';
    font-size: 1rem;
    font-weight: 600;
    display: inline-block;
    background-color: hsl(72, 61%, 58%);
    margin-bottom: 2.5rem;
    padding: 10px 22px;
    border-radius: 5px;
    color: hsl(156, 5%, 21%);
    cursor: pointer;
    transition: background .3s;
    }
  
    .slider_flex img{
    font-size: 1.25rem;
    transition: transform .3s;
    }
  
    .slider_flex{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    column-gap: .5rem;
    }
  
    .slider_flex:hover img{
    transform: translateX(.25rem);
    }
  
    .section_title{
    flex-direction: column;
    row-gap: .25rem;
    }

   
  
  /* -----------------------------------TIMELINE MOBILE DEVICE - 1149px ---------------- */
  .timeline_section{
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100vw;
    height: auto;
  }
  
  
  .timeline_section_title{
    display: flex;
    justify-content: center;
  }
  
  .timeline_titles{
    align-items: center;
    display: inline-flex;
    align-content: center;
    flex-direction: column;
    margin-bottom: 3em;
  }
  
  
  .timeline_section_title .timeline_titles h1 {
    font-size: 2.2rem;
    margin: 2em 0 1em;
  }
  
  .timeline::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #BAD355;
    left: 0%;
  }
  
  .timeline ul li{
    position: relative;
  }
  
  .timeline ul li::after {
    left: 42px;
  }
  
  .timeline_right {
    left: 17px;
  }
  
  .timeline_left{
    left: 2em;
  }
  
  .timeline_right::after {
    transform: translateX(-68px);
  }
  
  .timeline_left::after{
    transform: translateX(-71px);
  }
  
   ul li .date{
    position: relative;
    left: 1em;
    font-size: 1.2rem;
    margin-bottom: 6px;
  }
  
  /* -----------------------------------TIMELINE ITEMS MOBILE DEVICE - 1149px ---------------- */
  .timeline_container {
    position: relative;
    overflow: hidden;
    background: #313131;
    width: 280px;
    height: 183px;
    left: 1em;
    margin-bottom: 4em;
    border-radius: 0 20px 20px 20px;
  }
  
  .next_screen{
    position: absolute;
    background: #232625;
    width: 100%;
    height: 100%;
    padding: 13px 18px 0px 16px;
    z-index: 100;
  }
  
  .timeline_arrow{
    width: 2em;
  }
  
  .screen-1 .top{
    position: relative;
    margin-top: 4px;
    width: 100%;
    height: 100px;
    background-color: hsl(0deg 0% 19.22% / 96%);
    border-radius: 11px;
    overflow: hidden;
  }
  
  .screen-1{
    padding: 40px 25px 0 25px;
  }
  
  .screen-1 img{
    height: 16px;
  }
  
  .screen-1 .top h1{
    position: absolute;
      top: -3em;
      color: #FFF;
      padding: 40px 2px;
      line-height: 1;
      z-index: 1;
  }
  
  .screen-1 .top h1 span{
    letter-spacing: 1.2px;
    line-height: 32px;
    font-size: 2rem;
    font-weight: 600;
  }
  
  .screen-1 .button_timeline{
  position: absolute;
  left: 85%;
  top: 77%;
  width: 40px;
  height: 40px;
  background-color: #232625;
  border-radius: 50%;
  cursor: pointer;
  }
  
  .screen-1 .loading{
    position: absolute;
    bottom: 16px;
    font-size: 14px;
    left: 40px;
  }
  
  .button_timeline{
    position: absolute;
  }
  
  .timeline_arrow_2{
    position: absolute;
    top: 27%;
    left: 30%;
    width: 2em;
  }
  
  .next_screen img{
    width: 42px;
    height: 42px;
    background-color: #1D1D1D;
    border-radius: 50%;
    z-index: 200;
    cursor: pointer;
    padding: 1em;
    transform: rotate(180deg);
  }
  
  .next_screen h1{
    color: #e3e3e3;
    margin-top: 20px;
    line-height: 1;
  }
  
  .next_screen h1 span{
    font-size: 24px;
    font-weight: 600;
  }
  
  .timeline_header{
    width: 100%;
    height: 150px;
    border: 20px;
    background-size: cover;
    background-position: center;
    margin-top: 25px;
  }
  
  .next_screen p{
    color: #c4c4c4;
    position: relative;
    margin-top: 20px;
    line-height: 2;
    padding-bottom: 2px;
  } 
  
  
  
  /* ------------------------------------------TAB MOBILE DEVICE - 1149px ---------------- */ 
  
  .tpp_section {
    font-size: 14px;
    min-width: 90vmin;
    height: 100vh;
    position: relative;
    padding-top: 65px;
  }
  
  
  .tabs h3 {
    height: 8.33%;
    display: grid;
    place-items: center;
    font-size: 1.2rem;
    font-weight: 600;
    cursor: pointer;
    transform: rotate(270deg);
  }
  
  .tab_content h4 {
    width: 75.7%;
  }
  



  /* ------------------------------------------TAB MOBILE DEVICE - 1149px ---------------- */ 

  .faq_main {
    top: 0;
    display: flex;
    align-items: center;
    margin-bottom: 10em;
}

  .faq_title{
    font-family:'PPNeueMontreal-Medium';
    letter-spacing: 6px;
    font-size: 3.8rem;
    margin: .5rem 0;
    -webkit-text-stroke: .8px hsl(72, 61%, 58%);
    color: transparent;
    height: 2em;
  }

  .left_part {
    padding: 0 3em;
    width: 100%;
}
  
  
  .faq_desc{
    padding: 0 1em;
  }

  .faq_desc_title {
    font-family: 'PPNeueMontreal-Medium';
    letter-spacing: 3px;
    font-size: 4.4rem;
    margin: 0.5em 0;
    -webkit-text-stroke: 0.3px hsl(0, 0%, 93%);
    color: transparent;
}

.faq_desc p {
  margin-bottom: 1.6em;
  font-size: 1.8rem;
}

.line_deco {
  position: relative;
  height: 1em;
  width: 2.2em;
  border-radius: 12px;
  background: transparent;
  border: solid #c4c4c4 3px;
  left: 1em;
  top: -1.4em;
  z-index: -1;
}


.faq_block {
  top: 0em;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}

.faq_title{
  font-family:'PPNeueMontreal-Medium';
  letter-spacing: 6px;
  font-size: 3.8rem;
  margin: .5rem 0;
  -webkit-text-stroke: .8px hsl(72, 61%, 58%);
  color: transparent;
  height: 2em;
}

.left_part {
  padding: 0 3em;
  width: 100%;
}


.faq_desc{
  padding: 0 1em;
}

.faq_title h1 {
  height: 1em;
  background: hsl(0, 0%, 11%);
}

.faq_desc_title {
  font-family: 'PPNeueMontreal-Medium';
  letter-spacing: 3px;
  font-size: 3.4rem;
  margin: 0.5em 0;
  -webkit-text-stroke: 0.5px hsl(0, 0%, 93%);
  color: transparent;
}

.faq_desc p {
margin-bottom: 1.6em;
font-size: 1.8rem;
}

.line_deco {
position: relative;
height: 1.6em;
width: 2.3em;
border-radius: 12px;
background: transparent;
border: solid #c4c4c4 3px;
left: 1em;
top: -1.6em;
z-index: -1;
}


.faq_second {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100vw;
  margin-bottom: 10em;
}


.faq_block2{
display: flex;
flex-direction: column;
align-items: center;
height: 100%;
width: 90%;
}

.faq_left_2{
margin-bottom: 2em;
width: 100%;
}

.second_title {
margin-bottom: 2em;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}

.second_title h1 {
font-family: 'PPNeueMontreal-Medium';
letter-spacing: 6px;
font-size: 3rem;
margin: 0.5rem 0;
-webkit-text-stroke: 0.3px hsl(72, 61%, 58%);
color: transparent;
}

.faq_right p {
  font-size: 2rem;
}

.second_title h2{
font-family: 'PPNeueMontreal-Medium';
letter-spacing: 4px;
font-size: 3rem;
}


.faq_display{
display: flex;
justify-content: center;
}

.faq_display img{
width: 70%;
}

.faq_right{
width: 100%;
height: 100%;
}

}
  



 /* ---------------------------------------------MEDIUM DEVICE - 768px ---------------- */ 
 @media screen and (min-width: 768px){

  .home {
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
}

  .home_container {
    position: relative;
    display: flex;
    flex-direction: initial;
}

  .home_data{
    margin-right: 25px;
    margin-left: 10px;
    text-align: initial;
  }

  .home_subtitle{
    font-family:'PPNeueMontreal-Book';
    font-size: 4rem;
    margin: .5rem 0;
    -webkit-text-stroke: 0.05px hsl(72, 61%, 58%);
    color: transparent;
    
    }

    .home_img{
      display: block;
      position: relative;
      width: 420px;
      }
    
    .home_title{
    font-family:'PPNeueMontreal-Medium';
    color: hsl(72, 61%, 58%);
    font-size: 3.2rem;
    margin: 0 0 1.5rem 0;
    }
    
    .home_subtitle, 
    .home_title{
    font-family:'PPNeueMontreal-Medium';
    letter-spacing: 1.5px;
    }
    
    .home_description {
      font-size: 2rem;
      margin-bottom: 2.5rem;
  }

    .button img{
    animation-duration: 2s;
    animation-iteration-count: infinite;
    transform-origin: right center;
    width: 12px;
    height: 12px;
    }
      
    .button{
      margin-top: 15px;
      display: flex;
      justify-content: space-evenly;
      align-items: center;
      color: rgb(43, 44, 44);
      height: 30px;
      width: 122px;
      cursor: pointer;
      background: rgb(187, 213, 83);
      border-radius: 4px;
      padding: 0px 9px;
      font-family: 'PPNeueMontreal-Medium';
      word-spacing: 2px;
      font-size: 1.2rem;
     }

      .button:hover img{
        animation-name: button;
        animation-timing-function: ease;
      }
        

 /* --------------------------------------LOGO MEDIUM DEVICE - 768px ---------------- */
      .logos{
        position: relative;
          display: flex;
          justify-content: center;
          padding: 0 2em;
      }
      
      .logos_container {
        position: relative;
        margin: 4em 0;
        padding: 0px 6em;
        display: flex;
        align-items: center;
        gap: 7em;
        justify-content: center;
        flex-wrap: wrap;
        top: 0em;
    }

      .logos_container img{
        height: 5em;
      }

      .logos_container img:nth-child(1) {
        height: 7em;
    }


    .logos_container img:nth-child(2) {
      height: 4.5em;
      margin-right: 2em;
  }
    
      
/* ---------------------------------------CHOOSE MEDIUM DEVICE - 768px ---------------- */
      
.choose_section{
  top: 0;
}

.section_title{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section_title-border{
  width: 450px;
  color: hsl(72, 61%, 58%);
  font-family: 'PPNeueMontreal-Medium';
  font-weight: 200;
  Letter-spacing: 2px; 
  text-transform: uppercase;
  font-size: 4em;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1.4px;
  margin-right: -52px;
}

.title_normal{
  font-family: 'Inter';
  font-size: 4.4em;
  color: hsl(72, 61%, 58%);
}

.choose_content .section_data{
  margin-bottom: 2rem;
}

.choose_description{
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 2.5rem;
}

.choose_data{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  row-gap: 9rem;
  margin-bottom: 30px;
}

.choose_group{
  text-align: center;
}

.choose_number{
  font-size: 4.4rem;
  font-family: 'Inter';
  font-style: italic;
  font-weight: 700;
  margin-bottom: 5px;
}

.choose_subtitle{
  font-size: 1.2rem;
}

.choose_img{
  width: 472px;
  display: block;
  position: relative;
  top: -21px;
  margin-top: 6em;
}

/* -------------------------------------SERVICES MEDIUM DEVICE - 768px ---------------- */   
.services{
  bottom: 0;
  height: auto;
  width: 100vw;
}

.title_section{
  height: 70px;
  margin-bottom: 5em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.title_section span:nth-child(1){
  width: 90%;
  font-size: 3rem;
  letter-spacing: 1px;
  font-family: "PPNeueMontreal-Book";
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.title_section span:nth-child(2){
  color: hsl(72, 61%, 58%);
  font-family: 'PPNeueMontreal-Medium';
  font-weight: 200;
  Letter-spacing: 2px; 
  text-transform: uppercase;
  font-size: 3em;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.title_section span:nth-child(3){
height: 45%;
margin-left: 5px;
font-size: 3rem;
font-family: 'PPNeueMontreal-Medium';  
display: inline-flex;
justify-content: center;
align-items: center;
text-decoration: underline hsl(72, 61%, 58%);
}

.services_button{
  display: flex;
  height: 30px;
  width: 138px;
  justify-content: space-evenly;
  align-items: center;
  font-size: 1.6rem;
}

.services_button img{
      width: 16px;
}

.services_modal{
  position: fixed;
  inset: 0;
 background: hsl(0deg 0% 19.22% / 96%);
 padding: 2rem 1rem;
 display: grid;
 place-items: center;
 visibility: hidden;
 opacity: 0;
 transition: .4s;
 z-index: 1020;
}

.services_modal-content{
  position: relative;
  background: hsl(0, 0%, 11%);
  padding: 4.5rem 1.5rem 2.5rem;
  border-radius: 1.5rem;
  width: 80%;
}

.services_modal-title, 
.services_modal-description{
  text-align: center;
}

.services_modal-title{
  font-size: 3.4rem;
  color: #ebebeb;
}

.services_modal-description{
  font-size: 2rem;
}

.services_modal-list{
  margin-top: 3em;
  display: grid;
  row-gap: 1rem;
}

.services_modal-item{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  column-gap: .5rem;
}

.services_modal-item p{
  font-size: 2rem;
}

.check_services{
  display: flex;
  align-items: flex-start;
  column-gap: 0.5rem;
}

.cross_modal{
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 35px;
  cursor: pointer;
}

.services_modal-list li img{
  margin-right: 5px;
  width: 2%;
}

.active-modal{
  visibility: visible;
  opacity: 1;
}

 /* ------------------------------------------VALUE MEDIUM DEVICE - 768px ---------------- */

    .value_section{
      position: relative;
      bottom: 0;
  }
  
  .value_container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    top: 0em;
    row-gap: 3rem;
  }

  
  .value_images{
    position: relative;
    height: 62em;
    width: 82em;
    display: flex;
    justify-content: center;
    margin-right: 15px;
  }
  
  .value_img{
    position: relative;
    margin: 0 15px 0 0;
    width: 85%;
    margin: auto;
  }

  .value_polygon{
    position: absolute;
    clip-path: polygon(0 0, 49% 0, 100% 100%, 0% 100%);
    background-color: #323735;
    width: 100%;
    height: 100%;
  }

  .value_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 73em;
    margin: 0 6px 0 3.5px
  }

  .value_accordion-header{
    position: relative;
    top: 5px;
    margin-bottom: 10px;
    height: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
  }

  .value_accordion-icon {
    padding: 6px;
    width: 35px;
    border-radius: 0.35rem;
    margin-right: 0.5rem;
    transition: .3s;
    background: #232625;
}

.value_accordion-description {
  position: relative;
  font-size: 1.3rem;
  padding: 0px 35px 20px 55px;
}

.accordion-open .value_accordion-arrow img{
  transform: rotate(90deg);
}

 /* ------------------------------------------PRICING MEDIUM DEVICE - 768px ---------------- */


 .section_titles {
  width: 50em;
  align-items: center;
  padding: 0 10px;
  display: inline-flex;
  align-content: center;
  flex-direction: column;
}

.price_estimate{
  transform: translateY(-13px);
}

.pricing_section_title-line {
  font-family: 'PPNeueMontreal-Thin';
  letter-spacing: 1px;
  border-bottom-style: solid;
  border-bottom-color: hsl(72, 61%, 58%);
  font-size: 2.8rem;
}

.pricing_section_title{
  margin: 4px 0;
  font-size: 2.6rem;
}

.pricing_section_title-border {
  font-family: 'PPNeueMontreal-Medium';
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 0.4px;
  font-size: 3rem;
  color: hsl(72, 61%, 58%);
}

.pricing_container {
  width: 100%;
  height: 88%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: space-between;
}

/* -----------------------------------FORM MEDIUM DEVICE - 768px---------------- */ 
.form_section{
  position: relative;
  width: 100vw;
  min-height: 100vh;
  padding: 4rem;
  margin-top: 8em;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
} 


  .main_form {
  margin-left: 60px;
  width: 100%;
  border-radius: 10px;
  z-index: 1000;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}


.contact-info{
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  margin: 2em;
  width: 100%;
}

.contact-title{
  font-size: 4rem;
  color: hsl(72, 61%, 58%);
}


.contact-text{
  margin: 12px 0;
  width: 100%;
  font-size: 2.2em;
}


.my_info {
  height: 25em;
  width: 50%;
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
}


.my_info_container{
  height: 18em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


.my_info_container li{
  display: flex;
  align-items: center;
  font-size: 2rem;
  gap: 1.5em;
}

.icon_contact_info{
  width: 5em;
}


.connect_with_us{
  font-size: 2rem;
  margin: 27px 0;
}

.my_social_media{
  display: flex;
  justify-content: space-between;
  height: 4em;
  width: 24em;
}

.social_media{
  height: 4em;
  width: 4em;
}

.contact-form{
  padding: 4.5rem 2.2rem;
  position: relative;
  width: 100%;
  height: 100%;
}

.form-title{
  font-family: 'PPNeueMontreal-Medium';
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 0.4px;
  font-size: 4.6rem;
  color: #fafafa;
}

.input-container{
  position: relative;
  margin: 4rem 0;
}


input{
  width: 85%;
  height: 2.5em;
  outline: none;
  border: 1px solid #fafafa;
  background: none;
  padding: 0.6em 1.2em;
  color: #fff;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.5px;
  border-radius: 25px;
  transition: 0.3s;
}

textarea.input{
  padding: 0.8em 1.2em;
  min-height: 150px;
  width: 85%;
  font-family: 'PPNeueMontreal-Medium';
  color: #fff;
  font-weight: 500;
  font-size: 2rem;
  border-radius: 22px;
  border: 1px solid #fafafa;
  resize: none;
  overflow-y: auto;
  background: none;
}

.input-container label{
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  padding: 0 0.4em;
  font-size: 1.9rem;
  pointer-events: none;
  z-index: 1000;
  transition: 0.5s;
}

.input-container.textarea label{
  top: 1rem;
  transform: translateY(0);
}

.send_btn{
  color: rgb(29, 29, 29);
  padding: 0 1em;
  background: rgb(186, 211, 85);
  border: none;
  width: 8em;
  height: 41px;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  margin: 0;
}

.send_btn:hover{
  background: transparent;
  color: rgb(186, 211, 85);
  border: 1px solid rgb(186, 211, 85);
}

.input-container span{
  position: absolute;
  top: 0;
  left: 25px;
  transform: translateY(-50%);
  font-size: 1.8rem;
  padding: 0 0.4em;
  color: transparent;
  pointer-events: none;
  z-index: 500;
}

.input-container span:before,
.input-container span::after{
  content: "";
  position: absolute;
  width: 10%;
  opacity: 0;
  transition: 0.3s;
  height: 5px;
  top: 50%;
  transform: translateY(-50%);
  background: hsl(0, 0%, 11%);
}

.input-container span:before{
  left: 50%;
}

.input-container span:after{
  right: 50%;
}

.input-container.focus label{
  top: 0;
  transform: translateY(-50%);
  left: 25px;
  font-size: 1.6rem;
}

.input-container.focus span:before,
.input-container.focus span:after{
  width: 50%;
  opacity: 1;
}

/* ------------------------------------------FOOTER MEDIUM DEVICE - 768px ---------------- */

.footer_section{
  top: 0;
  height: 68vh;
  width: 100vw;
  padding-top: 1rem;
  row-gap: 4rem;
}

.footer_logo,
.footer_description{
  color: #ebebeb;
}

.footer_logo,
.footer_form,
.footer_social{
  display: flex;
}

.footer_logo{
  align-items: center;
  column-gap: .5rem;
  margin-bottom: 1.5rem;
}

.footer_logo img{
  width: 10.5rem;
}

.footer_description{
  font-size: 1.8rem;
  margin-bottom: 2rem;
}

.footer_form{
  flex-direction: column;
  gap: 1.25rem;
}

.footer_input{
  padding: 20px 56px 20px 24px;
  border: 1px solid hsl(72, 60%, 58%);
  background: transparent;
  font-family: 'PPNeueMontreal-Thin';
  color: #e3e3e3;
  outline: none;
  font-size: 1.8rem;
}

.footer_container{
  display: flex;
  height: auto;
  padding: 0 2em;
  width: 100%;
  flex-flow: row;
  justify-content: space-between;
}

.footer_header{
  width: 48em;
  height: 24em;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: 6%;
}

.footer_content{
  display: flex;
  height: 38em;
  width: 44%;
  padding: 1rem 2em;
  margin-top: 2em;
}


.footer_button{
  font-size: 1.6rem;
  height: 38px;
  width: 230px;
  border: 1px solid hsl(72, 60%, 58%);
  background: hsl(72, 60%, 58%);
  font-family: 'PPNeueMontreal-Medium';
  color: rgb(28, 28, 28);
  border-radius: 50px;
  margin-bottom: .4em;
}

.footer_title{
  font-family: 'Inter';
  font-weight: 600;
  width: 6em;
  font-size: 1.8rem;
  margin-bottom: 1.8em;
}

.footer_liste_link{
  margin-bottom: 3em;
  height: auto;
  width: 50%;
}

.footer_links{
  width: 14em;
}

.footer_link{
  font-size: 1.8rem;
  transition: color .3s;
  color: #d1d1d1;
}

.footer_link:hover{
  color: hsl(72, 59%, 58%);
}

.footer_links li{
  margin-bottom: 14px;
  font-size: 1.6rem;
  text-decoration: none;
  color: #d1d1d1;
}

.footer_group{
  padding: 0 3em;
  margin-top: 5rem;
  justify-content: center;
  row-gap: 2em;
}

.footer_social{
  margin-top: 7rem;
  display: flex;
  justify-content: center;
}

.footer_social-link{
  display: inline-flex;
  padding: .35rem;
  width: 6em;
  margin-bottom: 1em;
}

.footer_copy{
  display: flex;
  font-size: 1.2rem;
  justify-content: center;
}

.footer_message{
  font-size: 1.3rem;
  position: absolute;
  transform: translateY(1em);
}

.color-red {
  color: rgb(170, 57, 32);
}

.color-green {
  color: hsl(72, 59%, 58%);;
}


/* -----------------------------------SLIDER MEDIUM DEVICE - 768px ---------------- */
.slider_section {
  position: relative;
  z-index: 1;
  height: 100vh;
  width: 100vw;
  top: 0;
}

.slider_container{
  display: flex;
} 

.slider_data{
  margin-right: 25px;
  margin-left: 10px;
  text-align: initial;
}

.slider_subtitle{
  font-family:'PPNeueMontreal-Book';
  font-size: 4rem;
  margin: .5rem 0;
  -webkit-text-stroke: 0.5px hsl(72, 61%, 58%);
  color: transparent;
  
  }

  .slider_img{
    display: block;
    position: relative;
    width: 420px;
    }
  
  .slider_title{
  font-family:'PPNeueMontreal-Medium';
  color: hsl(72, 61%, 58%);
  font-size: 3.2rem;
  margin: 0 0 1.5rem 0;
  }
  
  .slider_subtitle, 
  .slider_title{
  font-family:'PPNeueMontreal-Medium';
  letter-spacing: 1.5px;
  }
  
  .slider_description{
  font-size: 1.3rem;
  margin-bottom: 2.5rem;
  }

  .slider_flex img{
  animation-duration: 2s;
  animation-iteration-count: infinite;
  transform-origin: right center;
  width: 12px;
  height: 12px;
  }
    
  .slider_flex{
    margin-top: 15px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    color: rgb(43, 44, 44);
    height: 30px;
    width: 122px;
    cursor: pointer;
    background: rgb(187, 213, 83);
    border-radius: 4px;
    padding: 0px 9px;
    font-family: 'PPNeueMontreal-Medium';
    word-spacing: 2px;
    font-size: 1.2rem;
      }

    .slider_flex:hover img{
      animation-name: slider_flex;
      animation-timing-function: ease;
    }

/* -----------------------------------TIMELINE MEDIUM DEVICE - 768px ---------------- */
.timeline_section{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
}

.timeline{
max-width: 1200px;
margin: 0 auto;
position: relative;
}


.timeline::before{
content: '';
position: absolute;
top: 0;
bottom: 0;
width: 2px;
background: #BAD355;
left: 50%;
}


.timeline ul li{
position: relative;
}

.timeline ul li::after {
left: 110px;
}

.timeline_right {
left: 58%;
}

.timeline_left{
left: -64%;
}

.timeline_right::after {
transform: translateX(-145px);
}

.timeline_left::after{
transform: translateX(246px);
}

ul li .date{
  position: relative;
  font-size: 1.4rem;
  left: 1.5em;
  margin-bottom: 6px;
  }

  ul li:nth-child(2) .timeline_container,
ul li:nth-child(4) .timeline_container,
ul li:nth-child(6) .timeline_container,
ul li:nth-child(8) .timeline_container{
  border-radius: 0 20px 20px 20px;
}

/* -----------------------------------TIMELINE ITEMS MEDIUM DEVICE - 768px ---------------- */
.timeline_container{
  position: relative;
  overflow: hidden;
  background: #313131;
  width: 320px;
  height: 200px;
  margin-bottom: 2em;
  border-radius: 20px 0 20px 20px;
}

 .timeline_titles {
width: 47em;
height: 6em;
align-items: center;
padding: 0 10px;
display: inline-flex;
align-content: center;
flex-direction: column;
}

.timeline_section_title .timeline_titles h1{
margin: 4px 0;
font-size: 2.6rem;
}


.next_screen{
  position: absolute;
  background: #232625;
  width: 100%;
  height: 100%;
  padding: 13px 18px 0px 16px;
  z-index: 100;
}

.timeline_arrow{
  width: 2em;
}

.screen-1 .top{
  position: relative;
  margin-top: 4px;
  width: 100%;
  height: 100px;
  background-color: hsl(0deg 0% 19.22% / 96%);
  border-radius: 11px;
  overflow: hidden;
}

.screen-1{
  padding: 40px 25px 0 25px;
}

.screen-1 img{
  height: 16px;
}

.screen-1 .top h1{
  position: absolute;
    top: -3em;
    color: #FFF;
    padding: 40px 2px;
    line-height: 1;
    z-index: 1;
}

.screen-1 .top h1 span{
  letter-spacing: 1.2px;
  line-height: 32px;
  font-size: 24px;
  font-weight: 600;
}

.screen-1 .button_timeline{
position: absolute;
left: 85%;
top: 77%;
width: 40px;
height: 40px;
background-color: #232625;
border-radius: 50%;
cursor: pointer;
}

.screen-1 .loading{
  position: absolute;
  bottom: 16px;
  font-size: 14px;
  left: 40px;
}

.button_timeline{
  position: absolute;
}

.timeline_arrow_2{
  position: absolute;
  top: 27%;
  left: 30%;
  width: 2em;
}

.next_screen img{
  width: 42px;
  height: 42px;
  background-color: #1D1D1D;
  border-radius: 50%;
  z-index: 200;
  cursor: pointer;
  padding: 1em;
  transform: rotate(180deg);
}

.next_screen h1{
  color: #e3e3e3;
  margin-top: 20px;
  line-height: 1;
}

.next_screen h1 span{
  font-size: 24px;
  font-weight: 600;
}

.timeline_header{
  width: 100%;
  height: 150px;
  border: 20px;
  background-size: cover;
  background-position: center;
  margin-top: 25px;
}

.next_screen p{
  color: #c4c4c4;
  position: relative;
  margin-top: 20px;
  font-size: 14px;
  line-height: 2;
  padding-bottom: 25px;
} 


/* ------------------------------------------TAB MEDIUM DEVICE - 768px ---------------- */ 

.tabs h3 {
  font-size: 2.2rem;
}

.tab_content h4 {
  width: 76.5%;
}

.tab_content .active{
  height: 3em;
}





/* ------------------------------------------FAQ MEDIUM DEVICE - 768px ---------------- */ 

.faq_main {
  position: relative;
  top: 0;
  height: 100vh;
  width: 100vw;
}

.faq_block {
width: 100%;
position: relative;
top: -3em;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-around;
}

.faq_title {
font-family: 'PPNeueMontreal-Medium';
font-size: 5.8rem;
margin: 0.5rem 0;
height: 2em;
}

.left_part {
display: flex;
flex-direction: column;
justify-content: center;
height: 95%;
width: 60%;
padding: 0 3em;
}

.question h3 {
font-size: 2.4rem;
}

.faq_desc p {
width: 20em;
font-size: 2.2rem;
}

.faq_second {
position: relative;
top: 0;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-around;
height: 90vh;
width: 100vw;
}

.faq_block2 {
display: flex;
justify-content: center;
flex-wrap: wrap;
height: 100%;
}

.faq_left_2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  height: 70%;
  /* margin-right: 3em; */
}

.second_title{
margin-bottom: 2em;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}

.second_title h1{
font-family: 'PPNeueMontreal-Medium';
letter-spacing: 6px;
font-size: 3.4rem;
margin: 0.5rem 0;
-webkit-text-stroke: 0.3px hsl(72, 61%, 58%);
color: transparent;
}

.second_title h2{
font-family: 'PPNeueMontreal-Medium';
letter-spacing: 4px;
font-size: 3.4rem;
}

.faq_display img{
width: 100%;
}

.faq_right {
display: flex;
flex-direction: column;
justify-content: center;
width: 48%;
height: 100%;
}

}




 /* ----------------------------------------------BIGGER DEVICE - 1150px---------------- */
 @media screen and (min-width: 1150px){
  .section {
    position: relative;
    z-index: 1;
  }
  
  
  .home_container{
    position: relative;
    bottom: 4.5em;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .home_data{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 50%;
    width: 55%;
    margin: 0 6px 20px 36px;
  }

  .home_subtitle{
    -webkit-text-stroke: .5px hsl(72, 61%, 58%);
    font-size: 6rem;
  }

  .home_title{
    font-size: 6rem;
    margin-bottom: 20px;
  }

  .home_description{
    font-size: 2rem;
  }

  .home_images{
    width: 50%;
  }

  .home_img{
    width: 100%;
  }


    .button img{
      animation-duration: 2s;
    animation-iteration-count: infinite;
    transform-origin: right center;
    width: 20px;
    height: 20px;
    }
      
    .button{
      margin-top: 15px;
      display: flex;
      justify-content: space-evenly;
      align-items: center;
      color: rgb(43, 44, 44);
      height: 42px;
      width: 180px;
      cursor: pointer;
      background: rgb(187, 213, 83);
      border-radius: 4px;
      padding: 0px 9px;
      font-family: 'PPNeueMontreal-Medium';
      word-spacing: 2px;
      font-size: 1.8rem;
        }

      .button:hover img{
        animation-name: button;
        animation-timing-function: ease;
      }
        


 /* -----------------------------------------LOGO BIGGER DEVICE - 1150px---------------- */

 .logos_container {
  height: 20vh;
  width: 100vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 8em 0 2em;
}

.logos_container img {
  height: 7em;
}

.logos_container img:nth-child(1) {
  height: 9em;
}    

.logos_container img:nth-child(2) {
  height: 7em;
  margin-right: 2em;
}

.logos_container img:nth-child(3) {
  height: 6em;
}
    
      

 /* ------------------------------------CHOOSE BIGGER DEVICE - 1150px---------------- */


    .choose_content{
      width: 40%;
    }

    .choose_subtitle {
      font-size: 1.6rem;
  }

    .section_title{
      display: flex;
      flex-direction: column;
      align-items: center;margin-bottom: 28px;
    }

    .choose_container{
      display: flex;
      justify-content: space-evenly;
      flex-direction: row-reverse;
      gap: 6%;
      margin: 0 4% 0 4%;
    }

    .title_normal{
      font-family: 'Inter';
      font-size: 4.4em;
      color: hsl(72, 61%, 58%);
    }

    .choose_description{
      font-size: 2rem;
      text-align: center;
      margin-bottom: 3.5rem;
    }
    
    .choose_img{
      width: 95%;
      display: block;
      position: relative;
      z-index: 1;
      margin: 0 auto;
    }



 /* ---------------------------------------SERVICES BIGGER DEVICE - 1150px---------------- */    
 .title_section{
  height: 12em;
  width: 55%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
 }

                
  .title_section span:nth-child(1){
    width: 80%;
    font-size: 3.8rem;
    letter-spacing: 1px;
    font-family: "PPNeueMontreal-Book";
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
                
.title_section span:nth-child(2){
  color: hsl(72, 61%, 58%);
  font-family: 'PPNeueMontreal-Medium';
  font-weight: 200;
  Letter-spacing: 2px; 
  text-transform: uppercase;
  font-size: 4.1em;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1.4px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
                
  .title_section span:nth-child(3){
  height: 45%;
  margin-left: 10px;
  font-size: 3.8rem;
  font-family: 'PPNeueMontreal-Medium';  
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: underline hsl(72, 61%, 58%);
}
                
.services{ 
display: flex;
flex-direction: column;
align-items: center;
bottom: 0;
height: 67vh;
width: 100vw;
padding-top: 25px;
margin: 10.5em 0 6em 0;
}
                
.services_container{
display: flex;
flex-wrap: wrap;
justify-content: space-around;
height: 73%;
width: 98%;
}
                
.services_card{
  margin: 20px 10px 0px 10px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 291px;
  width: 260px;
  border-radius: 10px;
  background: #313131;
}                

.services_card:hover{
  transition: color 0s ease 0s, background-color 1.2s ease 0s;
  background: hsl(72, 57%, 41%);
}

.services_card:hover .services_button img{
  animation-name: button;
  animation-timing-function: ease;
}

.services_title{
  font-size: 2.7rem;
}
                
.services_button{
display: flex;
height: 30px;
justify-content: space-evenly;
align-items: center;
font-size: 1.8rem;
}

.services_button img{
width: 23px;
margin-left: 11px;
animation-duration: 2s;
animation-iteration-count: infinite;
transform-origin: right center;
}

.services_modal{
position: fixed;
inset: 0;
background: hsl(0deg 0% 19.22% / 96%);
padding: 2rem 1rem;
display: grid;
place-items: center;
visibility: hidden;
opacity: 0;
transition: .4s;
z-index: 1020;
}

.services_modal-content{
  position: relative;
  background: hsl(0, 0%, 11%);
  padding: 5.5rem 3.5rem 4.5rem;
  border-radius: 1.5rem;
  width: 60%;
  display: flex;
  flex-direction: column;
}

.services_modal-title, 
.services_modal-description{
text-align: center;
}

.services_modal-title{
font-size: 4rem;
color: #ebebeb;
margin-bottom: 2rem;
}

.services_modal-description{
font-size: 2.2rem;
color: hsl(72, 43%, 48%);
}

.services_modal-list{
display: grid;
row-gap: .75rem;
}

.services_modal-item{
display: flex;
align-items: flex-start;
justify-content: center;
}

.services_modal-item p{
font-size: 2rem;
}


.cross_modal{
position: absolute;
top: 1.5rem;
right: 1.5rem;
width: 40px;
cursor: pointer;
padding: 10px;
}

.services_modal-list li img{
margin-right: 5px;
width: 2%;
}


.active-modal{
visibility: visible;
opacity: 1;
}




  /* -----------------------------------VALUE BIGGER DEVICE - 1150px---------------- */ 


.section_value_title {
  font-family: 'PPNeueMontreal-Thin';
  text-decoration: underline;
  color: hsl(72, 61%, 58%);
  font-size: 4rem;
  margin: 15px 0 15px 0;
}

.value_section {
  position: relative;
  bottom: 0;
  min-height: 85vh; 
}

.value_container {
  display: flex;
  justify-content: space-between;
  position: relative;
  top: 0em;
  gap: 3rem;
}

.value_images {
  position: relative;
  width: 75em;
  display: flex;
  justify-content: center;
  margin-right: 15px;
}
  
  .value_img {
    position: relative;
    width: auto;
    margin: auto;
  }
  
  .value_polygon {
    position: absolute;
    clip-path: polygon(0 0, 49% 0, 100% 100%, 0% 100%);
    background-color: #323735;
    width: 100%;
    height: 100%;
  }
  
  .value_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 48em;
    height: 58em;
    margin: 0 60px 0 15px;
  }
  
  .value_description {
    padding: 0 8px;
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 4rem;
  }
  
  .value_accordion {
    display: flex;
    align-items: center;
    flex-direction: column;
    row-gap: 2.5rem;
  }
  
  .value_accordion-item {
    width: 95%;
    border-radius: 0.5rem;
    padding: 0.2rem 0.85rem;
    background: #313131;
  }
  
  .value_accordion-header {
    position: relative;
    height: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  
  .value_accordion-icon {
    padding: 6px;
    width: 40px;
    border-radius: 0.35rem;
    transition: .3s;
    background: #232625;
  }
  
  .value_accordion-title {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 1.6rem;
    color: #BAD355;
  }
  
  .value_accordion-arrow {
    display: inline-flex;
    padding: 0.5rem;
    border-radius: 2px;
    transition: .3s;
  }
  
  .value_accordion-arrow img {
    padding: 8px 12px;
    border-radius: 0.35rem;
    background: #232625;
    transition: .4s;
  }
  
  .value_accordion-description {
    position: relative;
    line-height: 19px;
    font-size: 1.4rem;
    padding: 0px 35px 20px 55px;
  }
  
  .value_accordion-content {
    overflow: hidden;
    height: 0;
    transition: all .25s ease;
  }
  
  .value_data {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .accordion-open .value_accordion-arrow img{
    transform: rotate(90deg);
  }



  /* -----------------------------------PRICING BIGGER DEVICE - 1150px---------------- */ 
  .pricing_section{
    padding-top: 2em;
    margin: 4em 0 8em 0;
    width: 100vw;
  }
  
  
  .section_data{
    display: flex;
    justify-content: center;
  }
  
  
  .section_titles {
    width: 60em;
    align-items: center;
    padding: 0 10px;
    display: inline-flex;
    align-content: center;
    flex-direction: column;
    margin-bottom: 6em;
}
  
  .pricing_section_title-line{
    font-family: 'PPNeueMontreal-Thin';
    letter-spacing: 1px;
    border-bottom-style: solid;
    border-bottom-color: hsl(72, 61%, 58%);
    font-size: 3.2rem;
    margin-bottom: 4px;
  }
  
  
  .pricing_section_title{
    font-size: 2.8rem;
  }
  
  .pricing_section_title-border{
    font-family: 'PPNeueMontreal-Medium';  
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: .6px;
    font-size: 3.6rem;
    color: hsl(72, 61%, 58%);
  }
  
  .pricing_container{
    padding: 0px 8em;
    width: 100%;
    height: 88%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: space-between;
  }
  
  .pricing_card,
  .pricing_shape,
  .pricing_list{
    display: grid;
  }
  
  .pricing_card{
    border-radius: 10px;
    width: 31em;
    height: 38em;
    margin: 30px 0%;
    row-gap: 3rem;
    background-color: hsl(0, 0%, 19%);
  }
  
  .pricing_header{
    padding-left: 3em;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 16em;
    width: 26em;
    position: relative;
    margin-bottom: 6px;
  }
  
  
  .pricing_img{
    margin-bottom: 10px;
    width: 6em;
    position: relative;
  }
  
  .pricing_title{
    font-size: 3rem;
  }
  
  .pricing_number {
    font-size: 1.6rem;
    position: relative;
}
  
  .pricing_list{
    margin: 15px;
    height: 15em;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-content: space-between;
  }
  
  
  .pricing_item {
    font-size: 1.6rem;
    display: flex;
    align-items: center;
  }

  .price_estimate{
    transform: translateY(-17px);
}

  
  
  .pricing_item img{
    width: 8%;
    margin-right: 8px;
  }
  
  .pricing_card:nth-child(2){
    background-color: hsl(72, 59%, 58%);
  }
  
  .pricing_card:nth-child(2) .pricing_item img{
    width: 12%;
    margin-right: 4px;
  }

  
  .pricing_card:nth-child(2) .pricing_header{
    color: #1D1D1D;
  }
  
  .pricing_card:nth-child(2) .pricing_header{
    color: #1D1D1D;
  }
  
  .pricing_card:nth-child(2) .pricing_item{
    font-size: 1.6rem;
    color: #1D1D1D;
  }
  
  .pricing_card .pricing_underline{
    border-bottom-style: solid;
  }


  /* -----------------------------------FORM BIGGER DEVICE - 1150px---------------- */
  .form_section{
    top: 0;
    position: relative;
    width: 100vw;
    min-height: 100vh;
    padding: 4rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
  } 

  
    .main_form {
    margin-left: 60px;
    width: 100%;
    border-radius: 10px;
    z-index: 1000;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
  }
  

  .contact-info{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin: 2em;
    width: 46%;
  }

  .contact-title{
    font-size: 4rem;
    color: hsl(72, 61%, 58%);
  }


  .contact-text{
    width: 23em;
    font-size: 2.2em;
  }

  
  .my_info {
    height: 25em;
    width: 50%;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
}
  

  .my_info_container{
    height: 18em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }


  .my_info_container li{
    display: flex;
    align-items: center;
    font-size: 2rem;
    gap: 1.5em;
  }

  .icon_contact_info{
    width: 5em;
  }


  .connect_with_us{
    font-size: 2rem;
    margin: 27px 0 0;
  }

  .my_social_media{
    display: flex;
    justify-content: space-between;
    height: 4em;
    width: 24em;
  }

  .social_media{
    height: 4em;
    width: 4em;
  }

  .contact-form{
    padding: 4.5rem 2.2rem;
    position: relative;
    width: 50%;
    height: 100%;
  }
  
  .form-title{
    font-family: 'PPNeueMontreal-Medium';
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 0.4px;
    font-size: 4.6rem;
    color: #fafafa;
  }

  .input-container{
    position: relative;
    margin: 4rem 0;
  }


  input{
    width: 85%;
    height: 2.5em;
    outline: none;
    border: 1px solid #fafafa;
    background: none;
    padding: 0.6em 1.2em;
    color: #fff;
    font-weight: 500;
    font-size: 2rem;
    letter-spacing: 0.5px;
    border-radius: 25px;
    transition: 0.3s;
  }

  textarea.input{
    padding: 0.8em 1.2em;
    min-height: 150px;
    width: 85%;
    font-family: 'PPNeueMontreal-Medium';
    color: #fff;
    font-weight: 500;
    font-size: 2rem;
    border-radius: 22px;
    border: 1px solid #fafafa;
    resize: none;
    overflow-y: auto;
    background: none;
  }

  .input-container label{
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    padding: 0 0.4em;
    font-size: 1.9rem;
    pointer-events: none;
    z-index: 1000;
    transition: 0.5s;
  }

  .input-container.textarea label{
    top: 1rem;
    transform: translateY(0);
  }

  .send_btn{
    color: rgb(29, 29, 29);
    padding: 0 1em;
    background: rgb(186, 211, 85);
    border: none;
    width: 8em;
    height: 41px;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    margin: 0;
  }

  .send_btn:hover{
    background: transparent;
    color: rgb(186, 211, 85);
    border: 1px solid rgb(186, 211, 85);
  }

  .input-container span{
    position: absolute;
    top: 0;
    left: 25px;
    transform: translateY(-50%);
    font-size: 1.8rem;
    padding: 0 0.4em;
    color: transparent;
    pointer-events: none;
    z-index: 500;
  }

  .input-container span:before,
  .input-container span::after{
    content: "";
    position: absolute;
    width: 10%;
    opacity: 0;
    transition: 0.3s;
    height: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: hsl(0, 0%, 11%);
  }

  .input-container span:before{
    left: 50%;
  }

  .input-container span:after{
    right: 50%;
  }

  .input-container.focus label{
    top: 0;
    transform: translateY(-50%);
    left: 25px;
    font-size: 1.6rem;
  }

  .input-container.focus span:before,
  .input-container.focus span:after{
    width: 50%;
    opacity: 1;
  }


    /* -----------------------------------FOOTER BIGGER DEVICE - 1150px---------------- */

  .footer_section{
    display: flex;
    justify-content: space-between;
    top: 0;
    height: 40vh;
    width: 100vw;
    padding-top: 1rem;
    row-gap: 4rem;
  }
  
  .footer_logo,
  .footer_description{
    color: #ebebeb;
  }
  
  .footer_logo,
  .footer_form,
  .footer_social{
    display: flex;
  }
  
  .footer_logo{
    align-items: center;
    column-gap: .5rem;
    margin-bottom: 1.5rem;
  }
  
  .footer_logo img{
    width: 10.5rem;
  }
  
  .footer_description{
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
  
  .footer_form{
    flex-direction: column;
    gap: 1.25rem;
  }
  
  .footer_input{
    padding: 20px 56px 20px 24px;
    border: 1px solid hsl(72, 60%, 58%);
    background: transparent;
    font-family: 'PPNeueMontreal-Thin';
    color: #e3e3e3;
    outline: none;
    font-size: 1.8rem;
  }
  
  .footer_container{
    padding: 0;
    display: flex;
    height: 33em;
    width: 78%;
  }
  
  .footer_header{
    width: 36em;
    height: 24em;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-left: 3%;
  }
  
  .footer_content{
    display: flex;
    height: 30em;
    width: 64%;
    padding: 1rem 2em;
    margin-top: 2em;
  }
  
  
  .footer_button{
    font-size: 1.6rem;
    height: 38px;
    width: 230px;
    border: 1px solid hsl(72, 60%, 58%);
    background: hsl(72, 60%, 58%);
    font-family: 'PPNeueMontreal-Medium';
    color: rgb(28, 28, 28);
    border-radius: 50px;
    margin-bottom: .4em;
  }
  
  .footer_title{
    font-family: 'Inter';
    font-weight: 600;
    width: 6em;
    font-size: 1.8rem;
    margin-bottom: 1.8em;
  }
  
  .footer_liste_link{
    margin-bottom: 3em;
    height: auto;
    width: 50%;
  }
  
  .footer_links{
    width: 14em;
  }
  
  .footer_link{
    font-size: 1.8rem;
    transition: color .3s;
    color: #d1d1d1;
  }
  
  .footer_link:hover{
    color: hsl(72, 59%, 58%);
  }
  
  .footer_links li{
    margin-bottom: 14px;
    font-size: 1.6rem;
    text-decoration: none;
    color: #d1d1d1;
  }
  
  .footer_group{
    padding: 0 3em;
    margin-top: 5rem;
    justify-content: center;
    row-gap: 2em;
  }
  
  .footer_social{
    margin-top: 7rem;
    display: flex;
    justify-content: center;
  }
  
  .footer_social-link{
    display: inline-flex;
    padding: .35rem;
    width: 6em;
    margin-bottom: 1em;
  }
  
  .footer_copy{
    display: flex;
    font-size: 1.2rem;
    justify-content: center;
  }
  
  .footer_message{
    font-size: 1.3rem;
    position: absolute;
    transform: translateY(1em);
  }
  
  .color-red {
    color: rgb(170, 57, 32);
  }
  
  .color-green {
    color: hsl(72, 59%, 58%);;
  }

  .container_footer{
    width: 26%;
    height: 63%;
  }



/* -----------------------------------SLIDER BIGGER DEVICE - 1150px ---------------- */
.slider_section {
  position: relative;
  z-index: 1;
  top: 0;
  height: 100vh;
  width: 100vw;
  }
    
  .slider_container{
    position: relative;
    bottom: 2.5em;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .slider_data{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 50%;
    width: 55%;
    margin: 0 6px 20px 36px;
  }

  .swiper-slide .slider_subtitle{
    -webkit-text-stroke: .5px hsl(72, 61%, 58%);
    font-size: 6rem;
  }

  .swiper-slide .slider_title{
    font-size: 6rem;
    margin-bottom: 20px;
  }

  .swiper-slide .slider_description{
    font-size: 2rem;
  }

  .swiper-slide .slider_flex{
    margin-top: 15px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    color: rgb(43, 44, 44);
    height: 42px;
    width: 180px;
    cursor: pointer;
    background: rgb(187, 213, 83);
    border-radius: 4px;
    padding: 0px 9px;
    font-family: 'PPNeueMontreal-Medium';
    word-spacing: 2px;
    font-size: 1.8rem;
    }

  .slider_images{
    width: 50%;
  }

  .slider_img {
    position: relative;
    left: 3em;
    width: 117%;
    opacity: 30%;
}


    .slider_flex img{
      animation-duration: 2s;
    animation-iteration-count: infinite;
    transform-origin: right center;
    width: 20px;
    height: 20px;
    }

      .slider_flex:hover img{
        animation-name: slider_flex;
        animation-timing-function: ease;
      }





/* -----------------------------------TIMELINE BIGGER DEVICE - 1150px ---------------- */
.timeline_section{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  height: auto;
}

.timeline_section_title{
  display: flex;
  justify-content: center;
}

.timeline_titles {
  width: 64em;
  height: 10em;
  align-items: center;
  padding: 0 10px;
  display: inline-flex;
  align-content: center;
  flex-direction: column;
  margin-bottom: 6em;
}

.timeline_section_title .timeline_titles h1{
  font-size: 3.8rem;
}


.timeline_right {
  left: 64%;
}

.timeline_right::after {
transform: translateX(-164px);
}


ul li:nth-child(2) .timeline_container,
ul li:nth-child(4) .timeline_container,
ul li:nth-child(6) .timeline_container,
ul li:nth-child(8) .timeline_container{
  border-radius: 0 20px 20px 20px;
}


ul li:nth-child(2) .date,
ul li:nth-child(4) .date,
ul li:nth-child(6) .date,
ul li:nth-child(8) .date{
  left: 0;
}

/* -----------------------------------TIMELINE ITEMS BIGGER DEVICE - 1150px ---------------- */
.timeline_container{
  position: relative;
  overflow: hidden;
  background: #313131;
  width: 320px;
  height: 200px;
  margin-bottom: 2em;
  border-radius: 20px 0 20px 20px;
}

.next_screen{
  position: absolute;
  background: #232625;
  width: 100%;
  height: 100%;
  padding: 13px 18px 0px 16px;
  z-index: 100;
}

.timeline_arrow{
  width: 2em;
}

.screen-1 .top{
  position: relative;
  margin-top: 4px;
  width: 100%;
  height: 100px;
  background-color: hsl(0deg 0% 19.22% / 96%);
  border-radius: 11px;
  overflow: hidden;
}

.screen-1{
  padding: 40px 25px 0 25px;
}

.screen-1 img{
  height: 16px;
}


.screen-1 .button_timeline{
position: absolute;
left: 85%;
top: 77%;
width: 40px;
height: 40px;
background-color: #232625;
border-radius: 50%;
cursor: pointer;
}

.screen-1 .loading{
  position: absolute;
  bottom: 16px;
  font-size: 14px;
  left: 40px;
}

.button_timeline{
  position: absolute;
}

.timeline_arrow_2{
  position: absolute;
  top: 27%;
  left: 30%;
  width: 2em;
}

.next_screen img{
  width: 42px;
  height: 42px;
  background-color: #1D1D1D;
  border-radius: 50%;
  z-index: 200;
  cursor: pointer;
  padding: 1em;
  transform: rotate(180deg);
}

.next_screen h1{
  color: #e3e3e3;
  margin-top: 20px;
  line-height: 1;
}

.next_screen h1 span{
  font-size: 24px;
  font-weight: 600;
}

.timeline_header{
  width: 100%;
  height: 150px;
  border: 20px;
  background-size: cover;
  background-position: center;
  margin: 25px 0;
}


.next_screen p{
  color: #c4c4c4;
  position: relative;
  font-size: 1.6rem;
  line-height: 2;
  padding-bottom: 25px;
} 

.next_screen p b{
  font-size: 2rem;
} 

ul li .date{
position: relative;
left: 1.5em;
margin-bottom: 6px;
font-size: 1.5rem; 
}

/* ------------------------------------------TAB MOBILE DEVICE - 1149px ---------------- */ 

.tab_content h4 {
  width: 79%;
}


/* ------------------------------------------FAQ MOBILE DEVICE - 1149px ---------------- */ 
.faq_main {
  display: flex;
  align-items: center;
  position: relative;
  height: 90vh;
  top: 0em;
}

.faq_block {
height: 600px;
position: relative;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-around;
}


.faq_title h1 {
font-family: 'PPNeueMontreal-Medium';
letter-spacing: 6px;
font-size: 9.8rem;
margin: 0.5rem 0;
-webkit-text-stroke: 0.3px hsl(72, 61%, 58%);
color: transparent;
}


.left_part {
  height: 95%;
  width: 60%;
}

.faq_desc p {
margin-bottom: 1em;
width: 30em;
font-size: 2rem;
}


.faq_desc_title {
font-family: 'PPNeueMontreal-Medium';
letter-spacing: 3px;
font-size: 4.4rem;
margin: 0.5em 0;
-webkit-text-stroke: 0.5px hsl(0, 0%, 93%);
color: transparent;
}

.question h3 {
font-size: 2.2rem;
}

.line_deco {
position: relative;
height: 1em;
width: 2.2em;
border-radius: 12px;
background: transparent;
border: solid #c4c4c4 3px;
left: 1em;
top: -1.4em;
z-index: -1;
}

.faq_second {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-around;
height: 90vh;
width: 100vw;
}

.faq_right p{
font-size: 2rem;
}

.faq_right {
  position: relative;
  left: -2em;
  padding-right: 2em;
  width: 50%;
  height: 100%;
}

.second_title {
display: flex;
height: 10em;
align-items: center;
width: 100%;
flex-direction: column;
justify-content: center;
}

.faq_left_2 {
display: flex;
flex-direction: column;
width: 46%;
align-items: center;
justify-content: space-evenly;
height: 70%;
}

.faq_block2 {
position: relative;
display: flex;
top: -5em;
justify-content: space-between;
flex-wrap: wrap;
align-items: center;
}

.second_title h1{
font-family: 'PPNeueMontreal-Medium';
letter-spacing: 6px;
font-size: 3.8rem;
margin: 0.5rem 0;
-webkit-text-stroke: 0.3px hsl(72, 61%, 58%);
color: transparent;
}

.second_title h2{
font-family: 'PPNeueMontreal-Medium';
letter-spacing: 4px;
font-size: 3.8rem;
}

.faq_display img{
width: 50em;
}

}




