@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  color: rgb(0, 0, 0);
  font-family: "Cormorant Garamond", serif;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
.heading img{
  width:50px;
}
.heading{
  display: flex;
  flex-direction: column;
  gap:15px;
  margin-top: 20px;
  align-items: center;
  justify-content: center;
}


section.vid div.holder {
  height: 100vh;
  background-color: #000000;
}

section.vid video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
}


body::-webkit-scrollbar {
  display: none;
}

.heading h2 {
  text-align: center;
  color: rgb(0, 0, 0);
  margin-top: 30px;
  font-size: 27px;
}

.heading a {
  text-decoration: none;
}

.navs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  position: relative;
}

.navs li {
  list-style: none;
}

.navs li a {
  text-decoration: none;
  color: #000000;
  font-weight: 700;
  font-size: 18px;
}

.hamburger {
  display: none;
  font-size: 30px;
  cursor: pointer;
}

.nav-list {
  display: flex;
  list-style: none;
}


.nav-list li {
  margin: 0 15px;
}

.bighead h1 {
  text-align: center;
  font-size: 430px;
  letter-spacing: -35px;
  margin-top: -386px;
  font-weight: 500;
  margin-right: 30px;
  color:#000000;
}

.bighead {
  margin-bottom: -415px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cvrimg {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -430px;
}

.cvrimg img {
  width: 300px;
}

.about {
  margin-top: 600px;
  margin-bottom: 300px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.about h1 {
  font-size: 35px;
}

.about p {
  font-size: 22px;
  width: 900px;
  line-height: 40px;
}

.about p span{
  font-weight: 900;
}

.header {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: hidden;
  z-index: 10;
  position: relative;
  height: 96vh;
}

spline-viewer {
  width: 100%;
  overflow-x: hidden;
}

.header h3 {
  margin-bottom: -170px;
  margin-top: 40px;
  font-size: 12px;
}

.parent {
  position: relative;
  margin-top: -110px;
}

.watermark {
  width: 205px;
  height: 55px;
  z-index: 9999;
  position: absolute;
  bottom: 20px;
  right: 10px;
  background: none;
}

.watermark1 {
  width: 205px;
  height: 55px;
  z-index: 9999;
  position: absolute;
  bottom:10px;
  right: 10px;
  background: none;
}

.watermark button {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  border: none;
  font-size: 20px;
  font-family: "Cormorant Garamond", serif;

} 

.watermark1 button {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  border: none;
  font-size: 18px;
  font-family: "Cormorant Garamond", serif;

}


.adv {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-top: -100px;
  align-items: center;
  justify-content: center;
}

.adv img {
  width: 650px;
}

.products {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 250px;
  gap: 50px;
}

.products img {
  width: 1000px;
}

.numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 200px;
  gap: 150px;
  background-color: rgb(230, 230, 230);
  padding: 30px;
}

.num1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


.numbers h1 {
  font-size: 70px;
}

.numbers h3 {
  margin-top: -30px;
  margin-bottom: 70px;
}


#test-container {
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  z-index: 10;
  margin: 150px;
  margin-top: 50px;
}

.test {
  height: 73%;
  width: 25%;
  background-color: #eaeaea;
  border-radius: 55px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: transform 0.5s ease;
  padding: 25px;
}

.test:hover {
  transform: translateY(-50px);
}

.test img {
  background: none;
  width: 70px;
  margin-bottom: 20px;
  margin-right: -170px;
  margin-top: 0px;
}

.test p {
  line-height: 23px;
  font-weight: 300;
  background: none;
  font-size: 18px;
  overflow-y: hidden;
}

.test h3 {
  font-size: 15px;
  color: #000000;
  background: none;
  margin-top: 70px;
  margin-right: -110px;
  font-weight: 300;
}

.test-head {
  text-align: center;
  font-size: 20px;
  margin-top: 200px;
}

.deal{
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-top: 100px;
  gap:40px;
}

.comps{
  display: flex;
  gap:90px;
  animation-name: scroll;
  animation-duration: 15s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  width: fit-content;
}
.deal h3{
  text-align: center;
  color: rgb(0, 0, 0);
  margin-top: 30px;
  font-size: 23px;
}

