@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

*,
*::after,
*::before {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

a{
  text-decoration: none;
}
.separation {
  top: 0;
  bottom: 0;
  margin: 5%;
  width: 100%;
  background-color: #1c1c1c;
  transform: rotate(90);
}

.html {
  font-size: 62.5%;
}

body {
  font-family: "Abel", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #F9F6EE;;
  overflow-x: hidden;
}

h2 {
  font-family: "Red Hat Display", sans-serif;
  font-optical-sizing: auto;
  font-size: 40px;
  font-weight: 700;
  font-style: normal;
}

/* ///////////..utility classes../////////// */

.container {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}

.btn {
  display: inline-block;
  padding: 1em 2em;
  text-decoration: none;
  border-radius: 50px;
  cursor: pointer;
  outline: none;
  margin-top: 1em;
  text-transform: uppercase;
  font-weight: small;
}

.btndep{
  display: inline-block;
  padding: 1em 1em;
  text-decoration: none;
  border-radius: 50px;
  cursor: pointer;
  outline: none;
  text-transform: uppercase;
  font-weight: small;
}

.btn-primary {
  color: #fff;
  background: #7325D3;
}

.btn-primary2 {
  color: #fff;
  background: #2d2d2d;
}

.btn-primary2dep {
  color: #fff;
  background: #2d2d2d;
}

.btn-primary:hover {
  background: #D26A10;
  transition: background 0.3s ease-in-out;
}

.btn-primary2:hover {
  background: #7325D3;
  transition: background 0.3s ease-in-out;
}

.btn-primary2dep:hover {
  background: #7325D3;
  transition: background 0.3s ease-in-out;
}

/* ............/navbar/............ *

/* desktop mode............/// */

.navbar input[type="checkbox"],
.navbar .hamburger-lines {
  display: none;
}

.navbar {
  position: fixed;
  display: flex;
  width: 100%;
  background: #F9F6EE;
  color: white;
  height: 90px;
  z-index: 12;
  align-items: center;
  transition: top 0.3s, opacity 0.3s;
  top: 0;
}

.blackSquare {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: black;
  color: white;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  transform: translateY(100%);
  transition: transform 0.5s ease-in-out;
  animation: slideDown 0.5s ease-in-out;
}

@keyframes slideUp {
  0% {
      transform: translateY(100%);
  }
  100% {
      transform: translateY(0);
  }
}

.navbar.scrolled {
  top: -90px; /* Move the navbar off-screen when scrolled down */
}

.menu-items.scrolled{
  visibility: hidden;
}

.navbar-container {
  display: flex;
  justify-content: space-between;
  height: 64px;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.menu-items {
  order: 2;
  margin-right: 0;
  width: 70%;
  display: flex;
  justify-content: flex-end;
}

.menu-items li {
  list-style: none;
  margin-left: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

.menu-items a {
  text-decoration: none;
  color: #2D2D2D;
  font-weight: 500;
  transition: color 0.3s ease-in-out;
}

.menu-items .btn-primary2dep {
  text-decoration: none;
  color: #fff;
  margin-left: 20px;
  font-weight: 500;
  align-content: center;
  transition: color 0.3s ease-in-out;
}

.menu-items a:hover {
  color: #7325D3;
  transition: color 0.3s ease-in-out;
}

.menu-items .btn-primary2dep:hover {
  color: #fff;
  transition: color 0.3s ease-in-out;
}

.imagis {
  height: 40px;
  max-width: 100%;
}

/* ............//// Showcase styling ////......... */

.showcase-area {
  height: 100vh;
  background: linear-gradient(
      rgba(255, 137, 0, 0.144),
      rgba(0, 0, 0, 0.336)
    ),
    url("images/background_animated.gif");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.showcase-area2 {
  height: 50vh;
  background: linear-gradient(
      rgba(255, 137, 0, 0.144),
      rgba(0, 0, 0, 0.336)
    ),
    url("images/hunter-harritt-Ype9sdOPdYc-unsplash.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.showcase-area3 {
  height: 50vh;
  background: linear-gradient(
      rgba(255, 137, 0, 0.144),
      rgba(0, 0, 0, 0.336)
    ),
    url("images/brooke-cagle--uHVRvDr7pg-unsplash.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.showcase-area4 {
  height: 50vh;
  background: linear-gradient(
      rgba(255, 137, 0, 0.144),
      rgba(0, 0, 0, 0.336)
    ),
    url("images/verne-ho-0LAJfSNa-xQ-unsplash.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.showcase-area5 {
  height: 50vh;
  background: linear-gradient(
      rgba(255, 137, 0, 0.144),
      rgba(0, 0, 0, 0.336)
    ),
    url("images/tingey-injury-law-firm-DZpc4UY8ZtY-unsplash.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.showcase-area6 {
  height: 50vh;
  background: linear-gradient(
      rgba(255, 137, 0, 0.144),
      rgba(0, 0, 0, 0.336)
    ),
    url("images/ben-rosett-WdJkXFQ4VHY-unsplash.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.showcase-area7 {
  height: 50vh;
  background: linear-gradient(
      rgba(255, 137, 0, 0.144),
      rgba(0, 0, 0, 0.336)
    ),
    url("images/collabstr-UnP8n1o2MMk-unsplash.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.showcase-area8 {
  height: 50vh;
  background: linear-gradient(
      rgba(255, 137, 0, 0.144),
      rgba(0, 0, 0, 0.336)
    ),
    url("images/montylov-C3CEdU9NzZ0-unsplash.webp");
  background-size: cover;
  background-position: center bottom 55%;
  background-repeat: no-repeat;
}

.showcase-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  height: 100%;
  font-size: 1.6rem;
}

.main-title {
  text-transform: uppercase;
  margin-top: 1.5em;
  color: white;
  -webkit-text-stroke: 0.5px;
  letter-spacing: 10px;
}

.showcase_p{
  margin-top: 3%;
  color: white;
  -webkit-text-stroke: 0.5px;
  letter-spacing: 5px;
  font-weight: 600;
}
/* ......//about us//...... */

#about {
  padding: 70px 0;
  background: #7c8d83;
}


#about2 {
  padding: 50px 0;
  background: rgb(226, 226, 226);
}

#about3 {
  padding: 70px 0;
  background: #7c8d83;
}

#about4{
  width: 100%;
  background-image: none;
}

#about4 .intro{
  width: 100%;
  padding-top: 5%;
  background-image: none;
}

#about4 .about-wrapper{
  margin: 0;
}

#about4 .container{
  max-width: 2000px;
}

.about-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#about h2 {
  font-size: 2.3rem;
  margin-bottom: 25px;
  color: #2d2d2d;
}

#about p {
  font-size: 1.2rem;
  color: #fff;
}

