@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@900&display=swap');


* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

body.hide-scroll::-webkit-scrollbar {
  display: none;
}

a {
  text-decoration: none;
}

ul {
  margin: 20px;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
}

h2 {
  font-family: "Source Code Pro", sans-serif;
  font-size: 100px;
  font-weight: normal;
  margin: 0 0 -55px;
}

h1,
h3 {
  font-family: "Source Code Pro", sans-serif;
  font-size: 47px;
  font-weight: bold;
  letter-spacing: 9.4px;
  margin: 0 0 15px;
}

p {
  color: #515151;
  line-height: 27px;
}

.a-CTA {
  border-bottom: 2px solid #a96700;
  padding-bottom: 4px;
  letter-spacing: 1.5px;
  font-size: 18px;
}

/*End Global*/

/*Start Mutual*/
p,
.a-CTA,
input,
header .navigation-bar a,
.copyright li,
.contact .form form label,
.contact .form form button {
  font-family: Cabin, sans-serif;
}

.fa-asterisk,
.a-CTA,
h2,
header .navigation-bar a:hover,
header nav.active .navigation-bar a:hover,
footer .social-media .links a:hover,
.copyright .info li a,
.copyright .CTA li a:hover {
  color: #a0d17e
}

header nav .navigation-bar .underline,
header .text .button button:hover,
.contact .form form button:hover,
.contact .text i:hover {
  background-color: #a0d17e;
}

header .navigation-bar ul li,
header .text,
.about-us .text,
.reservation .text,
.menu .box-model,
.menu .text,
.fixed-image .text,
footer,
.copyright,
.contact .text i {
  text-align: center;
}

header nav,
header .navigation-bar ul,
.about-us,
.reservation,
.about-us .image-container,
.reservation .image-container,
.menu,
.menu .menu-image-container,
footer .contact-container,
.copyright ul,
.contact {
  display: flex;
}

header nav .toggle,
header nav .toggle span,
header .navigation-bar,
header .navigation-bar ul,
.menu .box-model .close,
footer .social-media .links a,
.copyright .CTA li a {
  transition: .3s;
}

header,
header nav .toggle span,
header .navigation-bar a,
header .text,
header .text .arrow .left,
header .text .arrow .right,
.biens,
.rech,
.menu .box-image-container,
.fixed-image .text,
.copyright,
.copyright .arrow-up {
  position: relative;
}

header nav .toggle,
header .navigation-bar .underline,
header .text .arrow .left:after,
header .text .arrow .right:after,
header .svg-down,
header .arrow-down,
.biens .text,
.rech .text,
.menu .box-model .close,
.menu .box-model .arrow .arrow-right,
.menu .box-model .arrow .arrow-left,
.menu .box-image-container .box-image,
.copyright .svg-up {
  position: absolute;
}

