/*****
1. Titles
2. Texts and lists
3. Buttons
4. Navigation
5. Hero Section
6. About Section
7. Service Section
8. Who are you Section
9. Testimonials Section
10. Why us
11. Responsive

****/


#body {
  background-image: url('../imgs/backgrounds/pag-background.webp');
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
}

/*******
1. Titles
*******/

.heading h2:after {
  background: var(--dark-blue);
}

.section-title {
  text-align: left;
  text-transform: uppercase;
  font-weight: bold;
}

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

.heading-container h3 img {
  transform: rotate(90deg);
  padding-left: 10px;
}

.heading-container h4 {
  width: fit-content;
  color: var(--white);
  font-weight: bold;
  background-color: var(--proactive-blue);
  text-align: end;
  border-radius: 0 50px 50px 0;
}

/*******
2. TEXTS AND LISTS
*******/

.action-text {
  text-transform: uppercase;
  font-weight: bold;
}

.action-text span {
  margin-left: 100px;
}

h3 .action-text:first-child {
  margin-left: 100px;
}

/*************
3. BUTTONS
*************/

.cta-btn:hover {
  background-color: var(--proactive-blue);
}

.pag-cta-btn {
  border: 3px solid var(--proactive-blue);
}

/*************
4. NAVIGATION
*************/

.mobile-nav {
  background-color: #0093E9;
  background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
}

/*************
5. HERO SECTION
*************/

.laptop-hero {
  position: relative;
  width: 100%;
  margin-top: var(--laptop-header-height);
}
.laptop-hero .container-fluid,
.laptop-hero .row {
  height: 100%;
}

.mobile-hero {
  display: none;
  position: relative;
  margin-top: var(--mobile-header-height);
}
  