#about2 h2 {
  font-size: 2.3rem;
  margin-bottom: 20px;
}

#about2 p {
  font-size: 1.2rem;
  color: #555;
}

#about3 h2 {
  font-size: 2.3rem;
  margin-bottom: 25px;
}

#about3 p {
  font-size: 1.2rem;
  color: #fff;
}

#about3 h2 {
  color: #2d2d2d;
  margin-top: 10px;
}

#about .small {
  font-size: 1.2rem;
  color: #fff;
  font-weight: 600;
}

.about-img {
  flex: 1 1 400px;
  transform: translateX(150%);
  animation: about-img-animation 1s ease-in-out forwards;
}

@keyframes about-img-animation {
  100% {
    transform: translate(0);
  }
}

.about-text {
  flex: 1 1 400px;
  padding: 30px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  transform: translate(150%);
  animation: about-text-animation 1s ease-in-out forwards;
}

@keyframes about-text-animation {
  100% {
    transform: translate(0);
  }
}

.about-img img {
  display: block;
  height: 100%;
  width: 120%;
  margin: auto;
  object-fit: cover;
  object-position: right;
}

/* ..........////Food category///........... */

#food {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 10rem 0 10rem 0;
  background-color: #f6f6f6;
}

#food h2 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 60px;
  text-transform: uppercase;
  color: #2d2d2d;
}

.avenir{
    text-align: center;
    font-size: 2.5rem;
    font-weight: 400;
    margin-top: 200px;
    margin-bottom: 40px;
}

.food-container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 70%;
}

.referencement{
  justify-content: space-around;
}

.food-container2 {
  display: flex;
  justify-content: center;
}

.food-container img {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  max-height: 300px;
  object-fit: cover;
  object-position: center;
}
.food-type{
  flex: 0 0 auto; /* Ensure each item can grow and shrink as needed */
  width: 25%; /* Adjust width as necessary */
  padding: 20px; /* Example padding */
  box-sizing: border-box;
}
.food-container2 img {
  display: block;
  width: 100%;
  margin: auto;
  max-height: 300px;
  object-fit: cover;
  object-position: center;
}

.img-container {
  margin: 0 1rem;
  position: relative;
  width: 100%;
}

.img-container .btn-primary2 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-container2 {
  margin: 0 1rem;
  position: relative;
}

.img-content h3 {
  color: #2d2d2d;
  font-size: 1.8rem;
  font-family: monospace;
  font-weight: 500;
  margin-top: 20px;
  text-align: center;
}

.img-content a {
  font-size: 1.2rem;
}

.img-container2::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.871);
  opacity: 0;
  z-index: 1;
  border-radius: 20%;
  transform: scaleY(0);
  transform-origin: 100% 100%;
  transition: all 0.3s ease-in-out;
}

