@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");

:root {
  --black: #000000;
  --overlay: rgba(0, 0, 0, 0.75);
  --clr-bleufoncé: #2f1893;
  --clr-saumon: #ff9a8d;
  --clr-blanc: #ffffff;
  --clr-gris: #ffffff33;
  --clr-bleufoncétrans: #2f1893b3;
  --clr-vert: #22c55e;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
}

ul {
  list-style: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

label {
  display: block;
  cursor: pointer;
}

a {
  text-decoration: none;
  color: inherit;
}

input[type="radio"] {
  position: absolute;
  bottom: 0;
  left: -9999px;
}

body {
  color: var(--clr-blanc);
  font-family: sans-serif;
  font-family: "DM Sans", sans-serif;
  min-width: 1400px;
}

/* CSS NAV */

.navbody {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 6rem;
  padding: 0 7.5rem;
  background: var(--clr-bleufoncé);
}

.navbody input {
  display: flex;
  align-items: center;
  margin: 0;
  padding-left: 1.2rem;
  width: 12.5rem;
  height: 2.5rem;
  background: none;
  border: 2px solid var(--clr-gris);
  border-radius: 5rem;
  font-weight: 500;
  font-size: 1rem;
  color: var(--clr-gris);
}

.navbody h1 {
  margin: 0;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: -0.292683px;
}

.navcontent {
  margin: 0;
}

.navbody ul {
  margin: 0;
  display: flex;
  gap: 2rem;
}

.navbody li {
  font-weight: 400;
  font-size: 1rem;
  transition: all 0.3s;
}

.navbody li:hover {
  transform: scale(1.1);
  cursor: pointer;
}

/* CSS HEADER */

.nav_body {
  position: relative;
  padding: 9rem 0;
  background: var(--clr-bleufoncétrans);
}

.nav_body img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
  z-index: -1;
}

.headh1 {
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: -0.292683px;
}

.featured-wrapper {
  position: relative;
}

.featured-wrapper .featured-list {
  display: grid;
}

.featured-wrapper .featured-list li {
  width: 46rem;
  grid-column: 1;
  grid-row: 1;
  opacity: 0;
  transition: opacity 0.25s;
}

.featured-wrapper .arrows label::before,
.featured-wrapper .arrows label::after {
  position: absolute;
  top: 40%;
  width: 2.5rem;
  height: 2.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
  opacity: 0.5;
  transform: translateY(-50%);
  transition: opacity 0.25s;
}

.featured-wrapper .arrows label::before {
  left: 5%;
}

.featured-wrapper .arrows label::after {
  right: 5%;
}

.featured-wrapper .dots {
  display: flex;
  position: absolute;
  left: 50%;
  width: 6rem;
  transform: translateX(-50%);
}

.featured-wrapper .dots label {
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  border: 1px solid var(--clr-blanc);
  transition: 0.25s;
}

.featured-wrapper .dots label:hover {
  background: currentColor;
}

[id="image1"]:checked ~ .container .featured-list li:nth-child(1),
[id="image2"]:checked ~ .container .featured-list li:nth-child(2),
[id="image3"]:checked ~ .container .featured-list li:nth-child(3),
[id="image4"]:checked ~ .container .featured-list li:nth-child(4),
[id="image5"]:checked ~ .container .featured-list li:nth-child(5),
[id^="image"]:checked ~ .container .arrows [for^="image"]:hover::before,
[id^="image"]:checked ~ .container .arrows [for^="image"]:hover::after {
  opacity: 1;
}

[id="image1"]:checked ~ .container .arrows [for="image5"]::before,
[id="image2"]:checked ~ .container .arrows [for="image1"]::before,
[id="image3"]:checked ~ .container .arrows [for="image2"]::before,
[id="image4"]:checked ~ .container .arrows [for="image3"]::before,
[id="image5"]:checked ~ .container .arrows [for="image4"]::before {
  content: "";
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/162656/arrow-prev-slideshow.svg);
}

