* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: rgb(239, 238, 255);

}



.loadingScreen {
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: 100vh;
  background-color: rgb(0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;

}

.loadingScreen #page {
  justify-content: center;
  text-align: center;
}

.loadingScreen #page img {
  width: 250px;
}

.loadingScreen #page h1 {
  font-size: 28px;
  font-family: 'Times New Roman', Times, serif;
  color: white;
  margin-top: -5px;
  letter-spacing: 1px;
}



/* image slider */

.slider {
  max-width: 1800px;
  margin: auto;
  overflow: hidden;
}

.slider .swiper {
  width: 100%;
  /* background-image: linear-gradient(to right, rgba(19, 105, 70, 0.476), rgb(147, 139, 139)), url(../image/img\ 9.avif);
  background-position: center;
  background-size: 100% 100%; */
}

.slider .swiper-slide {
  width: 100%;
  height: 600px;
  display: flex;
}

.slider .swiper-slide .text {
  width: 50%;
  margin: auto 0;
  margin-top: 120px;
  color: white;
  margin-left: 10%;
  z-index: 10;
  display: grid;
}

.slider .swiper-slide .text h3 {
  font-size: 40px;
  color: black;
}

.slider .swiper-slide .text h1 {
  font-size: 80px;
  width: fit-content;
  position: relative;
  display: grid;
  font-weight: 700;
  z-index: 20px;
}

.slider .swiper-slide .text h1 sup {
  color: #ffffff;
  font-size: 25px;
  position: absolute;
  right: 0;
  margin-top: 10px;
}

.slider .swiper-slide .text p {
  font-size: 20px;
  margin-top: 0px;
}

.slider .swiper-slide .text h4 {
  color: #000000;
  font-size: 30px;
}

.slider .swiper-slide .text .btn {
  display: flex;
  margin: 0;
  margin-left: -10px;
  margin-top: 10px;
}

.slider .swiper-slide .text .btn button {
  padding: 10px 20px;
  background-color: black;
  border: 0.1px solid rgb(255, 255, 255);
  margin-right: 10px;
  color: white;
  display: flex;
  border-radius: 10px;
}

.slider .swiper-slide .text .btn button img {
  width: 22px;
  margin-left: 5px;
  filter: brightness(0);
}

.slider .swiper-slide .text .btn .btn2 {
  background-color: white;
  color: rgb(0, 0, 0);
  border: 0.1px solid rgb(0, 0, 0);

}




.slider .slider1 {
  background-image: linear-gradient(to right, rgba(27, 125, 200, 0), rgba(0, 25, 61, 0)), url(../image/slider\ img\ 10.png);
  background-position: center;
  background-size: 100% 100%;
}

.slider .slider1 h1 {
  color: rgb(0, 0, 0);
}

.slider .slider1 .text h1 sup {
  color: black;
}

.slider .swiper-slide .text p {
  color: black;
}



.slider .slider2 {
  background-image: linear-gradient(to right, rgba(27, 125, 200, 0), rgba(0, 25, 61, 0)), url(../image/slider\ img\ 8.png);
  background-position: center;
  background-size: 100% 100%;
}

.slider .slider3 {
  background-image: linear-gradient(to right, rgba(27, 125, 200, 0), rgba(0, 25, 61, 0)), url(../image/product\ img5.JPG);
  background-position: center;
  background-size: 100% 100%;
}

.slider .slider4{
  background-image: linear-gradient(to right, rgba(27, 125, 200, 0), rgba(0, 25, 61, 0)), url(../image/banner\ 15.png);
  background-position: center;
  background-size: 100% 100%;
}


.slider:hover .sliderbtn {
  opacity: 1;
}

.sliderbtn {
  width: 100%;
  position: relative;
  z-index: 10;
  margin-top: -350px;
  display: flex;
  /* padding: 0 50px; */
  justify-content: space-between;
  margin-bottom: 300px;
  opacity: 0;
}

.sliderbtn img {
  width: 50px;
  background-color: rgba(0, 0, 0, 0.521);
  padding: 10px 5px;
  border-radius: 10px 0 0 10px;
  margin-right: -5px;
}

