

:root{

  --yellow-color: #d6a840;

  --blue-color: #006cad;

  --dark-color: #202020;

}

html {
  width: 100% !important;
  display: flex !important;  
  justify-content: center !important;
  justify-self: end !important;
  overflow-x: hidden;
  scroll-behavior: auto;
}



body {
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow-x: hidden ;
  overflow-y: hidden !important;

  font-family: montserrat !important;
}

/* ######################################################################################################################################### */


.nav-link.active {
  color: var(--yellow-color);
  font-weight: 600;
}

.navbar a {
    font-size: 1em;
}

li {
    list-style: none;
}


.navbar ul {
  margin: 0;
}

/* a {
    text-decoration: none;
} */

/* .header{
  border-bottom: 1px solid #E2E8F0;
} */


.colored_strip {
  margin-top: 2px;
  margin-bottom: -8px;
  width: 100% !important;
  background-color: var(--yellow-color);
  height: 6px;
}

.empty_1 {
  width: 90px;
}


.navbar {
  background-color: #ffffff;
  display: flex;
  width: 100vw;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
}

header {
  z-index: 20;
}

.hamburger {
  display: none;
}

.bar {
  display: block;
  width: 40px;
  height: 4px;
  margin: 5px auto;
  border-radius: 10px;
  /* -webkit-transition: all 0.5s ease-in-out; */
  transition: all 0.4s ease-in-out;
  background-color: var(--blue-color);
}


.nav-menu {
  display: flex;
  align-items: center;
  padding: 0;
}


.nav-link {
  display: flex;
  /* justify-content: space-around !important; */
  padding: 0 30px;
  position: relative;
  font-size: 1.1rem !important;
  font-weight: 500;
  color: var(--blue-color);
}


/* Styles for the nav-links overlining effect */


.nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 2px;
  width: 100%;
  background-color: var(--yellow-color);
  transform: scaleX(0);
  transform-origin: top right;
  transition: transform 0.3s ease;
}

.nav-link:hover::before {
  transform: scaleX(1);
  transform-origin: top left;
}

.nav-link:hover {
  /* color: var(--yellow-color); */
  /* text-decoration:overline; */
  transition: 0.01s;
}

.nav-logo img {
  height: 50px;
  width: 70px;
  margin: 0 0 5px 8px;
}


@media only screen and (max-width: 1000px) {
  body {
    width: 100%;
  }


  header {
    width: 100%;
  }

  .nav-logo {
    z-index: 101;
  }

  .navbar {
    justify-content: space-around;
    /* gap: 750px; */
  }

  .nav-menu {
      position: fixed;
      z-index: 100;
      /* right: -100%; */
      top: -200%;
      flex-direction: column;
      background-color: #ffffff;
      width: 100%;
      border-top-left-radius: 0;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;
      text-align: center;
      transition: top 0.6s ease-in-out;
      box-shadow:
          0 40px 27px rgba(0, 0, 0, 0.4);
  }

  .nav-menu.active {
      top: 71px;
  }

  /* .nav-item {
      margin: 0.5rem 0;
  } */


  .nav-menu li:hover {
    width: 100%;
    /* background-color: var(--blue-color); */
    /* background-color: var(--yellow-color); */
  }

  .nav-link {
    display: inline-block;
    position: relative;
    padding: 8px 0 !important ;
  }

  .nav-link:hover {
    /* color: var(--yellow-color); */
    /* color: var(--blue-color); */
    /* text-decoration: underline; */
    transition: 0.01s;
  }

  .hamburger {
    display: block;
    cursor: pointer;
    z-index: 101;
  }

  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active .bar:nth-child(1) {
      transform: translateY(10px) rotate(45deg);
  }

  .hamburger.active .bar:nth-child(3) {
      transform: translateY(-8px) rotate(-45deg);
  }

  
}