[id="image1"]:checked ~ .container .arrows [for="image2"]::after,
[id="image2"]:checked ~ .container .arrows [for="image3"]::after,
[id="image3"]:checked ~ .container .arrows [for="image4"]::after,
[id="image4"]:checked ~ .container .arrows [for="image5"]::after,
[id="image5"]:checked ~ .container .arrows [for="image1"]::after {
  content: "";
  background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/162656/arrow-next-slideshow.svg);
}

[id="image1"]:checked ~ .container .dots [for="image1"],
[id="image2"]:checked ~ .container .dots [for="image2"],
[id="image3"]:checked ~ .container .dots [for="image3"],
[id="image4"]:checked ~ .container .dots [for="image4"],
[id="image5"]:checked ~ .container .dots [for="image5"] {
  background: currentColor;
}

[id="image1"]:checked ~ .container [for="image1"] .outer,
[id="image2"]:checked ~ .container [for="image2"] .outer,
[id="image3"]:checked ~ .container [for="image3"] .outer,
[id="image4"]:checked ~ .container [for="image4"] .outer,
[id="image5"]:checked ~ .container [for="image5"] .outer {
  background: var(--overlay);
}

[id="image1"]:checked ~ .container [for="image1"] .inner,
[id="image2"]:checked ~ .container [for="image2"] .inner,
[id="image3"]:checked ~ .container [for="image3"] .inner,
[id="image4"]:checked ~ .container [for="image4"] .inner,
[id="image5"]:checked ~ .container [for="image5"] .inner {
  opacity: 1;
  transform: none;
}

.create_account {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 14rem;
  height: 4rem;
  margin-top: 3rem;
  border: none;
  background: var(--clr-bleufoncé);
  border-radius: 5rem;
  font-weight: 500;
  color: var(--clr-blanc);
  font-size: 1rem;
  transition: all 0.2s ease-in-out;
}

.create_account:hover {
  background: var(--clr-saumon);
  cursor: pointer;
}

.featured-list h1 {
  text-align: center;
  font-weight: 700;
  font-size: 4.5rem;
  letter-spacing: -1px;
}

.featured-list p {
  text-align: center;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 145%;
}

.featured-list figure {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin: 2rem;
}

/* CSS CONTENT */


iframe {
  width: 100%;
  height: 50rem;
}


/* CSS FEATURE */


.feature_body {
  position: relative;
  padding: 7rem 0 7rem 6rem;
  background-color: var(--clr-bleufoncé);
}

.feature_body h2 {
  text-transform: uppercase;
  font-size: 1rem;
}

.feature_body p {
  margin: 1rem 0 0;
  font-size: 1rem;
}

.div1 h1 {
  font-size: 2.5rem;
}

.div1 p {
  width: 42rem;
  font-size: 1.5rem;
}

.div2 p {
  width: 22.5rem;
}

.div3 {
  margin-left: 6rem;
}

.div3 p {
  width: 20rem;
}

.div_grosse {
  display: inline-flex;
  align-items: center;
  padding-top: 6rem;
}

.feature_body button {
  text-align: center;
  width: 7.5rem;
  height: 2.5rem;
  margin-top: 2rem;
  background: none;
  border: var(--clr-blanc) solid 1px;
  color: var(--clr-blanc);
  font-size: 1rem;
  border-radius: 5rem;
  transition: all 0.3s ease-in-out;
}

.feature_body button:hover {
  background-color: var(--clr-saumon);
  color: var(--clr-bleufoncé);
  border: 5px;
  outline: var(--clr-saumon) 2px dotted;
  outline-offset: 5px;
}

.feature_body img {
  width: 24rem;
  height: 100%;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
}

/* CSS FORMS */

.formbody {
  display: flex;
  align-items: center;
  padding: 6rem 0;
}

.formsvg_container {
  width: 23rem;
  aspect-ratio: 1;
  margin-left: 11.5rem;
}

.formsvg_container svg {
  width: 100%;
  height: 100%;
}

