* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Open Sans";
}

nav {
  height: 100px;
  width: 100%;
  position: sticky;
  background-color: white;
}
nav img {
  width: 130px;
  position: absolute;
  top: 26px;
  left: 6%;
}
nav ul {
  list-style: none;
  float: right;
  margin-right: 25px;
}
nav ul li {
  display: inline-block;
  line-height: 80px;
  margin: 0px 15px;
}
nav ul li a {
  text-decoration: none;
  color: black;
  position: relative;
  font-size: 18px;
  padding: 10px 0;
  text-transform: uppercase;
  margin: 2px;
  top: 20px;
}
nav ul li a:hover {
  color: rgb(250, 2, 2);
  transition: 0s;
}
nav ul li a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  content: "";
  width: 100%;
  background: rgb(250, 2, 2);

  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s linear;
}
nav ul li a:hover:before {
  transform: scale(1);
  transform-origin: left;
}

label #btn,
label #cancel {
  color: black;
  font-size: 30px;
  float: right;
  line-height: 80px;
  margin-right: 40px;
  display: none;
  cursor: none;
}

#check {
  display: none;
}
.btnhello {
  border: 2px solid black;
  background: none;
  padding: 10px 12px;
  top: 20px;
  font-size: 18px;
  cursor: pointer;
  margin: 10px;
  transition: 0.8s;
  position: relative;
  overflow: hidden;
  color: black;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
}
.btnhello:hover {
  color: white;
}
.btnhello::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 0%;
  background: black;
  z-index: -1;
  transition: 0.8s;
}
.btnhello::before {
  top: 0;
  border-radius: 0 0 50% 50%;
}
.btnhello:hover::before {
  height: 180%;
}

.btnhello a{
  text-decoration: none;
  color: black;
}
.btnhello a:hover{
  text-decoration: none;
  color: rgb(255, 255, 255);
}

/* ----------------- mouse box --------------------------------- */

.goal-box {
  height: 70px;
  width: 70px;
  background-color: #ffffff;
  position: absolute;
  top: 500px;
  left: 500px;
  margin-top: -50px;
  margin-left: -9px;
  display: none;
  border-radius: 50%;
  border: 5px solid black;
  z-index: 5000;
  transition: all 0.4s ease-out;
  box-shadow: 0px 0px 10px rgba(4, 3, 3, 0.964);
  z-index: 100;
}
.goal-box i {
  text-align: center;
  color: rgb(0, 0, 0);
  margin-left: 15px;
  margin-top: 30px;
  rotate: -45deg;
}

/* ----------------------------loader_wrapper-------------------------------- */

.loader_wrapper {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 8;
}
.left_screen {
  width: 50%;
  height: 100%;
  background-color: #191919;
  position: absolute;
  left: 0%;
  bottom: 100px;
}

.right_screen {
  width: 50%;
  height: 100%;
  background-color: #191919;
  position: absolute;
  right: 0%;
  bottom: 100px;
}

/* <!-- -----text-----  --> */

.first_p {
  text-align: center;
  color: #fda228;
  font-size: 0.83em;
  letter-spacing: 8px;
  text-transform: uppercase;
  font-family: Media sans extended, Arial, sans-serif;
  padding-top: 130px;
  font-weight: bold;
}

.title_here {
  padding-top: 10px;
  text-align: center;
  font-size: 70px;
  font-family: "Media sans";
  font-weight: 400;
}

/* ------ button------- */

.bt-number1 {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}
.bt-number1 .bt1 {
  width: 240px;
  height: 50px;
  font-size: 15px;
  align-items: center;
  border: 2px solid black;
  background-color: transparent;
  border-radius: 4px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.23);
}

.bt-number1 .bt1:hover {
  width: 260px;
  height: 50px;
  transition: 0.5s;
  background-color: black;
  color: white;
}

.main1 {
  padding-top: 60px;
  height: 40%;
  width: 35%;
  align-items: center;
  white-space: nowrap;
  overflow-x: hidden;
  display: flex;
  margin: 40px auto;
  z-index: 1000;
}
.main_ad img {
  height: 50px;
  width: 50%;
  margin: 10%;
}