@media only screen and (max-width: 480px){

  .nav-link {
    padding: 5px 0 !important;
  }

  .product_img img {
    width: 300px !important;
    height: 250px !important;
  }




  .social-icons li {
    padding: 0 0.6rem !important;
  }

  .social-icons a {
    display: inline-block;
    width: 48px !important;
    height: 48px !important;
    border-radius: 50%;
    position: relative;
    text-decoration: none;
  }
  
  .social-icons a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 48px !important;
    height: 48px !important;
    border-radius: 50%;
    background: linear-gradient(0deg, var(--blue-color), var(--yellow-color));
    transition: all 265ms ease-out;
    z-index: 1;
  }

  .social-icons i {
    
    color: #fff;
    font-size: 22px !important;
    line-height: 48px !important;
    text-align: center;
    width: 48px !important;
    height: 48px !important;
    z-index: 2;
    position: relative;
    transition: all 265ms ease-out;
  }

  .social-icons i .fa {
    background-color: red !important;
  } 



}

/* ######################################################################################################################################### */



.triple_slider {
  margin-top: 71px;
  align-self: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;

}

.gallery-1 {

  width: 102%;
    
}

.gallery-2 {
  margin: 20px 10px 30px 10px !important;
  transition: margin 0.3s ease;

  width: 98vw;

  justify-content: center;
  position: relative;

  /* display: flex;
  justify-content: center; */
  align-items: center;
}

.gallery-3 {
  width: 90%;
  /* height: 20vh; */
  /* position: relative; */
  /* top: 1150px; */
  /* left: 50%; */
  /* transform: translate(-50%, -50%); */

  /* margin: 0 300px; */
  /* margin-top: 5%; */
  margin-bottom: 50px;
}


.gallery-3 .flickity-prev-next-button {
  background: none;
  top: 75%;
  width: 30px;
  height: 30px;
  border-radius: 45%;
  /* vertically center */
  transform: translateY(-50%);
}


.gallery-3 .flickity-prev-next-button.previous { left: 5px; }
.gallery-3 .flickity-prev-next-button.next { right: 5px; }

.gallery-3 .flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}



.cell_1 {
  /* aspect-ratio: 16 / 9 !important; */

  /* height: 550px; */
  width: 100%;
  transition: height 0.3s ease;
  
  display: flex;
  margin: 0 5px;
  justify-content: center;
  background: #ccc;
}



.cell_2 {
  width: 30vw;
  /* height: 70px; */
  /* margin: 0px 20px 20px 20px; */
  margin: 0 2vw 20px 2vw;
  background: rgb(255, 255, 255);
  border-radius: 100px;
  border: solid 3px;
  border-color: var(--yellow-color);
  color: var(--yellow-color);
  font-size: 2.4vw !important;
  font-weight: 450 !important;
  opacity: 30%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cell_3 {
  /* height: 400px; */
  width: 100%;
  margin: 0px 0px;
  background: #ffffff;
  display: grid;
  grid-template-columns:  1fr 1fr;
  justify-content: space-evenly;
  place-items: center;
  gap: 30px;
  
  /* margin-bottom: 30px; */
  .align_left {
    width: 100% !important;
  }
  .sign {
    transform: perspective(600px) rotateX(-5deg) rotateY(-25deg);
  }
  .content .button{
    margin-left: auto;
  }
}







.align_left {
  text-align: justify;
  font-weight: 500;
  font-size: larger;
  /* color: var(--blue-color); */
  color: rgba(0, 108, 173, 0.9);
  /* height: 500px; */
  width: 600px;
  align-items: center;
  /* align-self: center; */
  align-content: center;
}



.flickity-page-dots {
  display: flex;
  align-items: center;
}

.flickity-page-dot {
  background: var(--yellow-color);
  border: none;
}

.flickity-page-dot.is-selected {
  background: var(--blue-color);
  height: 20px;
  width: 20px;
}



.cell_2.is-selected {
  opacity: 100%;
  border: solid 4px var(--blue-color);
  overflow: hidden;
  z-index: -1;
}

.cell_2.is-selected::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 0%;

  background: var(--blue-color);
}