.formright h1 {
  font-size: 2.5rem;
  color: #1e0e62;
}

.formright h2 {
  margin-top: 1rem;
  color: #15143966;
  font-size: 1rem;
  font-weight: 400;
}

.formright p {
  margin-top: 2rem;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: #1e0e62;
}

.formright input {
  height: 4rem;
  margin-top: 1rem;
  padding-left: 1.5rem;
  border: 2px solid #ebeaed;
  border-radius: 5rem;
  font-size: 1rem;
  font-weight: 500;
}

.formright input::placeholder {
  font-weight: 500;
  font-size: 1rem;
  color: #ebeaed;
}

.email_input {
  width: 29rem;
}

.password_input {
  width: 14rem;
}

.password_gauche {
  margin-right: 1rem;
}

.form_bas {
  display: inline-flex;
  margin-top: 2.5rem;
  gap: 1.5rem;
}

.formright button {
  width: 7.5rem;
  height: 4rem;
  text-align: center;
  background: #25dac5;
  border-radius: 5rem;
  border: none;
  font-weight: 500;
  font-size: 1rem;
  color: var(--clr-blanc);
  transition: all 0.2s ease-in-out;
}

.formright button:hover {
  background: var(--clr-saumon);
  cursor: pointer;
}

.formright ul {
  display: flex;
  justify-content: space-between;
  align-self: center;
  width: 10.5rem;
}

.formright li {
  transition: all 0.2s;
}

.formright li:hover {
  cursor: pointer;
  transform: scale(1.5);
}

/* CSS TESTIMONIAL */

.featured-wrapper2 {
  position: relative;
}

.featured-wrapper2 .featured-list2 {
  display: grid;
}

.featured-wrapper2 .featured-list2 li {
  grid-column: 1;
  grid-row: 1;
  opacity: 0;
  transition: opacity 0.25s;
}

.featured-wrapper2 .arrows2 label::before,
.featured-wrapper2 .arrows2 label::after {
  position: absolute;
  top: 40%;
  width: 2.5rem;
  height: 2.5rem;
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
  opacity: 0.5;
  transition: opacity 0.25s;
}

.featured-wrapper2 .dots2 {
  display: flex;
  position: absolute;
  left: 50%;
  width: 4rem;
  padding-top: 2rem;
  transform: translateX(-50%);
}

.featured-wrapper2 .dots2 label {
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  transition: 0.25s;
  background: #404f65;
}

.featured-wrapper2 .dots2 label:hover {
  background: var(--clr-vert);
  cursor: pointer;
}

[id="testi1"]:checked ~ .container2 .featured-list2 li:nth-child(1),
[id="testi2"]:checked ~ .container2 .featured-list2 li:nth-child(2),
[id="testi3"]:checked ~ .container2 .featured-list2 li:nth-child(3) {
  opacity: 1;
}

[id="testi1"]:checked ~ .container2 .dots2 [for="testi1"],
[id="testi2"]:checked ~ .container2 .dots2 [for="testi2"],
[id="testi3"]:checked ~ .container2 .dots2 [for="testi3"] {
  background: var(--clr-vert);
}

[id="testi1"]:checked ~ .container2 [for="testi1"] .outer,
[id="testi2"]:checked ~ .container2 [for="testi2"] .outer,
[id="testi3"]:checked ~ .container2 [for="testi3"] .outer {
  background: var(--overlay);
}

[id="testi1"]:checked ~ .container2 [for="testi1"] .inner,
[id="testi2"]:checked ~ .container2 [for="testi2"] .inner,
[id="testi3"]:checked ~ .container2 [for="testi3"] .inner {
  opacity: 1;
  transform: none;
}

.testibody {
  position: relative;
  padding: 8rem 0;
  background-color: var(--clr-bleufoncé);
  font-family: "Poppins", sans-serif;
}

.featured-list2 p {
  text-align: center;
  width: 61rem;
  font-weight: 600;
  font-size: 3rem;
  line-height: 125%;
  letter-spacing: -0.02em;
}

