body {
  margin: 0;
  padding: 0;
}

:root {
  --move1: #d694de;
  --text1: #666666;
  --text2: #683fb7;
  --text3: #9491a5;
}

a {
  color: unset;
  text-decoration: none;
}

p {
  font-size: unset;
  font-weight: unset;
  margin: unset;
  padding: unset;
}

.page {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.deco1_corner {
  position: absolute;
  right: 0;
  top: 0;
  height: 250px;
  width: 250px;
  border-radius: 0 0 0 100%;
  z-index: -1;
  background: linear-gradient(
    90deg,
    rgba(180, 81, 186, 1) 52%,
    rgba(214, 148, 222, 1) 125%
  );
}

.deco1_in {
  height: 100%;
  width: 100%;
  position: relative;
}

.deco2_img {
  height: 45%;
  position: absolute;
  bottom: 10%;
  right: 10%;
}

.header_section {
  height: max-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 60px 0 60px;
}

.navbar1 {
  display: flex;
  align-items: center;
  padding: 0;
  width: 60%;
  margin-left: -20%;
}

.logo1 {
}

.logo1_img {
  width: 90px;
}

.nav_item {
  list-style-type: none;
  color: var(--text2);
  font-size: 15px;
  font-weight: 500;
  margin: auto;
}

.nav_link {
}

.social_btn_container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.icon_media {
  background: white;
  padding: 0px 5px;
  border-radius: 5px;
  font-size: 25px;
  color: var(--text2);
  margin: 0 0 3px 0;
}

.social_icon {
  margin: 0px 3px;
}

.btn_phone {
  background-color: white;
  border-radius: 50px;
  list-style-type: none;
  font-weight: bold;
  padding: 3px 10px;
  margin: 3px 0;
}

.phoneNum {
  color: #683fb7;
  font-size: 16px;
  font-weight: 700;
}

/* <-- = == ================================================ == = --> */
/* <-- = == ================================================ == = --> */
/* <-- = == ================================================ == = --> */
/* <-- = == ================================================ == = --> */

.section1_form {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  padding: 0 60px 0 60px;
  background: url("../img/slid-1.png") no-repeat bottom right / contain;
}

.form_side {
  width: 55%;
}
.section_title {
  text-align: center;
  font-size: 45px;
  color: var(--move1);
}
.section_title p {
  font-size: 45px;
  color: var(--move1);
}

.textSpaceLine1 {
}

.form_1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: max-content;
  align-items: center;
  margin: 10px 0 10px 0;
}

.form-input-txt {
  display: block;
  width: 90%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 5px 0 0px 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff0;
  background-clip: padding-box;
  border: 1px solid #ced4da00;
  border-bottom: 1px solid #ced4da;
  border-radius: 0.25rem;
  margin: 3px 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-input-txt:focus {
  border-radius: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid #7b44b8 !important;
  box-shadow: 0 !important;
  color: #495057;
  background-color: #fff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.mauticform-row {
  width: 93%;
  margin: 15px 0 0px 0px;
}

.mauticform-label {
  padding: 0 0 0 15px;
  display: inline-block;
}

.mauticform-helpmessage {
  padding: 0 0 0 21px;
}

.mauticform-errormsg {
}

.slid-btn-1 {
  background: linear-gradient(
    90deg,
    rgba(180, 81, 186, 1) 52%,
    rgba(214, 148, 222, 1) 125%
  );
  width: 70%;
  font-weight: bold;
  color: white;
  font-size: 22px;
  border-radius: 30px;
  padding: 7px 0;
  border: double;
  margin: 15px 0 10px 0;
  cursor: pointer;
}

/* <-- = == ================================================ == = --> */
/* <-- = == ================================================ == = --> */
/* <-- = == ================================================ == = --> */
/* <-- = == ================================================ == = --> */

.section2 {
  background: url("../img/bg-all.png") no-repeat;
  background-size: contain;
  height: 1530px;
  padding: 90px 0 0 0;
  margin: -50px 0 -170px 0;
}

.section2_top {
  display: flex;
  padding: 20px 0;
}

.s2_topLeft {
  position: relative;
  width: 70%;
}
.s2_topRight {
  width: 100%;
  margin: auto;
}

.image2 {
  position: absolute;
  bottom: -170px;
  left: 30px;
  height: 130%;
}

.deco3 {
  width: 250px;
  height: 350px;
  background: white;
  position: absolute;
  z-index: 1;
  bottom: -197px;
  left: -170px;
  border-radius: 100%;
  box-shadow: 5px 0px 17px -9px black;
}

.alignText1 {
  text-align: start;
  line-height: 1;
}

.textColor1 {
  color: var(--text1);
}

.textColor2 {
  color: var(--move1);
  font-weight: bold;
}

.body_text1 {
  color: var(--text3);
  text-align: justify;
  font-size: 20px;
  font-weight: 400;
  width: 70%;
  box-sizing: border-box;
}

.section2_bottom {
  margin: 100px 0 0 0;
  position: relative;
}

.textColor3 {
  color: white;
}
.separ {
  color: white;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 20px;
  font-size: 12px;
}
.separ i {
  margin-right: 13px;
}

.eqpCarousel_container {
  width: 90%;
  margin: auto;
}
.carousel_eqpItem {
  height: 300px;
  width: 150px;
}

.eqp_product {
  width: 90%;
}

.product_img {
  width: 164px;
  box-shadow: 0px 2px 11px 0px grey;
  border-radius: 24px;
}

.btn_eqp {
  position: relative;
  height: 34px;
  background-color: var(--move1);
  text-decoration: none;
  border-radius: 50px;
  padding-right: 4px;
  padding-left: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 17px;
}

.btn_eqp:after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 0;
  top: 0;
  height: 2px;
  width: 10%;
  background-color: white;
  margin: auto;
}

