* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: poppins, sans-serif;
}

/* navbar */

header {
  background-color: rgba(0, 0, 0, 0.603);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 100;
}

header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

nav .logo {
  width: 40%;
  padding: 0px 50px;
}

nav .logo img {
  height: 100px;
  width: 150px;
  padding: 10px 20px;
}

nav .menu {
  width: 60%;
  text-align: right;
}

nav .menu ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

nav .menu ul li a {
  text-decoration: none;
  color: white;
  padding: 10px 20px;
  font-size: 18px;
  transition: 0.5s ease-in-out;
}

nav .menu ul li a:hover {
  color: yellow;
}
nav .menu ul li a:active {
  color: yellow;
}


/* Hero-section */

.hero {
  background-image: url(img/bg-1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  padding: 0px 0px;
}

.txt-1 {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}

.txt-1 h1 {
  color: #fff;
  font-size: 65px;
  width: 60%;
  text-align: center;
}

.txt-1 p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.txt-1 button {
  padding: 12px 30px;
  background: transparent;
  border: 2px solid white;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s ease;
}

.txt-1 button a {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
}

.txt-1 button:hover {
  background-color: rgb(0, 0, 0);
  border: 2px solid rgb(255, 255, 255);
  color: black;
  animation: ease;
}

/* About-section */

.about {
  height: 60vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
  padding: 60px 100px;
  background-color: black;
}

.txt-2 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
}

.txt-2 h3 {
  font-size: 20px;
  color: #fff;
}

.txt-2 h2 {
  color: #fff;
  font-size: 30px;
}

.hrr {
  width: 100px;
  height: 3px;
  background-color: yellow;
}

.txt-3 p {
  color: #fff;
  font-size: 18px;
  font-weight: 400px;
  gap: 50px;
}

/* our */

.our {
  background-image: url(img/over.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-attachment: fixed; */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120vh;
}

.text-area {
  width: 80%;
  height: 100vh;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.txt-4 {
  width: 50%;
  background-color: #b8bfc4;
  height: 100vh;
  padding: 30px 40px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  flex-direction: column;
}

.txt-4 h3 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}

.txt-4 h2 {
  font-size: 45px;
  font-weight: 400;
}

.txt-4 .hr {
  width: 30%;
  background-color: yellow;
  height: 3px;
}

.txt-4 p {
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  color: #1a1a1a;
}

/* our services */
.ourr {
  height: 40vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
  padding: 60px 100px;
  background-color: #ffffff;
}

.txt-5 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
}

.txt-5 h3 {
  font-size: 18px;
  font-weight: 300;
  color: #4b4b4b;
}

.txt-5 h2 {
  color: #000000;
  font-size: 40px;
  font-weight: 300px;
}

.hr {
  width: 100px;
  height: 4px;
  background-color: yellow;
}

.txt-6 p {
  color: #4b4b4b;
  font-size: 18px;
  font-weight: 300px;
  line-height: 25px;
  width: 100%;
}

/* image-section */

.img-sec {
  width: 100%;
  height: 140vh;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px;
  padding: 60px 50px;
}

.img {
  width: 30%;
  min-height: 350px;
  background-color: #ffffff;
  overflow: hidden;
  text-align: center;
  border-radius: 2px;
  padding: 0px 0px 10px 0px;
  border: 1px solid rgb(139, 139, 139);
}

.img:hover {
  box-shadow: 1px 1px 10px 1px;
  cursor: pointer;
}

.img .images img {
  width: 100%;
  height: 300px;
}

.images {
  height: 300px;
  overflow: hidden;
}