.img-container:hover::after {
  opacity: 1;
  transform: scaleY(1);
}

.img-container2:hover::after {
  opacity: 1;
  transform: scaleY(1);
}

.img-container:hover .img-content {
  opacity: 1;
  top: 40%;
}

.img-container2:hover .img-content {
  opacity: 1;
  top: 40%;
}

/* .........../Food Menu/............ */

.food-menu-heading {
  text-align: center;
  font-size: 3.4rem;
  font-weight: 400;
  color: #666;
}

.food-menu-container {
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0px 30px 0px;
  border-radius: 20%;
}

.food-menu-container img {
  display: block;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}

.food-menu-item {
  display: flex;
  flex: 1 1 600px;
  justify-content: space-evenly;
  margin-bottom: 3rem;
}

.food-description {
  margin: auto 1.5rem;
}

.font-title {
  font-size: 1.8rem;
  font-weight: 400;
  color: #444;
}

.food-description p {
  font-size: 1.4rem;
  color: #555;
  font-weight: 500;
}

.food-description .food-price {
  color: #117964;
  font-weight: 700;
}

/* ........./ Testimonial /.......... */

#testimonials {
  padding: 5rem 0;
  background: rgba(243, 243, 243);
}

.testimonial-title {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 400;
  color: #555;
}

.testimonial-container {
  display: flex;
  justify-content: space-between;
  font-size: 1.4rem;
  padding: 1rem;
}

.testimonial-box .checked {
  color: #ff9529;
}

.testimonial-box .testimonial-text {
  margin: 1rem 0;
  color: #444;
}

.testimonial-box {
  text-align: center;
  padding: 1rem;
}

.customer-photo img {
  display: block;
  width: 150px;
  height: 150px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
  margin: auto;
}

/* ........ Contact Us........... */

#contact {
  padding: 5rem 0;
  background: rgb(245 245 247);
}

.contact-container {
  display: flex;
  background-color: rgb(245 245 247);
}

.contact-img {
  width: 50%;
}

.contact-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

.form-container {
  padding: 1rem;
  width: 50%;
  margin: auto;
}

.form-container input {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 2px solid #ddd;
  padding: 1rem 0;
  box-shadow: none;
  outline: none;
  background-color: rgb(245 245 247);
  margin-bottom: 1rem;
  color: #444;
  font-weight: 500;
  font-family: monospace;
}

.form-container textarea {
  display: block;
  width: 100%;
  border: none;
  background-color: rgb(245 245 247);
  border-bottom: 2px solid #ddd;
  color: #444;
  outline: none;
  padding: 1rem 0;
  resize: none;
}

.form-container h2 {
  font-size: 2.7rem;
  font-weight: 500;
  color: #444;
  margin-bottom: 1rem;
  margin-top: -1.2rem;
}

.form-container a {
  font-size: 1.3rem;
}

#footer h2 {
  text-align: center;
  font-size: 1.8rem;
  padding: 2.6rem;
  font-weight: 500;
  color: #fff;
  background: rgb(65, 65, 65);
}

.pargraph_type{
  margin: auto;
  margin-top: 10px;
}

.img-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /* Add spacing between images */
  height: 100%;
  width: 100%;
  margin: auto;
}

.img-wrapper img {
  max-width: 33%; /* Ensure images do not exceed their container */
  height: auto; /* Maintain the aspect ratio of images */
}

.realisations{
  background-color: #2d2d2d;
  padding: 1%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  border-radius: 20px;
}

.realisations h2{
  padding-top: 30px;
}

.d-flex-real{
  background-color: #2d2d2d;
  padding: 4%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start !important;
  align-items: center;
  height: 100% !important;
}

.img-item {
  text-align: flex-start;
  flex: 1 1 30%;
  padding: 10px;
  box-sizing: border-box;
  margin: 0 10px; /* Adjust as needed for spacing */
  border: solid 10px #242424;
  background-color: #242424;
  border-radius: 20px;
  box-shadow: -5px -5px 10px #1d1d1d;
}

.img-item img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto; /* Center images horizontally */
  width: 500px; /* Set a fixed width */
  height: 200px; /* Set a fixed height */
  object-fit: cover; /* Ensure images maintain aspect ratio and fill the container */
}

.img-item h4 {
  margin: 15px;
  font-size: 24px;
}

.img-item p {
  margin: 15px;
  margin-top: 10px;
}

.img-item .btn{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto;
  width: 50%;
  text-transform: none;
  background-color: #D26A10;

}

.img-item .btn:hover{
  background-color: #FFF;
  color: #000;

}

.about-text a {
  color: #D26A10;
  text-decoration: none;
  font-weight: 700;
}

