@font-face {
    font-family: "abnes";
    font-weight: 400;
    src: url(assets/fonts/abnes-webfont.woff2) format(woff),
         url(assets/fonts/abnes-webfont.woff) format(woff);

}

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@800&family=Onest:wght@300;400;500;600;700&display=swap');

body{
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-family: 'Onest', sans-serif;
  overflow-x: hidden;
  position: relative;
}

*,
*::after,
*::before{

    box-sizing: border-box;
    padding: 0;
    margin: 0;
    text-decoration: none }

    li{
      text-decoration: none;
      list-style: none;
    }

    html {
        scroll-behavior: smooth;
        font-size: 62.5%;
        /* scroll-snap-type: y proximity; */
      }

      /* ##################################################### loadder  */

          #canvas3d{
            height: 100%;
            width: 100%;
          }

          #canvas3dphone{
            height: 100%;
            width: 100%;
          }

          #loader {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgb(0, 0, 0);
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 9999;
            flex-direction: column;
        }
        
        #loader h1{
          font-size: 1.8rem;
          color: white;
          font-weight: 300;
          margin-top: 20px;
        }

        #loader img{
         scale: 0.6;
        }

       

    

      /* ################################################# loader  */

      .about-section{
        position: relative;
      }

      .stars{
        position: absolute;
        width: 100%;
        height: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 300;
        /* border: 2px solid white; */  
        z-index: -1;
        overflow: hidden;
      }

      .star{
        width: 5px;
        height: 5px;
        background-color: #FFC0CB;
        border-radius: 100%;
        box-shadow: 1px 1px 20px 3px #FFC0CB;
        margin: 5rem;
        transform: translate(80px, 100px);
        
      }


      .star2{
        width: 5px;
        height: 5px;
        background-color: #FFC0CB;
        border-radius: 100%;
        box-shadow: 1px 1px 20px 3px #FFC0CB;
        margin: 5rem;
        transform: translate(80px, 700px);
        scale: 0.7;
        animation: shine 2s ease-in-out infinite;
      }

      
      @keyframes shine {
        0%
        {
            
            opacity: 0;
        }
        70%
        {
            opacity: 1;
    
        }
        100%
        {
           opacity: 0;
    
        }
        
    }


      .star3{
        width: 5px;
        height: 5px;
        background-color: #FFC0CB;
        border-radius: 100%;
        box-shadow: 1px 1px 20px 3px #FFC0CB;
        margin: 5rem;
        transform: translate(1000px, 1200px);
        scale: 0.7;
        animation: shine 4s ease-in-out infinite;
      }

      .star7{
        width: 5px;
        height: 5px;
        background-color: #FFC0CB;
        border-radius: 100%;
        box-shadow: 1px 1px 20px 3px #FFC0CB;
        margin: 5rem;
        transform: translate(2300px, -300px);
        scale: 0.7;
        animation: shine 4s ease-in-out infinite;
      }


      .star4{
        width: 5px;
        height: 5px;
        background-color: #FFC0CB;
        border-radius: 100%;
        box-shadow: 1px 1px 20px 3px #FFC0CB;
        margin: 5rem;
        transform: translate(1300px, 900px);
        scale: 0.6;
        animation: shine 3s ease-in-out infinite;
      }

   
      .star5{
        width: 5px;
        height: 5px;
        background-color: #FFC0CB;
        border-radius: 100%;
        box-shadow: 1px 1px 20px 3px #FFC0CB;
        margin: 5rem;
        transform: translate(1100px, 700px);
        scale: 0.8;
        position: relative;

      }

      .star6{
        width: 18px;
        height: 18px;
        border: 2px solid gray;
        border-radius: 100%;
        margin: 5rem;
        transform: translate(1400px, 100px);
        scale: 0.7;
        position: relative;
      }


   
      .star5::before{
        content: "";
        display: block;
        background-image: url(./images/Polygon\ 1.svg);
        background-size: 40px 40px;
        height: 40px;
        width: 40px;
        position: absolute;
        top: -65px;
        left: -45px;
      }

      .star::before{
        content: "";
        display: block;
        background-image: url(./images/polgon2.svg);
        background-size: 100% 100%;
        height: 60px;
        width: 60px;
        position: absolute;
        top: -100px;
        left: -80px;
      }


      .broken{
        width: 100px;
        height: 3px;
        background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(0, 0, 0, 0) 100%);
        position: absolute;
        border-top-left-radius: 1rem;
        border-bottom-left-radius: 1rem;
        top: 30px;
        left: 40%;
        animation: animate 3s linear infinite;
        animation-delay:0.4s;
        opacity: 0;
      }


      @keyframes animate {
        0%
        {
            transform: rotate(315deg) translateX(0);
            opacity: 1;
            
        }
        70%
        {
            opacity: 1;
    
        }
        100%
        {
            transform: rotate(315deg) translateX(-1500px);
            opacity: 0;
    
        }
        
    }


    /* about section close  */

    .feature-content{
      position: relative;
      overflow-x: hidden;
    }

    
    .star8{
      width: 18px;
      height: 18px;
      border: 2px solid gray;
      border-radius: 100%;
      margin: 5rem;
      transform: translate(1400px, 100px);
      scale: 0.7;
      position: relative;
    }

    .circle-light{
      position: absolute;
      height: 100px;
      width: 100px;
      background: linear-gradient(90deg, rgba(128,0,128,1) 0%, rgba(255,192,203,1) 100%);
      border-radius: 100%;
      filter: blur(30px);
      left: 46%;
      top: 34%;
    }


       /* feature section close  */



    .same-container{
    position: relative;
    /* overflow: hidden; */
  }

  .star-10{
    width: 5px;
    height: 5px;
    background-color: #FFC0CB;
    border-radius: 100%;
    box-shadow: 1px 1px 20px 3px #FFC0CB;
    margin: 5rem;
    transform: translate(1600px, 700px);   
  }

  .star-10::before{
    content: "";
    display: block;
    background-image: url(./images/polgon2.svg);
    background-size: 100% 100%;
    height: 60px;
    width: 60px;
    position: absolute;
    bottom: -100px;
    right: -80px;
  }


  .broken-two{
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    top: 30px;
    left: 100%;
    animation: animate 3s linear infinite;
    animation-delay:0.4s;
    opacity: 0;
  }


  @keyframes animate {
    0%
    {
        transform: rotate(315deg) translateX(0);
        opacity: 1;
        
    }
    70%
    {
        opacity: 1;

    }
    100%
    {
        transform: rotate(315deg) translateX(-1500px);
        opacity: 0;

    }
    
}