.comps img{
  width:180px;
}

@keyframes scroll {
  from {
      transform: translateX(0);
  }
  to {
      transform: translateX(-15%);
  }
}


footer {
  background-color: #eaeaea00;
  color: #000000;
  margin: 15px;
  border-radius: 30px;
  padding: 35px 20px;
  text-align: center;
  margin-top: 0;
  border: 1.5px solid black;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1200px;
}

.footer-section {
  flex: 1;
  margin: 15px;
}

.footer-section h2 {
  font-size: 1.5em;
  margin-bottom: 10px;
  font-weight: 300;
  margin-bottom: 25px;
}

.footer-section p,
.footer-section a {
  color: #000000;
  text-decoration: none;
  font-weight: 200;
}

.footer-section a:hover {
  text-decoration: underline;
}

.social-icons {
  display: flex;
  gap: 23px;
  justify-content: center;
}

.social-icons a {
  color: #000000;
  font-size: 1.5em;
  transition: color 0.3s;
}

.footer-bottom {
  margin-top: 20px;
  padding-top: 20px;
}

.footer-bottom p {
  font-size: 0.9em;
}

.footer-logo img {
  width: 250px;
  margin-bottom: 20px;
}

.footer-logo {
  display: flex;
  align-items: start;
  margin-left: 30px;
}
.mob1{
  display: none;
}
.mob2{
  display: none;
}
.mob3{
  display: none;
}
.menu {
  display: none;
  font-size: 30px;
  cursor: pointer;
}

.nav-list {
  display: flex;
  list-style: none;
}

.nav-list li {
  margin: 0 15px;
}



@media (max-width: 450px) {
  .nav-list {
    display: none;
    flex-direction: column;
    position: absolute;
    background-color: white;
    width: 100%;
    width:150px;
    border-radius: 20px;
    padding: 10px;
    top: -15px;
    left: 30;
    gap: 20px;
    z-index: 999;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  }

  .nav-list.active {
    display: flex;
  }
  .menu{
    font-size: 18px;
    width:100px;
    padding:5px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: 0.5s;
  }
  .menu:hover{
    background: #000000;
    color:white;
    transition: 0.5s;
  }
  .header{
    display: none;
  }
  .mob1{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
  }
  .mob1 img{
    width:350px;
  }
  .bighead{
    display: none;
  }
  .parent{
    position: fixed;
  }
  .watermark {
    width: 205px;
    height: 55px;
    z-index: 99999;
    position: absolute;
    bottom:55px;
    right: -50px;
    background: none;
  }
  .watermark1 {
    width: 205px;
    height: 55px;
    z-index: 99999;
    position: fixed;
    bottom:10px;
    right: -50px;
    background: none;
  }
  .watermark1 button {
    width: 70%;
    height: 70%;
    border-radius: 30px;
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    border: none;
    font-size: 12px;
    font-family: "Cormorant Garamond", serif;
  
  }
  .watermark button {
    width: 70%;
    height: 70%;
    border-radius: 30px;
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    border: none;
    font-size: 12px;
    font-family: "Cormorant Garamond", serif;
  
  }
  .vid{
    margin-top: 210px;
  }
  .cvrimg{
    margin-top: -350px;
  }
  .about h1{
    font-size: 20px;
  }
  .about{
    margin-top: 500px;
  }
  .about p{
    font-size: 17px;
    line-height: 30px;
    width:330px;
  }
  .adv{
    margin: -100px;
  }
  .adv h2{
    font-size: 20px;
  }
  .mob2{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 130px;
  }
  .mob2 img{
    width:330px;
  }
  .adv img{
    display: none;
  }
  .mob3{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0px;
  }

  .products{
    margin-top: 130px;
  }

  .products img{
    display: none;
  }
  .mob3 img{
    width:330px;
  }
  .numbers{
    flex-direction: column;
    gap:1px;
  }
  #test-container{
    flex-direction: column;
    height: 1500px;
  }
  .test{
    width:300px;
    height: 1000px;
  }
  .numbers h1{
    font-size: 45px;
  }
  .numbers h3{
    font-size: 20px;
  }
}