.pricing-content {
  display: flex;
  justify-content: space-around;
  padding: 10%;
  padding-top: 2%;
  width: 100%;
  height: auto;
}

.pricing {
  display: flex;
  text-align: center;
  align-items: center;
  flex-direction: column;
  background-color: white;
  padding-top: 5%;
  padding-left: 15%;
  padding-right: 15%;
}

.pricing .separation-W {
  width: 60%;
  margin-bottom: 10px;
}

.separation-W{
  width: 30%;
  background-color: #fff;
  padding: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.pricing-wrapper-g{
  border: solid 3px #2d2d2d;
  border-radius: 17px 17px 16px 16px;
  background-color: #737373;
  color: white;
  display: flex;
  width: 30%;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
}

.pricing-wrapper-o{
  border: solid 3px #2d2d2d;
  border-radius: 17px 17px 16px 16px;
  background-color: #7c8d83;
  color: white;
  display: flex;
  width: 30%;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
}

.pricing-wrapper-o .btn-primary2:hover {
  background-color: #7325D3;
}

.pricing-wrapper-g .btn-primary2:hover{
  background-color: #D26A10;
}

.pricing-desc {
  height: 100%;
}

.pricing-wrapper-p .btn-primary2:hover{
  background-color: #D26A10;
}

.pricing-wrapper-p{
  border: solid 3px #2d2d2d;
  border-radius: 17px 17px 16px 16px;
  background-color: #536262;
  color: white;
  display: flex;
  width: 30%;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
}

.pricing-wrapper ul {
  display: list-item;
  list-style: none;
}

.pricing-wrapper li {
  padding: 2%;
}

.pricing-title {
  padding: 8%;
  border: solid 5px #2d2d2d;
  border-radius: 15px 15px 0px 0px;
  background-color: #2b2b2b;
  color: white;
}

.pricing-content .btn-primary2 {
  margin-top: 10%;
  margin-left: 10%;
  margin-right: 10%;
  margin-bottom: 5%;
  font-size: 90%;
  align-content: center;
}

.pricing-desc-list{
  padding: 5%;
  padding-top: 7%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  list-style: initial;
  list-style-type: unset;
  list-style-position: inside;
}

.pricing-desc-list li {
  font-size: 18px;
  margin-right: 8%;
  margin-left: 8%;
}

/* ......../ media query /.......... */

@media (max-width: 768px) {
  .navbar {
    display: flex;
    align-items: center;
    max-width: 100%;
  }

  .container {
  max-width: 768px;
  width: 100%;
  margin: auto;
  }
  .navbar li{
    margin-right: 20px;
  }

  .pricing-wrapper-g {
    width: 90%;
    margin-bottom: 12%;
  }

  .pricing-wrapper-g .btn-primary2 {
    margin-top: 10px !important;
  }

  .pricing-wrapper-o {
    width: 90%;
    margin-bottom: 12%;
  }

  .pricing-wrapper-o .btn-primary2 {
    margin-top: 10px !important;
  }

  .pricing-wrapper-p {
    width: 90%;
  }



  .pricing-content{
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .footer__logo{
    display: none;
  }

  .choice{
    flex-direction: column;
    align-items: stretch;
  }

  .nav__ul{
    font-size: 100%;
  }

  .navbar-container input[type="checkbox"],
  .navbar-container .hamburger-lines {
    display: block;
  }

  .navbar-container {
    display: flex;
    position: fixed;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    height: 64px;
  }
  
  .navbar-container input[type="checkbox"] {
    position: absolute;
    display: block;
    height: 32px;
    width: 30px;
    top: 20px;
    left: 20px;
    z-index: 5;
    opacity: 0;
  }

  .navbar-container .hamburger-lines {
    display: block;
    height: 23px;
    width: 35px;
    position: absolute;
    top: 17px;
    left: 30px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .navbar-container .hamburger-lines .line {
    display: block;
    height: 4px;
    width: 100%;
    border-radius: 10px;
    background: #2d2d2d;
  }

  .navbar-container .hamburger-lines .line1 {
    transform-origin: 0% 0%;
    transition: transform 0.4s ease-in-out;
  }

  .navbar-container .hamburger-lines .line2 {
    transition: transform 0.2s ease-in-out;
  }

  .navbar-container .hamburger-lines .line3 {
    transform-origin: 0% 100%;
    transition: transform 0.4s ease-in-out;
  }

  .navbar .menu-items {
    padding-top: 70px;
    background: #F9F6EE;
    height: 100vh;
    width: 100%;
    max-width: 235px;
    transform: translate(-150%);
    display: flex;
    flex-direction: column;
    margin-left: -40px;
    padding-left: 50px;
    transition: transform 0.5s ease-in-out;
  }

  .separation-B{
    margin-bottom: 10% !important;
  }
  
  .menu-items {
    justify-content: flex-start;
  }

  .navbar .menu-items li {
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
    font-weight: 500;
  }

  .menu-items .btn-primary2dep {
    margin-left: 12px;
    margin-right: 30px;
    font-size: 15px;
    display: flex;
    justify-content: center;
  }

  .imagis {
    font-size: 3rem;
    height: 40px;
    max-width: 100%; /* Adjust as needed */
    position: absolute;
    top: 3px;
    right: 15px;
  }

  .navbar-container input[type="checkbox"]:checked ~ .menu-items {
    transform: translateX(0);
  }

  .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
    transform: rotate(35deg);
  }

  .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
    transform: scaleY(0);
  }

  .navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
    transform: rotate(-35deg);
  }

  /* ......./ food /......... */

  .food-container {
    flex-direction: column;
    align-items: center;
  }

  .food-type:not(:last-child) {
    margin-bottom: 3rem;
  }

  .food-container2{
    flex-direction: row;
    align-items: center;
  }

  .food-type {
    width: 75%;
  }
  .img-container {
    margin: 0;
  }

  .img-container2 {
    margin: 0;
  }
}

