* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  color: white;
}

html,
body {
  height: 100%;
  width: 100%;
}

nav {
  position: fixed;
  /* background-color:green; */
  display: flex;
  align-items: flex-start;
  height: 10vh;
  width: 100%;
  padding: 2vw 10.4vw;
  justify-content: space-between;
  z-index: 9;
}

nav h1 {
  font-size: 1.6vw;
}
.navpart2 {
  display: flex;
  gap: 3.4vw;
  align-items: flex-start;
  padding: 1vh 0;
  position: relative;
  z-index: 10;
}
.navpart2 h4 {
  font-size: 0.74vw;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 2.6vw;
}
.navpart2 h5 {
  margin-bottom: 1vw;
  /* background-color: red; */
  display: none;
  overflow: hidden;
}
.navpart2 h5 span {
  font-size: 0.74vw;
  font-weight: 400;
  transform: translateY(25px);
  display: inline-block;
}
/* }
  .nav-part2 h5 {
    margin-bottom: 1vw;
    display: none;
    overflow:hidden;
   
}
  .navpart2 h5 span{
    font-size: 0.73vw;
    font-weight: 500;
    display: inline-block;
    
  } */
nav button {
  background-color: green;
  border: 2px solid white;
  border-radius: 12px;
  font-weight: 800;
  padding: 10px;
}
#nav-bottom {
  width: 79%;
  height: 0vh;
  position: absolute;

  background-color: #111111;
  top: 100%;
  z-index: 9;
  border-bottom: 1px solid white;
}

/* nav:hover #nav-bottom{
    height:150%;
    bottom: -100%;
    

  } */
/* nav:hover #nav-bottom{
      height:150%;
      background-color: #111111;
      bottom: -150%;
   } */

/* .bottom-div{
    background-color: red;
   margin-top:2vw;
  }
   .bottom-div h5{
    overflow: hidden;
    margin-bottom: 0.4vw;
   } */
.bottom-div {
  margin-top: 2vw;
}
.bottom-div h5 {
  /* background-color: red; */
  overflow: hidden;
  margin-bottom: 0.4vw;
}
.bottom-div h5 span {
  font-size: 0.7vw;
  font-weight: 500;
  display: inline-block;
  opacity: 0;
}

/* .bottom-div h5 span {
  font-weight: 500;
  display: inline-block;
  font-size: 0.75vw;
  opacity: 0;
} */

#page1 {
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  position: relative;
  background-color: #111111;
}
#page1 p {
  text-align: center;
  font-size: x-large;
  font-weight: 900;
  margin-top: 2vh;
}

#page1 h1 {
  font-size: 5vw;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 8.5vw;
}
#some p {
  text-align: center;
  font-weight: 400;
  margin-top: 3vh;
}
#some {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
#some h4 {
  font-weight: 400;
  font-size: 1vw;
  text-transform: lowercase;
  padding: 5px 10px;
  border: 1px solid white;
  margin-top: 15px;
  border-radius: 50px;
}
#some h4:nth-last-child(2) {
  border: none;
}

.movingdiv {
  /* background-color: red; */
  margin-top: 10vh;
  position: absolute;
  bottom: 15%;
  white-space: nowrap;
  padding: 1.2vw;
  width: 90%;
  overflow: hidden;
  display: flex;
}
.movingdiv .move {
  display: flex;
  align-items: center;
  animation: movee 9s linear infinite;
}
.movingdiv .move img {
  height: 2vw;
  margin: 0 0.5vw;
}