.featured-list2 img {
  width: 5.5rem;
  height: 5.5rem;
  margin-top: 4rem;
  object-fit: cover;
  border-radius: 5rem;
}

.featured-list2 h1 {
  text-align: center;
  margin: 1.5rem auto 0.5rem;
  font-size: 1.5rem;
}

.featured-list2 h2 {
  font-weight: 500;
  text-align: center;
  font-size: 1rem;
  color: #297487ab;
}

.testibody svg {
  position: absolute;
  left: 16%;
  top: 6.5rem;
}

/* CSS CALL-TO-ACTION */

.ctabody {
  position: relative;
  height: 17rem;
  background: var(--clr-bleufoncétrans);
}

.ctabody img {
  position: absolute;
  width: 100%;
  height: 17rem;
  object-fit: cover;
  opacity: 0.7;
  z-index: -1;
}

.ctadiv {
  display: flex;
  align-items: center;
  width: 49rem;
  padding-top: 6rem;
}

.ctabody svg {
  width: 4.5rem;
  height: 4.5rem;
}

.ctabody h1 {
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: -0.4px;
}

/* CSS SHOWCASE */

.showbody {
  padding: 6rem 0;
  background: var(--clr-bleufoncé);
}

.showbody h1 {
  text-align: center;
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: -0.4px;
}

.showbody h2 {
  text-align: center;
  margin: 1rem 0 5rem;
  font-weight: 500;
  font-size: 1.5rem;
}

.showbody img {
  margin-bottom: 1rem;
  border-radius: 5px;
  transition: all 0.3s;
}

.showbody img:hover {
  transform: scale(1.05);
  box-shadow: 0 0 10px #000000b3;
  cursor: pointer;
}

.showgrosdiv {
  display: flex;
  gap: 2rem;
  padding: 0 7rem;
}

.showpetitdiv {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  width: 34.5rem;
}

.showbody button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 17rem;
  height: 4rem;
  margin: 4rem auto 0;
  font-weight: 500;
  font-size: 1rem;
  border: 2px solid #ffffff4d;
  background: none;
  border-radius: 5rem;
  color: #ffffff;
  transition: all 0.3s;
}

.showbody button:hover {
  border: 3px solid #ffffff;
  outline: #ffffff dashed 2px;
  outline-offset: 10px;
  transform: scale(1.1);
  cursor: pointer;
}

/* CSS TEAM */

.teambody {
  display: flex;
  align-items: center;
  font-family: "Inter";
}

.teamdivimg {
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  position: relative;
  width: 37.5rem;
  height: 60rem;
  margin: 0 0 0 6.5rem;
}

.teamdivimg img {
  width: 17rem;
  height: fit-content;
  object-fit: fill;
  border-radius: 1rem;
}

.teamdivimg svg {
  position: absolute;
  left: 30rem;
  top: 43rem;
  z-index: -1;
}

.teamimg1 {
  margin-bottom: 2rem;
}

.teamdiv {
  width: 29rem;
}

.teamdiv h2 {
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1rem;
  color: var(--clr-blanc);
}

.teamdiv h1 {
  margin-bottom: 1.5rem;
  font-weight: 700;
  font-size: 2rem;
  text-transform: capitalize;
  color: #2e2e2e;
}

.teamdiv p {
  margin-bottom: 2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #637381;
}

.teamdiv button {
  text-align: center;
  width: 15rem;
  height: 3.5rem;
  margin-top: 1rem;
  background: #3056d3;
  border-radius: 8px;
  border: none;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1rem;
  color: #ffffff;
  transition: all 0.2s;
}

.teamdiv button:hover {
  transform: scale(1.1);
  box-shadow: 0 0 10px #000000b3;
  cursor: pointer;
}

/* CSS CONTACT */

.contbody {
  position: relative;
  padding: 6rem 0 6rem 7rem;
}

.contbody iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 36.5rem;
  height: 100%;
}

.contbody h1 {
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: -0.292683px;
  color: var(--clr-bleufoncé);
}