@media (max-width: 500px) {
  html {
    font-size: 65%;
  }

  .navbar .menu-items li{
      font-size: 1.6rem;
  }

  .testimonial-container {
    flex-direction: column;
    text-align: center;
  }

  .food-menu-container img {
    margin: auto;
  }

  .food-menu-item {
    flex-direction: column;
    text-align: center;
  }

  .form-container {
    width: 90%;
  }

  .contact-container {
    display: flex;
    flex-direction: column;
  }

  .contact-img {
    width: 100%;
    height: 100%;
    margin: 3rem auto;
  }

  .logo {
    position: absolute;
    top: 06px;
    right: 15px;
    width: 550px;
    font-size: 3rem;
  }

  .navbar .menu-items li {
    margin-bottom: 2.5rem;
    font-size: 1.8rem;
    font-weight: 500;
  }
}

@media (min-width: 769px) and (max-width: 1200px) {
  .img-container h3 {
    font-size: 1.5rem;
  }

  .img-container2 h3 {
    font-size: 1.5rem;
  }

  .img-container .btn {
    font-size: 0.7rem;
  }

  .img-container2 .btn {
    font-size: 0.7rem;
  }
}

@media (orientation: landscape) and (max-height: 500px) {
  .showcase-area {
    height: 50vmax;
  }
}

.intro{
    text-align: center;
    width: 100%;
    padding-top: 15%;
    padding-bottom: 15%;
    background-color: #fff;
    background-image: url("images/rating.webp");
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}

.intro p{
    margin-left: 20%;
    margin-right: 20%;
    padding-top: 0.5rem;
    font-size: 1.2rem;
    margin-bottom: 1.7rem;
    color: #555;
}

.intro h2{
    margin-left: 15%;
    margin-right: 15%;
    padding-top: 1.7rem;
    font-size: 2.3rem;
    margin-bottom: 20px;
    color: #2d2d2d;
}

.intro ul{
    margin-left: 28%;
    margin-right: 10%;
    font-size: 1rem;
    margin-bottom: 20px;
    text-align: justify;
    color: #555;
}

.intro2{
    text-align: center;
    width: 100%;
    padding-top: 2%;
    padding-bottom: 2%;
    background-color: rgb(255, 255, 255);
}

.intro2 p{
    margin-left: 20%;
    margin-right: 20%;
    padding-top: 0.5rem;
    font-size: 1.2rem;
    margin-bottom: 1.7rem;
    color: #555;
}

.intro2 h2{
    margin-left: 15%;
    margin-right: 15%;
    padding-top: 1.7rem;
    font-size: 2.3rem;
    margin-bottom: 20px;
    color: #74007C;
}

.intro2 ul{
    margin-left: 28%;
    margin-right: 10%;
    font-size: 1rem;
    margin-bottom: 20px;
    text-align: justify;
    color: #555;
}

.light_display-right{
    background: #444;
    color: #fff;
    font-size: 13px;
    padding: 25px;
    position: fixed;
    bottom: 0;
    margin-left: 10px;
    margin-bottom: 10px;
    border-radius: 20px;
    width: 23%;
    z-index: 10;
}

.light_display-right h4{
  text-align: center;
}

.light_display-right img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: right;
}

.light_display-right .btn-wrap{
  text-align: center;
  font-size: 20px !important;
}

.light_display-right p{
  padding-top: 10px;
  padding-bottom: 15px;
  text-align: justify;
}