.txt-7 {
  height: 8vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.txt-7 h2 {
  font-size: 25px;
  font-weight: 500;
}

.img a {
  text-decoration: none;
  color: #000000;
}

/* product-section */

.our-product {
  width: 100%;
  height: 130vh;
}

.txt-8 {
  height: 15vh;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
  padding: 0px 50px;
}

.txt-8 h2 {
  font-size: 38px;
  font-weight: 500;
  color: #000000;
}

.hhr {
  width: 10%;
  height: 4px;
  background-color: yellow;
}

.pro-sec {
  width: 100%;
  height: 80vh;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
  padding: 30px 50px;
}

.img .pro-image img {
  width: 100%;
  height: 250px;
}

.pro-image {
  height: 250px;
  overflow: hidden;
}

.pro-img {
  width: 30%;
  min-height: 300px;
  background-color: #ffffff;
  overflow: hidden;
  text-align: center;
  border-radius: 2px;
  padding: 0px 0px 10px 0px;
  border: 1px solid rgb(139, 139, 139);
}

.pro-img img {
  width: 100%;
  height: 300px;
}

.pro-img:hover {
  box-shadow: 1px 1px 10px 1px;
  cursor: pointer;
}

/* Why-choose */

.choose {
  height: 100vh;
  padding: 0px 0px;
  overflow: hidden;
}

.txt-9 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.why {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
  gap: 20px;
  padding: 0px 0px 10px 0px;
}

.why h2 {
  font-size: 35px;
  font-weight: 600;
}

.why-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90vh;
}

.slider {
  width: 50%;
  height: 550px;
  background-image: url(img/slide-1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.contact {
  width: 50%;
  height: 550px;
  background-image: url(img/bg-line.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-blend-mode: color-burn;
  background-color: #1f1a2c;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  padding: 60px 60px;
  gap: 50px;
}

.contact p {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  width: 90%;
  font-family: Arial, Helvetica, sans-serif;
}

.contact button {
  padding: 12px 35px;
  background-color: yellow;
  outline: none;
  border: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  animation: buzz out;
}

.contact button:hover {
  cursor: pointer;
}

/* testimonial */

.testimonial {
  width: 100%;
  height: 100vh;
}

.txt-10 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  height: 30vh;
  width: 100%;
  padding-top: 50px;
}

.txt-10 h1 {
  font-size: 55px;
  font-weight: 500;
}

.txt-11 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 70vh;
  background-color: #fff600;
}

.para {
  display: flex;
  align-items: center;
  justify-content: center;
}

.para p {
  text-align: center;
  width: 45%;
  line-height: 30px;
  font-size: 18px;
  font-weight: 400;
}

.quot img {
  width: 100px;
  height: 100px;
}

/* footer */

.footer {
  background-image: url(img/footer.png);
}

.overlay {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.801);
}

.foot-logo {
  height: 40vh;
}

.foot-logo img {
  width: 100%;
  height: 100px;
  padding: 10px;
}

.foot-Products {
  color: #fff600;
  height: 40vh;
}

.foot-Products h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  padding-bottom: 5px;
  height: 10vh;
}

.foot-ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  height: 30vh;
}

.foot-ul li a {
  text-decoration: none;
  color: #ffffff;
}

.foot-ul li a:hover {
  color: #fff600;
}

.foot-Services {
  height: 40vh;
  color: #fff600;
}

.foot-Services h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  padding-bottom: 5px;
  height: 10vh;
}

.foot-ull {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
  height: 30vh;
}

.foot-Info {
  height: 40vh;
  color: #fff600;
}

.foot-Info h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  padding-bottom: 5px;
  height: 10vh;
}

.foot-ull li {
  text-decoration: none;
  color: #ffffff;
}

.foot-Info-UAE {
  height: 40vh;
  color: #fff600;
}

.foot-Info-UAE li {
  color: #ffffff;
}

.foot-Info-UAE h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  padding-bottom: 5px;
  height: 10vh;
}

/* copyright */

.copyright {
  width: 100%;
  height: 8vh;
  background-color: #fff600;
  text-align: center;
  align-content: center;
}

.copyright p {
  font-weight: 500;
  font-size: 18px;
}

.Dubai {
  /* font-size: 12px; */
  padding-right: 10px;
}

/* slider */