.button {
  /* position: relative; */
  width: fit-content;
  /* bottom: 70px;
  right: 8vw; */
  color: rgba(0, 108, 173, 0.7);
  border: none;
  background-color: white;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: 500; 
  text-decoration: none;
}

.button a:hover {
  color: var(--yellow-color) !important;
}

.word {
  color:rgba(0, 108, 173, 0.7);
  text-decoration: none;
}

.gallery-3 .button:hover, .animated_left_arrow:hover, .animated_right_arrow:hover, .word:hover {
  color: var(--yellow-color) !important;
}


/* ############################################################################################## */
/* ############################################################################################## */



.titi {
  /* position: absolute; */
  font-weight: 500;
  font-size: 55px;
  line-height: 75% !important;
  
  margin-bottom: -1px !important;
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.5s ease-out;
}


.titi.fade-in {
  opacity: 1;
  transform: translateY(0);
}

.products {
  overflow: hidden;
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-self: center;
  text-align: center;
}

/* #prod_title {
  overflow: hidden;
  position: relative;
} */






/* #prod_title.visible {
  opacity: 1;
  transform:translateY(0);
} */

/* .product_text a {
  color: var(--yellow-color);
  font-size: 30px;
  font-weight: 500;
} */

.product_title a {
  /* color: var(--yellow-color) !important; */
  font-size: 30px;
  font-weight: 500;
  color: transparent !important;
  -webkit-text-stroke: 1px var(--yellow-color) !important;
  position: relative !important;
  /* font-family: Verdana, Geneva, Tahoma, sans-serif !important; */
}

.product_title a:hover::before {
  width: 100%;
  filter: drop-shadow(30px -30px 3px var(--blue-color));
}

.align_right a:hover::before {
  width: 100%;
  filter: drop-shadow(-30px -30px 3px var(--blue-color));
}

.product_detail ::before {
  content: attr(prod);
  position: absolute !important;
  width: 0%;
  height: 100%;
  overflow: hidden;
  color: var(--yellow-color);
  transition: 0.2s ease-in-out;
}



@media only screen and (max-width: 800px){


  .cell_3{
    display: block;
  }

  .product_detail {
    display: flex !important;
    flex-direction: column !important;
    /* align-content: center !important; */
  }

  .product_text {
    display: flex !;
    flex-direction: column !important;
    gap: 0px !important;

  }

  #prod_title {
    font-size: 40px;
    font-weight: 520;
    background-color: #ffffff;
    margin: 0 0 -16px 0 ;
  }

  .button {
    bottom: 60px !important;
  }

  .fade_right {
    
    .right{
      order: 2;
    }
    .product_text{
      order: 1;
    }
  }

  .video_cell {
    width: 40% !important;
    /* justify-content: space-between; */
    margin: 0 30px 20px 30px !important;
  }


}



.products_section {
  /* border: solid 4px var(--yellow-color); */
  font-size: medium;
  color: white;
  background-color: var(--dark-color);
  width: 100%;
  padding-bottom: 50px;
  /* border: solid 5px blue; */
}

.description_product {
  font-weight: 300;
}

#audio,#affi,#sign,#anep_studio {
  scroll-margin-top: 300px;
}

#even,#mark,#impr,#crea {
  scroll-margin-top: 200px;
}

#mark div {
  display: flex;
  align-content: space-between;
}

.product_detail {
  /* width: 90vw; */
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  margin: 100px 60px 0 60px;
  display: flex;
  justify-content: center;
  gap: 32px;
  align-items: center;
  flex-direction: row;
}


.product_img img {
  width: 400px;
  height: 250px;
}

.product_description {
  font-size: 17px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 6;
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;
}




.product_detail.fade_left {
  transform: translateX(-100%); 
  /* Start off-screen to the left */
}


