body {
  font-family: "Noto Kufi Arabic", sans-serif;
}

:root {
  /* --maincolor: #16A085; */
  --maincolor: #b88b40ff;
  --white: #ffffff;
  --darkmaincolor: rgb(146, 100, 21);
  --lightcolor: rgb(247, 226, 189);
  --darklightcolor: #b88b40ff;
}

.zoomarea {
  overflow: hidden;
}

.text-shadow {
  text-shadow: 2px 2px 8px #363636;
}

.secondarybtn {
  background-color: var(--lightcolor);
  color: white;
}

.secondarybtn:hover {
  background-color: var(--darklightcolor);
  color: white;
}

.mainbutton {
  background-color: var(--maincolor);
  color: white;
}

.mainbutton:hover {
  background-color: var(--darkmaincolor);
  color: white;
}

.navbarbutton {
  border: 0px;
  background-color: white;
  padding: auto;
}

.navbarbutton:hover {
  border: 0px;
  font-weight: bold;
  color: var(--maincolor);
}

.darkmaincolor {
  background-color: var(--darkmaincolor);
  color: white;
}

.lightmaincolor {
  color: var(--lightcolor);
}

.maincolor {
  color: white;
  background-color: var(--maincolor);
}

.bgmain {
  color: white;
  background-color: var(--maincolor);
}

.maincolor:hover {
  color: white;
  background-color: var(--darkmaincolor);
}

.textmaincolor {
  color: var(--maincolor);
}

.textlight {
  color: var(--lightcolor);
}

#project {
  background-image: url("images/hp2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#p1 {
  background-image: url("images/setslider.webp");
  /* background-size: 100%; */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.parallax-text {
  position: relative;
  /* top: -80px; */
  /* margin-top: -100px; */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax {
  /* The image used */
  background-image: url("images/main.webp");
  position: relative;
  /* top: -80px; */
  /* margin-top: -100px; */
  background-attachment: fixed;
  height: 75%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}



.product1 {
  background-image: url("images/p11s.webp");
}

.product2 {
  background-image: url("images/p2.webp");
}

.product4 {
  background-image: url("images/p3.webp");
}

#necklacepage {
  background-image: url("images/mains.webp");
}

#product2 {
  background-image: url("images/mainm.webp");
}

#product3 {
  background-image: url("images/mainr.webp");
}

#sets {
  background-image: url("images/mains1.webp");
}

#contactus {
  background-image: url("images/contact.webp");
}

.vh-50 {
  min-height: 50vh !important;
}

.pagetitle {
  /* The image used */
  position: relative;
  /* top: -80px; */
  /* margin-top: -100px; */
  /* background-attachment: fixed; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;


}


#necklace {
  /* The image used */
  background-image: url("images/necklace.webp");
  position: relative;
  /* top: -80px; */
  /* margin-top: -100px; */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

.parallax2 {
  /* The image used */
  background-image: url("images/p2.webp");
  position: relative;
  /* top: -80px; */
  position: relative;
  z-index: -1;
  margin-bottom: -50px;
  margin-top: -50px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.trans {
  opacity: 1;
  animation: 1s ease-in both;
}

@keyframes fadeIn {
  from {
    transform: translate3d(0, -50%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

#navbar {
  transition: 0.9s;
}

#navbar1 {
  transition: 0.9s;
}

.parallax-section {
  overflow-y: scroll;
  /* margin-top: -100px; */
  scroll-snap-type: y mandatory;
  background-image: url("/images/hp.jpg");
}

.sticky-menu {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  /* background-color: rgba(150, 35, 0, 0.5); */
  background-color: var(--maincolor);
  /* backdrop-filter: blur('10px'); */
  color: white;
  transition: 0.9s;

  .logo {
    transition: 0.9s;
    width: 60px;
  }

  a,
  button {
    font-size: 16px;
    transition: 0.9s;
  }

  .navbar {
    padding: 5px;
    transition: 0.9s;
  }
}

.reveal {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
}


.revealx {
  position: relative;
  /* transform: translateX(150px); */
  transform: translateX(-350px);
  opacity: 0;
  transition: 3s all ease;
}

.revealx.active {
  transform: translateX(0);
  opacity: 1;
}

.revealxx {
  position: relative;
  /* transform: translateX(150px); */
  transform: translateX(350px);
  opacity: 0;
  transition: 3s all ease;
}

.revealxx.active {
  transform: translateX(0);
  opacity: 1;
}





.logo {
  width: 80px;
  transition: 0.9s;
}

.typeText::after {
  content: "|";
  animation: blink 1s infinite;
}

@keyframes blink {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

.typing-container {
  display: flex;
  justify-content: center;
  align-items: center;

  #feature-text {
    margin-left: 8px;
  }

  .input-cursor {
    display: inline-block;
    width: 2px;
    height: 42px;
    background-color: white;
    margin-left: 8px;
    animation: blink 0.6s linear infinite alternate;
  }
}

.topbaricon {
  color: rgb(82, 82, 82);
}

.topbaricon:hover {
  color: var(--maincolor);
}

.service-icon {
  font-size: 75px;
  color: rgb(24, 24, 24);
}

.imglarger {
  width: 100%;
}

.imglarger:hover {
  width: 125%;
}

#message {
  margin-bottom: -50px;
  margin-top: -50px;
  position: relative;
  z-index: -1;
  background-image: url(images/main.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

#company {

  position: relative;
  z-index: -1;
  background-image: url(images/main.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}


.company {
  position: relative;
  z-index: -1;
  background-image: url(images/socket.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

#company1 {
  position: relative;
  z-index: -1;
  margin-top: -50px;
  margin-bottom: -50px;
  background-image: url(images/mains.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

#companylast {
  position: relative;
  z-index: -1;
  margin-top: -50px;
  margin-bottom: -50px;
  background-image: url(images/main.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.zoom {
  transition: 0.9s;
}

.zoom:hover {
  -ms-transform: scale(1.5);
  /* IE 9 */
  -webkit-transform: scale(1.5);
  /* Safari 3-8 */
  transform: scale(1.1);
}

.social-link {
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  border-radius: 50%;
  transition: all 0.3s;
  font-size: 0.9rem;
}

.social-link:hover,
.social-link:focus {
  background: var(--maincolor);
  text-decoration: none;
  color: white;
}