/* .shape-section close  */



.star-style{
  transform: translate(200px, 1000px);
}

.four-dami{
  transform: translate(1700px, 1200px);
}


  
.broken-three{
  width: 100px;
  height: 3px;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  top: 20px;
  left: 20%;
  animation: animate 3s linear infinite;
  animation-delay:0.4s;
  opacity: 0;
}


@keyframes animate {
  0%
  {
      transform: rotate(315deg) translateX(0);
      opacity: 1;
      
  }
  70%
  {
      opacity: 1;

  }
  100%
  {
      transform: rotate(315deg) translateX(-1500px);
      opacity: 0;

  }
  
}

/* tech section close  */



.broken-four{
  width: 100px;
  height: 3px;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  top: 20px;
  left: 10%;
  animation: animate 3s linear infinite;
  animation-delay:0.4s;
  opacity: 0;
}


@keyframes animate {
  0%
  {
      transform: rotate(315deg) translateX(0);
      opacity: 1;
      
  }
  70%
  {
      opacity: 1;

  }
  100%
  {
      transform: rotate(315deg) translateX(-1500px);
      opacity: 0;

  }
  
}

/* review section close  */

.dami-only{
  transform: translate(0px, 1000px);
 
}


.broken-five{
  width: 100px;
  height: 3px;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  top: 20px;
  right: 10%;
  animation: animate 3s linear infinite;
  animation-delay:0.4s;
  opacity: 0;
}

.star4new{
  width: 5px;
  height: 5px;
  background-color: #FFC0CB;
  border-radius: 100%;
  box-shadow: 1px 1px 20px 3px #FFC0CB;
  margin: 5rem;
  transform: translate(1500px, 700px);
  scale: 0.6;
  animation: shine 3s ease-in-out infinite;
}