.choice {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.choice1{
  width: 100%;
  padding-top: 6%;
  padding-bottom: 8%;
  justify-content: center;
  text-align: center;
  font-size: 1.7rem;
  color:rgb(226, 226, 226);
  background: linear-gradient(
      rgba(255, 137, 0, 0.144),
      rgba(0, 0, 0, 0.336)
    ),
    url("images/dimitris-chapsoulas-d-Y7lErCrbI-unsplash.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.choice2{
  width: 100%;
  padding-top: 6%;
  padding-bottom: 8%;
  justify-content: center;
  text-align: center;
  font-size: 1.7rem;
  color:rgb(226, 226, 226);
  background: linear-gradient(
      rgba(255, 137, 0, 0.144),
      rgba(0, 0, 0, 0.336)
    ),
    url("images/shri-51VaOw_tkfQ-unsplash.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.tilte_choice{
  background-color: #fff;
  text-align: center;
  padding-bottom: 3%;
  font-size: 2em;
  justify-content: center;
}

input[type="radio" i]  {
  margin-top: 1%;
  display: inline;
  color: #444;
  width: auto;
}

.rasio {
  border-bottom: 2px solid #ddd;
  color: #555;
  font-size: 15px;
  font-family: monospace;
  font-weight: 400 !important;
  font-size: 13 !important;
}

#dropzone {
  position: relative;
  border: 5px dotted rgb(196, 196, 196);
  border-radius: 20px;
  color: rgb(128, 128, 128);
  font: 24px/180px Roboto;
  height: 200px;
  margin: 30px auto;
  text-align: center;
  width: 200px;
}

#contatct{
  margin-top: 2%;
  color: rgb(128, 128, 128);
  font-size: 15px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  justify-content: start;
}

#dropzone.hover {
  border: 10px solid #7325D3;
  color: #D26A10;
}

#dropzone.dropped {
  background: #444;
  border: 10px solid #D26A10;
  color: #FFF
}

#dropzone div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#dropzone img {
  border-radius: 10px;
  vertical-align: middle;
  max-width: 95%;
  max-height: 95%;
}

#dropzone [type="file"] {
  cursor: pointer;
  position: absolute;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.footer {
  display: flex;
  flex-flow: row wrap;
  padding: 30px 30px 20px 30px;
  color: #ffffff;
  background-color: #536262;
  border-top: 1px solid #e5e5e5;
}

.footer > * {
  flex:  1 100%;
}

.footer__addr {
  margin-right: 1.25em;
  margin-bottom: 2em;
}

.imagis2 {
  height: auto;
  width: 50%;
}

.footer__addr h2 {
  margin-top: 1.3em;
  font-size: 15px;
  font-weight: 400;
}

.nav__title {
  font-weight: 400;
  font-size: 15px;
}

.footer address {
  font-style: normal;
  color: #fff;
}

.footer__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  max-width: max-content;
  background-color: #D26A10;
  border-radius: 100px;
  color: #ffffff;
  line-height: 0;
  margin: 0.6em 0;
  font-size: 1rem;
  padding: 0 1.3em;
}

.footer__btn:hoover{
  background-color: #7325D3;
}
.footer h2 {
  font-size: 22px;
  font-weight: 700;
}

.footer ul {
  list-style: none;
  padding-left: 0;
  font-size: 19px;
}


.footer li {
  line-height: 2em;
}

.footer a {
  text-decoration: none;
}

.footer__nav {
  display: flex;
	flex-flow: row wrap;
}

@media (max-width: 500px) {
  .nav__item{
    margin-bottom: 10px;
  }
}

.footer__nav > * {
  flex: 1 50%;
  margin-right: 1.25em;
}

.nav__ul a {
  color: #fff;
}

.nav__ul--extra {
  column-count: 2;
  column-gap: 1.25em;
}

.legal {
  display: flex;
  flex-wrap: wrap;
  color: #fff;
}
  
.legal__links {
  display: flex;
  align-items: center;
}

.heart {
  color: #2f2f2f;
}


@media screen and (min-width: 24.375em) {
  .legal .legal__links {
    margin-left: auto;
  }
}

@media screen and (min-width: 40.375em) {
  .footer__nav > * {
    flex: 1;
  }
  
  .nav__item--extra {
    flex-grow: 2;
  }
  
  .footer__addr {
    flex: 1 0px;
  }
  
  .footer__nav {
    flex: 2 0px;
  }

}

#tarifs{
  background-color: #f5f5f7 !important; 
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding-top: 5%;
  padding-bottom: 5%;
}

.tarifs-journalier{
  max-width: 400px;
  padding-left: 3%;
  padding-right: 3%;
}