.mobile-hero .container-fluid,
.mobile-hero .row {
  height: 100%;
}
.mobile-hero .col-12{
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.bg-circle {
  position: absolute;
  z-index: -10;
  left: -10%;
  height: auto;
}

.cham-1, 
.cham-2 {
  position: absolute;
  left: 0;
  height: auto;
}

.cham-1 {
  z-index: 15;
}

.cham-2 {
  z-index: 14;
}
.slogan {
  font-family: 'Montserrat-bold';
  color: var(--black);
  line-height: 30px;
}
.mobile-hero .cta-btn span {
  color: var(--black);
}

.h-slides-ctr {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero .col-md-8 {
  padding: 0;
}

.h-slides-wrapper {
  position: relative;
  display: flex;
  align-items: end;
  flex-direction: column;
  justify-content: center;
  gap: 50px 0;
  z-index: 900;
}
.h-slide {
  position: relative;
  z-index: 15;
  height: 120px;
  width: fit-content;
  display: flex;
  align-items: center;
  padding: 10px;
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
}

.h-slide:hover {
  cursor: pointer;
  transform: scale(1.025);
  transition: all 0.5s ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.h-slide-img {
  width: 150px;
  padding: 10px;
  height: auto;
}
.h-slide-text {
  width: 300px;
  text-align: start;
  padding-left: 20px;
}
.h-slide-icon {
  text-align: end;
  padding-left: 30px;
  padding-right: 30px;
}
.h-slide p {
  text-transform: uppercase;
  font-weight: bold;
  color: var(--white);
  margin: 0;
}
.h-slide:first-child {
  right: -51%;
  background-color: var(--easynext-blue);
}
.h-slide:nth-child(2) {
  right: -38%;
  background-color: var(--keytime-green);
}
.h-slide:nth-child(3) {
  right: -47%;
  background-color: var(--proactive-blue);
}

.slide:hover {
  cursor: pointer;
}

/*************
6. ABOUT SECTION
*************/

.about {
  background-color: var(--soft-black);
}
.about .heading-container {
  justify-content: start;
}

.a-img-ctr {
  padding: 0;
  background-image: url('../imgs/content/about-car-blue-copie.webp');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  height: auto;
  min-height: 300px;
  aspect-ratio: 16/9;
}
.a-text-content {
  padding: 50px;
  text-align: start;
  color: var(--white);
}

.a-text-content p {
  color: white;
  padding: 20px;
}

.about .cta-container {
  text-align: center;
}

/*************
7. SERVICES SECTION
*************/

.services {
  display: flex;
  justify-content: center;
  background-color: #ECECF2;
}

.services .col-sm-12 {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  margin-bottom: 3rem;
}

.services .easynext_logo,
.services .kt_logo,
.services .pag_logo {
  height: auto;
  margin-bottom: 16px;
}


.services .pag-cta-btn span {
  color: var(--black);
}

/*************
8. WHO ARE YOU SECTION
*************/

.app {
  margin-top: 5rem;
}

.app .col-md-6 {
  text-align: center;
  display: flex;
  justify-content: center;
}

.app .heading-container {
  justify-content: start;
}

.app-card {
  position: relative;
  text-align: center;
}

.mb-only {
  display: none;
}

.app-card .col-md-6 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.app-card a img,
.app-card span {
  border-radius: 20px;
  transition: transform 0.3s ease, z-index 0.3s ease;
}

.app-card span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: var(--soft-black);
  color: white;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: end;
  text-transform: uppercase;
}

.app-card:hover a img {
  transform: translate(-10px, -10px);
  z-index: 10;
}

.app-card:hover span {
  transform: translate(20px, 20px);
  z-index: -10;
}

.app-people .col-sm-12,
.app-pro .col-sm-12 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.app-people h6 {
  font-weight: bold;
}


/*************
9. Testimonials SectionTESTIMIALS SECTION
*************/

.testimonials {
  position: relative;
  background-image: url('../imgs/banners/testimonials.webp');
  display: flex;
  justify-content: center;
  align-items: center;
  
}

.testimonials h2,
.testimonials p,
.testimonials span {
  color: white;
}

.testimonials .heading-container,
.carousel {
  position: relative;
  z-index: 2;
}

.testimonials p {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.testimonials .overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}


/*************
10. WHYUS SECTION
*************/

.whyUs .col-lg-7 {
  padding: 50px;
}

.whyUs .col-lg-5 {
  position: relative;
}

.guitare {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.whyus-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  height: 100%;
}

.cta-section .overlay {
  background-color: rgba(0, 0, 0, 0.75);
}

/*************
11. RESPONSIVE
*************/

/* Mobile */
@media screen and (max-width: 429px) {
  /* Title and Texts */
    .section-title {
      font-size: 20px;
    }

    .heading-container h3,
    .heading-container h4 {
      padding: 20px;
    }
    .action-text {
      font-size: 15px;
    }

  /* Hero Section */
    .laptop-hero {
      display: none;
    }

    .mobile-hero {
      display: block;
      height: 93vh;
    }

    .bg-circle {
      top: 10%;
      width: 100%;
    }

    .cham-1 {
      position: relative !important;
      width: 100%;
    }

    .cham-2 {
      display: none;
    }

    .slogan {
      padding-left: 10px;
      font-size: 18px;
    }

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

  /* About Section */
    .about {
      display: none;
    }

    .a-text-content {
      text-align: justify;
      word-wrap: break-word;
      hyphens: auto;
    }
  /* Services Section */
    .services .easynext_logo,
    .services .kt_logo,
    .services .pag_logo {
      width: 60%;
    }
  /* App Section */
    .app-card,
    .app-card span {
      width: 150px;
      height: 150px;
      font-size: 14px;
    }

    .mb-only {
      display: block;
      font-weight: bold;
      text-transform: uppercase;
      margin-bottom: 3rem;
    }

    .app .col-md-3,
    .app .col-md-4,
    .app .col-md-6 {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
  /* Testimonials */
    .testimonials {
      padding: 1.5rem;
    }

    .carousel-control-prev,
    .carousel-control-next {
      display: none;
    }

  /* WhY US */
    .whyus-bg {
      display: none;
    }

    .guitare {
      position: unset;
      width: 100%;
      height: auto;
    }
  /* CTA Section */

}

/* Tablett */
@media screen and (min-width: 430px) and (max-width: 768px) {
  /* Title and Texts */
    .action-text {
      font-size: 15px;
    }
    h3.section-sub-title {
      font-size: 18px;
      padding: 30px;
    }
  /* Hero Section */
    .laptop-hero {
      display: none;
    }

    .mobile-hero {
      display: block;
      height: 95vh;
      position: relative;
    }
    
    .bg-circle {
      top: 0;
      width: 70%;
    }

    .cham-1 {
      position: absolute;
      z-index: 10;
      width: 60%;
      top: 0;
      left: 0;
    }

    .cham-2 {
      display: none;
    }

    .mobile-hero .text-anim {
      height: 60%;
      display: flex;
      justify-content: end;
    }
    .slogan { 
      position: absolute;
      z-index: 10;
      right: 5%;
      bottom: 25%;
      font-size: 22px;
      width: 50%;
    }

    .scroll-down {
      right: 10%;
      bottom: 10%;
    }

    .mobile-hero .cta-container {
      text-align: center;
    }

    .mobile-hero .cta-btn {
      height: auto;
    }

    .mobile-hero .cta-container span {
      font-size: 18px;
      padding: 10px 15px;
    }

    .relax {
      font-weight: 900;
      font-size: 30px;
    }
  /* About Section */
  /* Services Section */
    .services .easynext_logo,
    .services .kt_logo,
    .services .pag_logo {
      width: 50%;
    }
  /* App Section */
    .app-card,
    .app-card span {
      width: 150px;
      height: 150px;
      font-size: 14px;
    }

    .mb-only {
      display: block;
      font-weight: bold;
      text-transform: uppercase;
      margin-bottom: 3rem;
    }

    .app .col-md-3,
    .app .col-md-4,
    .app .col-md-6 {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
  /* Testimonials */
    .testimonials {
      padding: 1.5rem;
    }

  /* WhY US */
    .whyus-bg {
      display: none;
    }

    .guitare {
      position: unset;
      width: 100%;
      height: auto;
    }
  /* CTA Section */
}

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

  /* Hero Section */
    .laptop-hero {
      display: block;
      height: 77vh;
    }
    
    .cham-ctr {
      position: relative;
    }

    .bg-circle {
      top: 0;
      width: 130%;
    }

    .cham-1,
    .cham-2 {
      bottom: 30px;
      width: 120%;
    }

    .scroll-down {
      left: 30%;
      bottom: 10%;
    }

}

/* LapTop 17 inches */
@media screen and (min-width: 1520px) and (max-width: 1899px) {
  /* Title and Texts */
  /* Hero Section */
  .laptop-hero {
    display: block;
    height: 75vh;
  }

  .mobile-hero {
    display: none;
  }

  .bg-circle {
    width: 36%;
    bottom: -20px;
  }

  .cham-1,
  .cham-2 {
    bottom: 60px;
    width: 33%;
  }

  .scroll-down {
    left: 30%;
    bottom: 10%;
  }

  /* Testimonials */
    .testimonials {
      padding: 3rem;
    }
  
}

/* Desktop and more */
@media screen and (min-width: 1900px) {
  /* Title and Texts */
    .section-title {
      font-size: 35px;
    }
  /* Hero Section */
   .laptop-hero {
     display: block;
     height: 85vh;
   }

   .mobile-hero {
     display: none;
   }

   .bg-circle {
     width: 43%;
     top: 0;
   }

   .cham-1,
   .cham-2 {
     bottom: 60px;
     width: 39%;
   }

   .scroll-down {
     left: 30%;
     bottom: 10%;
   }
  /* About Section */
  /* Services Section */
  /* App Section */
  /* Testimonials */
    .testimonials {
      padding: 3rem;
    }
  /* WhY US */
  /* CTA Section */
}


@media screen and (max-width: 768px) {
  /* Title and Texts */
  .section-title {
    font-size: 20px;
  }

  .heading-container h3,
  .heading-container h4 {
    padding: 20px;
  }

  .action-text {
    font-size: 15px;
  }

  .whyus-bg {
    display: none;
  }
}

@media screen and (min-width: 769px) {
 /* Title and Texts */
  
  .heading-container h3 {
    padding: 40px 40px 40px 115px;
  }
 
  .heading-container h4 {
    padding: 30px 30px 30px 115px;
  }


  h3.section-sub-title {     
    font-size: 22px;
  }

  .action-text {
    font-size: 30px;
  }

  /* Services section */
    .services .easynext_logo,
    .services .kt_logo,
    .services .pag_logo {
      width: 70%;
    }

  /* App Section */
    .app-card {
      margin-bottom: 5rem;
    }

    .app-card,
    .app-card span {
      width: 200px;
      height: 200px;
      font-size: 17px;
    }

  /* Testimonials */
    .testimonials {
      padding: 3rem;
    }


}