.contbody p {
  width: 29rem;
  margin: 1rem 0 10.75rem;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 145%;
  color: rgba(21, 20, 57, 0.4);
}

.contbody h2 {
  margin-bottom: 0.1rem;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(21, 20, 57, 0.4);
}

.contbody h3 {
  margin-bottom: 2.5rem;
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: -0.4px;
  color: var(--clr-bleufoncé);
}

/* CSS PRICING-TABLE */

.pricbody {
  position: relative;
  padding: 0 7rem;
  background: var(--clr-bleufoncétrans);
}

.pricbody img {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.5;
  object-fit: cover;
}

.pridivtext h1 {
  text-align: center;
  padding-top: 6rem;
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: -0.4px;
}

.pridivtext p {
  text-align: center;
  width: 36.5rem;
  margin-top: 2rem;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 145%;
}

.priccontent {
  display: flex;
  padding: 3.5rem 0 6rem;
  gap: 2rem;
}

.card {
  width: 34.5rem;
  padding: 3.5rem 2.5rem 4rem;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  transition: all 0.3s;
}

.card:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px #00000096;
}

.card h2 {
  margin-left: 1.5rem;
  font-weight: 500;
  font-size: 1.5rem;
}

.card h1 {
  position: relative;
  margin-top: 1.5rem;
  margin-left: 1rem;
  font-weight: 700;
  font-size: 58px;
  letter-spacing: -1px;
}

.card h1::after {
  content: "$";
  position: absolute;
  top: 1rem;
  left: auto;
  font-weight: 400;
  font-size: 1rem;
}

.card ul {
  margin-top: 2.75rem;
}

.card li {
  margin-top: 10px;
  font-weight: 400;
  font-size: 1rem;
}

.card button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 14rem;
  height: 4rem;
  margin-top: 2rem;
  background: none;
  border: #ffffff4f 2px solid;
  border-radius: 5rem;
  font-weight: 500;
  font-size: 1rem;
  color: #ffffff;
  transition: all 0.2s;
}

.card button:hover {
  background: var(--clr-saumon);
  border: none;
  cursor: pointer;
}

/* CSS FOOTER */

.footbody {
  position: relative;
  padding: 5rem;
  color: var(--clr-bleufoncé);
}

.footul {
  display: flex;
}

.footul ul {
  display: flex;
  flex-direction: column;
  margin: 0 7rem 0 0;
  gap: 1rem;
}

.footul li {
  margin: 0;
}

.foot_first {
  font-size: 1rem;
  font-weight: 500;
}

.foot_other {
  font-size: 1rem;
  font-weight: 400;
}

.footdivright {
  position: absolute;
  top: 5rem;
  right: 14rem;
  margin: 0;
}

.footdivright h1 {
  font-size: 1rem;
  font-weight: 500;
}

.footdivright ul {
  display: flex;
  margin-top: 2rem;
  gap: 2rem;
}

.footdivright svg {
  transition: all 0.3s;
}

.footdivright svg:hover {
  transform: scale(1.1);
  cursor: pointer;
}

.footdivbottom {
  display: flex;
  justify-content: center;
  width: fit-content;
  padding-top: 14.5rem;
}

.footdivbottom h1 {
  margin-right: 12rem;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -0.292683px;
}

.footdivbottom h2 {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.footdivbottom p {
  margin-top: 1.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 162%;
  color: #15143966;
}

.footdb1 {
  width: 13rem;
  margin-right: 5.5rem;
}

.footdb2 {
  width: 13rem;
  margin-right: 13rem;
}

.footdivbottom button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  width: 14rem;
  height: 3rem;
  background: var(--clr-bleufoncé);
  border: none;
  border-radius: 5rem;
  font-weight: 500;
  color: #ffffff;
  font-size: 1rem;
  transition: all 0.3s;
}

.footdivbottom button:hover {
  transform: scale(1.1);
  box-shadow: 0 0 10px #000000b3;
  cursor: pointer;
}
