@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&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(90vh - 22px);

    background: url("r-architecture-2gDwlIim3Uw-unsplash.png") fixed bottom;
    background-size: cover;
    background-position: 50% 25%;
    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: 40%;
    padding-left: 50px;

}

header nav .logo img {

    height: 70px;
    width: auto;
}

header .navigation-bar.show {
    width: fit-content
}

header .navigation-bar.show a {
    color: #ccc;
}

header .navigation-bar.show a:hover {
    color: #fff;
}

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;

}



.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: #212121 url('buildings line.png') no-repeat center center;

    /* Adjust the blur value as needed */
    z-index: -1;
    /* Ensure the pseudo-element is behind other content */
    background-size: contain;
}

.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;

    &: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 */

}



.carousel-item img {

    height: 200px;
    object-fit: contain;

    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 {
    background-color: #121212;
    max-height: 800px;
    padding: 60px 20px;
    margin-bottom: -40px;

}

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(100vh - 10px);
        background: url("r-architecture-2gDwlIim3Uw-unsplash3.png") fixed bottom;
        background-size: cover;
        background-position: 50% 0rem;
    }

    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 {
        display: block;
        padding: 78px 20px;
    }

    .contact .form {
        margin-left: 0;
        margin-top: 40px;
    }
}

@media (max-width: 1244px) {
    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;
        width: fit-content;
    }

    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) {
    ul {
        margin: 50px 11px;
    }

    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: fit-content;
    }

    .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 */
    font-size: 17px;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: rgb(0, 0, 0);
    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);
    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
}

#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;
}


.productdet {
    position: relative;
    margin-top: 5%;
    margin-bottom: 5%;
    width: 90vw;
    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: 5%;
    margin-top: 2%;
    margin-bottom: 2%;
    font-family: Cabin, sans-serif;
}

.productdet h2 {
    color: #012d52;
    font-size: 1.5rem;
    letter-spacing: normal;
    margin-left: 5%;
    margin-top: 2%;
    margin-bottom: 2%;
    font-family: Cabin, sans-serif;
}

.productdet .swiper {
    width: 60vw;
    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%;
}

.prix {
    color: rgb(14, 87, 224);
    font-weight: bold;
}


.faq-section {
    background: #ffffff;
    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;
    }
}

.copyright p {
    color: white;
    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: 0;
    width: 25%;
    margin-right: 20px;
    float: left;
}

.main-content {
    margin-left: calc(25% + 20px);
    /* Adjust this value as per the width and margin of .left-float */
    position: relative;
}

.dropdown-menu {
    max-height: 200px;
    overflow-y: auto;
}

.budget-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price-select {
    width: 100%;
}

.image-containers {

    margin-bottom: 50px;
    margin-top: 150px;

}

.image img {
    width: auto;
    height: 100%;
}

@media (max-width:702px) {
    .image-containers {
        margin-top: auto;
        margin-bottom: 250px;
    }


}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    /* margin-top: 5rem;*/
}

.price-select {
    text-align: center;

}


@media (min-width: 1200px) {
    .container {
        width: auto;
    }
}



/*neeeeeeeeeeeew */

@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: 22rem;
    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;
}

.navbar-dropdown {
    position: relative;
}

.navbar-dropdown .dropdown {
    display: none !important;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    background: white !important;
    /* Adjust color as needed */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1) !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    min-width: 150px !important;
    /* Adjust width as needed */
    z-index: 1000 !important;
}

.navbar-dropdown:hover .dropdown {
    display: block !important;
}