@import url('https://fonts.googleapis.com/css2?family=Lateef:wght@200;300;400;500;600;700&family=Noto+Kufi+Arabic:wght@300;700;800&family=Outfit:wght@100;700;800&family=Poppins:ital,wght@0,100;1,100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lateef:wght@200;300;400;500;600&family=Outfit:wght@100;700;800&family=Poppins:ital,wght@0,100;1,100&display=swap');

body {
    margin: 0;
    padding: 0;
    font-family: 'Outfit', sans-serif;

}

.acceuil-container {
    position: relative;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    animation: changeBackground 8s infinite;
}

.acceuil-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3); /* Black with 30% opacity */
    pointer-events: none;
}

header, .title-acceuil-container {
    
}

header::before, .title-acceuil-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3); /* Black with 30% opacity */
    z-index: -1; /* Place the overlay behind the content */
}

@keyframes changeBackground {
  0% {
      background-image: url("../images/ville-nada/bed4.jpg");
  }
  16.67% {
      background-image: url("../images/back-ground-acceuil-2.jpeg");
  }
  33.33% {
      background-image: url("../images/back-ground-acceuil.jpg");
  }
  50% {
      background-image: url("../images/villa-basatin/backkkk.jpg");
  }
  66.67% {
      background-image: url("../images/back-ground-ac.jpeg"); 
  }
  83.33% {
      background-image: url("../images/back-g.jpeg"); 
  }
  100% {
      background-image: url("../images/ville-nada/bed5.jpg");
  }
}

.animation-title{
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 20px;
  color: #fff;
  font-size: 20px;
font-weight: 600;
}

.animated-text {
  display: inline-block;
  opacity: 0;
  animation: fadeInOut 4s ease-in-out infinite;
      font-size: 40px !important;
    font-family: 'Noto Kufi Arabic';
    text-align: center;
  
}
.navBar-mobile{
  display: none;
  z-index: 1;
}
.list-icon li{
  display: inline-block;
}

@media screen and  (max-width: 600px) {
  .animated-text{
    font-size: 18px;
  }


}


@media screen and  (max-width: 490px) {


  .icone-responsive {

    display: none !important;
  }
  .floating-icon{
    display: none !important;
  }
  .floating-icon-message{
    display: none !important;
  }

  .navBar-mobile  {
    display: flex !important;
    position: fixed;
    bottom: 0;
    background-color: #be9662;
    width: 100%;
    left: 0;

    z-index: 1;
    border-top-left-radius: 20px;  
    border-top-right-radius: 20px;
  }
  .list-icon{
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding-right: 25px;


  }
  


}

@keyframes fadeInOut {
  0%, 100% {
    opacity: 0;
  }
  10%, 90% {
    opacity: 1;
  }
}