.btn_eqp:before {
  content: "";
  position: absolute;
  left: 10px;
  bottom: 0;
  top: 0;
  height: 2px;
  width: 10%;
  background-color: white;
  margin: auto;
}

.btn_eqp a {
  color: white !important;
  font-size: 13px;
  font-weight: bold;
}

.badge1_deco {
  background-color: white;
  height: 100%;
  width: 140px;
  position: absolute;
  right: 90px;
  display: flex;
  align-items: baseline;
  z-index: 2;
  top: -110px;
}

.badge1_container {
position: relative;
width: 100%;
height: 100%;
}

.badge1_container img {
  width: 177px;
  margin: auto;
  position: absolute;
  top: 10%;
  right: -17px;
}

.owl-carousel.owl-drag .owl-item::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  transform: translateY(-50%) !important;
  height: unset !important;
  width: unset !important;
  background-color: unset !important;
}

.owl-theme .owl-dots {
  right: 20% !important;
  width: max-content !important;
}

.owl-theme .owl-nav {
  position: unset !important;
}

.owl-carousel .owl-nav button.owl-prev {
  background: rgb(255 255 255) !important;
  height: 40px !important;
  width: 40px !important;
  font-size: 60px !important;
  padding: 0 0 14px 0 !important ;
  line-height: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 100% !important;
  border: double !important;
  color: rgba(180, 81, 186, 1) !important;
  position: absolute !important;
  top: 35% !important;
  left: -35px !important;
}
.owl-carousel .owl-nav button.owl-next {
  background: rgb(255 255 255) !important;
  height: 40px !important;
  width: 40px !important;
  font-size: 60px !important;
  padding: 0 0 14px 0 !important ;
  line-height: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 100% !important;
  border: double !important;
  color: rgba(180, 81, 186, 1) !important;
  position: absolute !important;
  top: 35% !important;
  right: -35px !important;
}

.equips_content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: white;
  margin: 78px 0 0 0;
}

.centerText {
  text-align: center;
}
.normalFontW {
  font-weight: 100;
  color: var(--move1);
  margin: 20px 0 0 0;
}

.decoLine1 {
  height: 1px;
  width: 30%;
  background: var(--move1);
  margin: 40px 0 0 0;
}
/* <-- = == ================================================ == = --> */
/* <-- = == ================================================ == = --> */
/* <-- = == ================================================ == = --> */
/* <-- = == ================================================ == = --> */

.section3_vids {
}

.vidList {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0 0 0;
}

.pack_vid {
  cursor: pointer;
}

.pack_vid_img {
  width: 95%;
}

/* <-- = == ================================================ == = --> */
/* <-- = == ================================================ == = --> */
/* <-- = == ================================================ == = --> */
/* <-- = == ================================================ == = --> */

.section4_packs {
}

.PackCarousel_container {
  width: 80%;
  margin: auto;
}

.f_pack {
  width: 90%;
  height: auto !important;
  box-shadow: 0px 8px 34px 0px grey;
  border-radius: 24px;
  margin: 30px;
}

.pack_card_img {
  width: 100%;
  cursor: pointer;
}

/* <-- = == ================================================ == = --> */
/* <-- = == ================================================ == = --> */
/* <-- = == ================================================ == = --> */
/* <-- = == ================================================ == = --> */

