@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap");
:root {
  --main-color: #FF914D;
  --second-color:#fbfbfb;
  --gradient: linear-gradient(to right, var(--main-color), #D6D4D4);
  --third-color: #E8EAED;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  background: linear-gradient(to bottom,  var(--second-color), var(--third-color), var(--main-color));
}

.text-gradient {
  background: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.d-flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  padding-top: 0px;
}
.d-flex-center img {
  width: 35px;
}

img {
  cursor: pointer;
}

.button {
  padding: 15px;
  font-size: 15px;
  border-radius: 10px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);

  cursor: pointer;
}

.button-1 {
  background-color: var(--main-color);
  border: solid 1px var(--main-color);
  color: #fbfbfb;
}

.button-2 {
  background-color: #fbfbfb;
  border: solid 1px #fbfbfb;
}

.section-1-left {
  width: 50%;
}
.section-1-left h1 {
  font-size: 65px;
  margin: 0;
}
.section-1-left h1 span {
  font-size: 67.5px;
}
.section-1-left .presentation {
  font-size: 18px;
  border-radius: 15px;
  line-height: 25px;
  margin-top: 30px;
}
.section-1-left ul {
  list-style-type: none;
  margin: 0;
  padding-top: 18.5px;
  padding: 15px;
  padding-bottom: 1px;
  background-color: #fbfbfb;
  border-radius: 15px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.section-1-left ul li {
  font-size: 16.5px;
  margin-bottom: 12.5px;
  display: flex;
  align-items: center;
}
.section-1-left ul li .svg-check {
  width: 20px;
  padding-right: 10px;
}
.section-1-left .section-buttons {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.section-1-left .section-buttons button {
  width: 48.57%;
}
.section-1-left .section-buttons .button-2 {
  margin-left: 2.5%;
}

.section-1-right {
  width: 50%;
  display: flex;
  justify-content: right;
  align-items: center;
  flex-direction: column;
  align-items: center;
}
.section-1-right .carousel {
  margin-top: 20px;
  width: 85%;
  height: 515px;
  background-size: 100%;
  background-image: url("https://images.unsplash.com/photo-1573495628363-04667cedc587?w=900&auto=format&fit=crop&q=60&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MTR8fGRldmVsb3BwZXIlMjB3b21hbnxlbnwwfHwwfHx8MA%3D%3D");
  border-radius: 15px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.section-1-right .carousel-probleme {
  color: #fbfbfb;
  padding: 15px;
  background-color: #262626;
  border-radius: 10px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  font-size: 15px;
  margin-right: -575px;
  width: 33%;
  margin-top: 0px;
  cursor: pointer;
}
.section-1-right .pb-1 {
  margin-top: -215px;
}

nav {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding-left: 3.5%;
  padding-right: 6.5%;
  padding-top: 0.5%;
}
nav .marque {
  font-family: "Dancing Script", cursive;
  cursor: pointer;
  font-size: 25px;
}
nav .marque span {
  color: var(--main-color);
  margin-left: -5.5px;
}
nav .menu {
  width: 75%;
  display: flex;
  align-items: center;
  justify-content: right;
}
nav .menu ul {
  display: flex;
  align-items: center;
  list-style-type: none;
}
nav .menu ul li {
  margin-left: 25px;
  cursor: pointer;

  a {
    text-decoration: none;
    color: #262626;
  }
}
nav .menu .menu-special {
  padding: 15px;
  margin-left: 45px;
  border-radius: 10px;
  background-color: #fbfbfb;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.space {
  width: 5%;
  height: 25px;
}

.card-active {

  margin-top: 50px;

  border-radius: 15px;
  padding: 15px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  background: linear-gradient(to right, white, #fbfbfb, var(--third-color), var(--second-color));
  height: 175px;
  width: 90%;
  
  padding: 20px 45px;
  padding-bottom: 0px;

  .card-head {
    display: flex;
    justify-content: space-between;
  }

  h5 {
    margin: 0px;
    font-weight: normal;
    font-size: 17px;

    display: flex;
    align-items: center;

    padding-top: 10px;

    .method-icon {
      width: 25px;
      margin-right: 10px;
    }
  }

  .card-p {
    padding-top: 10px;
    line-height: 25px;
  }
}

.card-price-light {
  background-color: #fbfbfb;
  color: #262626;
  padding: 20px 45px;
}

.card-price-dark {
  background-color: #262626;
  color: #fbfbfb;
  margin-left: 30px;
}

.card-price-light, .card-price-dark {

  margin-top: 50px;

  border-radius: 15px;
  padding: 15px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  height: 205px;
  
  padding: 20px 45px;

  width: 40%;

    .card-head {
    display: flex;
    justify-content: space-between;
  }

  h5 {
    margin: 0px;
    font-weight: normal;
    font-size: 17px;

    display: flex;
    align-items: center;

    padding-top: 10px;

    .method-icon {
      width: 25px;
      margin-right: 10px;
    }
  }

  .card-p {
    padding-top: 10px;
    line-height: 25px;
  }
}
/*# sourceMappingURL=style.css.map */


footer {
  background-color: var(--third-color);

  div {
    padding: 20px;
    text-align: center;

    a {
      color: #262626;
      text-decoration: none;

      span {
        font-weight: bold;
      }
    }
  }
}