@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
body {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  line-height: 22px;
  width: 100%; 
  background-image: url('../image/background.jpg');   
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 100vh;
  overflow-x: hidden;
  direction: ltr!important;
  text-rendering: optimizeLegibility;
  color: #161616;
  font-size: 0px; 
  text-align: justify!important;
} 

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 0.8;
}
h1 {
    font-size: 40px;
    line-height: 25px;
    color: #d7555c; 
    text-align: center;
}
h2 { 
    font-size: 28px;
    color: #a53e16;
}
h3{
    font-size: 25px;
    color:#291515; 
}
h4 {
  font-size: 15px;
}
h5 {
    font-size: 10px;
    color: #162226;
}
h6 {
  font-size: 8px;
}
a ,a:focus, a:hover , a:active{
  color:white;
  text-decoration:none;
} 
p{
    font-size: 20px;
    color: #161616;
}
 
 
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
  display: inline;
}

.nav-tabs {
  margin-bottom: 15px;
}
div.required .control-label:before {
  content: '* ';
  color: #F00;
    
}
/* Gradent to all drop down menus */
.dropdown{
    padding-top: 15px;
    padding-bottom: 15px;
}
.dropdown-menu li > a:hover {
    color: #c45061; 
    width: 100%;

}
 .navbar-nav>li>.dropdown-menu{ 
    min-width: 100%;
    background: #ffffff!important;
    padding: 4%!important;
} 
.dropdown:hover .dropdown-menu  {
    display: block;
    width: 100%;
    background: #161616!important;
    padding: 4%!important;
} 
.dropdown-menu>li>a {
    color: #c45061!important;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #fff!important;
    background-color: #c45061;
}

/* logo */
#logo {
    width: 70%; 
    margin-right: 20%;
}
  
/*responsive sidebar*/
/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0;
  left: 0;
  background-color: white; /* White*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    color: #000000;
    display: block;
    transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #c45061;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 24px;
    left: 0;
    font-size: 60px;
    margin-right: 50px;
    color: #a64119;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
.container-fluid {
  transition: margin-left .5s;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

#langg{ 
    float: right !important;
    background: #ffffe4;
    width: 80%;
    margin-left: -78px; 
}

/* footer */
footer { 
   background-color: #161616;
    border-top: 1px solid #ddd;
    color: #e2e2e2;
    padding: 5%;
    font-size: 24px!important;
} 
footer p { 
    color: #ffffff;
}
/* header buttons */ 
.button-container {
    display: flex ;
    background-color: rgb(215 85 92);
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: space-around;
    border-radius: 10px;
    margin: 8px;
  }

.button {
  outline: 0 !important;
  border: 0 !important;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all ease-in-out 0.3s;
  cursor: pointer;
}

.button:hover {
  transform: translateY(-3px);
}

.text {
   font-size: 20px;
}


/* SOCIAL MEDIA */ 
.card {
    margin-bottom: 20px;
    width: fit-content;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    gap: 20px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.055);
}

/* for all social containers*/
.socialContainer {
  width: 52px;
  height: 52px;
  background-color: rgb(44, 44, 44);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition-duration: .3s;
}
/* instagram*/
.containerOne:hover {
  background-color: #d62976;
  transition-duration: .3s;
}
 
/* linkdin*/
.containerThree:hover {
  background-color: #0072b1;
  transition-duration: .3s;
}
/* Whatsapp*/
.containerFour:hover {
  background-color: #128C7E;
  transition-duration: .3s;
}

.socialContainer:active {
  transform: scale(0.9);
  transition-duration: .3s;
}

.socialSvg {
  width: 17px;
}

.socialSvg path {
  fill: rgb(255, 255, 255);
}

.socialContainer:hover .socialSvg {
  animation: slide-in-top 0.3s both;
}

@keyframes slide-in-top {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
 
 /* VIDEO */
.background-video {
  object-fit: cover;
  width: 100%;
  height: 100%;  
  z-index: -1;
}

  
  
#about,  #services , #contact , #blogging{
    background:  #cbd1d1;
    padding: 2%;
} 