.acceuil-container {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.floating-icon {
    position: fixed;
    bottom: 10px;
    right: -10px;
    color: #fff;
    font-size: 70px;
    width: 120px;
    height: 100px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}


.floating-icon-message {
    position: fixed;
    bottom: 28px;
    left: 24px;
    color: #fff;
    font-size: 70px;
    width: 80px;
    height: 50px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}


.text-tel {
    display: flex;
    color: white;
    font-size: 20px;
    align-items: center;

}

.line {
    background-color: #C39931;
    height: 170px;
    width: 4px;
}

.line-vertical {
    display: none;
    background-color: #C39931;
    height: 4px;
    width: 250px;
}

.Notre-project {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.Notre-project-test {
    color: #C39931;
    width: 400PX;
    font-size: 32px;
    font-weight: 800;
    font-family: 'Lateef', serif;
    text-align: center;
}

.descriptions-home {
    color: white;
    font-size: 25px;
    text-align: center;
    text-space: 5;
    width: 100%;
    font-family: 'Noto Kufi Arabic', sans-serif;

}

.logo-content img {
    width: 120px;
}

.card-arab {
    text-align: end;
}

.header-container {
    background-color: black;
    width: 100%;

}

.descriptions-test {
    font-family: Calibri;
    font-size: 30px;

}

.components-project {
    display: flex;
    flex-direction: column;
    gap: 100px;
    background-image: url("../images/background.svg");

}

.title-arab {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 89vh;
    justify-content: center;
    align-items: center;
    gap: 20px;
    position: relative;
}

.title-english {
    color: white;
    font-size: 25px;
    text-align: center;
    text-space: 5;


}

.title-our-service {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.class-line {
    height: 50px;
}

.our-service {
    font-size: 35px;
    font-weight: 700;
}

.image-service {
    width: 150px;
}

.image-service:hover {
    width: 155px;
    cursor: pointer;
}

.card-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.partners-title {
    display: flex;
    flex-direction: row;
    gap: 10px;
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 40px;
    padding-left: 20px;

}

.partenaire-arabe {
    color: #be9662;
}

.card-content-arabic {
    display: none;
    flex-direction: column;
    gap: 20px;
}

.title-card {
    font-size: 25px;
    color: black;
    font-weight: 600;
}

.descripions-card {
    font-size: 20px;
    color: black;
    justify-content: flex-start;
}

.descripions-card-arab {
    font-size: 23px;
    color: black;
    text-align: right;
    font-family: Calibri;

}

.card-service {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.card-service-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    gap: 50px;
}

.card-service-container-arabic {
    width: 100%;
    display: none;
    flex-direction: row;
    justify-content: space-around;
    gap: 50px;
}

.our-service-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 100%;
    padding: 20px;
    gap: 85px;
}

.image-content {
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.scrolling-gallery {
    min-height: 300px;
    width: auto;
    overflow-y: scroll;
    display: flex;
    overflow-x: scroll;
    gap: 33px;
    max-width: 100%;
}

.scrolling-gallery::-webkit-scrollbar-thumb {
    background: transparent;
}

.scrolling-gallery::-webkit-scrollbar {
    display: none;
}


.image-container {
    display: flex;
    flex-direction: column;
    min-width: max-content;
}

.card-scroll-container {
    max-width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}

.large-image {
    max-width: 400px;
    height: 600px;
}

.medium-image {
    max-width: 400px;
    height: 600px;
}

.noter-project-container {
    padding: 22px;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.flesh-scroll {
    transform: rotate(180deg);
    display: flex;
    justify-content: space-between;

}

.flesh-scroll2 {


}

.fleshs {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}

.image-container {
    position: relative;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    opacity: 0;
    transition: opacity 0.4s;
    flex-direction: row;
    cursor: pointer;

}

.image-container:hover .overlay {
    opacity: 1;
}

.overlay p {
    color: white;
    font-size: 20px;
}

.like-icon {
    margin-top: 10px;
}

.card-service-one {
    display: flex;
    flex-direction: row;
    gap: 100px;
}

.project-title-pub {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.number-projects {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.number, .projects {
    font-size: 70px;
    font-weight: 700;
}

.nos-partenaire-container {
    width: 100%;
    height: 189px;
    background-color: black;
    display: flex;
    flex-direction: row;
    gap: 85px;
    justify-content: space-evenly;
    align-items: center;
}

.image-partenaire componenets {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background-color: black;
    height: 300px;
    align-items: center;
}

.scroll-container {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    max-width: 656px;
    max-height:100%;
}

.div-item {
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: #f0f0f0;
    font-size: 24px;
    text-align: center;
}

#scroll-left, #scroll-right {
    margin-top: 10px;
    cursor: pointer;
}

.comentaire-componenets {
    display: flex;
    flex-direction: column;
    padding: 20px;

}
@media screen and  (max-width: 600px) {
  .comentaire-componenets {
  padding-top: 25pc !important;

}
  
}

.partenaire-componenets {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.image-partenaire img:hover {
    cursor: pointer;
    width: 145px;
}

.scroll-content {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 50px;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
}

.button-reclamations {
    width: 201px;
    border-radius: 29px;
    color: white;
    background-color: #e6d4bd;
    cursor: pointer;
    border: 1px solid transparent;
    font-size: 20px;
    padding: 8px;
    font-family: Outfit, sans-serif;


}

.button-container {
    display: flex;
    flex-direction: row;
    max-width: 100%;
    justify-content: space-between;
}

.div-item {
    background-color: transparent;
    display: flex;
    flex-direction: column;
    gap: 15px;

}

.title-name-client {
    font-size: 35px;
    color: black;
    font-family: Outfit, sans-serif;
    font-weight: 700;
}


@media screen and  (max-width: 1400px) {
    .card-scroll-container {
        flex-direction: column;
    }

}

@media screen and  (max-width: 1150px) {
    .nos-partenaire-container {

    }

}

@media screen and  (max-width: 1100px) {


    .nos-partenaire-container {
        flex-direction: column;
        background-color: transparent;
    }

    .card-service-container,
    .card-service-container-arabic {
        flex-direction: column;
    }

    .image-project-arab img {
        width: 300px;
    }

    .number, .projects {
        font-size: 50px;
        font-weight: 600;
    }

    .our-service {
        font-size: 25px;
        display: flex;
        align-items: center;
    }

    .card-service-one {
        gap: 44px
    }

    .card-service-one {
        flex-direction: column;
    }

}

@media screen and  (max-width: 900px) {
    .descriptions-test {
        font-size: 20px;
    }
    .traductAng{
      display:none !important
    }
    .traductArb{
      display: none !important;
    }

    .partners-title {
        font-size: 27px;
    }

    .Notre-project-test {

        width: 300PX;
        font-size: 24px;
        font-weight: 800;
    }
}

@media screen and  (max-width: 550px) {
    .title-arab img {
        width: 359px;
    }

    .descriptions-home, .title-english {
        font-size: 20px;
    }

    .project-title-pub {
        flex-direction: column;

    }

    .line-vertical {
        display: flex;
    }

    .line {
        display: none;
    }

    .tajareb {
        width: 160PX;
    }

    .our-service {
        font-size: 20px;
    }

    .scroll-content {
        gap: 10px;
    }

    .image-project-arab img {
        width: 260px;
    }

    .number, .projects {
        font-size: 40px;
        font-weight: 600;
    }

    .partenaire-componenets {
        gap: 58px;
        flex-direction: column;
    }

    .image-partenaire img:hover {
        cursor: pointer;
        width: 145px;
    }

    #scroll-left, #scroll-right {
        width: 45px;
    }

    .flesh-scroll img {
        width: 45px;
    }

    .flesh-scroll2 img {
        width: 45px;
    }

    .title-card {
        font-size: 20px;
    }

    .noter-project-container {
        gap: 80px;
    }

}

@media screen and  (max-width: 450px) {
    .flesh-scroll2, .flesh-scroll {
        display: none;
    }
    .floating-icon{
      width: 85px !important;
      height: 80px !important;
    }
  
}


@media screen and  (max-width: 414px) {

    .title-card {
        font-size: 15px;
    }

    .descripions-card {
        font-size: 15px;
        font-weight: 500;
        color: black;
    }

    .image-project-arab img {
        width: 202px;
    }

    .image-partenaire img {
        max-width: 129px;
    }

    .image-service {
        width: 105px;
    }

    .title-arab img {
        width: 336px;

    }

    .our-service {
        display: flex;
        align-items: center;
        font-size: 20px;
    }

    .card-scroll-container {
        flex-direction: column;
    }

    .large-image, .medium-image {
        max-width: 350px;
        height: 507px;
    }

    .noter-project-container {
        gap: 43px;
    }

    .card-service-one {
        gap: 34px;
        flex-direction: column;
    }

    .number, .projects {
        font-size: 25px;
    }

    .tajareb {
        width: 120px;
    }


}