@media (max-width: 768px){
  #tarifs {
      flex-direction: column;
      align-items: stretch;
      padding: 2%;
  }
  #tarifs h2{
    font-size: 25px;
  }

  .tarifs-journalier-footer{
    margin-bottom: 50px;
  }

  .tarifs-pack-footer{
    margin-bottom: 50px;
  }

  .tarifs-personaliser-footer{
    margin-bottom: 50px;
  }

  .tarifs-journalier-content{
    font-size: 20px;
  }

  .tarifs-pack-content{
    font-size: 20px;
  }

  .tarifs-personaliser-content{
    font-size: 20px;
  }
}
.tarifs-pack{
  max-width: 400px;
  padding-left: 3%;
  padding-right: 3%;
}

.tarifs-personaliser{
  max-width: 400px;
  padding-left: 3%;
  padding-right: 3%;
}

.tarifs-journalier-header{
  text-align: center;
  padding-right: 10%;
  color: #FFF;
  background-color: #666;
  border-radius: 10% 10% 0% 0%;
  padding-left: 10%;
  padding-top: 2em;
  padding-bottom: 2em;
  min-width: 328px;
  min-height: 122px;
}
.tarifs-journalier-header h2{
  line-height: 60px;
}


.tarifs-journalier-content{
  padding-top: 30px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 30px;
  border: solid #666;
  min-height: 443px;
}

.tarifs-journalier-footer{
  text-align: center;
  padding-right: 10%;
  font-weight: 500;
  font-size: 25px;
  color: #FFF;
  background-color: #666;
  border-radius: 0% 0% 50% 50%;
  padding-left: 10%;
  padding-top: 2em;
  padding-bottom: 2em;
  min-height: 161px;
}

.tarifs-pack-header{
  text-align: center;
  padding-right: 10%;
  color: #FFF;
  background-color: #D26A10;
  border-radius: 10% 10% 0% 0%;
  padding-left: 10%;
  padding-top: 2em;
  padding-bottom: 2em;
}

.tarifs-pack-content{
  padding-top: 30px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 30px;
  border: solid #D26A10;
  min-height: 400px;
}

.tarifs-pack-footer{
  text-align: center;
  padding-right: 10%;
  font-weight: 500;
  font-size: 25px;
  color: #FFF;
  background-color: #D26A10;
  border-radius: 0% 0% 50% 50%;
  padding-left: 10%;
  padding-top: 2em;
  padding-bottom: 2em;
  min-height: 161px;
}

.tarifs-personaliser-header{
  text-align: center;
  padding-right: 10%;
  color: #FFF;
  background-color: #7325D3;
  border-radius: 10% 10% 0% 0%;
  padding-left: 10%;
  padding-top: 2em;
  padding-bottom: 2em;
}

.tarifs-personaliser-content{
  padding-top: 30px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 30px;
  border: solid #7325D3;
}

.tarifs-personaliser-footer{
  text-align: center;
  padding-right: 10%;
  font-weight: 500;
  font-size: 25px;
  color: #FFF;
  background-color: #7325D3;
  border-radius: 0% 0% 50% 50%;
  padding-left: 10%;
  padding-top: 2em;
  padding-bottom: 2em;
}

#tarifs-background{
  background-color: #f5f5f7 !important; 
}

