* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  background: #090303;
}
.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 15px;
  position: fixed; 
  background: #090303;
  margin-bottom: 9rem;
}

.header-area {
  background-position: center center;
  background-size: cover;
}
/* default css end */

/* navbar regular css start */
.navbar-area {
  background: rgba(0, 0, 0, 0.6);
  border-bottom: 1px solid #3a3a3a;
}
.site-navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
a.site-logo {

  font-weight: 800;
  margin: 6px;
  margin-top: 16px;
  text-transform: uppercase;
  text-decoration: none;
}
.site-navbar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.site-navbar ul li a {
  color: #17a77d;
  padding: 20px;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
}
.site-navbar ul li a:hover {
  background: rgba(255, 255, 255, 0.1);
}
/* navbar regular css end */

/* nav-toggler css start */
.nav-toggler {
  border: none;
  padding: 5px;
  background-color: transparent;
  cursor: pointer;
  height: 39px;
  display: none;
}
.nav-toggler span,
.nav-toggler span:before,
.nav-toggler span:after {
  width: 28px;
  height: 3px;
  background-color: #17a77d;
  display: block;
  transition: 0.3s;
}
.nav-toggler span:before {
  content: "";
  transform: translateY(-9px);
}
.nav-toggler span:after {
  content: "";
  transform: translateY(6px);
}
.nav-toggler.toggler-open span {
  background-color: transparent;
}
.nav-toggler.toggler-open span:before {
  transform: translateY(0px) rotate(45deg);
}
.nav-toggler.toggler-open span:after {
  transform: translateY(-3px) rotate(-45deg);
}
/* nav-toggler css start */