.left img {
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

.product_detail.fade_right {
  transform: translateX(100%); /* Start off-screen to the right */
}


.right img {
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
}


.product_detail.visible {
  opacity: 1;
  transform: translateY(0);
}


.align_right {
  text-align: right;
  justify-content: center;
}



.product_detail a {
  text-decoration: none;
  color: #ffffff;
}

/* .text_white .BBB:hover {
  color: green !important;
} */

.gallery-3 .animated_down_arrow {
    color: var(--yellow-color);
}


.animated_down_arrow {
  rotate: 90deg;
  text-decoration: none;
  font-size: 2rem;
  display: inline-block;
  animation: moveUpDown 2s infinite;
  filter: drop-shadow(0px 0px 10px var(--yellow-color));
}

@keyframes moveUpDown {
  100%, 0% {
      transform: translateX(-0.5ch);
  }
  50% {
      transform: translateX(0.8ch);
  }
}


.animated_right_arrow {
  text-decoration: none;
  font-size: 2rem;
  display: inline-block;
  animation: moveForwardRight 2s infinite;
  filter: drop-shadow(0px 0px 10px var(--yellow-color));
}

@keyframes moveForwardRight {
  100%, 0% {
      transform: translateX(-0.5);
  }
  50% {
      transform: translateX(1ch);
  }
}


.animated_left_arrow {
  text-decoration: none;
  font-size: 2rem;
  display: inline-block;
  animation: moveForwardLeft 2s infinite;
  filter: drop-shadow(0px 0px 5px var(--yellow-color));
}

@keyframes moveForwardLeft {
  100%, 0% {
      transform: translateX(0.5ch);
  }
  50% {
      transform: translateX(-1ch);
  }
}




.product_text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 250px;
  top: 0;
  text-align: justify;

  /* background-color: goldenrod; */
}

.foot .title {
  color: var(--yellow-color);
  font-size: 40px;
  font-weight: 520;
  /* margin: 0 0 -16px 0 ; */

}

.foot {
  padding-top: 150px;
  width: 100%;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-self: center;
}

.video_gallery {
  margin: 0px 10px 150px 10px;
  display: flex;
  flex-direction: column;
}

.video_cell {
  width: 30%;
  justify-content: space-between;
  margin: 0 20px 20px 20px;
}

.video_cell video {
  width: 260px;
  height: 260px;
}

.title_2 {
  font-size: 40px;
  font-weight: 600;
}

.client_gallery {
  /* width: 80%; */
  justify-content: center;
  margin: 50px 0 10px 0;
  margin-bottom: 40px;
}

.client_gallery img {
  margin: 0 5px;
  width: 185px;
  height: 160px;
}


.empty_2 {
  width: 55px;
}

/* .up_arrow_container {
  height: 20px !important;
} */

.up_arrow {
  position: relative !important;
  align-self: flex-end;
  /* margin-right: 2vw; */
}

.up_arrow img {
  animation: moveUp 1.0s infinite;
  margin-right: 10px;
  width: 40px;
  height: 45px;
}

.logo_foot {
  width: 180px;
  height: 124px;
  animation: rotate 7s ease-in-out infinite;
  transform-origin: center;
}

.footer_img {
  justify-self: center !important;
  transition: 2s ease-in-out;
}

.footer_img:hover {
  transform: scale(2);
}


@keyframes rotate {
  from {
      transform: rotateY(0deg);
  }
  to {
      transform: rotateY(360deg);
  }
}


.image_footer {
  position: absolute;
  background-image: url('../images/algeria_flag.png');
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: 1s;
  width: 100% !important;
  height: 100%; /*the height must be fix*/
  z-index:0;
  
}

.image_footer.fade-in{
  opacity: 1;
  z-index: 3;
}


footer{
  background-color:var(--dark-color); 
  width: 100%;
  height: fit-content;
  position: relative;
}