.blog-list {
  background-color: #e5e5e5;
  padding: 2%;
}
.thumbnails{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.container-img-blog-index{
  display: flex;
  justify-content: center;
}

hr {
  height:3px;
  border-width:0;
  background-color:black;
  margin-top: 3%;
}

.blog-list li {
  list-style-type: none;
  width: 80%;
  margin-bottom: 40px;
  max-width: 550px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s ease-in-out;
}

.blog-list li:hover {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.blog-list li img {
  width: 100%;
  max-width: 430px;
  max-height: 250px;
  object-fit: fill;
  object-position: center;
  margin-bottom: 20px;
}

.blog-list h1 {
  font-size: 60px;
  font-weight: 700;
  text-align: center;
  padding-top: 3%;
  padding-bottom: 1%;
  text-transform: uppercase;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .blog-list h1 {
    padding-top: 15%;
    font-size: 40px;
    padding-bottom: 1%;
  }
}

.blog-list li h2 {
  font-size: 24px;
  text-align: center;
  white-space: break-spaces;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.blog-list li .btn {
  background-color: #7325D3;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
}

.blog-list li .btn:hover {
  background-color: #D26A10;
}

.div-blog{
  background-color: #e5e5e5;
  padding-right: 10%;
  padding-left: 10%;
  padding-bottom: 3%;
  max-width: 1200px;
  padding-top: 3%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.div-main{
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-bottom: 2%;
  background-color: #f5f5f7;
}

.card-img-top-show{
  width: 100%;
  height: 610px;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .card-img-top-show{
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-top: 13%;
    object-position: center;
  }
}
.title-card{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 60px;
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: black;
}

.container-head{
  position: relative;
  color: white;
}

.div-blog h2{
  font-size: 36px;
  white-space: break-spaces;
  text-align: center;
}

.div-blog p{
  white-space: break-spaces;
  font-size: 20px;
}

@media (max-width: 768px) {
  .div-blog h2{
    font-size: 30px;
  }

  .div-blog p{
    font-size: 14px;
  }

  .title-card{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: black;
  }
}
.main{
  background-color: #f5f5f7;
}

.content-body{
  text-overflow: ellipsis;
}

.create-model {
  max-width: 500px;
  margin: 0 auto;
  padding: 20px;
  padding-top: 5%;
  margin-bottom: 10%;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #e5e5e5;
}

.create-model h1 {
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center;
}

.create-model label {
  display: block;
  margin-bottom: 10px;
}

.create-model input[type="text"],
.create-model textarea {
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 20px;
}

.create-model button[type="submit"] {
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.create-model button[type="submit"]:hover {
  background-color: #0062cc;
}

 /*Add styling for mega menu */
/*.menu-items {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}

.mega-menu {
  position: absolute;
  top: 100%;
  color: #fff;
  left: 0;
  width: 100%;
  display: none; /* Initially hide the mega menu *//*
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.menu-items:hover .mega-menu {
  display: block; /* Show mega menu on hover *//*
  background-color: #fff;
}

.mega-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mega-menu ul li {
  padding: 10px;
  border-bottom: 1px solid #e0e0e0;
}

/* Add responsive styling *//*
@media screen and (max-width: 768px) {
  .menu-items {
      flex-direction: column;
  }

  .mega-menu {
      position: static;
      width: 100%;
      display: none;
  }

  .menu-items:hover .mega-menu {
      display: block;
      position: static;
  }
}
*/

.prestations{
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}

.sous-menu {
  position: absolute;
  top: 20px;
  color: #fff;
  left: -7px;
  width: 150px;
  cursor: pointer;
  display: none;
}

@media (max-width: 768px) {

  .sous-menu {
    position: absolute;
    top: 0px;
    color: #fff;
    left: 169px;
    width: 100%;
    display: none;
  }

}

.prestations:hover .sous-menu {
  display: block; /* Show mega menu on hover */
  background-color: #F9F6EE;
}

.d-flex {
  background: linear-gradient(-45deg, #f6f6f6, #afb2b2, #7c8d83, #536262);
  background-size: 400% 300%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2D2D2D;
  animation: gradient 15s ease infinite;
  height: 100vh;
}

.btn4{
  display: flex;
  width: 40%;
  margin-top: 10%;
  justify-content: center;
  align-items: center;
  justify-content: center;
  align-items: center;
}

.navbar-container .hamburger-lines .line
.separation-W{
  width: 30%;
  background-color: #fff;
  padding: 1px;
  margin-top: 10px;
  margin-bottom: 60px;
}

.separation-B{
  width: 30%;
  background-color: #2b2b2b;
  padding: 1px;
  margin-top: 10px;
  margin-bottom: 60px;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.flex-column{
  background-color: #F9F6EE;
  padding: 4%;
  display: flex;
  min-width: 35%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.flex-column p{
  font-size: 20px;
}

@media (max-width: 768px) {

  .pricing{
    padding-left: 5%;
    padding-right: 5%;
  }

  .flex-column p{
    font-size: 20px;
  }

  .flex-column h2{
    font-size: 25px;

  }

  .intro{
    background-position: right;
    background-image: none;
  }

  .d-flex {
    background: linear-gradient(-45deg, #f6f6f6, #afb2b2, #7c8d83, #536262);
    background-size: 400% 300%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    animation: gradient 15s ease infinite;
    height: 100vh;
  }
  
  .btn4{
    display: flex;
    width: 50%;
    margin-top: 10%;
    justify-content: center;
    align-items: center;
    justify-content: center;
    align-items: center;
  }

  .flex-column{
    background-color: #F9F6EE;
    padding: 5%;
    display: flex;
    min-width: 90%;
    color: #2D2D2D;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .separation-W{
    width: 30%;
    background-color: #fff;
    padding: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  
  .about-img img{
    width: 100%;
  }

  .light_display-right{
    background: #444;
    color: #fff;
    font-size: 13px;
    padding: 25px;
    position: fixed;
    bottom: 0;
    border-radius: 20px;
    justify-content: center;
    margin:4.5%;
    margin-bottom: 20%;
    width: 90%;
    z-index: 10;
  }

  .img-wrapper{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    border-radius: 20px;
  }

  .light_display-right h4{
    text-align: center;
  }

  .light_display-right .btn-wrap{
    text-align: center;
    font-size: 20px !important;
  }

  .light_display-right p{
    padding-top: 10px;
    padding-bottom: 15px;
    text-align: justify;
    
  }

  .img-item{
    margin-bottom: 20px;
  }
}