.sliderbtn img:hover {
  cursor: pointer;
}

.sliderbtn .prev {
  transform: rotate(180deg);
  margin-left: -5px;
}


.sec6 {
  max-width: 1800px;
  margin: auto;
  padding-top: 20px;
  justify-content: center;
}


.sec6 h1 {
  text-align: center;
  font-size: 45px;
  margin-top: 20px;
}

.sec6-container {
  width: 100%;
  display: flex;
  margin-top: 20px;
  justify-content: center;
}

.sec6-container .box {
  width: 30%;
  margin: 10px;
  border-radius: 20px;
  padding: 15px;
  border: 0.1px solid rgb(96, 96, 96);
  /* text-align: center; */

}

.sec6-container .box img {
  width: 100%;
  height: 250px;
  border-radius: 20px;
}

.sec6-container .box h3 {
  font-size: 22px;
  margin-top: 15px;

}

.sec6-container .box p {
  font-size: 15px;
  text-align: left;
}



.sec2 {
  max-width: 1800px;
  margin: auto;
  padding: 3%;

}

.sec2 img {
  width: 100%;
}



.sec3 {
  max-width: 1800px;
  margin: auto;
}

.sec3 img {
  width: 100%;
}

.sec3 img:nth-child(2) {
  display: none;
}



.sec4 {
  max-width: 1800px;
  margin: auto;
  padding: 3%;
  position: relative;
  display: flex;
}


.sec4 img {
  width: 100%;
}

.sec4 .text {
  position: absolute;
  z-index: 10;
  top: 0;
  margin-left: 0%;
  margin-top: 25%;
}

.sec4 .text h3 {
  font-size: 50px;
  font-weight: 700;
  font-family: 'Times New Roman', Times, serif;
}

.sec4 .text p {
  font-size: 30px;
  margin-top: 50px;
}

.sec4 .text h1 {
  font-size: 155px;
  margin-left: 20%;
  margin-top: 30px;
  color: #412b1c;
}


.sec4 .text .line {
  width: 100px;
  height: 2px;
  background: #412b1c;
}

.sec4 .text2 {
  position: absolute;
  z-index: 10;
  top: 0;
  text-align: right;
  right: 0;
  margin-left: 0%;
  margin-top: 25%;
  margin-right: 3%;
}


.sec4 .text2 .line {
  width: 100px;
  height: 2px;
  margin-left: 68%;
  /* margin: auto; */
  background: #412b1c;
}

.sec4 .text h1 span {
  font-size: 155px;
  margin-left: 20%;
  margin-top: 30px;
  color: #412b1c;
}

.sec5 {
  max-width: 1800px;
  margin: auto;
  padding: 3%;
  margin-bottom: -35px;
}

.sec5 img {
  width: 100%;

}



.sec7a {
  max-width: 1800px;
  margin: auto;
  padding: 30px 2%;
  text-align: center;
  background-color: #626468;
  background: #000;
  color: white;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-top: 50px;
}

.sec7a .box {
  width: 22.8%;
  padding: 20px;
  color: black;
  background-color: rgb(215, 215, 215);
  border-radius: 30px;
  border: 1px solid black;
}


.sec7a .box img {
  width: 80px;
  padding: 6px 10px;
  margin-top: -50px;
  border-radius: 25%;
  background-color: #989da1;
  background: #ffffff;
  -webkit-filter: grayscale(1) invert(1);
  filter: grayscale(1) invert(1);
}

.sec7a .box h4 {
  margin: 0;
  color: rgb(0, 0, 0);
  margin-top: 10px;
  font-size: 22px;
}

.sec7a .box p {
  color: rgb(0, 0, 0);
  margin: 0;
  font-size: 15px;
  margin-top: 10px;
}


.whatsapp {
  max-width: 1800px;
  margin: auto;
  position: fixed;
  padding-left: 50%;
  /* padding-top: 55%; */
  margin-top: 55%;
}

.whatsapp img {
  width: 50px;
}


.head-img-design {
  max-width: 1800px;
  margin: auto;
  justify-content: center;
}

.head-img-design img {
  width: 100%;
  margin-top: -200px;
}



.sec8 {
  max-width: 1800px;
  margin: auto;
}