.section5_client {
  position: relative;
  background-image: url(../img/bg-avis.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 0;
  margin: 65px 0 0 0;
}

.quote {
  margin-top: 90px;
  color: #ffa800;
  font-size: 40px !important;
}
.avis h4 {
  font-family: gotham-bold;
  margin-top: 7px;
  color: var(--text1);
}
.avis p {
  font-family: "gotham-book";
  color: var(--text1);
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 15px;
  text-align: justify;
  line-height: 1.5;
}

.star {
  margin-bottom: 22px;
  color: #ffa800;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  bottom: 10px;
}

.star i {
  margin-right: 10px;
}

.avtr {
  border: 6px solid white;
  border-radius: 50%;
  width: 130px;
  height: 130px;
  overflow: hidden;
  box-shadow: 0px 0px 8px 2px grey;
  background: white;
  display: flex;
  justify-content: center;
}
.avatar {
  position: absolute;
  background: white;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  font-size: 70px;
  text-align: center;
  top: -77px;
  left: 0;
  right: 0;
  margin: auto;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.avis {
  width: 250px;
  background-color: white;
  border-radius: 25px;
  text-align: center;
  position: relative;
  padding: 0px 32px 50px;
  margin-top: 90px;
  box-shadow: 0px -4px 34px 0px #683fb7;
  height: 340px;
}

.avisCarousel_container {
  width: 80%;
  margin: auto;
}
.avtr img {
  width: unset !important;
}
/* <-- = == ================================================ == = --> */
/* <-- = == ================================================ == = --> */
/* <-- = == ================================================ == = --> */
/* <-- = == ================================================ == = --> */

.section6_center {
}

.maps1 {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: row;
  width: 90%;
  margin: auto;
}

.noscenter_incontainer {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 10px;
}

.location_title {
  color: #d693de;
  font-weight: bold;
  font-size: 24px;
  margin: 0;
}

.location_subtitle {
  color: rgb(147, 145, 165);
  font-size: 20px;
  margin: 5px 0 30px 0;
  font-weight: 500;
}

.map_container1 {
  width: 95%;
  border-radius: 35px;
  padding: 0 0 13px 0;
  box-shadow: 0px 10px 10px 2px #0000003d;
  border: none;
  margin: 0 0 30px 0;
  height: 200px;
}

/* <-- = == ================================================ == = --> */
/* <-- = == ================================================ == = --> */
/* <-- = == ================================================ == = --> */
/* <-- = == ================================================ == = --> */

.footer_section {
  background: url(../img/footer.png) no-repeat;
  background-size: cover;
  display: flex;
  width: 100%;
  color: white;
  padding: 30px 80px;
  box-sizing: border-box;
}

.info_footer {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  width: 60%;
}
.footer_text {
  width: 100%;
  font-size: 18px;
  text-align: justify;
  font-weight: 400;
  margin: 5px 0;
}

.info_text {
  margin: 0 0 10px 0;
}
.info_footer img{
  width: 21px;
  margin-right: 14px;
}

.c_adresse {
  display: flex;
  align-items: center;
}

.c_phone {
}

.c_email {
}

.footer_logo {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: min-content;
  width: 100%;
  margin: auto;
}
.footer_logo img {
  width: 200px;
}



.player1_overlay {
  position: fixed;
  height: 100%;
  z-index: 3;
  width: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  background: #00000085;
}


.overlay_click_zone {
  position: absolute;
  height: 100%;
  width: 100%;
}

.player_container {
  position: absolute;
  z-index: 2;
  display: flex;
  height: 75%;
  width: 100%;
  background: #a74ebab5;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}

.close_player1 {
  border: solid white 1px;
  border-radius: 50%;
  padding: 0 12px;
  font-size: 30px;
  color: white;
  font-weight: 600;
  width: auto;
  height: auto;
  position: absolute;
  left: 100px;
  top: 20px;
  cursor: pointer;
}


.videoPlayer1 {
  max-height: -webkit-fill-available;
}

.packs_modal {
  position: fixed;
  height: 100%;
  z-index: 3;
  width: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  background: #00000085;
}

.packs_holder {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
}

.pack_feture {
  list-style-type: disc;
  text-align: left;
  margin: 5px 0px 3px 10px;
  font-size: 20px;
  color: white;
}

.packs_holder .content1 {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  background: #a34eb8;
  box-shadow: 0 0 50px 0px #0000003b;
}

.pack_content_img {
  border-radius: 30px;
  width: 25%;
  margin: 20px 20px;
  box-shadow: 0px 0px 7px 0px #00000042;
}
.pack_fetures {
  display: flex;
  flex-direction: column;
  height: 345px;
  box-shadow: 0px 0px 6px 0px #0000004d;
  padding: 0 25px;
  border-radius: 5px;
}
.closeMenu {
  display: none;
  }

.menu_btn {
display: none;
}

.menu_btn img {
  width: 70px;
  border-radius: 50%;
  cursor: pointer;
}

 .owl-theme .owl-dots{
display: none !important;
}


.pack_title {
  font-size: 30px;
  margin: 13px 0;
  color: white;
}