.main_ad {
  width: 50%;
  display: inline-block;
  animation-name: animation;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes animation {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/* -------slider_card ------- */

.slider_card {
  margin-top: 150px;
  display: flex;

  gap: 35px;
  width: 100%;
}

.slider_card .box_card1 {
  background-image: url(Design/1.Shirley.webp);
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  height: 330px;
  width: 530px;
  bottom: 50px;
  box-shadow: 1px 1px 5px 1px;
  flex-shrink: 1;
  bottom: 70px;

  position: relative;
}
.slider_card .box_card2 {
  background-image: url(Design/22.ZEB.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
  height: 330px;
  min-width: 220px;
  box-shadow: 1px 1px 5px 1px;
  flex-shrink: 1;
  bottom: 30px;
  position: relative;
}
.slider_card .box_card3 {
  background-image: url(Design/33.\ Barbès.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
  height: 330px;

  min-width: 220px;
  box-shadow: 1px 1px 5px 1px;
  flex-shrink: 1;
  bottom: 10px;
  position: relative;
}
.slider_card .box_card4 {
  background-image: url(Design/44.\ VHS.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
  height: 330px;

  min-width: 220px;

  box-shadow: 1px 1px 5px 1px;
}
.slider_card .box_card5 {
  background-image: url(Design/55.ALR.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
  height: 330px;

  min-width: 220px;

  box-shadow: 1px 1px 5px 1px;
  bottom: 10px;
  position: relative;
}
.slider_card .box_card6 {
  background-image: url(Design/66.Estaly.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
  height: 330px;
  min-width: 220px;

  box-shadow: 1px 1px 5px 1px;
  bottom: 30px;
  position: relative;
}
.slider_card .box_card7 {
  background-image: url(Design/77.Kolecto.webp);
  background-size: cover;
  background-repeat: no-repeat;

  border-radius: 10px;
  height: 330px;
  width: 530px;

  box-shadow: 1px 1px 5px 1px;
  bottom: 70px;
  position: relative;
}

/* --------- */

.text_website h1 {
  margin-top: 100px;
  text-align: center;
  margin-right: 10rem;
  font-size: 2.4em;
  font-family: "Media sans";
}
.text_website h2 {
  margin-top: 5px;
  text-align: center;
  letter-spacing: 0px;
  margin-left: 11rem;
  font-size: 2.4em;
  font-family: "Media sans";
}
.text_p {
  text-align: start;
  margin-left: 30rem;
  margin-top: 2rem;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.4;
  font-family: "Sfprodisplay", Arial, sans-serif;
}

p span {
  font-weight: bold;
}

/*----------- onclick -- slider -----------*/
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

.main {
  height: 37rem;
  width: 58rem;
  margin: 10px auto;
  display: flex;
}
.next {
  display: flex;
  justify-content: space-between;
}
.next1 {
  width: 50px;
  position: relative;
  bottom: 20rem;
  margin-left: 5rem;
}
.next2 {
  width: 50px;
  position: relative;
  bottom: 20rem;
  margin-right: 4rem;
}
.onclick {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: -30px;
}
.onclick .click1 {
  height: 70px;
  background-image: url(Design/1.Shirley.webp);
  background-size: cover;
  width: 70px;
}
.onclick .click2 {
  height: 70px;
  background-image: url(Design/2.Zeb.webp);
  background-size: cover;
  width: 70px;
}
.onclick .click3 {
  height: 70px;
  background-image: url(Design/3.\ Barbès.jpg);
  background-size: cover;
  width: 70px;
}
.onclick .click4 {
  height: 70px;
  background-image: url(Design/4.\ VHS.webp);
  background-size: cover;
  width: 70px;
}
.onclick .click5 {
  height: 70px;
  background-image: url(Design/5.ALR.webp);
  background-size: cover;
  width: 70px;
}
.onclick .click6 {
  height: 70px;
  background-image: url(Design/6.Estaly.webp);
  background-size: cover;
  width: 70px;
}
.onclick .click7 {
  height: 70px;
  background-image: url(Design/7.Kolecto.webp);
  background-size: cover;
  width: 70px;
}
.slider {
  height: 100%;
  width: 100%;
  background-image: url(Design/1.Shirley.webp);
  background-size: cover;
  background-color: aquamarine;
}
.slider1 {
  height: 100%;
  width: 100%;
  background-image: url(Design/2.Zeb.webp);
  background-size: cover;
  background-color: aquamarine;
}
.slider2 {
  height: 100%;
  width: 100%;
  background-image: url(Design/3.\ Barbès.jpg);
  background-size: cover;
  background-color: aquamarine;
}
.slider3 {
  height: 100%;
  width: 100%;
  background-image: url(Design/4.\ VHS.webp);
  background-size: cover;
  background-color: aquamarine;
}
.slider4 {
  height: 100%;
  width: 100%;
  background-image: url(Design/5.ALR.webp);
  background-size: cover;
  background-color: aquamarine;
}
.slider5 {
  height: 100%;
  width: 100%;
  background-image: url(Design/6.Estaly.webp);
  background-size: cover;
  background-color: aquamarine;
}
.slider6 {
  height: 100%;
  width: 100%;
  background-image: url(Design/7.Kolecto.webp);
  background-size: cover;
  background-color: aquamarine;
}
.slider7 {
  height: 100%;
  width: 100%;
  background-image: url(Design/8.swile.webp);
  background-size: cover;
  background-color: aquamarine;
}

/* ----------------- onclick -- Slider -------------  */

.onclick_slider {
  z-index: 10;
  position: fixed;
  bottom: 12px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgb(0, 0, 0, 0.9);
}
.onclick_slider .cancel {
  display: flex;
  justify-content: space-between;
}
.onclick_slider .cl2 {
  width: 50px;
  height: 50px;
  position: relative;
  bottom: 37rem;
  right: 2rem;
  margin-left: 5rem;
}

/* -------------------------Advance Slider-------------------- */

.next_main {
  display: flex;
  justify-content: space-between;
}
.next_1 {
  width: 50px;
  position: relative;
  bottom: 20rem;
  margin-left: 5rem;
  color: white;
}
.next_2 {
  width: 50px;
  position: relative;
  bottom: 20rem;
  margin-right: 4rem;
  color: white;
}

.advance_slider_main {
  height: 100%;
  height: 100%;
  background-color: #1b1b1b;
  font-size: 30px;
}

.advance_slider_main h2 {
  text-align: start;
  color: white;
  padding: 150px 0px 0px 145px;
  font-family: "Media sans";
}
.advance_slider1 {
  display: flex;
  gap: 60px;
  justify-content: center;
  padding: 80px 0px 0px 5px;
  overflow: hidden;
}
.advance_slider1 .slider_advance1 {
  background-image: url(Design/1.Card\ -\ VHS.webp);
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  height: 500px;
  width: 370px;
}
.slider_advance1 h3 {
  font-size: 30px;
  color: white;
  text-align: center;
  font-family: "Media sans";
  padding-top: 340px;
}
.slider_advance1 p {
  color: white;
  text-align: start;
  margin-left: 35px;
  margin-top: 8px;
  font-size: 19px;
}
.advance_slider1 .slider_advance2 {
  background-image: url(Design/2.Card\ -\ ALR.webp);
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  height: 500px;
  width: 370px;
}
.advance_slider1 .slider_advance2 h3 {
  font-size: 30px;
  color: white;
  text-align: center;
  font-family: "Media sans";
  padding-top: 440px;
}
.advance_slider1 .slider_advance3 {
  background-image: url(Design/3.Card\ -\ Kolecto.webp);
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  height: 500px;
  width: 370px;
}
.advance_slider1 .slider_advance3 h3 {
  font-size: 30px;
  color: white;

  margin-left: 35px;
  font-family: "Media sans";
  padding-top: 440px;
}

.text-animation1 h1 {
  font-size: 67px;
  overflow: hidden;
  color: transparent;
  white-space: nowrap;
  margin-top: 150px;
  rotate: 5deg;
  font-family: "Media sans";
  -webkit-text-stroke: 1px rgb(0, 0, 0);
}

.text-animation2 h1 {
  font-size: 67px;
  overflow: hidden;
  color: transparent;
  white-space: nowrap;
  rotate: 5deg;
  font-family: "Media sans";
  color: black;
}

/* -------------------------------------------------------------------------------------card-  top---------  */

.container {
  display: flex;
  max-width: 1200px;
  margin: 100px auto;
  padding: 20px;
}

.text-content {
  flex: 1;
  padding-right: 80px;
  padding-top: 200px;
}

.text-content h3 {
  font-size: 14px;
  text-transform: uppercase;
  color: #f27b13;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.text-content h1 {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: "Media sans";
}

.text-content p {
  font-size: 20px;
}

.text-content p span {
  font-weight: bold;
}

.image-gallery {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
}

.image-gallery img {
  width: 80%;
  height: 80%;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* --------------------------------next project start ----------------------------------------- */

.faq-container {
  max-width: 80%;
  margin: 150px auto;
  padding: 0 20px;
}

.faq-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #000;
  padding: 20px 20px;
  cursor: pointer;
  transition: 1s;
}

.faq-item:hover {
  padding: 20px 35px;
  transition: 1s;
}

.faq-text {
  font-size: 40px;
  font-weight: bold;
  font-family: "Media sans";
}

.faq-arrow {
  width: 50px;
  height: 50px;
  background-color: #000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  transform: rotate(25deg);
}

.hero {
  position: relative;
  width: 100%;
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;

  background-image: linear-gradient(#1b1b1b66, #1b1b1b66),
    url("/Design/footer.webp");
}
.hero:hover {
  width: 100%;
  height: 82vh;
  transition: all 0.3s ease;
}

.hero-content {
  text-align: center;
  color: #fff;
  padding: 20px;
  border-radius: 8px;
}

.hero-content h1 {
  margin: 0;
  font-size: 2.5rem;
  font-weight: bold;
  font-family: "Media sans";
}

.hero-content p {
  margin: 10px 0 20px;
  font-size: 1rem;
}

.hero-buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.hero-button {
  padding: 10px 20px;
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
  font-size: 1rem;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.hero-button:hover {
  background: #fff;
  color: #000;
  padding: 12px 30px;
  transition: all 0.3s ease;
}

.footer {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  font-size: 0.9rem;
  color: #fff;
}