@keyframes animate {
  0%
  {
      transform: rotate(315deg) translateX(0);
      opacity: 1;
      
  }
  70%
  {
      opacity: 1;

  }
  100%
  {
      transform: rotate(315deg) translateX(-1500px);
      opacity: 0;

  }
  
}


@media (max-width: 660px ){

  .circle-light{
    position: absolute;
    height: 100px;
    width: 100px;
    background: linear-gradient(90deg, rgba(128,0,128,1) 0%, rgba(255,192,203,1) 100%);
    border-radius: 100%;
    filter: blur(30px);
    left: 35%;
    top: 40%;
    scale: 0.7;
  }

  .lighting{
    position: absolute;
    height: 150px;
    width: 150px;
    background: linear-gradient(180deg, rgba(128,0,128,1) 0%, rgba(255,192,203,1) 100%);
    border-radius: 100%;
    filter: blur(30px);
    left: 50%;
    top: 70%;
    scale: 0.7;
    z-index: -1;
    animation: gradient 3s ease infinite;
  }

  .form-part{
    position: relative;
  }


  @keyframes gradient {
    0% {
      opacity: 0;
      scale: 0.6;
    }
    50% {
      opacity: 1;
      scale: 0.8;
    }
    100% {
      opacity: 0;
      scale: 0.6;
    }
  }
  

  .star{
    width: 5px;
    height: 5px;
    background-color: #FFC0CB;
    border-radius: 100%;
    box-shadow: 1px 1px 20px 3px #FFC0CB;
    margin: 5rem;
    transform: translate(80px, 100px);
    
  }


  .star2{
    width: 5px;
    height: 5px;
    background-color: #FFC0CB;
    border-radius: 100%;
    box-shadow: 1px 1px 20px 3px #FFC0CB;
    margin: 5rem;
    transform: translate(350px, 300px);
    scale: 0.7;
    animation: shine 2s ease-in-out infinite;
  }

  .star3{
    width: 5px;
    height: 5px;
    background-color: #FFC0CB;
    border-radius: 100%;
    box-shadow: 1px 1px 20px 3px #FFC0CB;
    margin: 5rem;
    transform: translate(100px, 100px);
    scale: 0.7;
    animation: shine 4s ease-in-out infinite;
  }

  .star7{
    width: 5px;
    height: 5px;
    background-color: #FFC0CB;
    border-radius: 100%;
    box-shadow: 1px 1px 20px 3px #FFC0CB;
    margin: 5rem;
    transform: translate(200px, 200px);
    scale: 0.7;
    animation: shine 4s ease-in-out infinite;
  }


  .star4{
    width: 2px;
    height: 2px;
    background-color: #FFC0CB;
    border-radius: 100%;
    box-shadow: 1px 1px 20px 3px #FFC0CB;
    margin: 5rem;
    transform: translate(450px, 800px);
    scale: 0.6;
    animation: shine 3s ease-in-out infinite;
  }


  .star5{
    width: 5px;
    height: 5px;
    background-color: #FFC0CB;
    border-radius: 100%;
    box-shadow: 1px 1px 20px 3px #FFC0CB;
    margin: 5rem;
    transform: translate(50px, 200px);
    scale: 0.8;
    position: relative;

  }

  .about-section .stars .star5, .star3, .star2{
    display: none;
  }

  
  .review-section .stars .star5 {
    display: none;
  }


  

}



/* review-section  */

.review-section{
  position: relative;
}

.review-section .div-svg{
  position: absolute;
  top:35%;
  left: -4%;
  z-index: -1;

}


@media (max-width: 1605px ){

  .review-section .div-svg{
    position: absolute;
    top:35%;
    left: -10%;
    z-index: -1;
  
  }
  

}


@media (max-width: 1450px ){

  .review-section .div-svg{
    position: absolute;
    top:35%;
    left: -15%;
    z-index: -1;
  
  }
  

}



@media (max-width: 1310px ){

  .review-section .div-svg{
    position: absolute;
    top:35%;
    left: -20%;
    z-index: -1;
  
  }
  

}


@media (max-width: 1310px ){

  .review-section .div-svg{
    position: absolute;
    top:35%;
    left: -20%;
    z-index: -1;
    transition: all 0.3s ease-in-out;
  
  }
  

}

@media (max-width: 1200px ){

  .review-section .div-svg{
  display: none;
  
  }
  

}