/* CARD TEXT */ 
.card-text {
    width: 100%;
    font-size: 22px;
    color: #2b2927;
    height: auto;
    background-color: transparent;
    display: flex ;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 20px;
    gap: 13px;
    position: relative;
    overflow: hidden;
    box-shadow: 2px 2px 20px rgb(165 63 23);
} 
 /* RED HEART */ 
.red-heart {
 display: inline-block;
 position: relative;
 width: 80px;
 height: 80px;
 transform: rotate(45deg);
 transform-origin: 40px 40px;
}

.red-heart div {
 top: 32px;
 left: 50%;
 position: absolute;
 width: 32px;
 height: 32px;
 background: red;
 animation: red-heart45 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}

.red-heart div:after,
.red-heart div:before {
 content: " ";
 position: absolute;
 display: block;
 width: 32px;
 height: 32px;
 background: red;
}

.red-heart div:before {
 left: -24px;
 border-radius: 50% 0 0 50%;
}

.red-heart div:after {
 top: -24px;
 border-radius: 50% 50% 0 0;
}

@keyframes red-heart45 {
 0% {
  transform: scale(0.95);
 }

 5% {
  transform: scale(1.1);
 }

 39% {
  transform: scale(0.85);
 }

 45% {
  transform: scale(1);
 }

 60% {
  transform: scale(0.95);
 }

 100% {
  transform: scale(0.9);
 }
}

 
 
/* BUTTON  */ 
.btn-flower {
  height: 4em;
  width: 100%; 
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0px solid black;
  cursor: pointer;
}

.wrapper {
  height: 4em;
  width: 100%;
  position: relative;
  background: transparent; 
  justify-content: center;
  align-items: center;
}

.text-flower {
    font-size: 20px;
    z-index: 1;
    color: #e1e6ea;
    padding: 14px 22px;
    border-radius: 16px;
    background: rgb(165 62 22);
    transition: all 0.5s  ease;
}
 
/* CONTACT*/ 
.form-container {
  width: 100%;
  background: linear-gradient(#d5dadd, #d7c8c5) padding-box, linear-gradient(145deg, transparent 35%, #a53e16, #e4dad9) border-box;
  border: 2px solid transparent;
  padding: 32px 24px;
  font-size: 24px;
  font-family: inherit;
  color: white;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-sizing: border-box;
  border-radius: 16px;
}

.form-container button:active {
  scale: 0.95;
}

.form-container .form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-container .form-group {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.form-container .form-group label {
  display: block;
  margin-bottom: 5px;
  color:  #a63f18;
  font-weight: 600;
  font-size: 24px;
}

.form-container .form-group input {
  width: 100%;
  padding: 12px 16px;
  border-radius: 8px;
  color: #161616;
  font-family: inherit;
  background-color: transparent;
  border: 1px solid #414141;
}

.form-container .form-group textarea {
  width: 100%;
  padding: 12px 16px;
  border-radius: 8px;
  resize: none;
  color: #161616;
  height: 96px;
  border: 1px solid #414141;
  background-color: transparent;
  font-family: inherit;
}

.form-container .form-group input::placeholder {
  opacity: 0.5;
}

.form-container .form-group input:focus {
  outline: none;
  border-color: #a53e16;
}

.form-container .form-group textarea:focus {
  outline: none;
  border-color: #a53e16;
}

.form-container .form-submit-btn {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  align-self: flex-start;
  font-family: inherit;
  color: #a63f18;
  font-weight: 600;
  width: 40%;
  background: #d7cdcb;
  border: 1px solid #a63f18;
  padding: 12px 16px;
  font-size: 24px;
  gap: 8px;
  margin-top: 8px;
  cursor: pointer;
  border-radius: 6px;
}

.form-container .form-submit-btn:hover {
    background-color: #a53e16;
    border-color: #a53e16;
    color: white;
}

.alert {
    padding-bottom: 3%;
    margin-bottom: 20px;
    background: #a53e16;
    border: 1px solid #a53e16;
    border-radius: 10px;
    color: white;
    font-size: 24px;
}


#backToTop {
      position: fixed;
      bottom: 20px;
      right: 20px;
      padding: 10px 15px;
      font-size: 16px;
      background-color: #a53e16;
      color: white;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      display: none; 
      z-index: 1000;
    } 

 #whatsapp-button {
    position: fixed;
    bottom: 80px; /* Slightly above the back to top button */
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    z-index: 1000;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  }

  #whatsapp-button img {
    width: 28px;
    height: 28px;
  } 