.footer {
  z-index: 2;
  opacity: 1;
  transition: opacity 1s ease-in-out;
  width: 100%;
  /* display: grid; */
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  grid-template-rows: auto auto;
  color: white;
  text-align: justify;
  padding-top: 50px;
  padding-bottom: 15px;
  position: relative;
 
}

.fade-in {
  opacity: 0;
}


.upper {
  /* align-content: center !important; */
  /* justify-items: center !important; */
  width: 100%;
  display: grid;
  justify-content:space-evenly !important;
  align-items: center;
  grid-template-columns:  auto auto auto;
  column-gap: 50px;
  row-gap: 100px;
  z-index: 10;
  /* padding-left: 80px; */
  padding-bottom: 10px;
}


@media screen and (max-width: 900px) {

  /* .cell_2 {
    width: 30vw !important;
    height: 70px !important;
    margin: 0px 15px 20px 15px;
    margin: 0 1vw 20px 1vw;

    border-radius: 100px;
    border: solid 4px;

  } */

  .upper {
    grid-template-columns: auto auto ;
    /* row-gap: 25px !important; */
    padding-left: 40px !important;
    
  }

  .footer_img:hover {
    transform: scale(1.8);
  }

  .image_footer img { 
    height: 80% !important;
  }

  .cell_3 {
    /* height: 300px !important; */
    .still{
      display: grid;
      place-items: center;
    }
  }


  .cell_3 img {
    /* margin-top: 50px !important; */
    width: 300px !important;
    height: 300px !important;

  }

  .align_left {
    text-align: justify;
    font-weight: 500;
    font-size: medium;
    /* color: var(--blue-color); */
    color: rgba(0, 108, 173, 0.9);
    width: 600px;
    align-items: center;
    /* align-self: center; */
    align-content: center;
  }


  
}

.cell_3 .batota {
  /* position: relative; */
  /* background-color: var(--yellow-color); */
  display: grid;
}


@media screen and (max-width: 600px) {

  /* ---- previous/next buttons for smaller screens ---- */

  .gallery-1 .flickity-prev-next-button {
    top: 45%;
    width: 30px;
    height: 30px;
    border-radius: 45%;
    /* vertically center */
    transform: translateY(-50%);
  }


  .gallery-1 .flickity-prev-next-button.previous { left: 5px; }
  .gallery-1 .flickity-prev-next-button.next { right: 5px; }

  .gallery-1 .flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
  }

  .flickity-page-dot {
    width: 9px;
    height: 9px;
  }


  .flickity-page-dot.is-selected {
    background: var(--blue-color);
    height: 15px;
    width: 15px;
  }


  .upper {
    font-size: small !important;
    justify-content: center !important;
    /* background-color: red; */
    margin: 0 !important;
    padding: 0 !important;
    align-items: center !important;
    grid-template-columns: auto ;
    row-gap: 50px;
  }

  .downer {
    justify-content: space-around !important;
    padding: 0 !important;
  }

  .empty_2 {
    display: none !important;
  }

  .up_arrow img {
    margin: 0 !important;
  }

  .footer_img:hover {
    transform: scale(1.6);
  }

  .image_footer img { 
    height: 140% !important;
  }

  /* .cell_3 {
    height: 300px !important;
  } */


  .cell_3 img {
    /* margin-top: 50px !important; */
    width: 200px !important;
    height: 200px !important;

  }

  .button {
    left: 15vw;
    bottom: 10px !important;
  }

  .word, .animated_down_arrow {
    font-size: large;
  }

  .titi {
    font-size: 35px !important;
  }

  .video_cell {
    width: 50% !important;
    justify-content: space-between;
    /* margin: 0 10px 20px 10px; */
  }


}