.sec8 img {
  width: 100%;
}


.sec9 {
  max-width: 1800px;
  margin: auto;
}

.sec9 img {
  width: 100%;
}

.sec9 img:nth-child(2) {
  display: none;
}



.Gallery {
  max-width: 1800px;
  margin: auto;
  text-align: center;
  height: 250px;
  background-color: #412b1c;
  padding: 20px;
  padding-top: 120px;
  color: white;
  background-image: linear-gradient(to right, rgba(3, 7, 10, 0.798), rgba(5, 11, 15, 0.767)), url(../image/footer\ img4.avif);
  background-position: center;
  background-size: 100% 100%;
}


.gallery-img {
  max-width: 1800px;
  margin: auto;
  padding: 20px;
  padding-left: 10px;
}

.gallery-img img {
  width: 100%;
}




.sec10 {
  max-width: 1800px;
  margin: auto;
}

.sec10 img {
  width: 100%;
}

.sec10 img:nth-child(2) {
  display: none;
}


.sec12 {
  max-width: 1800px;
  margin: auto;
}

.sec12 img {
  width: 100%;
}

.sec12-container {
  width: 100%;
  display: none;
}

.sec12-container .box {
  padding: 15px;
}

.sec12-container .box h3 {
  font-size: 20px;
}

.sec12-container .box2 {
  padding-bottom: 0;
}

.sec12-container .box p {
  font-size: 14.2px;
  text-align: justify;
  margin-bottom: 0;
}


/* footer style  */

.footer {
  max-width: 1800px;
  margin: auto;
  padding: 0 5%;
  padding-bottom: 0;
  background-color: #063559f1;
  background-image: linear-gradient(to right, rgba(3, 7, 10, 0.57), rgba(5, 11, 15, 0.453)), url(../image/footer\ img4.avif);
  background-position: center;
  background-size: 100% 100%;
  color: rgb(255, 255, 255);
  padding-top: 50px;
  justify-content: center;
  text-align: center;
}

.footer .menu {
  display: flex;
  width: 100%;
  justify-content: center;
}

.footer .menu ul {
  width: 80%;
  display: flex;
  padding: 10px;
  margin: auto;
  justify-content: center;
  margin-top: 30px;
  border: 0.1px solid white;
  margin-bottom: 30px;
  border-left: none;
  border-right: none;
}

.footer .menu ul a {
  color: white;
}

.footer .menu ul li {
  list-style: none;
  text-decoration: none;
  margin: 0 10px;
}

.footer p img {
  width: 20px;
}

.footer .logo img {
  width: 150px;
  margin-top: 50px;
}

.footer .tx {
  width: 100%;
  justify-content: center;
  display: flex;
}

.footer .tx p {
  margin: 10px;
}

.social-med {
  width: 100%;
  justify-content: center;
  display: flex;
  margin-top: 10px;
  color: rgb(237, 237, 237);
}

.social-med p {
  margin: 0;
  margin-right: 5px;
  /* margin-top: -3px; */
}

.social-med img {
  width: 30px;
  margin: 0 5px;
  border: 1px solid white;
  border-radius: 50%;
  padding: 3px;
  height: fit-content;
  cursor: pointer;
}



.footer-base {
  text-align: center;
  padding: 10px;
  color: rgb(0, 0, 0);
  font-size: 16px;
  border-top: 0.5px solid rgba(128, 128, 128, 0.303);
  margin-top: 80px;
  clip-path: polygon(5% 0, 96% 0, 100% 100%, 0% 100%);
  background-color: rgba(255, 255, 255, 0.932);
}

.footer-base p {
  margin-bottom: 0;
}


@media screen and (max-width: 900px) {

  .footer-base {
    font-size: 14.2px;
    margin-top: 80px;
  }

  .footer p {
    font-size: 15px;
  }

  .footer .tx {
    flex-wrap: wrap;
  }

  .footer .tx p {
    margin: 3px 10px;
  }

  .sec2-text {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
  }


  #sec2-other-links2 {
    width: 40%;
  }

  #sec2-other-links {
    width: 60%;
  }

  .footer-container {
    padding: 0 0px;
  }
}