/* card-formation */ 
.card-formation {
    width: 100%;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 4px 30px rgb(165 62 22);
    padding: 2%;
    backdrop-filter: blur(10.5px);
    border: 1px solid rgb(218 184 170);
}
.card-formation h2{
    font-size: 30px!important;
}



.top {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10.5px);
  -webkit-backdrop-filter: blur(10.5px);
  border: 1px solid rgb(218 184 170);
  width: 100%;
   
  height: auto;
} 
.title{
height: 224px;
}
 
 
/* REVIEWS */

.reviews {
  --border-radius: 0.75rem;
  --primary-color: #7257fa;
  --secondary-color: #3c3852;
  width: 100%;
  padding: 1rem;
  cursor: pointer;
  border-radius: var(--border-radius);
  background: #f1f1f3;
  box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 3%);
  position: relative;
}

.reviews > * + * {
    margin-top: 30px;
    color: #212121;
}

.reviews .reviews__content {
  color: var(--secondary-color);
  font-size: 30px;
}

.reviews .reviews__title {
  padding: 0;
  font-size: 30px;
  font-weight: bold;
}

.reviews .reviews__date {
  color: #212121;
  font-size: 30px;
}

/* hover */
.reviews:hover .reviews__title {
  color: var(--primary-color);
  text-decoration: underline;
}




 .parent {
     padding-top:6%;
     padding-bottom:5%;
  }
  
@media(max-width: 767px){
  .parent {
     padding-top: 40%;
  }
} 




/* REVIEWS */

.reviews {
  --border-radius: 0.75rem;
  --primary-color: #7257fa;
  --secondary-color: #3c3852;
  width: 100%;
  padding: 1rem;
  cursor: pointer;
  border-radius: var(--border-radius);
  background: #f1f1f3;
  box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 3%);
  position: relative;
}

.reviews > * + * {
    margin-top: 30px;
    color: #212121;
}

.reviews .reviews__content {
  color: var(--secondary-color);
  font-size: 30px;
}

.reviews .reviews__title h3{
  padding: 0;
  font-size: 30px;
  font-weight: bold;
  color: #d7555c!important;
}

.reviews .reviews__date h3{
  color: #d7555c!important;
  font-size: 30px;
}

/* hover */
.reviews:hover .reviews__title {
  color: var(--primary-color);
  text-decoration: underline;
}
 

.carousel-control.right  {
    right: 0;
    left: auto;
    color: #a53e16!important;
    background: transparent !important;
}

 .carousel-control.left {
    left: 0;
    right: auto; 
    color: #a53e16 !important;
    background: transparent !important;
} 

li::marker {
  color:#d7555c!important;
}



/* .button_collapse COLLAPSE */ 
.button_collapse {
 position: relative;
 height: 50px;
 padding: 0 30px;
 border: 2px solid #000;
 background: #e8e8e8;
 user-select: none;
 white-space: nowrap;
 transition: all .05s linear;
 font-family: inherit;
}

.button_collapse:before, .button_collapse:after {
 content: "";
 position: absolute;
 background: #e8e8e8;
 transition: all .2s linear;
}

.button_collapse:before {
 width: calc(100% + 6px);
 height: calc(100% - 16px);
 top: 8px;
 left: -3px;
}

.button_collapse:after {
 width: calc(100% - 16px);
 height: calc(100% + 6px);
 top: -3px;
 left: 8px;
}

.button_collapse:hover {
 cursor: crosshair;
}

.button_collapse:active {
 transform: scale(0.95);
}