@media screen and (max-width: 450px) {



  .bar {
    width: 30px;
    height: 3px;
    margin: 5px auto;
  }

  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }

  .hamburger.active .bar:nth-child(1) {
      transform: translateY(10px) rotate(45deg);
  }

  .hamburger.active .bar:nth-child(3) {
      transform: translateY(-6px) rotate(-45deg);
  }

  .image_footer img {
    height: 160% !important;
  }

  .gallery-1 {
    width: 100%;
  }

  .gallery-2 {
    width: 100vw !important;
    margin: 10px 10px 50px 10px !important;

  }

  .gallery-3 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }

  

  .cell_2 {

    /* align-items: center !important;
    align-self: center !important;
    align-content: center !important;

    justify-content: center !important;
    justify-items: center !important;
    justify-self: center !important; */

    width: 40vw !important;
    height: 50px !important;
    margin: 0px 5px 10px 5px !important;

    border-radius: 100px;
    border: solid 2px;

    font-size: 15px !important;
    font-weight: 500;
    text-align: center;

  }

  .cell_2.is-selected {
    opacity: 100%;
    border: solid 3px var(--blue-color);
    overflow: hidden;
    z-index: -1;
  }

  .product_description {
    font-size: 14px !important;
  }

  .product_detail {
    margin: 50px 20px 0;
  }

  .animated_left_arrow, .animated_right_arrow {
    font-size: 1.5rem !important;
  }

  #audio,#affi,#sign,#anep_studio {
    scroll-margin-top: 100px !important;
  }
  
  #even,#mark,#impr,#crea {
    scroll-margin-top: 50px !important;
  }

  .video_cell {
    width: 60% !important;
    /* justify-content: space-between; */
    margin: 0 40px 20px 40px !important;
  }


  

}




.text_green {
  justify-content: center !important;
}

.centered_text a {
  align-items: center !important;
}

.text_green a {
  color: white;
  line-height: 1;
  text-decoration: none !important;
}

.text_green a:hover {
  color: #319637;
}

.text_green svg {
  color: #319637;
  animation: moveUp 1.0s infinite;
}


@keyframes moveUp {
  100%, 0% {
    transform: translateY(-0.2ch);
  }
  50% {
    transform: translateY(-1ch);
  }
}

footer h3 {
  color: #f1c04d;
}

.downer {
  width: 100vw;
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
}

.social-container {
  text-align: center;
}

.social-icons {
  display: flex;
  padding: 0;
  list-style: none;
}

.social-icons li {
  padding: 0 1.5rem;

  font-size: 1.2em !important;
}

.social-icons a {
  display: inline-block;
  width: 60px;
  height: auto;
  border-radius: 50%;
  position: relative;
  text-decoration: none;
}

.social-icons a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  border-radius: 30%;
  background: linear-gradient(0deg, var(--blue-color), var(--yellow-color));
  transition: all 265ms ease-out;
  z-index: 1;
}


.social-icons i {
  color: #fff;
  font-size: 30px;
  line-height: 60px;
  text-align: center;
  width: 60px;
  height: 60px;
  z-index: 2;
  position: relative;
  transition: all 265ms ease-out;
}

.social-icons a:hover::before {
  transform: scale(0);
  transition: all 265ms ease-in;
}

.social-icons a:hover i {
  transform: scale(1.8);
  background-clip: text;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  transition: all 265ms ease-in;
}


.social-icons a:hover .fa-facebook {
  background: -webkit-linear-gradient(#1877F2);
}

.social-icons a:hover .fa-youtube {
  background: -webkit-linear-gradient(#CD201F);
}


.social-icons a:hover .fa-instagram {
  background: -webkit-linear-gradient(0deg, #f9ce34, #ee2a7b, #6228d7);
}

.social-icons a:hover .fa-linkedin {
  background: -webkit-linear-gradient(#0A66C2);
}



.copyrights_stripe {
  color: white;
  font-weight: 500;
  background-color: var(--yellow-color);
  background-color: var(--blue-color);
  text-align: center;
  padding: 0px;
}

/* ############################################### */