.biens .text,
.rech .text,
.biens .text,
.fixed-image .text,
.menu .box-image-container,
.menu .box-image-container .box-image {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

header nav,
header .navigation-bar a:hover .underline,
header .navigation-bar li.active .underline,
.menu .box-model,
.menu .box-image-container,
.menu .box-image-container .box-image {
  width: 100%;
}

button,
.dots>div,
header nav .toggle,
header .arrow-down,
.menu .box-model .close,
.menu .box-model .arrow .arrow-right,
.menu .box-model .arrow .arrow-left,
.menu .menu-image-container .image img,
footer .newsletter i,
.copyright .arrow-up {
  cursor: pointer;
}

.dots .active,
header nav.active,
header nav.active .toggle.active span,
header nav .toggle span,
header .navigation-bar .underline,
header .text .arrow .left,
header .text .arrow .right,
header .text .button button,
.contact form button {
  background-color: #fff;
}

h1,
h3,
header .navigation-bar a,
header .text span,
.menu .box-model .close:hover,
footer .text h2,
footer .text p,
footer .social-media .links a,
.contact .text i,
.contact .form form button {
  color: #fff;
}

header nav,
header .navigation-bar.show,
header .navigation-bar a:hover .underline,
header .navigation-bar li.active .underline,
header .text .arrow .left:after,
.menu .box-model,
.copyright .arrow-up {
  left: 0;
}

header .text .arrow .left:after,
header .text .arrow .right:after,
header .text span,
footer .social-media .links a,
footer .newsletter i,
.copyright .arrow-up,
.contact .text i,
.contact .form form label {
  display: inline-block;
}

/*End Mutual*/

/*Start Dots*/
.dots {
  position: fixed;
  top: 50%;
  right: 30px;
  transform: translate(0, -50%);
  z-index: 5;
}

.dots>div {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  z-index: 20;
  margin-bottom: 10px;
  border: 2px solid #fff;
}

.dots .black {
  border-color: #000;
}

.dots .active.black {
  background-color: #000;
}

/*End Dots*/

/*Start Loader*/
.loader-wrap,
.loader {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.loader-wrap {
  background-color: #012c5e;
  z-index: 30;
}

.loader-wrap.remove {
  display: none;
}

.loader {
  margin: auto;
  height: 40px;
  width: 80px;
  box-sizing: border-box;
}

.loader .loader-item {
  position: relative;
  float: left;
  height: 40px;
  width: 4px;
  margin: 0 2px;
  background-color: #fff;
}

.loader .loader-item:nth-child(1) {
  -webkit-animation: loader-item-1 2s linear infinite;
  animation: loader-item-1 2s linear infinite;
}

.loader .loader-item:nth-child(2) {
  -webkit-animation: loader-item-2 2s linear infinite;
  animation: loader-item-2 2s linear infinite;
}

.loader .loader-item:nth-child(3) {
  -webkit-animation: loader-item-3 2s linear infinite;
  animation: loader-item-3 2s linear infinite;
}

.loader .loader-item:nth-child(4) {
  -webkit-animation: loader-item-4 2s linear infinite;
  animation: loader-item-4 2s linear infinite;
}

.loader .loader-item:nth-child(5) {
  -webkit-animation: loader-item-5 2s linear infinite;
  animation: loader-item-5 2s linear infinite;
}

.loader .loader-item:nth-child(6) {
  -webkit-animation: loader-item-6 2s linear infinite;
  animation: loader-item-6 2s linear infinite;
}

.loader .loader-item:nth-child(7) {
  -webkit-animation: loader-item-7 2s linear infinite;
  animation: loader-item-7 2s linear infinite;
}

.loader .loader-item:nth-child(8) {
  -webkit-animation: loader-item-8 2s linear infinite;
  animation: loader-item-8 2s linear infinite;
}

.loader .loader-item:nth-child(9) {
  -webkit-animation: loader-item-9 2s linear infinite;
  animation: loader-item-9 2s linear infinite;
}

.loader .loader-item:nth-child(10) {
  -webkit-animation: loader-item-10 2s linear infinite;
  animation: loader-item-10 2s linear infinite;
}

.loader:after {
  content: 'Loading...';
  font-size: 16px;
  font-family: Arial, serif;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -32px;
  margin: auto;
}

@-webkit-keyframes loader-item-1 {
  1% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  11% {
    -webkit-transform: scaleY(1.4);
    transform: scaleY(1.4);
  }

  21% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes loader-item-1 {
  1% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  11% {
    -webkit-transform: scaleY(1.4);
    transform: scaleY(1.4);
  }

  21% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@-webkit-keyframes loader-item-2 {
  7% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  17% {
    -webkit-transform: scaleY(1.4);
    transform: scaleY(1.4);
  }

  27% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes loader-item-2 {
  7% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  17% {
    -webkit-transform: scaleY(1.4);
    transform: scaleY(1.4);
  }

  27% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@-webkit-keyframes loader-item-3 {
  13% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  23% {
    -webkit-transform: scaleY(1.4);
    transform: scaleY(1.4);
  }

  33% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes loader-item-3 {
  13% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  23% {
    -webkit-transform: scaleY(1.4);
    transform: scaleY(1.4);
  }

  33% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@-webkit-keyframes loader-item-4 {
  19% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  29% {
    -webkit-transform: scaleY(1.4);
    transform: scaleY(1.4);
  }

  39% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes loader-item-4 {
  19% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  29% {
    -webkit-transform: scaleY(1.4);
    transform: scaleY(1.4);
  }

  39% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@-webkit-keyframes loader-item-5 {
  25% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  35% {
    -webkit-transform: scaleY(1.4);
    transform: scaleY(1.4);
  }

  45% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes loader-item-5 {
  25% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  35% {
    -webkit-transform: scaleY(1.4);
    transform: scaleY(1.4);
  }

  45% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@-webkit-keyframes loader-item-6 {
  31% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  41% {
    -webkit-transform: scaleY(1.4);
    transform: scaleY(1.4);
  }

  51% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes loader-item-6 {
  31% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  41% {
    -webkit-transform: scaleY(1.4);
    transform: scaleY(1.4);
  }

  51% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@-webkit-keyframes loader-item-7 {
  37% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  47% {
    -webkit-transform: scaleY(1.4);
    transform: scaleY(1.4);
  }

  57% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes loader-item-7 {
  37% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  47% {
    -webkit-transform: scaleY(1.4);
    transform: scaleY(1.4);
  }

  57% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@-webkit-keyframes loader-item-8 {
  43% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  53% {
    -webkit-transform: scaleY(1.4);
    transform: scaleY(1.4);
  }

  63% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes loader-item-8 {
  43% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  53% {
    -webkit-transform: scaleY(1.4);
    transform: scaleY(1.4);
  }

  63% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@-webkit-keyframes loader-item-9 {
  49% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  59% {
    -webkit-transform: scaleY(1.4);
    transform: scaleY(1.4);
  }

  69% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes loader-item-9 {
  49% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  59% {
    -webkit-transform: scaleY(1.4);
    transform: scaleY(1.4);
  }

  69% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@-webkit-keyframes loader-item-10 {
  55% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  65% {
    -webkit-transform: scaleY(1.4);
    transform: scaleY(1.4);
  }

  75% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes loader-item-10 {
  55% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  65% {
    -webkit-transform: scaleY(1.4);
    transform: scaleY(1.4);
  }

  75% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

/*End Loader*/

/*Start Home Page*/

/*Start Header*/
header {
  height: calc(14vh - 12px);


  background-size: 120em;
  background-position: center;
  padding: 20px 70px;
}

header nav {
  position: fixed;
  top: 0;
  padding: 14px 36px 20px;
  z-index: 20;
  background-color: #6b8f71;
      align-items: center;
}

header nav .toggle {
  display: none;
  top: 26px;
  left: 20px;
  background-color: transparent;
  font-weight: bold;
  border: none;
  padding: 0;
  z-index: 21;
}

.whatsapp-btn {
  background-color: #25D366;
  /* WhatsApp green */
  color: #fff;
  /* White font color */
  border: none;
  padding: 5px 20px;
  width: 100%;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;


  text-align: center;
}

footer a {
  color: #ffffff !important;
  background-color: rgba(245, 222, 179, 0);
}

footer a:hover {
  color: #65ed65 !important;
  text-decoration: none;
  background-color: rgba(245, 222, 179, 0);
}

.whatsapp-btn:hover {
  background-color: #128C7E;
  /* Darker shade of WhatsApp green on hover */
}

header nav .toggle:focus {
  outline: none;
}

header nav.active .toggle span {
  background-color: #000;
}

header nav .toggle.active {
  left: 32%;
}

header nav .toggle.active .first {
  top: 16px;
  transform: rotate(-45deg);
}

header nav .toggle.active .last {
  top: 0;
  transform: rotate(45deg);
}

header nav .toggle .hide {
  transition: 0s;
  visibility: hidden;
}

header nav .toggle span {
  display: block;
  width: 30px;
  height: 2px;
  border-radius: 40px;
}

header nav .toggle span:not(:last-of-type) {
  margin-bottom: 6px;
}

header nav .logo {
  flex-basis: 56%;
  padding-left: 50px;

}

header nav .logo img {

  height: 70px;
  width: auto;
}

header .navigation-bar.show {
  width: 40%;
}

header .navigation-bar.show a {
  color: #ccc !important;
}

header .navigation-bar.show a:hover {
  color: #fff !important;
}

header .navigation-bar ul li {
  flex: 1;
  white-space: nowrap;
  padding: 0 20px;
}

header .navigation-bar a {
  text-decoration: none;
  transition: all .5s;
  font-size: 20px;
}

header nav.active .navigation-bar a {
  color: #000;
}

header .navigation-bar .underline {
  height: 2px;
  width: 0;
  left: 50%;
  bottom: -4px;
  transition: all .3s;
  display: block;
}

header .text {
  top: 24%;

}

header .text h1 {
  margin-bottom: 0;
}



header .text span {
  font-family: "Bebas Neue", sans-serif;
  font-size: 20px;
  margin-bottom: 0px;
}

.buttons {
  display: flex;
  left: 50%;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

header .text .butto {
  display: flex;
  flex-direction: column;
  margin-right: 50px;
}

header .text .butto span {
  font-size: 24px;
}

header .text .button button,
.contact form button {
  border: none;
  align-items: center;
  padding: 9px 18px;
  letter-spacing: 2.4px;
  font-size: 26px;
  font-family: "Bebas Neue", sans-serif;
  border-radius: 3px;
}

header .text .button button,
.contact form button:focus {
  outline: none;
}

header .svg-down {
  bottom: 0;
  left: 50%;
  z-index: 5;
  margin-left: -96px;
  margin-bottom: -12px;
  color: #fff;
}

header .arrow-down {
  width: 70px;
  height: 50px;
  bottom: -10px;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, 0);
  z-index: 10;

}

/*End Header*/

/*Start About-Us*/
.about-us,
.reservation {
  padding: 60px;
}

.about-us .text,
.reservation .text {
  flex: 50%;
  padding: 40px 52px 0 0;
}

.about-us .text h3,
.reservation .text h3 {
  color: #000;
}

.about-us .text .fa-asterisk,
.reservation .text .fa-asterisk {
  color: #a0d17e;
}

.about-us .image-container,
.reservation .image-container {
  flex: 50%;
}

.about-us .image,
.reservation .image {
  margin-left: 20px;
}

.rech {
  display: flex;
  align-items: center;

}

.rech .text {
  text-align: center;
}

.rech h3 {
  color: #012c5e;

}

.rech .image {
  height: 150px;

}

.biens {
  display: flex;
  align-items: center;

}

.biens .text {
  text-align: center;
}

.biens h3 {
  color: #012c5e;

}

.biens .image {
  height: 350px;

}

/*Demande ou offre*/


.containerb {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: auto;
  margin-top: 20px;

}

.cardb {
  position: relative;
  width: 100%;
  height: 200px;

  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin: 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  flex: 1;
  overflow: hidden;

}

.cardb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("vu-anh-TiVPTYCG_3E-unsplash.jpg");
  filter: blur(5px);
  /* Adjust the blur value as needed */
  z-index: -1;
  /* Ensure the pseudo-element is behind other content */
  background-size: cover;
}

.card-text {
  margin-bottom: 15px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  font-style: normal;
  color: white;
}

.card-text p {

  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;
}

.buttond {
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 200;
  font-style: normal;
  border: none;
  font-size: 1.2rem;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
  transition: background-color 0.3s ease;
}

.buttond:hover {
  background-color: #012c5e;
  color: white;
}



/*End biens*/

@gray-darker: #444444;
@gray-dark: #696969;
@gray: #999999;
@gray-light: #cccccc;
@gray-lighter: #ececec;
@gray-lightest: lighten(@gray-lighter, 4%);

*,
*::before,
*::after {
  box-sizing: border-box;
}



body {
  color: @gray;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;

  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga" on;
}



.btn {
  background-color: white;
  border: 1px solid #05BFDB;
  //border-radius: 1rem;
  color: @gray-dark;
  padding: 0.5rem;

}

.btn--block {
  display: block;
  width: 100%;
}

.btn--block:hover {
  background-color: #012d52;
  color: white;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cards__item {
  display: flex;
  padding: 1rem;
  max-height: 600px;

  @media(min-width: 40rem) {
    width: 50%;
  }

  @media(min-width: 56rem) {
    width: 33.3333%;
  }
}

.card {
  background-color: white;
  border-radius: 0.25rem;
  box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  overflow: hidden;

  &:hover {
    .card__image {
      filter: contrast(100%);
    }
  }
}

.card__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 1rem;
}

.card__image {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  filter: contrast(70%);
  overflow: hidden;
  position: relative;
  transition: filter 0.5s cubic-bezier(.43, .41, .22, .91);
}


.card__image img {
  width: 100%;
  /* Make sure the image fills the container */
  height: auto;
  /* Allow the height to adjust based on the image aspect ratio */
  object-fit: cover;
  /* Ensure the image covers the entire container without stretching */

}

.card__title {
  color: @gray-dark;
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.card__text {
  flex: 1 1 auto;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
}


.menu {
  padding: 60px;
}

.menu .box-model {
  display: none;
  position: fixed;
  height: 100%;
  top: 0;
  z-index: 20;
  background-color: rgba(0, 0, 0, .7);
}

.menu .box-model.active {
  display: block;
}

.menu .box-model.active body {
  overflow: hidden;
}

.menu .box-model .close {
  color: #ccc;
  right: 25px;
  top: 10px;
  z-index: 20;
}

.menu .box-model .arrow .arrow-right,
.menu .box-model .arrow .arrow-left {
  width: 40px;
  height: 40px;
  right: 20px;
  top: 50%;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(45deg);
  z-index: 20;
}

.menu .box-model .arrow .arrow-left {
  left: 20px;
  transform: rotate(-135deg);
}

.menu .box-image-container {
  height: 100%;
}

.menu .box-image-container .box-image img.active {
  animation: scale .5s;
}

@keyframes scale {
  from {
    transform: scale(0, 0)
  }

  to {
    transform: scale(1, 1)
  }
}

.menu .menu-image-container {
  flex-wrap: wrap;
  flex: 60%;
}

.menu .menu-image-container .image {
  margin: 0 20px 20px 0;
  flex: calc(50% - 40px);
}

.menu .text {
  flex: 55%;
  padding: 40px 0 0 62px;
}

.menu .text h3 {
  color: #000;
  ;
}

.menu .text .fa-asterisk {
  color: #012d52;
}

/*End Menu*/

/*Start fixed-image*/
.fixed-image {
  background: url("https://res.cloudinary.com/abdel-rahman-ali/image/upload/v1535988533/frontpage-menu.jpg") fixed center;
  background-size: cover;
  height: 400px;
}

/*End fixed-image*/

/*Start Footer*/
footer {
  background-color: #121212;
  max-height: 800px;
  padding: 60px 20px;
  margin-bottom: -40px;
  width: 100vw;

}

footer .text {
  max-width: 500px;

  margin: auto;
  margin-bottom: 50px;
}

footer .text h2:hover {
  color: #3ee9a2;
}

footer .text h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 19px;
  letter-spacing: 1.9px;
  margin-bottom: 25px;
}

footer .text .fa-asterisk {
  font-size: 12px;
}

footer .text p {
  line-height: 27px;
}

footer .contact-container {
  padding: 40px 0;
  max-width: 1000px;
  margin: auto;
}

footer .contact-container>div {
  flex: 1;
}

footer .contact-container h3 {
  font-size: 19px;
  letter-spacing: 1.9px;
}

footer .social-media .links a {
  margin: 0 10px;
  font-size: 25px;
}

footer .newsletter input {
  padding: 10px;
  width: 270px;
  background-color: #eee;
  border: none;
  margin-left: -15px;
}

footer .newsletter i {
  margin-left: -40px;
  vertical-align: middle;
  font-size: 21px;
}

/*.copyright {
    padding: 15px 40px 30px;
    background-color: #262526;
}

.copyright .svg-up {
    top: 0;
    left: 50%;
    margin-left: -96px;
    margin-top: -50px;
}

.copyright .arrow-up {
    width: 40px;
    height: 30px;
    top: -45px;
    color: #fff;
    line-height: 1.9
}

.copyright ul {
    justify-content: center;
}

.copyright li {
    color: #919191;
    font-size: 14px;
}

.copyright li:not(:last-of-type):after {
    content: '•';
    margin: 10px;
}

.copyright .CTA {
    margin-top: 25px;
}

.copyright .CTA li a {
    color: #919191;
}

/*End Footer*/

/*End Home Page*/

/*Start Contact Page*/
/*.contact-header {
    background-image: url("https://res.cloudinary.com/abdel-rahman-ali/image/upload/v1535988526/contact-food.jpg");
    height: 40vh;
}

.contact {
    padding: 78px 40px;
}

.contact>div {
    flex: 50%;
}

.contact .text p {
    margin-bottom: 30px;
}

.contact .text i {
    width: 50px;
    height: 50px;
    background-color: #000;
    border-radius: 50%;
    line-height: 48px;
    font-size: 24px;
}

.contact .text h2 {
    font-family: source_sans_problack, sans-serif;
    font-size: 24px;
    color: #262626;
    letter-spacing: 2.4px;
    margin-bottom: 20px;
}

.contact .form {
    margin-left: 48px;
}

.contact .form form label {
    margin-bottom: 5px;
    color: #515151;
}

.contact .form form input,
.contact .form form textarea {
    display: block;
    width: 100%;
    padding: 10px;
    margin-bottom: 24px;
    border-radius: 5px;
    border: 2px solid #D8D8D8;
    outline: none;
}

.contact .form form input:focus,
.contact .form form textarea:focus {
    border-color: #a96700;
    box-shadow: 0 1px 1px #737373;
}

.contact .form form textarea {
    height: 212px;
    resize: none;
}

.contact .form form button {
    background-color: #262526;
    padding: 12px 30px;
    font-size: 12px;
}

/*End Contact Page*/

/*Start Home Page Responsive*/

@media (max-width: 1200px) {

  .menu,
  .about-us,
  .reservation {
    padding: 60px 40px;
  }

  .about-us .text,
  .reservation .text {
    padding: 0 32px 0 0;
  }

  .about-us .image-container,
  .reservation .image-container {
    align-items: center;
  }

  .menu .text {
    padding: 0 0 0 32px;
  }
}

@media (max-width: 992px) {
  body {
    padding: 0;
  }

  .dots {
    display: none;
  }

  header {
    height: calc(14vh - 10px);
  }

  header nav .logo {
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
  }

  .about-us {
    display: block;
    padding-top: 50px;
  }

  .about-us .text,
  .reservation .text {
    padding: 0 0 40px;
  }

  .about-us .image-container .image1,
  .reservation .image-container .image1 {
    margin-left: 0;
  }

  .menu {
    display: block;
    padding: 60px 20px 60px 40px;
  }

  .menu .text {
    padding: 20px 20px 0 0;
  }

  .reservation {
    display: block;
    padding: 30px 20px 60px;
  }



  .contact .form {
    margin-left: 0;
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  header nav {
    display: block;
    text-align: center;
    left: 0;
    top: 0;
    width: 100%;
    padding-top: 25px;
  }

  header nav .toggle {
    display: block;
  }

  header .navigation-bar {
    position: fixed;
    top: 0;
    width: 5%;
    left: -174px;
    height: 100%;
    background-color: #262526;
    overflow: hidden;
    z-index: 20;
    padding: 40px;
  }

  header .navigation-bar ul {
    display: block;
    padding-top: 40px;
  }

  header .navigation-bar ul li {
    text-align: left;
    padding: 14px 0;
  }

  footer .contact-container {
    display: block;
  }

  footer .social-media {
    margin-bottom: 40px;
  }



}

@media (max-width: 576px) {

  h3,
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 90px
  }

  header {
    padding: 0;
  }

  header nav .logo {
    padding-left: 0;
  }

  header nav .toggle.active {
    left: 36%;
  }

  header .navigation-bar {

    width: 5%;
  }

  header .navigation-bar.show {
    padding: 20px;
    width: 48%;
  }

  .about-us,
  .reservation {
    padding: 60px 20px;
  }

  .menu {
    padding: 60px 0 60px 20px;
  }

  .contact {
    display: block;
    padding: 40px 0px;
  }
}




.SocContainer {

  position: relative;
  align-items: center;
  max-width: 1068px;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  margin-top: 5%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.SocContainer .ertic-center {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}

@media (max-width:512px) {


  .SocContainer {


    margin-top: 30%;

  }
}

.wrapper {
  display: inline-flex;
  list-style: none;

}

.wrapper .icon {
  position: relative;
  background: #ffffff;
  color: #146C94;

  border-radius: 50%;
  padding: 15px;
  margin-left: auto;

  margin: 10px;
  width: 50px;
  height: 50px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .tooltip {
  position: absolute;
  top: 0;
  font-size: 14px;
  background: #ffffff;
  color: #ffffff;
  padding: 5px 8px;
  border-radius: 5px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .tooltip::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background: #ffffff;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%) rotate(45deg);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .icon:hover .tooltip {
  top: -45px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.wrapper .icon:hover span,
.wrapper .icon:hover .tooltip {
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}

.wrapper .facebook:hover,
.wrapper .facebook:hover .tooltip,
.wrapper .facebook:hover .tooltip::before {
  background: #1877F2;
  color: #ffffff;
}

.wrapper .twitter:hover,
.wrapper .twitter:hover .tooltip,
.wrapper .twitter:hover .tooltip::before {
  background: #1DA1F2;
  color: #ffffff;
}

.wrapper .instagram:hover,
.wrapper .instagram:hover .tooltip,
.wrapper .instagram:hover .tooltip::before {
  background: #E4405F;
  color: #ffffff;
}

.wrapper .github:hover,
.wrapper .github:hover .tooltip,
.wrapper .github:hover .tooltip::before {
  background: #333333;
  color: #ffffff;
}

.wrapper .youtube:hover,
.wrapper .youtube:hover .tooltip,
.wrapper .youtube:hover .tooltip::before {
  background: #CD201F;
  color: #ffffff;
}

.copyright p {

  text-align: center;

}

.cop {
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.cop:hover {
  color: #E4405F;
}

.alert {
  padding: 20px;
  background-color: #3ee9a2;
  /* Red */
  color: white;
  margin-bottom: 15px;
}


.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}


.closebtn:hover {
  color: black;
}

.aboutU {
  position: relative;
  margin-top: 4%;
}

.aboutU .text h1 {
  font-size: 2rem;
}

.search__area {
  margin-top: 40px;
  background-color: #fff;
  border-radius: 16px;
  margin-bottom: 40px;
  padding: 24px;
  max-width: 1400px;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative -webkit-user-select: none;

  -ms-user-select: none;

  user-select: none;

}

@media (max-width:512px) {
  .search__area {
    padding: 16px 16px 40px
  }
}

.search__area--head {
  margin-bottom: 24px
}

.search__area .selector {
  height: 50px;
  position: relative;
  width: 100%
}

.search__area .selector--item {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative
}

.search__area .selector--item__radio {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: none
}

.search__area .selector--item__label {
  align-items: center;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(50, 54, 70, .1);
  border-radius: 8px;
  color: #8498af;
  color: #323646;
  cursor: pointer;
  display: flex;
  font-size: clamp(12px, 3vw, 16px);
  font-weight: 600;
  height: 50px;
  justify-content: center;
  padding: 0 16px;
  position: relative;
  text-align: center;
  transform: none;
  transition-duration: .5s;
  transition-property: transform, color, box-shadow;
  width: 100%
}

.search__area .selector--item__label:hover,
.search__area .selector--item__radio:checked+.selector--item__label {
  background-color: #05BFDB;
  border: 1px solid #05BFDB;
  color: #fff
}

.search__area .grid {
  grid-gap: 16px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr))
}

@media (max-width:700px) {
  .search__area .grid {
    grid-template-columns: repeat(auto-fit, minmax(30%, 1fr))
  }
}

@media (max-width:512px) {
  .search__area .grid {
    grid-gap: 4px;
    grid-template-columns: repeat(auto-fit, minmax(28%, 1fr));


  }
}

.search__area .flex-row {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  width: auto
}

.search__area--inputs {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between
}

@media (max-width:991px) {
  .search__area--inputs {
    justify-content: center
  }
}

.search__area--inputs input,
.search__area--inputs select {
  background-color: #fff;
  border: 1px solid rgba(132, 152, 175, .4);
  border-radius: 4px;
  flex-grow: 1;
  height: 50px;
  min-width: 170px;
  padding: 0 8px
}

.search__area--inputs select::-ms-expand {
  display: none
}

.search__area--inputs select {
  -webkit-appearance: none;
  -moz-appearance: none;
  min-width: 100%;
  text-indent: 1px;
  text-overflow: ""
}

.search__area button {
  height: auto;
  width: 50%;
  font-size: 1.5rem;
  margin: 20px auto;
  background-color: #05BFDB;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(50, 54, 70, .1);
  border-radius: 8px;
  color: #8498af;
  color: #323646;
  cursor: pointer;
  transition-duration: .5s;
  transition-property: transform, color, box-shadow;
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
  /* Standard syntax */

}



.search__area button:hover {
  background-color: #05BFDB;
  color: #fff;
}

.fronty__select {
  flex-grow: 1;
  position: relative
}

.fronty__select span {
  height: 100%;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px
}

.fronty__select span:after {
  border: 7px solid transparent;
  border-top-color: rgba(132, 152, 175, .8);
  content: "";
  position: absolute;
  right: 16px;
  top: 40%
}

.propreties-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  margin-top: 10px;
  /* Adjust as needed */
}

.propreties-container .card {
  width: 90%;
  /* Adjust as needed */
  margin-bottom: 20px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-color: #f9f9f9;
  /* Adjust as needed */
  border: 1px solid #ccc;
  /* Adjust as needed */
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  /* Adjust as needed */
}

.propreties-container .card .box {
  padding: 20px;
}

.propreties-container .card .box .content {
  margin-bottom: 15px;
}

.propreties-container .card .box .content .text h2 {
  margin-bottom: 5px;
  font-size: 2rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #00171F;
}

.propreties-container .card .box .content .text p {
  margin-bottom: 10px;
  color: #000;
}

.propreties-container .card .box .content .text h3 {
  margin-top: 0;
  color: #000;
  font-size: 2rem;
  font-family: Arial, Helvetica, sans-serif;
}

.middle {
  position: relative;
  margin-top: 5%;
  margin-left: 40%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.btn3 {
  background: none;
  border: 2px solid #000;
  font-size: 1.2rem;
  text-transform: uppercase;
  padding: 12px 20px;
  min-width: 200px;

  cursor: pointer;
  transition: color 0.4s linear;

}

.Btncontainer {
  height: 200px;
  position: relative;
  margin-left: 80%;
  margin-top: -12%;
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 40%;

  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.btn3:hover {
  color: #fff;
}

.btn3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #05BFDB;
  z-index: -1;
  transition: transform 0.5s;
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
}

.btn5::before {
  transform: scaleX(0);
}

.btn5:hover::before {
  transform: scaleX(1);
}


@media screen and (max-width: 900px) {
  .propreties-container {
    height: fit-content;
  }

  .propreties-container .box {
    height: fit-content;
    justify-content: center;
    transition: none;
    transform: none;
  }


  .box img {
    align-items: center;
    justify-self: center;
    border-radius: 0%;
    height: 400px;
  }

  .propreties-container .box .content {
    margin: auto;
    align-items: center;
    align-content: center;
    text-align: center;
    margin-top: 0%;
  }

  .propreties-container .box h3 {
    color: white;
    align-items: center;
    text-align: center;
    align-content: center;
    font-size: 1.8rem;
    position: relative;
    margin-top: -30%;
    margin-left: 0;
    margin-right: 0;
  }

  .propreties-container .box .date {
    color: white;
    align-items: center;
    text-align: center;
    align-content: center;
    font-size: 1rem;
    position: absolute;
    margin-top: 2%;
    margin-left: 40%;
  }

  .middle {
    position: relative;
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
    transform: translate(-50%, -50%);
    text-align: center;
  }

  .btn3 {
    background: none;
    border: 2px solid #000;
    font-size: 1.2rem;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
    min-width: 200px;
    position: relative;
    cursor: pointer;
    transition: color 0.4s linear;

  }

  .Btncontainer {
    height: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;


  }

  .vertical-center {

    margin: auto;
    position: relative;
    margin-left: 50%;



  }

  .btn3:hover {
    color: #fff;
  }

  .btn3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #05BFDB;
    z-index: -1;
    transition: transform 0.5s;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  }

  .btn5::before {
    transform: scaleX(0);
  }

  .btn5:hover::before {
    transform: scaleX(1);
  }


}

.product {
  max-width: 90%;
  margin: auto;
  -webkit-box-shadow: 0px 6px 60px -10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 6px 60px -10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 6px 60px -10px rgba(0, 0, 0, 0.5);
}


/* Product Slider */

.product-slider {
  display: flex;
  /* Display slides in a row */
  overflow-x: auto;
  /* Enable horizontal scrolling */
  scroll-snap-type: x mandatory;
  /* Enable snap-scrolling */
}

.product-slide {
  flex: 0 0 auto;
  /* Prevent slides from stretching */
  scroll-snap-align: start;
  /* Ensure each slide snaps to start */
  width: 100%;
  /* Ensure each slide takes full width of container */
}


/* Product Content */

.product-content {
  background-color: #ffffff;
}

.product-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 36px;
}

.product-category {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.product-price {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 30px;
  margin: 10px 0;
}

.product-description {
  margin: 10px 0;
}

/* Product Color Selector */

.product-color-selector {
  width: 100%;
  float: left;
  margin: 10px 0;
}

.product-color-label {
  float: left;
  margin-top: 4px;
}

.product-colors {
  float: left;
  padding: 0 0 18px 12px;
  margin-bottom: 0;
}

.product-color {
  height: 30px;
  width: 30px;
  background: #cccccc;
  border-radius: 30px;
  display: inline-block;
  margin-right: 3px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.product-color:hover {
  cursor: pointer;
}

.product-color-black {
  background: #00171F;
}

.product-color-navy {
  background: #1D2D44;
}

.product-color-grey {
  background: #E6E6E9;
}

.product-color_active {
  -webkit-box-shadow: 0px 5px 15px -4px rgba(0, 23, 31, 1);
  -moz-box-shadow: 0px 5px 15px -4px rgba(0, 23, 31, 1);
  box-shadow: 0px 5px 15px -4px rgba(0, 23, 31, 1);
}

/* Product Button */

.product-button {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #FF2414;
  border: none;
  border-radius: 0;
  padding: 0.75rem 1.75rem;
  -webkit-box-shadow: 0px 5px 15px -4px rgba(255, 36, 20, 1);
  -moz-box-shadow: 0px 5px 15px -4px rgba(255, 36, 20, 1);
  box-shadow: 0px 5px 15px -4px rgba(255, 36, 20, 1);
}

.product-button:hover {
  cursor: pointer;
  background: #E52012;
  -webkit-transform: scale(1.025);
  -moz-transform: scale(1.025);
  -ms-transform: scale(1.025);
  transform: scale(1.025);
}

/* Slick Slider */

.slick-dots {
  position: absolute;
  bottom: 15px;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-list,
.slick-track {
  height: 100%;
}


/* Custom CSS for Product Card */
.product-card {
  width: 90%;
  margin: 0 auto;
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
}

.product-card .card-body {
  padding: 20px;
}

.product-card .product-images {
  width: 50%;
  float: left;
}

.product-card .product-details {
  width: 50%;
  float: left;
}





@media (max-width : 712px) {
  .productdet {
    margin-top: 10%;
    margin-bottom: 5%;
    width: 100%;
  }
}

/*.carousel-control-prev-icon,
.carousel-control-next-icon {
    
    /* Change to the desired color */
.productdet h1 {
  color: #012d52;
  font-size: 2rem;
  letter-spacing: normal;
  margin-left: 0%;
  margin-top: 2%;
  margin-bottom: 2%;
  font-family: Cabin, sans-serif;
}

.productdet h2 {
  color: #012d52;
  font-size: 1.5rem;
  letter-spacing: normal;

  margin-top: 2%;
  margin-bottom: 2%;
  font-family: Cabin, sans-serif;
}

/* modification*/
.productdet .swiper {
  /* background: linear-gradient(-45deg, #234851, #235141, #395e42, #317575); */
  background-size: 90%;
  /* background-image: url(demandeb.webp); */
  /* animation: gradient 15s ease infinite; */
  height: fit-content;
  /* background-color: #000; */

  max-height: 100%;
  margin-bottom: 60px;
}

.productdet .carousel-inner img {
  height: 50vh;
  /* Set the height to 50% of viewport height */
  width: auto;
  margin: 0 auto;
  /* Center the images horizontally */
  object-fit: contain;
  /* Maintain aspect ratio and fit within the specified height */
  overflow: hidden;
  /* Hide any overflow */
}

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
  box-sizing: border-box;
}

body {
  margin: 0;

}

body.hide-scroll::-webkit-scrollbar {
  display: none;
}

a {
  text-decoration: none;
}

ul {
  margin: 20px;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
}

h2 {
  font-family: "Source Code Pro", sans-serif;
  font-size: 100px;
  font-weight: normal;
  margin: 0 0 -55px;
}

h1,
h3 {
  font-family: "Source Code Pro", sans-serif;
  font-size: 47px;
  font-weight: bold;

  margin: 0 0 15px;
}

p {
  color: #515151;
  line-height: 27px;
}

.a-CTA {
  border-bottom: 2px solid #a96700;
  padding-bottom: 4px;
  letter-spacing: 1.5px;
  font-size: 18px;
}

/*End Global*/

/*Start Mutual*/
p,
.a-CTA,
input,
header .navigation-bar a,
.copyright li,
.contact .form form label,
.contact .form form button {
  font-family: Cabin, sans-serif;
}

.fa-asterisk,
.a-CTA,
h2,
header .navigation-bar a:hover,
header nav.active .navigation-bar a:hover,
footer .social-media .links a:hover,
.copyright .info li a,
.copyright .CTA li a:hover {
  color: #a0d17e
}

header nav .navigation-bar .underline,
header .text .button button:hover,
.contact .form form button:hover,
.contact .text i:hover {
  background-color: #a0d17e;
}

header .navigation-bar ul li,
header .text,
.about-us .text,
.reservation .text,
.menu .box-model,
.menu .text,
.fixed-image .text,
footer,
.copyright,
.contact .text i {
  text-align: center;
}

header nav,
header .navigation-bar ul,
.about-us,
.reservation,
.about-us .image-container,
.reservation .image-container,
.menu,
.menu .menu-image-container,
footer .contact-container,
.copyright ul,
.contact {
  display: flex;
}

header nav .toggle,
header nav .toggle span,
header .navigation-bar,
header .navigation-bar ul,
.menu .box-model .close,
footer .social-media .links a,
.copyright .CTA li a {
  transition: .3s;
}

header,
header nav .toggle span,
header .navigation-bar a,
header .text,
header .text .arrow .left,
header .text .arrow .right,
.biens,
.rech,
.menu .box-image-container,
.fixed-image .text,
.copyright,
.copyright .arrow-up {
  position: relative;
}

header nav .toggle,
header .navigation-bar .underline,
header .text .arrow .left:after,
header .text .arrow .right:after,
header .svg-down,
header .arrow-down,
.biens .text,
.rech .text,
.menu .box-model .close,
.menu .box-model .arrow .arrow-right,
.menu .box-model .arrow .arrow-left,
.menu .box-image-container .box-image,
.copyright .svg-up {
  position: absolute;
}

.biens .text,
.rech .text,
.biens .text,
.fixed-image .text,
.menu .box-image-container,
.menu .box-image-container .box-image {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

header nav,
header .navigation-bar a:hover .underline,
header .navigation-bar li.active .underline,
.menu .box-model,
.menu .box-image-container,
.menu .box-image-container .box-image {
  width: 100%;
}

button,
.dots>div,
header nav .toggle,
header .arrow-down,
.menu .box-model .close,
.menu .box-model .arrow .arrow-right,
.menu .box-model .arrow .arrow-left,
.menu .menu-image-container .image img,
footer .newsletter i,
.copyright .arrow-up {
  cursor: pointer;
}

.dots .active,
header nav.active,
header nav.active .toggle.active span,
header nav .toggle span,
header .navigation-bar .underline,
header .text .arrow .left,
header .text .arrow .right,
header .text .button button,
.contact form button {
  background-color: #fff;
}

h1,
h3,
header .navigation-bar a,
header .text span,
.menu .box-model .close:hover,
footer .text h2,
footer .text p,
footer .social-media .links a,
.contact .text i,
.contact .form form button {
  color: #fff;
}

header nav,
header .navigation-bar.show,
header .navigation-bar a:hover .underline,
header .navigation-bar li.active .underline,
header .text .arrow .left:after,
.menu .box-model,
.copyright .arrow-up {
  left: 0;
}

header .text .arrow .left:after,
header .text .arrow .right:after,
header .text span,
footer .social-media .links a,
footer .newsletter i,
.copyright .arrow-up,
.contact .text i,
.contact .form form label {
  display: inline-block;
}

/*End Mutual*/

/*Start Dots*/
.dots {
  position: fixed;
  top: 50%;
  right: 30px;
  transform: translate(0, -50%);
  z-index: 5;
}

.dots>div {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  z-index: 20;
  margin-bottom: 10px;
  border: 2px solid #fff;
}

.dots .black {
  border-color: #000;
}

.dots .active.black {
  background-color: #000;
}

/*End Dots*/

/*Start Loader*/
.loader-wrap,
.loader {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.loader-wrap {
  background-color: #012c5e;
  z-index: 30;
}

.loader-wrap.remove {
  display: none;
}

.loader {
  margin: auto;
  height: 40px;
  width: 80px;
  box-sizing: border-box;
}

.loader .loader-item {
  position: relative;
  float: left;
  height: 40px;
  width: 4px;
  margin: 0 2px;
  background-color: #fff;
}

.loader .loader-item:nth-child(1) {
  -webkit-animation: loader-item-1 2s linear infinite;
  animation: loader-item-1 2s linear infinite;
}

.loader .loader-item:nth-child(2) {
  -webkit-animation: loader-item-2 2s linear infinite;
  animation: loader-item-2 2s linear infinite;
}

.loader .loader-item:nth-child(3) {
  -webkit-animation: loader-item-3 2s linear infinite;
  animation: loader-item-3 2s linear infinite;
}

.loader .loader-item:nth-child(4) {
  -webkit-animation: loader-item-4 2s linear infinite;
  animation: loader-item-4 2s linear infinite;
}

.loader .loader-item:nth-child(5) {
  -webkit-animation: loader-item-5 2s linear infinite;
  animation: loader-item-5 2s linear infinite;
}

.loader .loader-item:nth-child(6) {
  -webkit-animation: loader-item-6 2s linear infinite;
  animation: loader-item-6 2s linear infinite;
}

.loader .loader-item:nth-child(7) {
  -webkit-animation: loader-item-7 2s linear infinite;
  animation: loader-item-7 2s linear infinite;
}

.loader .loader-item:nth-child(8) {
  -webkit-animation: loader-item-8 2s linear infinite;
  animation: loader-item-8 2s linear infinite;
}

.loader .loader-item:nth-child(9) {
  -webkit-animation: loader-item-9 2s linear infinite;
  animation: loader-item-9 2s linear infinite;
}

.loader .loader-item:nth-child(10) {
  -webkit-animation: loader-item-10 2s linear infinite;
  animation: loader-item-10 2s linear infinite;
}

.loader:after {
  content: 'Loading...';
  font-size: 16px;
  font-family: Arial, serif;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -32px;
  margin: auto;
}

@-webkit-keyframes loader-item-1 {
  1% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  11% {
    -webkit-transform: scaleY(1.4);
    transform: scaleY(1.4);
  }

  21% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes loader-item-1 {
  1% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  11% {
    -webkit-transform: scaleY(1.4);
    transform: scaleY(1.4);
  }

  21% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@-webkit-keyframes loader-item-2 {
  7% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  17% {
    -webkit-transform: scaleY(1.4);
    transform: scaleY(1.4);
  }

  27% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes loader-item-2 {
  7% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  17% {
    -webkit-transform: scaleY(1.4);
    transform: scaleY(1.4);
  }

  27% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@-webkit-keyframes loader-item-3 {
  13% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  23% {
    -webkit-transform: scaleY(1.4);
    transform: scaleY(1.4);
  }

  33% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes loader-item-3 {
  13% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  23% {
    -webkit-transform: scaleY(1.4);
    transform: scaleY(1.4);
  }

  33% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@-webkit-keyframes loader-item-4 {
  19% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  29% {
    -webkit-transform: scaleY(1.4);
    transform: scaleY(1.4);
  }

  39% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes loader-item-4 {
  19% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  29% {
    -webkit-transform: scaleY(1.4);
    transform: scaleY(1.4);
  }

  39% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@-webkit-keyframes loader-item-5 {
  25% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  35% {
    -webkit-transform: scaleY(1.4);
    transform: scaleY(1.4);
  }

  45% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes loader-item-5 {
  25% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  35% {
    -webkit-transform: scaleY(1.4);
    transform: scaleY(1.4);
  }

  45% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@-webkit-keyframes loader-item-6 {
  31% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  41% {
    -webkit-transform: scaleY(1.4);
    transform: scaleY(1.4);
  }

  51% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes loader-item-6 {
  31% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  41% {
    -webkit-transform: scaleY(1.4);
    transform: scaleY(1.4);
  }

  51% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@-webkit-keyframes loader-item-7 {
  37% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  47% {
    -webkit-transform: scaleY(1.4);
    transform: scaleY(1.4);
  }

  57% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes loader-item-7 {
  37% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  47% {
    -webkit-transform: scaleY(1.4);
    transform: scaleY(1.4);
  }

  57% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@-webkit-keyframes loader-item-8 {
  43% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  53% {
    -webkit-transform: scaleY(1.4);
    transform: scaleY(1.4);
  }

  63% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes loader-item-8 {
  43% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  53% {
    -webkit-transform: scaleY(1.4);
    transform: scaleY(1.4);
  }

  63% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@-webkit-keyframes loader-item-9 {
  49% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  59% {
    -webkit-transform: scaleY(1.4);
    transform: scaleY(1.4);
  }

  69% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes loader-item-9 {
  49% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  59% {
    -webkit-transform: scaleY(1.4);
    transform: scaleY(1.4);
  }

  69% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@-webkit-keyframes loader-item-10 {
  55% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  65% {
    -webkit-transform: scaleY(1.4);
    transform: scaleY(1.4);
  }

  75% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes loader-item-10 {
  55% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  65% {
    -webkit-transform: scaleY(1.4);
    transform: scaleY(1.4);
  }

  75% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

/*End Loader*/

/*Start Home Page*/

/*Start Header*/
header {
  height: calc(20vh - 22px);


  padding: 20px 70px;
}

header nav {
  position: fixed;
  top: 0;
  padding: 14px 36px 20px;
  z-index: 20;
  background-color: #6b8f71;
}

header nav .toggle {
  display: none;
  top: 26px;
  left: 20px;
  background-color: transparent;
  border: none;
  padding: 0;
  z-index: 21;
}

header nav .toggle:focus {
  outline: none;
}

header nav.active .toggle span {
  background-color: #000;
}

header nav .toggle.active {
  left: 32%;
}

header nav .toggle.active .first {
  top: 16px;
  transform: rotate(-45deg);
}

header nav .toggle.active .last {
  top: 0;
  transform: rotate(45deg);
}

header nav .toggle .hide {
  transition: 0s;
  visibility: hidden;
}

header nav .toggle span {
  display: block;
  width: 30px;
  height: 2px;
  border-radius: 40px;
}

header nav .toggle span:not(:last-of-type) {
  margin-bottom: 6px;
}

header nav .logo {
  flex-basis: 56%;
  padding-left: 50px;

}

header nav .logo img {

  height: 70px;
  width: auto;
}

header .navigation-bar.show {
  width: 40%;
}

header .navigation-bar.show a {
  color: #ccc !important;
}

header .navigation-bar.show a:hover {
  color: #fff !important;
}

header .navigation-bar ul li {
  flex: 1;
  white-space: nowrap;
  padding: 0 20px;
}

header .navigation-bar a {
  text-decoration: none;
  transition: all .5s;
  font-size: 20px;
}

header nav.active .navigation-bar a {
  color: #000;
}

header .navigation-bar .underline {
  height: 2px;
  width: 0;
  left: 50%;
  bottom: -4px;
  transition: all .3s;
  display: block;
}

header .text {
  top: 24%;

}

header .text h1 {
  margin-bottom: 0;
}



header .text span {
  font-family: "Bebas Neue", sans-serif;
  font-size: 20px;
  margin-bottom: 0px;
}

.buttons {
  display: flex;
  left: 50%;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

header .text .butto {
  display: flex;
  flex-direction: column;
  margin-right: 50px;
}

header .text .butto span {
  font-size: 24px;
}

header .text .button button,
.contact form button {
  border: none;
  align-items: center;
  padding: 9px 18px;
  letter-spacing: 2.4px;
  font-size: 26px;
  font-family: "Bebas Neue", sans-serif;
  border-radius: 3px;
}

header .text .button button,
.contact form button:focus {
  outline: none;
}

header .svg-down {
  bottom: 0;
  left: 50%;
  z-index: 5;
  margin-left: -96px;
  margin-bottom: -12px;
  color: #fff;
}

header .arrow-down {
  width: 70px;
  height: 50px;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 10;
  background: url("https://res.cloudinary.com/abdel-rahman-ali/image/upload/v1535988515/arrow-down.png") no-repeat center;
}

/*End Header*/

/*Start About-Us*/
.about-us,
.reservation {
  padding: 60px;
}

.about-us .text,
.reservation .text {
  flex: 50%;
  padding: 40px 52px 0 0;
}

.about-us .text h3,
.reservation .text h3 {
  color: #000;
}

.about-us .text .fa-asterisk,
.reservation .text .fa-asterisk {
  color: #a0d17e;
}

.about-us .image-container,
.reservation .image-container {
  flex: 50%;

}

.about-us .image,
.reservation .image {
  margin-left: 40px;

}

.about-us .image img {
  height: 80vh;
  width: auto;
}

.rech {
  display: flex;
  align-items: center;

}

.rech .text {
  text-align: center;
}

.rech h3 {
  color: #012c5e;

}

.rech .image {
  height: 150px;

}

.biens {
  display: flex;
  align-items: center;

}

.biens .text {
  text-align: center;
}

.biens h3 {
  color: #012c5e;

}

.biens .image {
  height: 350px;

}

/*Demande ou offre*/


.containerb {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: auto;
  margin-top: 20px;

}

.cardb {
  position: relative;
  width: 100%;
  height: 200px;

  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin: 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  flex: 1;
  overflow: hidden;

}

.modal-footer button {
  color: #575757;
}

.modal .modal-body span {
  align-self: center;
  margin: auto;
  color: #ee5656;
  font-size: 1.5rem;

  font-family: "Montserrat", sans-serif;
}

.modal .modal-body p {


  font-size: 1.5rem;

  font-family: "Montserrat", sans-serif;
}

.cardb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #212121;

  /* Adjust the blur value as needed */
  z-index: -1;
  /* Ensure the pseudo-element is behind other content */
  background-size: cover;
}

.card-text {
  margin-bottom: 15px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  font-style: normal;
  color: white;
}

.card-text p {

  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 2.6rem;
  font-style: normal;
  color: white;
}

.buttond {
  padding: 10px 20px;
  background-color: #a0d17e;
  color: white;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;

  font-style: normal;
  border: none;
  font-size: 2.0rem;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
  transition: background-color 0.3s ease;
}

.buttond:hover {
  background-color: #012c5e;
  color: white;
}



/*End biens*/

@gray-darker: #444444;
@gray-dark: #696969;
@gray: #999999;
@gray-light: #cccccc;
@gray-lighter: #ececec;
@gray-lightest: lighten(@gray-lighter, 4%);

*,
*::before,
*::after {
  box-sizing: border-box;
}



body {
  color: @gray;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;

  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga" on;
}



.btn {
  background-color: white;
  border: 1px solid #05BFDB;
  //border-radius: 1rem;
  color: @gray-dark;
  padding: 0.5rem;

}

.btn--block {
  display: block;
  width: 100%;
}

.btn--block:hover {
  background-color: #012d52;
  color: white;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cards__item {
  display: flex;
  padding: 1rem;
  max-height: 600px;

  @media(min-width: 40rem) {
    width: 50%;
  }

  @media(min-width: 56rem) {
    width: 33.3333%;
  }
}

.card {
  background-color: white;
  border-radius: 0.25rem;
  box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;

  &:hover {
    .card__image {
      filter: contrast(100%);
    }
  }
}

.card__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 1rem;
}

.card__image {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  filter: contrast(70%);
  overflow: hidden;
  position: relative;
  transition: filter 0.5s cubic-bezier(.43, .41, .22, .91);
}


.card__image img {
  width: 100%;
  /* Make sure the image fills the container */
  height: auto;
  /* Allow the height to adjust based on the image aspect ratio */
  object-fit: cover;
  /* Ensure the image covers the entire container without stretching */

}

/*modfication*/
.carousel-item {

  height: 300px;


  /*   background-color: #000;*/
}

.carousel-item img {
  width: auto;
  height: 100%;
  object-fit: cover;

  /*   background-color: #000;*/
}

.card__title {
  color: @gray-dark;
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.card__text {
  flex: 1 1 auto;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
}


.menu {
  padding: 60px;
}

.menu .box-model {
  display: none;
  position: fixed;
  height: 100%;
  top: 0;
  z-index: 20;
  background-color: rgba(0, 0, 0, .7);
}

.menu .box-model.active {
  display: block;
}

.menu .box-model.active body {
  overflow: hidden;
}

.menu .box-model .close {
  color: #ccc;
  right: 25px;
  top: 10px;
  z-index: 20;
}

.menu .box-model .arrow .arrow-right,
.menu .box-model .arrow .arrow-left {
  width: 40px;
  height: 40px;
  right: 20px;
  top: 50%;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(45deg);
  z-index: 20;
}

.menu .box-model .arrow .arrow-left {
  left: 20px;
  transform: rotate(-135deg);
}

.menu .box-image-container {
  height: 100%;
}

.menu .box-image-container .box-image img.active {
  animation: scale .5s;
}

@keyframes scale {
  from {
    transform: scale(0, 0)
  }

  to {
    transform: scale(1, 1)
  }
}

.menu .menu-image-container {
  flex-wrap: wrap;
  flex: 60%;
}

.menu .menu-image-container .image {
  margin: 0 20px 20px 0;
  flex: calc(50% - 40px);
}

.menu .text {
  flex: 55%;
  padding: 40px 0 0 62px;
}

.menu .text h3 {
  color: #000;
  ;
}

.menu .text .fa-asterisk {
  color: #012d52;
}

/*End Menu*/

/*Start fixed-image*/
.fixed-image {
  background: url("https://res.cloudinary.com/abdel-rahman-ali/image/upload/v1535988533/frontpage-menu.jpg") fixed center;
  background-size: cover;
  height: 400px;
}

/*End fixed-image*/

/*Start Footer*/


footer .text {
  max-width: 500px;
  position: relative;
  margin: auto;
  margin-bottom: 50px;

}

footer .text h2:hover {
  color: #3ee9a2;
}

footer .text h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 19px;
  letter-spacing: 1.9px;
  margin-bottom: 25px;
}

footer .text .fa-asterisk {
  font-size: 12px;
}

footer .text p {
  line-height: 27px;
}

footer .contact-container {
  padding: 40px 0;
  max-width: 1000px;
  margin: auto;
}

footer .contact-container>div {
  flex: 1;
}

footer .contact-container h3 {
  font-size: 19px;
  letter-spacing: 1.9px;
}

footer .social-media .links a {
  margin: 0 10px;
  font-size: 25px;
}

footer .newsletter input {
  padding: 10px;
  width: 270px;
  background-color: #eee;
  border: none;
  margin-left: -15px;
}

footer .newsletter i {
  margin-left: -40px;
  vertical-align: middle;
  font-size: 21px;
}

/*.copyright {
    padding: 15px 40px 30px;
    background-color: #262526;
}

.copyright .svg-up {
    top: 0;
    left: 50%;
    margin-left: -96px;
    margin-top: -50px;
}

.copyright .arrow-up {
    width: 40px;
    height: 30px;
    top: -45px;
    color: #fff;
    line-height: 1.9
}

.copyright ul {
    justify-content: center;
}

.copyright li {
    color: #919191;
    font-size: 14px;
}

.copyright li:not(:last-of-type):after {
    content: '•';
    margin: 10px;
}

.copyright .CTA {
    margin-top: 25px;
}

.copyright .CTA li a {
    color: #919191;
}

/*End Footer*/

/*End Home Page*/

/*Start Contact Page*/
/*.contact-header {
    background-image: url("https://res.cloudinary.com/abdel-rahman-ali/image/upload/v1535988526/contact-food.jpg");
    height: 40vh;
}

.contact {
    padding: 78px 40px;
}

.contact>div {
    flex: 50%;
}

.contact .text p {
    margin-bottom: 30px;
}

.contact .text i {
    width: 50px;
    height: 50px;
    background-color: #000;
    border-radius: 50%;
    line-height: 48px;
    font-size: 24px;
}

.contact .text h2 {
    font-family: source_sans_problack, sans-serif;
    font-size: 24px;
    color: #262626;
    letter-spacing: 2.4px;
    margin-bottom: 20px;
}

.contact .form {
    margin-left: 48px;
}

.contact .form form label {
    margin-bottom: 5px;
    color: #515151;
}

.contact .form form input,
.contact .form form textarea {
    display: block;
    width: 100%;
    padding: 10px;
    margin-bottom: 24px;
    border-radius: 5px;
    border: 2px solid #D8D8D8;
    outline: none;
}

.contact .form form input:focus,
.contact .form form textarea:focus {
    border-color: #a96700;
    box-shadow: 0 1px 1px #737373;
}

.contact .form form textarea {
    height: 212px;
    resize: none;
}

.contact .form form button {
    background-color: #262526;
    padding: 12px 30px;
    font-size: 12px;
}

/*End Contact Page*/

/*Start Home Page Responsive*/

@media (max-width: 1200px) {

  .menu,
  .about-us,
  .reservation {
    padding: 60px 40px;
  }

  .about-us .text,
  .reservation .text {
    padding: 0 32px 0 0;
  }

  .about-us .image-container,
  .reservation .image-container {
    align-items: center;
  }

  .menu .text {
    padding: 0 0 0 32px;
  }
}

@media (max-width: 992px) {
  body {
    padding: 0;
  }

  .dots {
    display: none;
  }

  header {
    height: calc(10vh - 10px);
    background: url("r-architecture-2gDwlIim3Uw-unsplash.jpg") fixed bottom;
    background-size: cover;
    background-position: 20% 25%;
  }

  header nav .logo {
    padding-left: 0;
  }

  .about-us {
    display: block;
    padding-top: 50px;
  }

  .about-us .text,
  .reservation .text {
    padding: 0 0 40px;
  }

  .about-us .image-container .image1,
  .reservation .image-container .image1 {
    margin-left: 0;
  }

  .menu {
    display: block;
    padding: 60px 20px 60px 40px;
  }

  .menu .text {
    padding: 20px 20px 0 0;
  }

  .reservation {
    display: block;
    padding: 30px 20px 60px;
  }


  .contact .form {
    margin-left: 0;
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  header nav {
    display: block;
    text-align: center;
    left: 0;
    top: 0;
    width: 100%;
    padding-top: 25px;
  }

  header nav .toggle {
    display: block;
  }

  header .navigation-bar {
    position: fixed;
    top: 0;
    width: 5%;
    left: -174px;
    height: 100%;
    background-color: #262526;
    overflow: hidden;
    z-index: 20;
    padding: 40px;
  }

  header .navigation-bar ul {
    display: block;
    padding-top: 40px;
  }

  header .navigation-bar ul li {
    text-align: left;
    padding: 14px 0;
  }

  footer .contact-container {
    display: block;
  }

  footer .social-media {
    margin-bottom: 40px;
  }



}

@media (max-width: 576px) {

  h3,
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 90px
  }

  header {
    padding: 0;
  }

  header nav {

    height: 100px;

  }

  header nav .logo {
    padding-left: 0;
    height: 12vh;
    margin-top: -10px;
  }

  header nav .toggle.active {
    left: 36%;
  }

  header .navigation-bar {

    width: 5%;
  }

  header .navigation-bar.show {
    padding: 20px;
    width: 48%;
  }

  .about-us,
  .reservation {
    padding: 60px 20px;
  }

  .menu {
    padding: 60px 0 60px 20px;
  }
}




.SocContainer {

  position: relative;
  align-items: center;
  max-width: 1068px;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  margin-top: 100px;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.SocContainer .ertic-center {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}

.wrapper {
  display: inline-flex;
  list-style: none;

}

.wrapper .icon {
  position: relative;
  background: #ffffff;
  color: #146C94;

  border-radius: 50%;
  padding: 15px;
  margin-left: auto;

  margin: 10px;
  width: 50px;
  height: 50px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .tooltip {
  position: absolute;
  top: 0;
  font-size: 14px;
  background: #ffffff;
  color: #ffffff;
  padding: 5px 8px;
  border-radius: 5px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .tooltip::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background: #ffffff;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%) rotate(45deg);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .icon:hover .tooltip {
  top: -45px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.wrapper .icon:hover span,
.wrapper .icon:hover .tooltip {
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}

.wrapper .facebook:hover,
.wrapper .facebook:hover .tooltip,
.wrapper .facebook:hover .tooltip::before {
  background: #1877F2;
  color: #ffffff;
}

.wrapper .twitter:hover,
.wrapper .twitter:hover .tooltip,
.wrapper .twitter:hover .tooltip::before {
  background: #1DA1F2;
  color: #ffffff;
}

.wrapper .instagram:hover,
.wrapper .instagram:hover .tooltip,
.wrapper .instagram:hover .tooltip::before {
  background: #E4405F;
  color: #ffffff;
}

.wrapper .github:hover,
.wrapper .github:hover .tooltip,
.wrapper .github:hover .tooltip::before {
  background: #333333;
  color: #ffffff;
}

.wrapper .youtube:hover,
.wrapper .youtube:hover .tooltip,
.wrapper .youtube:hover .tooltip::before {
  background: #CD201F;
  color: #ffffff;
}

.copyright p {

  text-align: center;

}

.cop {
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.cop:hover {
  color: #E4405F;
}

.alert {
  padding: 20px;
  background-color: #3ee9a2;
  /* Red */
  color: white;
  margin-bottom: 15px;
}


.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}


.closebtn:hover {
  color: black;
}

.aboutU {
  position: relative;
  margin-top: 4%;
}

.aboutU .text h1 {
  font-size: 2rem;
}

@media (max-width:512px) {
  .aboutU {

    margin-top: 10%;
  }


}

.search__area {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);

  background-color: #fff;
  border-radius: 16px;
  margin-bottom: 40px;
  padding: 24px;
  width: 100%;
  max-width: 1400px;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative -webkit-user-select: none;

  -ms-user-select: none;

  user-select: none;

}

@media (max-width:512px) {
  .search__area {
    padding: 16px 16px 40px
  }
}

.search__area--head {
  margin-bottom: 24px
}


.search__area .selector {
  height: 50px;
  position: relative;
  width: 100%
}

.search__area .selector--item {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative
}

.search__area .selector--item__checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: none;


}



.search__area .selector--item__label {
  align-items: center;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(50, 54, 70, .1);
  border-radius: 8px;
  color: #8498af;
  color: #323646;
  cursor: pointer;
  display: inline-flex;
  font-size: 1.3rem;
  font-weight: 600;
  margin-left: 2px;
  height: 20px;
  justify-content: center;
  padding: 0 0px;
  position: relative;
  text-align: center;
  transform: none;
  transition-duration: .5s;
  transition-property: transform, color, box-shadow;

}

.search__area .selector--item__label:hover,
.search__area .selector--item__checkbox:checked+.selector--item__label {
  background-color: #05BFDB;
  border: 1px solid #05BFDB;
  color: #fff
}

.search__area .grid {
  grid-gap: 16px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr))
}

@media (max-width:700px) {
  .search__area .grid {
    grid-template-columns: repeat(auto-fit, minmax(30%, 1fr))
  }
}

@media (max-width:512px) {
  .search__area .grid {
    grid-gap: 4px;
    grid-template-columns: repeat(auto-fit, minmax(28%, 1fr));


  }
}

.search__area .flex-row {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  width: auto
}

.search__area--inputs {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between
}

@media (max-width:991px) {
  .search__area--inputs {
    justify-content: center
  }
}

.search__area--inputs input,
.search__area--inputs select {
  background-color: #fff;
  border: 1px solid rgba(132, 152, 175, .4);
  border-radius: 4px;
  flex-grow: 1;
  height: 50px;
  min-width: 170px;
  padding: 0 8px
}

.search__area--inputs select::-ms-expand {
  display: none
}

.search__area--inputs select {
  -webkit-appearance: none;
  -moz-appearance: none;
  min-width: 100%;
  text-indent: 1px;
  text-overflow: ""
}

.search__area button {
  height: auto;
  width: 50%;
  font-size: 1.5rem;
  margin: 20px auto;
  background-color: #05BFDB;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(50, 54, 70, .1);
  border-radius: 8px;
  color: #8498af;
  color: #323646;
  cursor: pointer;
  transition-duration: .5s;
  transition-property: transform, color, box-shadow;
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
  /* Standard syntax */

}



.search__area button:hover {
  background-color: #05BFDB;
  color: #fff;
}

.fronty__select {
  flex-grow: 1;
  position: relative
}

#moreZone {

  display: flex;
  gap: 10px;
  /* Adjust as needed for spacing */
}

/* Ensure the show-more-btn is not side by side with the submit button */
.show-more-btn {
  display: block;
  margin-bottom: 10px;
  /* Adjust as needed for spacing */
}

.fronty__select span {
  height: 100%;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px
}

.fronty__select span:after {
  border: 7px solid transparent;
  border-top-color: rgba(132, 152, 175, .8);
  content: "";
  position: absolute;
  right: 16px;
  top: 40%
}

.propreties-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  margin-top: 10px;
  /* Adjust as needed */
}

.propreties-container .card {
  width: 90%;
  /* Adjust as needed */
  margin-bottom: 20px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-color: #f9f9f9;
  /* Adjust as needed */
  border: 1px solid #ccc;
  /* Adjust as needed */
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  /* Adjust as needed */
}

.propreties-container .card .box {
  padding: 20px;
}

.propreties-container .card .box .content {
  margin-bottom: 15px;
}

.propreties-container .card .box .content .text h2 {
  margin-bottom: 5px;
  font-size: 2rem;
  font-family: Arial, Helvetica, sans-serif;
  color: #00171F;
}

.propreties-container .card .box .content .text p {
  margin-bottom: 10px;
  color: #000;
}

.propreties-container .card .box .content .text h3 {
  margin-top: 0;
  color: #000;
  font-size: 2rem;
  font-family: Arial, Helvetica, sans-serif;
}

.middle {
  position: relative;
  margin-top: 5%;
  margin-left: 40%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.btn3 {
  background: none;
  border: 2px solid #000;
  font-size: 1.2rem;
  text-transform: uppercase;
  padding: 12px 20px;
  min-width: 200px;

  cursor: pointer;
  transition: color 0.4s linear;

}

.Btncontainer {
  height: 200px;
  position: relative;
  margin-left: 80%;
  margin-top: -12%;

}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 40%;

  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.vertical-center button {
  font-size: 1.2rem;
}

.btn3:hover {
  color: #fff;
}

.btn3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #05BFDB;
  z-index: -1;
  transition: transform 0.5s;
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
}

.btn5::before {
  transform: scaleX(0);
}

.btn5:hover::before {
  transform: scaleX(1);
}


@media screen and (max-width: 900px) {
  .propreties-container {
    height: fit-content;
  }

  .propreties-container .box {
    height: fit-content;
    justify-content: center;
    transition: none;
    transform: none;
  }


  .box img {
    align-items: center;
    justify-self: center;
    border-radius: 0%;
    height: 400px;
  }

  .propreties-container .box .content {
    margin: auto;
    align-items: center;
    align-content: center;
    text-align: center;
    margin-top: 0%;
  }

  .propreties-container .box h3 {
    color: white;
    align-items: center;
    text-align: center;
    align-content: center;
    font-size: 1.8rem;
    position: relative;
    margin-top: -30%;
    margin-left: 0;
    margin-right: 0;
  }

  .propreties-container .box .date {
    color: white;
    align-items: center;
    text-align: center;
    align-content: center;
    font-size: 1rem;
    position: absolute;
    margin-top: 2%;
    margin-left: 40%;
  }

  .middle {
    position: relative;
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
    transform: translate(-50%, -50%);
    text-align: center;
  }

  .btn3 {
    background: none;
    border: 2px solid #000;
    font-size: 1.2rem;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
    min-width: 200px;
    position: relative;
    cursor: pointer;
    transition: color 0.4s linear;

  }

  .Btncontainer {
    height: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10%;


  }

  .vertical-center {

    margin: auto;
    position: relative;
    margin-left: 50%;



  }

  .btn3:hover {
    color: #fff;
  }

  .btn3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #05BFDB;
    z-index: -1;
    transition: transform 0.5s;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  }

  .btn5::before {
    transform: scaleX(0);
  }

  .btn5:hover::before {
    transform: scaleX(1);
  }


}

.product {
  max-width: 90%;
  margin: auto;
  -webkit-box-shadow: 0px 6px 60px -10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 6px 60px -10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 6px 60px -10px rgba(0, 0, 0, 0.5);
}

/* Product Slider */

.product-slider {
  display: flex;
  /* Display slides in a row */
  overflow-x: auto;
  /* Enable horizontal scrolling */
  scroll-snap-type: x mandatory;
  /* Enable snap-scrolling */
}

.product-slide {
  flex: 0 0 auto;
  /* Prevent slides from stretching */
  scroll-snap-align: start;
  /* Ensure each slide snaps to start */
  width: 100%;
  /* Ensure each slide takes full width of container */
}


/* Product Content */

.product-content {
  background-color: #ffffff;
}

.product-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 36px;
}

.product-category {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.product-price {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 30px;
  margin: 10px 0;
}

.product-description {
  margin: 10px 0;
}

/* Product Color Selector */

.product-color-selector {
  width: 100%;
  float: left;
  margin: 10px 0;
}

.product-color-label {
  float: left;
  margin-top: 4px;
}

.product-colors {
  float: left;
  padding: 0 0 18px 12px;
  margin-bottom: 0;
}

.product-color {
  height: 30px;
  width: 30px;
  background: #cccccc;
  border-radius: 30px;
  display: inline-block;
  margin-right: 3px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.product-color:hover {
  cursor: pointer;
}

.product-color-black {
  background: #00171F;
}

.product-color-navy {
  background: #1D2D44;
}

.product-color-grey {
  background: #E6E6E9;
}

.product-color_active {
  -webkit-box-shadow: 0px 5px 15px -4px rgba(0, 23, 31, 1);
  -moz-box-shadow: 0px 5px 15px -4px rgba(0, 23, 31, 1);
  box-shadow: 0px 5px 15px -4px rgba(0, 23, 31, 1);
}

/* Product Button */

.product-button {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #FF2414;
  border: none;
  border-radius: 0;
  padding: 0.75rem 1.75rem;
  -webkit-box-shadow: 0px 5px 15px -4px rgba(255, 36, 20, 1);
  -moz-box-shadow: 0px 5px 15px -4px rgba(255, 36, 20, 1);
  box-shadow: 0px 5px 15px -4px rgba(255, 36, 20, 1);
}

.product-button:hover {
  cursor: pointer;
  background: #E52012;
  -webkit-transform: scale(1.025);
  -moz-transform: scale(1.025);
  -ms-transform: scale(1.025);
  transform: scale(1.025);
}

/* Slick Slider */

.slick-dots {
  position: absolute;
  bottom: 15px;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-list,
.slick-track {
  height: 100%;
}


/* Custom CSS for Product Card */
.product-card {
  width: 90%;
  margin: 0 auto;
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
}

.product-card .card-body {
  padding: 20px;
}

.product-card .product-images {
  width: 50%;
  float: left;
}

.product-card .product-details {
  width: 50%;
  float: left;
}

/* Modification*/
.grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  gap: 27px;
}

.grid-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  /*  padding: 10px;*/
  border: 1px solid #ccc;
  border-radius: 8px;
  /*   background-color: #f9f9f9;*/
}

.grid-item span.material-symbols-outlined {
  font-size: 24px;
  margin-bottom: 8px;
}

.productdet {
  position: relative;
  /*margin-top: 5%;*/
  margin-bottom: 5%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);*/
}

/*.carousel-control-prev-icon,
.carousel-control-next-icon {
    
    /* Change to the desired color */
.productdet h1 {
  color: #012d52;
  font-size: 2rem;
  letter-spacing: normal;
  margin-left: 2%;
  margin-top: 2%;
  margin-bottom: 2%;
  font-family: Cabin, sans-serif;
}

.productdet h2 {
  color: #012d52;
  font-size: 1.5rem;
  letter-spacing: normal;

  margin-top: 2%;
  margin-bottom: 2%;
  font-family: Cabin, sans-serif;
}

/*Modification*/
.productdet .swiper {

  /*   background-color: #000;*/
}

.productdet .carousel-inner img {
  height: 50vh;
  /* Set the height to 50% of viewport height */
  width: auto;
  margin: 0 auto;
  /* Center the images horizontally */
  object-fit: contain;
  /* Maintain aspect ratio and fit within the specified height */
  overflow: hidden;
  /* Hide any overflow */
}

.infos {
  margin-top: 5%;
  margin-left: 00px;
}

.prix {
  color: rgb(14, 87, 224);
  font-weight: bold;
}


.faq-section {
  background: #fdfdfd;
  min-height: 100vh;
  padding: 10vh 0 0;
}

.faq-title h2 {
  position: relative;
  margin-bottom: 45px;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}

.faq-title h2::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 60px;
  height: 2px;
  background: #50d678;
  bottom: -25px;
  margin-left: -30px;
}

.faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}

.faq {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.faq .card {
  border: none;
  background: none;
  border-bottom: 1px dashed #CEE1F8;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
  background: rgba(30, 233, 88, 0.1);
  padding-left: 10px;
}

.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  color: #3B566E;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq .card .card-header .faq-title .badge {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 14px;
  float: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background: #1ee96f;
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
}

.faq .card .card-body {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #6F8BA4;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid #F3F8FF;
}

.faq .card .card-body p {
  margin-bottom: 14px;
}

@media (max-width: 991px) {
  .faq {
    margin-bottom: 30px;
  }

  .faq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
  }

  main {
    display: flex;
    /* gap: 2rem; */
    max-width: 90vw !important;
    margin: 2rem auto;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
  }

  .article {

    flex-grow: 999;
    flex-basis: 0;
    width: 90vw;
  }

  .hero {
    /* max-width: 90vw; */
    /* margin-bottom: 3rem; */
  }

  .productdet {
    position: relative;
    margin-top: 5%;
    margin-bottom: 5%;
    /* width: 100%; */
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    /*  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);*/
  }

  .infos {
    margin-top: 5%;
    /* width: 37%; */
  }

  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    width: auto;
    padding-right: 15px;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
  }

  .disflex {
    display: flex;
    flex-wrap: wrap;
  }
}

.copyright p {
  color: white;
  font-size: 1rem;
  font-weight: lighter;
  font-family: Arial, Helvetica, sans-serif;
}

.slider-selection {
  background: #0e5878 !important;
}

.slider-success .slider-selection {
  background-color: #5cb85c !important;
}

.slider-primary .slider-selection {
  background-color: #428bca !important;
}

.slider-info .slider-selection {
  background-color: #5bc0de !important;
}

.slider-warning .slider-selection {
  background-color: #275e8b !important;
}

.slider-danger .slider-selection {
  background-color: #6b8f71 !important;
}

.slider.slider-horizontal {
  width: 100% !important;
  height: 20px;
}

.slider-handle {
  background-color: #fff !important;
  background-image: none !important;
  -webkit-box-shadow: 1px 1px 24px -2px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow: 1px 1px 24px -2px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 1px 1px 24px -2px rgba(0, 0, 0, 0.75) !important;
}

.slider-strips .slider-selection {
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 252, 252, 0.08) 5px, rgba(252, 252, 252, 0.08) 10px) !important;
  background-image: -ms-repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 252, 252, 0.08) 5px, rgba(252, 252, 252, 0.08) 10px) !important;
  background-image: -o-repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 252, 252, 0.08) 5px, rgba(252, 252, 252, 0.08) 10px) !important;
  background-image: -webkit-repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 252, 252, 0.08) 5px, rgba(252, 252, 252, 0.08) 10px) !important;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #000000 !important;
  text-align: center;
  background-color: transparent !important;
  border-radius: 4px;
}

.tooltip.top .tooltip-arrow {
  display: none !important;
}

.slider .tooltip.top {
  margin-top: -25px !important;
}

.well {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  width: 100% !important;
  padding: 0;
}

.slider-ghost .slider-track {
  height: 5px !important;
}

.slider-ghost .slider-handle {
  top: -2px !important;
  border: 5px solid #6b8f71;
}

.slider-success.slider-ghost .slider-handle {
  border-color: #5cb85c;
}

.slider-primary.slider-ghost .slider-handle {
  border-color: #428bca;
}

.slider-info.slider-ghost .slider-handle {
  border-color: #5bc0de;
}

.slider-warning.slider-ghost .slider-handle {
  border-color: #43a059;
}

.slider-danger.slider-ghost .slider-handle {
  border-color: #1a536b;
}

.left-float {
  position: sticky;
  top: 13%;
  width: 300px;
  margin-left: -45px;
  border-color: #00000000;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  float: left;
  margin-bottom: 10px;

}

.containe {
  padding: 2px 0 10px;
}

.address {
  padding: 20px 0 10px;
}

.main-content {
  margin-left: calc(25% + 20px);
  /* Adjust this value as per the width and margin of .left-float */
  position: relative;
  top: -1%;
}

.dropdown-menu {
  max-height: 200px;
  overflow-y: auto;
}

.budget-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.price-select {
  width: 100%;
}

.main-content {
  background-color: white;
}

.col h1 {
  color: #49d890;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
}

.col h5 {
  font-size: 1.2rem;
  font-weight: bold;
}

.col p {
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 100;
}

.card {
  background-color: #f4f4f4;
  border-radius: 0.9rem;
  position: relative;
}

.budget-row .col {
  padding: 5 5 0;
}

.position-relative {
  position: relative;
}

.price-rectangle {
  position: absolute;
  top: 10px;
  right: 10px;
  color: white;
  background-color: rgba(0, 187, 255, 0.8);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  /* Semi-transparent background */
  padding: 10px;
  border-radius: 5px;
  font-size: 1.2em;
  font-weight: bold;
  z-index: 10;
}

.containe label {
  font-size: 1.7rem;
  font-family: "Montserrat", sans-serif;
  ;
}

.type button {
  color: #012c5e;
  font-weight: bold;
}

.modal-btn {
  position: absolute;
  bottom: 10px;
  right: 20px;
  font-size: 1.7rem;
  font-family: "Montserrat", sans-serif;


}

.open-btn {
  position: absolute;
  bottom: 10px;
  right: 140px;
  font-size: 1.7rem;

  font-family: "Montserrat", sans-serif;


}

.custom {
  background-color: #49d8a6;
  /* Custom background color */
  border-color: #00000000;
  /* Custom border color */
  color: white;
  /* Custom text color */
}

.custom-btn {
  background-color: #4990d8;
  /* Custom background color */
  border-color: #00000000;
  /* Custom border color */
  color: white;
  /* Custom text color */
}

.custom-btn:hover {
  background-color: #2be1d5;
  /* Custom hover background color */
  border-color: #00000000;
  /* Custom hover border color */
}

.modal-btn button {
  background-color: #05BFDB;
}

.carousel-control-prev,
.carousel-control-next {
  z-index: 11;

}

.price-select,
.type button,
.dropdown,
.form-control {
  font-size: 1rem;
  color: #262626;
  /* Set font size to 1.5rem */
}

.card-text-container {
  position: relative;
  top: -50px;
}

.card-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* Show approximately 3 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
  /* Remove default margin for alignment */
  max-height: calc(1.5em * 3);
  /* Adjust height based on line height (1.5em) and number of lines */
  line-height: 1.5em;
  /* Line height for consistent spacing */

}

.card-title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* Show approximately 3 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
  /* Remove default margin for alignment */
  max-height: calc(1.5em * 1);
}

.card__text {

  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* Show approximately 3 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
  /* Remove default margin for alignment */
  max-height: calc(1.5em * 3);
  /* Adjust height based on line height (1.5em) and number of lines */
  line-height: 1.5em;
  /* Line height for consistent spacing */

  font-size: 1.3rem;
}

.card__title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #3ae296;

  font-family: "Montserrat", sans-serif;

}

.card__prix {
  position: absolute;
  top: 10px;
  right: 10px;
  color: white;
  background-color: rgba(0, 187, 255, 0.8);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  /* Semi-transparent background */
  padding: 10px;
  border-radius: 5px;
  font-size: 1.2em;
  font-weight: bold;
  z-index: 10;

}

.card__content button {
  font-size: 1.5rem;
}

.icon {
  font-size: 1.3rem;
}

.show-more {
  color: blue;
  cursor: pointer;
}

.card-body h2 {
  font-size: 1.6rem;
  color: #2d2d2d;
  font-family: "Montserrat", sans-serif;
}

.card-body h3 {
  font-size: 1.4rem;
  color: #5ecffb;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;

}

.card-body .col-8 {
  top: 65px;
  right: 14px;
  width: auto;
}


.card-text-container p {
  color: #5f5f5f;
}



.button-group .btn {
  margin-bottom: 5px;
  margin-right: 5px;
  border-radius: 1.5rem;
  border-color: #0ca7a7;

}

.button-group .btn:hover {
  background-color: #2be1d5;
  /* Custom hover background color */
  border-color: #00000000;
  /* Custom hover border color */
}

.custom-btn-2 {
  background-color: #49d890;
  /* Custom background color */
  border-color: #00000000;
  /* Custom border color */
  color: white;
  /* Custom text color */
}

.submit-container {
  display: flex;
  justify-content: center;
  margin-top: -34px;
  /* Add some margin to separate it from the content above */
}

.btn-secondary-3 {
  background-color: #0ca7a7;
  color: white;
  width: 160px;
  height: 30px;

}

.btn-secondary-3:hover {
  background-color: #49d890;
  color: white;


}

.btn-secondary-3 span {
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}

.col select {
  border-color: #d9d9d9c9;
  font-family: "Montserrat", sans-serif;
}

.col option {
  font-family: "Montserrat", sans-serif;
}

.mt-5,
.cards,
.filtermo {
  display: none;
}

.filtermo {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;

  padding: 10px;
  margin: 0px;
}

.filtermo .custom-btn {
  border-radius: 1.5rem;
  font-size: 1.4rem;
}

.modals-dialog-centered {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

.modals.fade .modal-dialog {
  transform: none;
}

.modals-backdrop {
  z-index: 1040 !important;
}

.modals-content {
  z-index: 1100 !important;
}

.no {
  background-color: #f0f0f0;
  color: #333;
}

.yes {
  background-color: #4CAF50;
  color: white;
}

.search__area .col {
  max-width: 33%;
  width: fit-content;
}

.form-groups button {
  font-size: 1.3rem;
  color: #2f2f2f;
}

.form-groups label {
  font-size: 1rem;

}

.form-group label {
  font-size: 1rem;
}

.modal-footer button {
  font-size: 1.5rem;
}

.modal-footer {
  align-items: center;
  justify-content: center;
}

.infos {
  margin-top: 5%;
}

.prix {
  color: rgb(14, 87, 224);
  font-weight: bold;
}

.disflex {
  display: flex;
  margin-left: 20px;
}

.descdet {
  display: grid;
  text-align: center;
  margin-right: 20px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-family: Arial, Helvetica, sans-serif;
  height: 200vh;
}



main {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  max-width: 80%;
  margin: 2rem auto;
}

/* Styling hero */
.hero {
  max-width: 70rem;
  margin-bottom: 3rem;
}

.hero h1 {
  font-size: 2rem;
  margin-bottom: .5rem;
  color: #49d890;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}

.hero p {
  color: #000000;
  opacity: .8;
  line-height: 1.5rem;
  font-family: "Montserrat", sans-serif;
  margin-left: 20px;
}

.hero button {
  background: #111;
  color: #fff;

  margin-top: 1rem;
  font-size: 1rem;

  cursor: pointer;
}

/* Styling grid */
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 2rem;
}

.grid div {
  background: #eee;
  height: 10rem;
  /* center the text */
  display: flex;
  align-items: center;
  justify-content: center;
}

.article {
  /* background: #eee; */
  flex-grow: 999;
  flex-basis: 0;
}

.sticky {
  background: #49d8909c;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  height: 154px;
  width: 300px;
  flex-grow: 1;
  flex-basis: 300px;
  position: absolute;
  top: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 9;
}

.form-group {
  margin-bottom: 0rem !important;
}

.sticky label,
.sticky button {
  font-family: "Montserrat", sans-serif;

}

.sticky form {

  width: 80%;
}

.separator {
  margin: 24px 0px;
  height: 1px;
  background-color: rgb(204, 209, 217);
  position: relative;
}

.sticky button {
  width: 100%;
  background-color: #0dc3c3;
  border-color: rgba(255, 255, 255, 0);
  font-weight: 500;
  color: #ffffff;
}

.sticky button:hover {
  background-color: #49d890;
}

.sticky h1 {
  font-size: 1.5rem;
  color: #262626;
  font-family: "Montserrat", sans-serif;
}

.article .prix {
  color: #f46565;
}

.sticky .btn {
  width: 100%;
}

.modal .modal-body {
  align-items: center;
  justify-content: center;

}

.modal .modal-body span {
  align-self: center;
  margin: auto;
  color: #ee5656;
  font-size: 1.5rem;

  font-family: "Montserrat", sans-serif;
}

.modal-footer button {
  color: #575757;
}

.row {
  margin-left: 0px;
}



@media (min-width: 700px) {
  .prices {
    display: flex;
  }

  .navbarr .navigation-bar ul li a[href="signin.php"] {
    margin-left: 18vw;
  }
}

/* modifications */
.navigation-bar ul li:last-child {
  /* Adjust spacing here */
}

@media screen and (max-width: 900px) {
  .navigation-bar ul li:last-child {
    margin-left: 0;
    /* Reset spacing for small screens */
  }
}

/* new footer */
/* Variables replaced with actual values */
.col-md-4:nth-child(even) {
  /* background: blue; */
}

.separator {
  margin-top: 35px;
  height: 1px;
  background-color: rgb(204, 209, 217);
  position: relative;
}

.col-md-4:nth-child(odd) {
  /* background: red; */
}

a {
  color: #ffffff;
  background-color: rgba(245, 222, 179, 0);
}

a:hover {
  color: #65ed65;
  text-decoration: none;
  background-color: rgba(245, 222, 179, 0);
}

::selection {
  background: #fec503;
  text-shadow: none;
}

.nav>li>a:focus,
.nav>li>a:hover {
  text-decoration: none;
  background-color: #eeeeee00;
}

.nav>li>a:hover,
.nav>li>a:focus {
  text-decoration: none;
  background-color: #eeeeee00;
}

.list-inline {
  padding-left: 0;
  margin-left: 15px;
  list-style: none;
}

footer {
  padding: 2rem 0;
  background-color: #212529;
  margin-bottom: 0;
  margin-top: 10rem;
  width: 100%;
  /* Changed from 100vw to 100% */
  bottom: 0;
}

.footer-column:not(:first-child) {
  padding-top: 2rem;
}

@media (min-width: 768px) {
  .footer-column:not(:first-child) {
    padding-top: 0rem;
  }
}

.footer-column {
  text-align: center;
  /* border: red solid 1px; */
}

.footer-column .nav-item .nav-link {
  padding: 0.1rem 0;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
}

.footer-column .nav-item span.nav-link {
  color: #ffffff;
}

.footer-column .nav-item span.footer-title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 35px;
}

.footer-column .nav-item .fas {
  margin-right: 0.5rem;
}

.footer-column ul {
  display: inline-block;
}

@media (min-width: 768px) {
  .footer-column ul {
    text-align: left;
  }

  /* border: yellow solid 1px; */
}

ul.social-buttons {
  margin-bottom: 0;
}

ul.social-buttons li a:active,
ul.social-buttons li a:focus,
ul.social-buttons li a:hover {
  background-color: #63e98b;
}

ul.social-buttons li a {
  font-size: 20px;
  line-height: 40px;
  display: block;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  border-radius: 100%;
  outline: 0;
  background-color: #1a1d20;
}

footer .quick-links {
  font-size: 90%;
  line-height: 40px;
  margin-bottom: 0;
  text-transform: none;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.copyright {
  color: white;
}

.fa-ellipsis-h {
  color: white;
  padding: 2rem 0;
}

.navbar-dropdown {
  position: relative;
}

.navbar-dropdown>.dropdown-toggler {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
}

.navbar-dropdown>.dropdown-toggler:hover {
  color: #a0d17e;
}

.navbar-dropdown>.dropdown {
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  min-width: 160px;
  white-space: nowrap;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  z-index: 9999;
  border-radius: 0.75rem;
  display: none;
}

@media (max-width: 768px) {
  .navbar-dropdown>.dropdown {
    position: relative;
    margin: 13px -16px;
  }
}

.navbar-dropdown>.dropdown li a {
  color: #3c4250;
  padding: 0.25rem 1rem;
  display: block;
  text-decoration: none;
}

.navbar-dropdown>.dropdown li a:hover {
  color: #a0d17e;
}

.navbar-dropdown>.dropdown .separator {
  height: 1px;
  width: 100%;
  margin: 9px 0;
  background-color: #eceef3;
}

.navbar-dropdown>.dropdown.show {
  display: block !important;
}

.navbar-dropdown .dropdown li {
  text-align: left;
}

.xyz-container {
  position: fixed;
  bottom: 0;
  z-index: 1000;
  left: 0;
  width: 100vw;
  background-color: white;
  display: flex;
  justify-content: space-around;

  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
}

.xyz-btn {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s;
}

.xyz-btn:hover {
  background-color: #0056b3;
}

@media (max-width: 768px) {
  .sticky {
    display: none;
  }
}

@media (min-width: 768px) {
  .xyz-container {
    display: none;
  }
}