.button_collapse:hover:before {
 height: calc(100% - 32px);
 top: 16px;
}

.button_collapse:hover:after {
 width: calc(100% - 32px);
 left: 16px;
}

.button_collapse span {
 font-size: 25px;
 z-index: 3;
 position: relative;
 font-weight: 600;
}




/* VIRTUEL OU PRESENTIEL*/ 
.custom-radio-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.2);
  padding: 16px;
  box-shadow: 0 6px 12px rgb(218 184 170);
}
.custom-radio-container {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 12px 20px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.2);
  transition:
    background-color 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
  font-size: 20px;
  color: #333333;
  user-select: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.custom-radio-container:hover {
  background-color: rgba(255, 255, 255, 0.3);
  transform: scale(1.03);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
}
.custom-radio-container input[type="radio"] {
  opacity: 0;
  position: absolute;
}
.custom-radio-checkmark {
  position: relative;
  height: 24px;
  width: 24px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background-color: rgb(218 184 170);
  transition:
    background-color 0.4s ease,
    transform 0.4s ease;
  margin-right: 12px;
  display: inline-block;
  vertical-align: middle;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}
.custom-radio-container input[type="radio"]:checked + .custom-radio-checkmark {
  background-color: #ffffff;
  border-color: #a23d15;
  box-shadow: 0 0 0 8px rgb(218 184 170);
  transform: scale(1.2);
  animation: pulse 0.6s forwards;
}
.custom-radio-checkmark::after {
  content: "";
  position: absolute;
  display: none;
}
.custom-radio-container
  input[type="radio"]:checked
  + .custom-radio-checkmark::after {
  display: block;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #a23d15;
  transform: translate(-50%, -50%);
}
@keyframes pulse {
  0% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1.2);
  }
}



/* TIME & DATE  PICKER */ 
.input-add-friend {
  width: 100%;
  height: 8em;
  position: relative;
  display: flex;
  flex-direction: column; 
  align-items: center; 
  --background-color: rgb(196 196 196);
}

.input-add-friend .input-add-friend-title {
  display: flex;
  align-self: flex-start; 
}
.input-add-friend-title {
  width: 50%;
  height:2em;
  background-color: var(--background-color);
  color: white;
  display: flex;
  justify-content: center;
  font-weight: bold;
  font-family: monospace, sans-serif;
  box-shadow:
    -0.05em 0em var(--color),
    -0.05em -0.05em var(--color),
    0.05em -0.05em var(--color);
  position: relative;
  z-index: 1;
  align-items: center;
}
.input-add-friend-input {
  width: 100%;
  height: 4em;
  background-color: var(--background-color); 
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: bold;
  box-shadow:
    -0.05em 0em var(--color),
    -0.05em 0.05em var(--color),
    0.05em 0.05em var(--color),
    0.05em -0.05em var(--color),
    0em 0em 2.5em 0em rgb(121, 174, 30, 0.15);
  position: relative;
  z-index: 0;
  animation: change-box-shadow 5s linear infinite;
}

@keyframes change-box-shadow {
  0% {
    box-shadow:
      -0.05em 0em var(--color),
      -0.05em 0.05em var(--color),
      0.05em 0.05em var(--color),
      0.05em -0.05em var(--color),
      0em 0em 2.5em 0em rgb(169, 116, 255, 0);
  }
  50% {
    box-shadow:
      -0.05em 0em var(--color),
      -0.05em 0.05em var(--color),
      0.05em 0.05em var(--color),
      0.05em -0.05em var(--color),
      0em 0em 2.5em 0em rgb(169, 116, 255, 0.25);
  }
  100% {
    box-shadow:
      -0.05em 0em var(--color),
      -0.05em 0.05em var(--color),
      0.05em 0.05em var(--color),
      0.05em -0.05em var(--color),
      0em 0em 2.5em 0em rgb(169, 116, 255, 0);
  }
}
.input-add-friend-input input {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  background-color: white;
  color: #121111;
  font-weight: normal;
}

.input::placeholder {
  color: var(--background-color);
  font-weight: bold;
  font-family: monospace, sans-serif;
}
  