@keyframes movee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.blurleft {
  height: 100%;
  width: 5%;
  background: linear-gradient(to right, transparent, #111);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.blurright {
  height: 100%;
  width: 5%;
  background: linear-gradient(to right, transparent, #111);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
#page2 {
  height: 100vh;
  width: 100%;
  background-color: #111;
  position: relative;
  padding: 0vw 10.5vw;
  padding-bottom: 8vw;
  display: flex;
  align-items: center;
  border-top: 1px solid #333;
  justify-content: space-between;
}
.page2-left {
  height: 100%;
  width: 40%;
  /* background-color: #333; */
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  padding: 3vw 0;
}
button:hover {
  transform: rotateY(45deg);
  box-shadow: 8px 10px rgb(230, 0, 0);
  cursor: pointer;
}
.page2-left p {
  font-size: 1.3vw;
}
.page2-left h5 {
  width: 75%;
  font-weight: 400;
  font-size: 1.1vw;
}

.page2-right {
  height: 100%;
  width: 50%;
  /* background-color: #333; */
}
.right-element {
  position: relative;
  /* background-color: red; */
  padding-top: 2vw;
  padding-bottom: 6vw;
  border-bottom: 1px solid red;
}
.right-element img {
  height: 6vw;
  width: 5vw;
  border-radius: 50%;
  object-fit: cover;
  position: absolute;
  opacity: 0;
  scale: 1;
}
.right-element h2 {
  font-size: 1.4vw;
  font-weight: 500;
}
.page3 {
  height: 100vh;
  width: 100%;
  background-color: #111;
  position: relative;
  background-image: url("backai.webp");
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page3 h5 {
  font-size: 0.8vw;
  border-radius: 50px;
  padding: 12px 26px 10px 26px;
  color: #111;
  background-color: white;
  margin-top: 0.5vw;
  font-weight: 700;
  opacity: 0;
  transition: all ease 0.5s;
  text-decoration: uppercase;
}
.page3icon:hover h5 {
  opacity: 1;
}
.page3 .icon i {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3.3vw;
  border-radius: 50%;
  background-color: #fff;
}
.page3 {
  /* background-color: red; */
  display: flex;
  align-items: center;
  padding: 1vw;
  flex-direction: column;
}
.page3 .icon i {
  color: #000;
  font-size: 3vw;
}
.page3 video {
  height: 100%;
  width: 100%;
  position: absolute;
  object-fit: cover;
  transform: scaleX(0.8) scaleY(0);
  opacity: 0;
  border-radius: 30px;
  z-index: 99999;
}

.page4 {
  min-height: 100vh;
  width: 100%;
  background-color: #fff;
  position: relative;
  padding-bottom: 13vh;
}
.section {
  width: 100%;
  height: 72vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13vh 10vw;
  padding-bottom: 0;
}
.section-left {
  height: 100%;
  width: 25%;
  padding-top: 3vh;

  border-top: 3px solid #000;
}
.section-right {
  height: 100%;
  width: 60%;
  background-color: rgb(212, 139, 31);
}
.section-left h2 {
  font-size: 2.1vw;
  font-weight: 500;
  color: #000;
}
.section-left p {
  color: #000;
  margin-top: 10vh;
  font-size: 1vw;
}
.section-right {
  height: 100%;
  width: 70%;
  background-color: blanchedalmond;
  position: relative;
}
.section-right img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.section-right video {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  object-fit: cover;
  /* opacity: 0; */
  transition: opacity ease 0.1s;
}
.page5 {
  min-height: 100vh;
  background-color: #111;
  width: 100%;
  position: relative;
  padding: 5vh 10.5vw;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.page5 button {
  background-color: #0ba34e;
  padding: 0.9vw 2.5vw;
  font-weight: 600;
  font-size: 1vw;
  border-radius: 50px;
  border: none;
  position: sticky;
  top: 15%;
}
.page5-right {
  width: 70%;
}
.page5-right p {
  font-size: 2.1vw;
}
.page5-right p span {
  /* background-color: red; */
  width: 15vw;
  display: inline-block;
}

.page5-content {
  width: 100%;
  /* background-color: red; */
  margin-top: 5vh;
  padding: 5vh 0;
}
.page5-content h1 {
  font-size: 3vw;
}
.page5-content .flex {
  display: flex;
  margin-top: 4vh;
  margin-bottom: 4vh;
}
.page5-content .flex h4 {
  border-radius: 50px;
  border: 1px solid white;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 0.8vw;
}
.page5-elem {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;
  padding-top: 3vh;
  padding-bottom: 9vh;
  overflow: hidden;
  border-top: 3px solid #333;
  position: relative;
}
.page5-elem p {
  width: 60%;
  font-size: 0.8vw;
  position: relative;
  z-index: 8;
}
.page5-elem h3 {
  font-size: 1.5vw;
  font-weight: 400;
  position: relative;
  transition: all ease-out 1s;
  z-index: 8;
}
.page5-elem i {
  font-size: 1vw;
  position: relative;
  transition: all ease-out 1s;
  z-index: 8;
}
.over {
  height: 100%;
  width: 100%;
  background-color: #222;
  position: absolute;
  top: 0;
  transform: translateY(-100%);
  opacity: 0;
  transition: all ease-out 1s;
}
.page5-elem:hover h3 {
  padding-left: 2vw;
}
.page5-elem:hover i {
  padding-right: 1vw;
}

.page5-elem:hover .over {
  transform: translateY(0);
  opacity: 1;
}

summary::marker {
  content: "";
}
.uiux {
  border-top: 1px solid #333;
  padding: 3vh 0;
}

.product {
  padding: 3vh 0;

  border-top: 1px solid #333;
}

.page6 {
  padding: 10vh 10vw;
  min-height: 100vh;
  width: 100%;
  background-color: white;
}
.page6 > h1 {
  font-size: 6vw;
  color: #000;
  /* background-color: red; */
  padding-left: 20vw;
  padding-right: 5vw;
  line-height: 5.7vw;
  padding-bottom: 10vh;
  border-bottom: 1px solid #dadada;
}
.page6-content {
  /* background-color: red; */
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.page6-content .right-6 {
  width: 71%;
}
.page6-content .right-6 p {
  font-size: 1.5vw;
  color: black;
  margin-bottom: 5vh;
  width: 80%;
}
.blue-btn {
  background-color: #4f5bff;
  width: 14vw;
  height: 3vw;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blue-btn h4 {
  position: absolute;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.8vw;
  letter-spacing: 0.85;
}
.page6-bottom {
  height: 50vh;
  width: 100%;
  
  border-top: 1px solid violet;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.btn6-part1 {
  border-right: 1px solid whitesmoke;
  width: 30%;
 
  height: 100%;
}
.btn6-part2 {
  border-right: 1px solid whitesmoke;
  width: 28%;

  height: 100%;
}
.btn6-part3 {
  border-right: 1px solid whitesmoke;
  width: 15%;
 
  height: 100%;
}
.btn6-part4 {
  border-right: 1px solid whitesmoke;
  width: 15%;
  
  height: 100%;
}
.btn6-part5 {
  width: 15%;
 
  height: 100%;
}
.btn6-parts{
  padding: 3vh 0.6vw;
}
 .btn6-parts h5{
  color:#000;
  font-weight: 500;
  font-size: 0.85vw;
  margin-bottom: 3vh;
}
.btn6-parts h4{
  background-color: #111;
  width:80%;
  padding: 10px 10px;
  margin-bottom: 1vh;
  border-radius: 50px;
  font-size: 0.8vw;
  display: flex;
  align-items: center;
  font-weight: 500;
}
.btn6-parts h4 span{
  display: flex;
  align-items: center;
  justify-content: center;
  width:1.5vw;
  height: 1.5vw;
  background-color: #333;
  padding: 0.5vw;
  border-radius: 50%;
  margin-right: 1vw;
}
.page7{
  height: 50vh;
  background-color: #111;
}
.btn6-part2 h4:nth-child(2){
  transform: translateX(0);
}
.btn6-part2 h4:nth-child(3){
  transform: translateX(10%);
}
.btn6-part2 h4:nth-child(4){
  transform: translateX(20%);
}
.btn6-part2 h4:nth-child(5){
  transform: translateX(30%);
}
.btn6-part2 h4:nth-child(6){
  transform: translateX(40%);
}
.btn6-part2 h4:nth-child(7){
  transform: translateX(50%);
}