.left {
  height: 550px;
  width: 50%;
  display: flex;
  overflow: hidden;
}

@keyframes myanimation {
  0% {
    transform: translateX(0%) scale(1);
    transform: scale(1.2);
  }

  25% {
    transform: translateX(0%) scale(1);
  }

  50% {
    transform: translateX(-100%) scale(1);
  }

  55% {
    transform: translateX(-150%) scale(1.08);
  }

  60% {
    transform: translateX(-180%) scale(1);
  }

  100% {
    transform: translateX(-200%) scale(1);
  }
}

.left img {
  object-fit: cover;
  animation-name: myanimation;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  width: 100%;
}

.text-appear {
  animation: text-apper both;
  animation-timeline: view();
}

@keyframes text-apper {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* About Us section */

.about-us {
  height: 70vh;
  width: 100%;
  background: url(/img/About-img/about-main.png);
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-us .over {
  height: 70vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.603);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 15px;
}

.about-us .over h1 {
  color: #fff;
  font-size: 35px;
  font-weight: 500;
}
.about-us .over p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  width: 50%;
  text-align: center;
}

.about-us .over p a {
  color: #ffff;
  text-decoration: none;
}

/* we do best section */

.we-do {
  height: 50vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 15px;
  padding: 30px 100px;
}

.we-do h1 {
  font-size: 45px;
  font-weight: 500;
  color: #000000;
}

.we-do p {
  font-size: 18px;
  font-weight: 300;
  color: #4b4b4b;
  text-align: center;
  line-height: 28px;
  width: 70%;
}

/* time-line section */

.events-section {
  padding: 100px 0;
}

.events-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  max-width: 1300px;
  margin: auto;
}

.events-column {
  width: 30%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.event-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.event-box .event-icon {
  width: 60px;
}

.event-box h3 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

.event-box p {
  font-size: 14px;
  color: #444;
}

.events-center {
  width: 30%;
  display: flex;
  justify-content: center;
}

.main-image {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.events-center img,
.events-column img {
  transform: none !important;
  transition: none !important;
}

/* why-section */

.why-section {
  padding: 60px 0;
  text-align: center;
  font-family: "Poppins", sans-serif;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 5px;
}

.section-underline {
  width: 100px;
  height: 4px;
  background: #f1d53b;
  margin: 0 auto 40px auto;
  border-radius: 4px;
}

.why-container {
  display: flex;
  justify-content: center;
  gap: 50px;
  max-width: 1200px;
  margin: auto;
  align-items: flex-start;
}

.why-image img {
  width: 500px;
  border-radius: 10px;
  object-fit: cover;
}

.why-content {
  width: 50%;
  text-align: left;
}

.why-content p {
  font-size: 15px;
  color: #444;
  line-height: 1.7;
  margin-bottom: 20px;
}

.why-list {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.why-list li {
  font-size: 15px;
  margin-bottom: 15px;
  display: flex;
  gap: 8px;
  align-items: flex-start;
}

.contact-btn {
  background: #f1d53b;
  padding: 10px 25px;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

.contact-btn:hover {
  background: #d8be32;
}

/* counter-setion */

.counter-section {
  position: relative;
  background: url(/img/About-img/counter.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  height: 300px;
  padding: 60px 60px;
}

.counter-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
}

.counter-container {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 70px;
}

.counter-box {
  text-align: center;
}

.counter-number {
  font-size: 70px;
  color: #f1d53b;
  font-weight: 700;
}

.counter-label {
  font-size: 18px;
  color: #f1d53b;
  font-weight: 600;
  margin-top: -10px;
}

/* testimonial-section */

.test {
  background: url(/img/About-img/testimonial.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimoniall {
  height: 400px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.863);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 30px;
  padding: 50px 80px;
}
.testimoniall img {
  width: 100px;
  height: 100px;
}

.testimoniall p {
  text-align: center;
  width: 45%;
  line-height: 25px;
  font-size: 18px;
  font-weight: 400;
  color: #e6e6e6;
}