.input-add-friend:has(.input-add-friend-checkbox:checked) {
  filter: hue-rotate(-120deg);
  transition: all 0.25s ease-in-out;
}

.input-add-friend-checkbox:checked ~ svg {
  animation: jumpicon 0.75s infinite linear;
  animation-iteration-count: 1;
}

@keyframes jumpicon {
  0% {
    top: -2.25em;
    transform: rotate(0deg) scale(1);
  }
  25% {
    top: -2.5em;
    transform: rotate(0deg) scale(1.15);
  }
  50% {
    top: -2.5em;
    transform: rotate(10deg) scale(1.15);
  }
  75% {
    top: -2.5em;
    transform: rotate(-10deg) scale(1.15);
  }
  95% {
    transform: rotate(0deg) scale(1);
  }
  100% {
    top: -2.25em;
    transform: rotate(0deg) scale(1);
  }
}
 

.input-add-friend-input-behind {
  width: 100%;
  height: 2em; 
  font-family: monospace, sans-serif;
  color: var(--background-color);
  font-weight: bold;
  background-color: rgb(255, 255, 255);
  position: absolute;
  z-index: 2;
} 


/* checkbox */ 
.container-checkbox {
  --input-focus: #a23d15;
  --input-out-of-focus: #ccc;
  --bg-color: #fff;
  --bg-color-alt: #666;
  --main-color: #323232;
  position: relative;
  cursor: pointer;
}

.container-checkbox input {
  position: absolute;
  opacity: 0;
}

.checkmark {
  width: 30px;
  height: 30px;
  position: relative;
  top: 0;
  left: 0;
  border: 2px solid var(--main-color);
  border-radius: 5px;
  box-shadow: 4px 4px var(--main-color);
  background-color: var(--input-out-of-focus);
  transition: all 0.3s;
}

.container-checkbox input:checked ~ .checkmark {
  background-color: var(--input-focus);
}

.checkmark:after {
  content: "";
  width: 7px;
  height: 15px;
  position: absolute;
  top: 2px;
  left: 8px;
  display: none;
  border: solid var(--bg-color);
  border-width: 0 2.5px 2.5px 0;
  transform: rotate(45deg);
}

.container-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.hero-background {
  display: block; /* Removes bottom gap */
  max-width: 100%; /* Responsive sizing */
  height: auto;
  background-size: cover;        /* Scale the image to cover the div */
  background-position: center;   /* Center the image */
  background-repeat: no-repeat;  /* Don't repeat the image */
  padding:15% 7%;
}

.hero-background::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: 1;
}

.hero-background {
  position: relative;
  z-index: 0;
}

blockquote { 
    color: #291515!important;
}

/*   BLOGGING  */ 
.card-blog {
    width: 100%;
    background: white;
    padding: .4em;
    border-radius: 6px;
    margin-bottom: 20px;
}

.card-blog-image {
  background-color: rgb(236, 236, 236);
  width: 100%;
  border-radius: 6px 6px 0 0;
}

.card-blog-image:hover {
  transform: scale(0.98);
}

 
.heading-blog {
  font-weight: 600;
  color: rgb(88, 87, 87);
  padding: 7px;
}

.heading-blog:hover {
  cursor: pointer;
}

.author-blog {
  color: gray;
  font-weight: 400;
  font-size: 11px;
  padding-top: 20px;
}

.name-blog {
  font-weight: 600;
}

.name-blog:hover {
  cursor: pointer;
}


/*  read-more */ 
.read-more {
  align-items: center;
  background-color: transparent;
  color: #a53e16;
  cursor: pointer;
  display: flex;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  text-transform: uppercase;
  outline: 0;
  border: 0;
  padding: 1rem;
}

.read-more:before {
  background-color:#a53e16;
  content: "";
  display: inline-block;
  height: 1px;
  margin-right: 10px;
  transition: all .42s cubic-bezier(.25,.8,.25,1);
  width: 0;
}

.read-more:hover:before {
  background-color:#a53e16;
  width: 3rem;
}