/* home css start */
.home {
  width: 100%;
  height: 100%;
  background-image: url(/images/machine_png.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 66px;
}
.home .home-text {
  height: calc(80vh - 51px);
  background-size: 10px;
  padding-bottom: 30px;
  padding-top: 120px;
  color: #fff;
}

.home .home-text h3 {
  font-size: 30px;
  font-family: serif;
  letter-spacing: 3px;
  line-height: 47px;
  text-align: center;
  display: block;
  margin: 0 auto;
  padding: 50px;
  width: 70%;
  background-color: rgba(0, 0, 0, 0.25);
  font-weight: 100;
}

.btn {
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 44px;
    border: none;
    border-radius: 4px;
    padding: 9px 9px;
    width: 120px;
    background: #17a77d;
    cursor: pointer;
    margin-bottom: 33px;
}

.btn:hover{
  background: rgba(255, 255, 255, 0.1);
  color: #17a77d;
}

.btn a {
    text-decoration: none;
    font-size: large;
    font-family: serif;
    font-weight: 700;
    color: black;
}
.btn a:hover{
  color: #17a77d;
}
/* home css end */

/* services start */


.services{
    margin-top: 94px;
}

.services .services-text{
    color: #fff;
    width: 60%;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.services .services-text p{
    font-size: 17px;
    font-weight: 300;

}
.services .services-images {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
.services .services-images .imgs {
  margin: 44px;
}
.services .services-images img{
    width: 100%;
    max-width: 520px;
    height: 223px;
    border-radius: 5px;

}

.services .services-images p{
    color: #fff;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    margin-top: 12px;
}



@media (max-width: 800px) {
    .services .services-images {
      flex-direction: column;
    }
    .services .services-images img{
      max-width: 700;
      width: 100%;
      height: 100%;
    }
  }


/* services ends */



/* software start  */

.software{
    margin-top: 4px;
}

.software .software-text{
    color: #fff;
    width: 60%;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.software .software-text p{
    font-size: 17px;
    font-weight: 300;
}

.software .software-video{
    text-align: center;
    margin-top: 22px;

}
/* software  ends*/


/* machin in action */

.machin{
    margin-top: 94px;
}



.machin .machin-video{
    text-align: center;
    margin-top: 22px;

}

/* machin in action */


/* result preview start */
  
.result {
  margin-top: 74px;
  margin-bottom: 74px;

}
 

  .result .result-preview{
    display: flex;
    margin: 33px;
    justify-content: center;
    
    gap: 22px;
  }
  .result .result-preview img{
    height: 320px;
  }
  .result .result-preview p{
    color: #d6d2d4;
    width: 60%;
    font-size: 20px;
    line-height:29px;
    display: inherit;
    margin: 0 auto;
    font-family: system-ui;
  }
 

  /* part 2 result  */

  .result .second-result p {
    color: #d6d2d4;
    font-size: 20px;
    padding: 23px;
    display: block;
    margin:  0 auto;
    text-align: center;
    width: 70%;
    line-height:29px;
  }
  .result .second-result .second-images {
    display: flex;
   gap: 33px;
    justify-content: center;
  }
  .result .second-result .second-images video{
   width: 100%;
   max-width: 400px;
  }
  .result .second-result .second-images img{
    width: 100%;
    max-width: 400px;
    height: 100%;
    max-height: 400px;
  }


  @media (max-width: 600px) {
    .result .result-preview{
      display: flex;
      flex-direction: column;
      align-items: center;
      margin: 33px;
      justify-content: center;
      gap: 22px;
    }
    .result .second-result .second-images {
      display: flex;
      flex-direction: column;
     gap: 33px;
      justify-content: center;
    }
    .result .result-preview p{
      color: #d6d2d4;
      width: 100%;
      font-size: 29px;
      
      line-height:29px;
      font-family: system-ui;
    }
    .result .second-result p {
      color: #d6d2d4;
      font-size: 20px;
      padding: 23px;
      display: block;
      margin:  0 auto;
      width: 100%;
      line-height:29px;
    }
     .result .second-result .second-images {
    display: flex;
   gap: 33px;
    justify-content: center;
    align-items: center;
  }
  }



/* result preview ends */

/* machin-specs specs */
  
.machin-specs{
  text-align: center;
}
.machin-specs .specs img{
  max-width: 730px;
  width:100%;
}
 
 
/* machin-specs specs ends */

/* footer start  */
 footer{
  text-align: center;
 }
 footer .icons img {
  width: 30px;
  height: 100%;
  max-height: 130px;
  margin: 33px;
 }
 footer .adress p{
  color: #d6d2d4;
  margin-bottom: 44px;
  font-size: 12px;
 }
/* footer end */


/* conatct start start X */
.contact{
  width: 100%;
  text-align: center;
  color:#d6d2d4 ;
  justify-content: center;
  align-items: center;
  margin-top: 9rem;
  padding: 33px;
  
}
.contact p {
  margin-top: 22px;
}
.contact .last {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact .last  p{
  margin-left: 14px;
  margin-right: 50px;
}
.contact .last img{
  width: 34px;
  align-items: center;
  align-items: center;
  padding-top: 14px;
}



/* conatct start end X */



















/* mobile breakpoint start */
@media screen and (max-width: 767px) {
  .containerr {
    max-width: 720px;
  }
  /* navbar css for mobile start */
  .nav-toggler {
    display: block;
  }
  .site-navbar {
    min-height: 60px;
  }
  .site-navbar ul {
    position: absolute;
    width: 100%;
    height: calc(100vh - 60px);
    left: 0;
    top: 60px;
    flex-direction: column;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.75);
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
  }
  .site-navbar ul li {
    width: 100%;
    text-align: center;
  }
  .site-navbar ul li a {
    padding: 25px;
  }
  .site-navbar ul li a:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .site-navbar ul.open {
    max-height: 100vh;
    overflow: visible;
  }
  .intro-area h2 {
    font-size: 36px;
    margin-bottom: 15px;
  }
  /* navbar css for mobile end */
}
/* mobile breakpoint end */
@media screen and (max-width: 550px){
  /* home css start */
.home {
  width: 100%;
  height: 100%;
  background-image: url(/images/machine_png.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 36px;
}
.home .home-text {
  height: calc(60vh - 51px);
  background-size: 10px;
  padding-bottom: 30px;
  padding-top: 100px;
  color: #fff;
}

.home .home-text h3 {
  font-size: 14px;
  font-family: serif;
  letter-spacing: 3px;
  line-height: 37px;
  text-align: center;
  display: block;
  margin: 0 auto;
  padding: 50px;
  width: 70%;
  background-color: rgba(0, 0, 0, 0.55);
  font-weight: 100;
}
/* end home */
}



@media screen and (max-width: 448px){
  /* home css start */
.home {
  width: 100%;
  height: 100%;
  background-image: url(/images/machine_png.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 56px;
}
.home .home-text {
  height: calc(39vh - 4px);
  background-size: 10px;
  padding-bottom: 120px;
  margin-top: 7rem;
  padding-top: 120px;
  color: #fff;
}

.home .home-text h3 {
  font-size: 19px;
  font-weight: 300;
  font-family: serif;
  line-height: 27px;
  display: block;
  margin: 0 auto;
  font-weight: 400;
  width: 90%;
  background-color: rgba(0, 0, 0, 0.55);
  text-align: center;
  margin: 2px auto;
  padding: 13px;
}
/* end home */
.services .services-text p {
  font-size: 17px;
  width: 100%;
  font-weight: 300;
}
}