:root {
  --background: linear-gradient(
    to right top,
    #0b080a,
    #0b0709,
    #0a0708,
    #090607,
    #080606
  );
  --text-color: white;
  --colorBg: #f5753a;
  --colorBg1: #fe4561;
  --colorBg2: linear-gradient(
    to right top,
    #f6389a,
    #f52d89,
    #f32279,
    #f01968,
    #eb1258
  );
  --colorBg3: linear-gradient(
    to right top,
    #ea092b,
    #eb0437,
    #ec0443,
    #ec0a4e,
    #eb1258
  );
  --gradientBtn: linear-gradient(
    to right top,
    #ea092b,
    #eb0437,
    #ec0443,
    #ec0a4e,
    #eb1258
  );

  --dardLinear: linear-gradient(
    to right top,
    #151214,
    #130f11,
    #100d0e,
    #0c090a,
    #080606
  );
}

body {
  background: var(--dardLinear);
  color: var(--text-color);
  overflow-x: hidden;
}

.navbar-brand,
.nav-link {
  color: white !important;
}

.hero {
  height: 600px;
  display: grid;
  grid-template-columns: 2fr 3fr;
}

.hero div:nth-child(1) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.hero-img-div {
  display: flex;
  gap: 10px;
  align-items: center;
}

.hero-img-div div {
  flex: 1;
  padding-top: 50px;
  transition: all 0.3s ease;
  position: relative;
  height: 500px;
}

.hero-img-div div:first-child {
  flex: 1.5;
}

.hero-img-div div:first-child img {
  width: 100%;
}

.hero-img-div div img {
  width: 140%;
  position: absolute;
  transform: scale(1);
  height: auto;
  transition: transform 0.3s ease;
  transform: translate(-50%, 0%);
  left: 50%;
  bottom: 0%;
}

.hero-img-div div {
  text-align: center;
  border-radius: 15px;
  overflow: hidden;
}

.hero-img-div div:nth-child(3) {
  background-image: var(--colorBg3);
}

.hero-img-div div:nth-child(2) {
  background: var(--colorBg1);
}

.hero-img-div div:nth-child(1) {
  background: var(--colorBg);
}

h1 {
  font-size: 100px;
  position: absolute;
  top: 150px;
  line-height: 80px;
  z-index: 1;
}

h2 {
  font-size: 60px;
  margin-bottom: 20px;
  line-height: 55px;
}

.hero div:nth-child(1) p {
  font-size: 24px;
  margin-top: 165px;
}

button {
  margin-top: 0;
  padding: 10px 15px;
  height: 50px;
  border: none;
  background: var(--gradientBtn);
  color: white;
  font-size: 18px;
  border-radius: 8px;
  cursor: pointer;
}

.bgblack {
  /* background: var(--background); */
  padding: 50px;
  border-radius: 10px;
  margin: 70px 0;
}

.bg-grid div:nth-child(2) {
  margin: 0 20px;
  background-image: linear-gradient(to right top, #f32a2a, #eb2b12);
  border-radius: 15px;
  position: relative;
}

.bg-grid div:nth-child(2) img {
  width: 150%;
  left: -30px;
  position: absolute;
  bottom: 0;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.grid-3 div button {
  margin-top: 20px;
}

.img-continer {
  width: 85%;
  margin: 60px auto;
}

.content-colone .col-12 div img,
.img-continer img {
  width: 100%;
  border-radius: 15px;
}

.smal-img-container {
  text-align: center;
}

.explain-list ul,
.explain-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  clear: both;
  margin: 10px 0;
}

.explain-list ul li {
  float: left;
  padding: 5px;
  margin: 3px;
  border: 1px solid white;
  border-radius: 20px;
  font-size: 13 px;
}

.explain-list li ul {
  margin-bottom: 40px;
  background: red;
}

.content-colone {
  width: 85%;
  background: var(--background);
  margin: auto;
  border-radius: 15px;
}

.content-colone {
  padding: 30px;
}

.content-colone .col-12 div p {
  height: 80px;
}

.content-colone .row {
  align-items: center;
}

strong {
  color: var(--colorBg);
}

.tarfication {
  margin: 50px auto;
  width: 75%;
}

.tarfication > div p {
  margin-bottom: 0;
}

.tarfication > div {
  background: var(--background);
  border-radius: 15px;
  padding: 20px;
  margin: 20px 10px;
}

.smal-img-container img {
  width: 100% !important;
}

.cout {
  border: 1px solid white;
  padding: 15px;
  border-radius: 10px;
}

.inscription,
.avantages {
  width: 55%;
  margin-left: 100px;
}

.avantages-container {
  width: 75%;
  padding: 40px;
  border-radius: 15px;
  margin: auto;
}

.avantages-container ul {
  list-style-type: none;
  padding: 0px;
  margin: 0;
}

.avantages-container ul li p {
  margin: 0;
}

.avantages-container ul li {
  display: flex;
  align-items: center;
  font-size: 18px;
}

.bi-check2-circle {
  color: var(--colorBg);
  margin-right: 20px !important;
  font-size: 24px;
}

.inscription + .img-continer,
.avantages + .img-continer {
  margin-bottom: 20px;
}

.accordion-button {
  min-width: unset !important;
  max-width: unset !important;
  width: 100%;
  background: var(--background);
  color: var(--text-color);
  font-size: 24px;
  padding: 30px;
}

#faqAccordion {
  width: 70%;
  margin: auto;
}

.accordion-item {
  background: var(--background);
  border-radius: 10px;
  margin-bottom: 15px;
  border: none;
  color: var(--text-color);
}

.accordion-button:not(.collapsed) {
  background: var(--colorBg);
  color: white;
  box-shadow: none;
}

.navbar .navbar-toggler {
  max-width: unset !important;
  min-width: unset !important;
  width: unset !important;
}

footer {
  background: var(--background);
  padding: 50px 0;
}
