@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;
}

*,
*::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; */
      }


    body{
        background-color: black;
        overflow-x: hidden;
    }


    /* multi lang  #####################  */

    /* .lang-content {
      display: none ;
  } */

  .lang-content[data-lang="ro"]{
    display: none;
  }

  

  

    /* multi lang  #####################  */

    /* ##################### all fonts classes #####################  */




    /* ######################### new button ############################  */

    .cssbuttons-io-button {
      background:#FF0099;
      color: white;
      font-family: inherit;
      padding: 0.35em;
      padding-left: 1.2em;
      font-size: 17px;
      font-weight: 500;
      border-radius: 0.9em;
      border: none;
      letter-spacing: 0.05em;
      display: flex;
      align-items: center;
      box-shadow: inset 0 0 1.6em -0.6em #714da6;
      overflow: hidden;
      position: relative;
      height: 2.8em;
      padding-right: 3.3em;
      cursor: pointer;
      width: 300px;
      margin-top: 20px;
    }
    
    .cssbuttons-io-button .icon {
      background: white;
      margin-left: 1em;
      position: absolute;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 2.2em;
      width: 2.2em;
      border-radius: 0.7em;
      box-shadow: 0.1em 0.1em 0.6em 0.2em #7b52b9;
      right: 0.3em;
      transition: all 0.3s;
    }
    
    .cssbuttons-io-button:hover .icon {
      width: calc(100% - 0.6em);
    }
    
    .cssbuttons-io-button .icon svg {
      width: 1.1em;
      transition: transform 0.3s;
      color: #FF0099;
    }
    
    .cssbuttons-io-button:hover .icon svg {
      transform: translateX(0.1em);
    }
    
    .cssbuttons-io-button:active .icon {
      transform: scale(0.95);
    }
    
    /* ######################### new button ############################  */

    .get-button select{
      padding: 8px 12px ;
      font-size: 1.8rem;
      font-weight: 500;
      background-color: #00000000;
      color: white;
      border: 1px solid white;
      border-radius: 8px;
      outline: none;
      font-family: Onest, sans-serif;
    }

    .fa-phone{ 
      margin-right: 8px;
    }

    .get-button{
      display: flex;
      justify-content: center;
      align-items: center;
      column-gap: 15px;
    }



    .get-button select option{
      background-color: #000000c0;
      backdrop-filter: blur(6px);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); 
      padding: 8px 12px;
      font-size: 1.6rem;
      font-weight: 400;
      font-family: Onest, sans-serif;
    }

    .semi-bold-18{
      font-size: 1.8rem;
      font-weight: 600;
      color: white;
      transition: all 0.3s ease-in-out;
    }

    .semi-bold-25{
      font-size: 2.5rem;
      font-weight: 600;
      color: white;
      transition: all 0.3s ease-in-out;
    }

    .bold-30{
      font-size: 2rem;
      font-weight: 400;
      line-height: 35px;
      color: white;
      margin-bottom: 23px;
      opacity: 0;
      transform: translateY(20px);
      transition: opacity 0.8s, transform 0.8s;
    }

    .TM{
      opacity: 0;
      transform: translateY(20px);
      transition: opacity 0.8s, transform 0.8s;
    }

    .medium-30{
      font-size: 3rem;
      font-weight: 500;
      line-height: 27px;
      color: white;
      margin-bottom: 35px;
      opacity: 0;
      transform: translateY(25px);
      transition: opacity 0.8s, transform 0.8s;
    }


    .regular-20{
      font-size: 2rem;
      font-weight: 200;
      color: #D3D3D3;
      line-height: 27px;
      transition: all 0.3s ease-in-out;
      opacity: 0;
      transform: translateY(29px);
      transition: opacity 0.8s, transform 0.8s;
    }

    .regular-20-two{
      font-size: 2rem;
      font-weight: 200;
      color: #D3D3D3;
      line-height: 27px;
      padding-bottom: 34px;
      opacity: 0;
      transform: translateY(29px);
      transition: opacity 0.8s, transform 0.8s;
    }

    .regular-25{
      font-size: 2.5rem;
      font-weight: 400;
      color: white;
      line-height: 27px;
      padding-bottom: 16px;
      opacity: 0;
      transform: translateY(29px);
      transition: opacity 0.8s, transform 0.8s;
    }

    .medium-20{
      font-size: 2rem;
      font-weight: 500;
      color: white;
      text-transform: capitalize;
      display: inline-block;
      transition: all 0.3s ease-in-out;
      opacity: 0;
      transform: translateY(29px);
      transition: opacity 1s, transform 1s;
    }


    .medium-20-new{
      font-size: 2rem;
      font-weight: 500;
      color: white;
      text-transform: capitalize;
      display: inline-block;
    }

    .semi-bold-60{
      font-size: 4rem;
      font-weight: 600;
      color: white;
      transition: all 0.3s ease-in-out;
      opacity: 0;
      transform: translateY(29px);
      transition: opacity 1s, transform 1s;
    }

 
    /* boxes fonts */

    .semi-bold-18{
      font-size: 1.8rem;
      font-weight: 600;
      color: white;
      transition: all 0.3s ease-in-out;
    }



    /* ############### special font #############  */


    .regular-80{
      font-size: 8rem;
      color: white;
      font-family: "abnes";
      line-height: 95px;
      letter-spacing: 0px;
      opacity: 0;
      transform: translateY(60px);
      transition: opacity 0.8s, transform 0.8s;
    }

    .regular-95{
      font-size: 9.5rem;
      color: white;
      font-family: "abnes";
      line-height: 100px;
      letter-spacing: 0px;
      transition: all 0.3s ease-in-out;
      animation-delay: 4s;
    
    }

    .regular-200{
      font-size: 16.5rem;
      color: white;
      font-family: "abnes";
      line-height: 160px;
      letter-spacing: 0px;
      transition: all 0.3s ease-in-out;
      animation-delay: 4s;
    }

 


    .regular-40{

      font-size: 4rem;
      font-family: "abnes";
      line-height: 40px;
      letter-spacing: 0px;
      background: -webkit-linear-gradient(4deg, rgba(128,0,128,1) 0%, rgba(255,192,203,1) 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      padding-bottom: 60px;
      opacity: 0;
      transform: translateY(28px);
      transition: opacity 0.8s, transform 0.8s;

    }

    .light-16{
      font-size: 1.6rem;
      font-weight: 300;
      color: #D3D3D3;
      transition: all 0.3s ease-in-out;
    }

    .regular-16{
      font-size: 1.6rem;
      font-weight: 400;
      color: #D3D3D3;
      transition: all 0.3s ease-in-out;
    }


/* animation */

.fadeInUp {
  animation: fadeInUp 3s forwards;
  animation-delay: 5s;
  animation-fill-mode: forwards;
}


@keyframes fadeInUp {
  from {
      opacity: 0;
      transform: translateY(30px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
      animation-fill-mode: forwards;
  }
}

.fadeInleft {
  animation: fadeInleft 3s forwards;
  animation-delay: 5s;
}


@keyframes fadeInleft {
  from {
      opacity: 0;
      transform: translateX(30px);
  }
  to {
      opacity: 1;
      transform: translateX(0);
      animation-fill-mode: forwards;
  }
}

/* animation */ 





    /* ############## all container ############## */

    .one-container{
      
      display: flex;
      width: 100%;
      padding: 5px 25px;
      justify-content: center;
      position: relative;
      align-items: center;
      margin: 0 auto;
      
    }

    .two-container{
      
      display: flex;
      width: 100%;
      padding: 5px 25px;
      justify-content: center;
      align-items: center;
      margin: 0 auto;
      align-content: center;
      

    }

    .same-container{
      width: 100%;
      height: 100vh;
      max-height: 1000px;
      min-height: 1000px;
      padding: 5px 25px;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; 
 

    }

    .same-container-chlid{
      max-width: 1400px;
      margin: 0 auto;
      height: 100vh;
      max-height: 1000px;
      min-height: 1000px;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-content: center;

    }


    /*  ###################### nav section open ###################### */


    .logo img{
      height: 50px;
      width: 100px;
    }
    
    .nav-area{
      width: 1721px;
      height: 120px;
      justify-content: space-between;
      z-index: 100;
    }



    .nav-button{
      border: 1px solid #D3D3D3;
      padding: 10px 20px;
      border-radius: 8px;
    }
    
    .logo {
      color: white;
      font-size: 3rem;
      font-weight: bold;
    }
    
    nav {
      height: 100px;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin: 0;
      padding: 0 1rem;
      text-align: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background: #36003300;
     
    }
    
    ul {
      margin-bottom: 0;
    }
    
    .navbar {
      text-align: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
    }
    
    .nav-menu li {
      list-style: none;
      padding: 0 3rem;
    }
    
    .nav-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 auto;
      text-align: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: distribute;
      justify-content: center;
      column-gap: 100px;
    }

  
    
    .landing-link{
      color: white;
      font-size: 2rem;
      
    }
    
    .landing-button li{
      list-style: none;
    }
    
    a.nav-link {
      color: #fff;
      text-decoration: none;
      font-size: 1.8rem;
      font-weight: 600;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      padding-bottom: 10px;
    }
    
    a.nav-link:hover {
      color: #FF0099;
      transition: all 0.3s ease-in-out;
      
    }
    a.nav-link:active {
      color: #FF0099;
      transition: all 0.3s ease-in-out;
      
    }
    a.nav-link:focus {
      color: #FF0099;
      transition: all 0.3s ease-in-out;
    }

 

    .nav-menu li{
      position: relative;
    }

    .nav-menu li a::after{
      content: "";
      display: block;
      height: 10px;
      width: 10px;
      background-color: #FF0099;
      border-radius: 100%;
      position: absolute;
      left: 48%;
      margin-top: 6px;
      opacity: 0;
      transition: all 0.3s ease-in-out;
    }


    .nav-menu li a:focus::after{
      opacity: 1;
    }

    .nav-menu li a:active::after{
      opacity: 1;
    }

    .nav-menu li a:hover::after{
      opacity: 1;
    }

    .stickk li a{
      position: relative; 
    }
    
    .stickk li a::after{
      content: "";
      display: block;
      height: 10px;
      width: 10px;
      background-color: #FF0099;
      border-radius: 100%;
      position: absolute;
      left: -70%;
      top: 10%;
      margin-top: 6px;
      opacity: 0;
      transition: all 0.3s ease-in-out;
    }


    .stickk li a:focus::after{
      opacity: 1;
    }

    .stickk li a:active::after{
      opacity: 1;
    }

    .stickk li a:hover::after{
      opacity: 1;
    }
   

    .hamburger {
      display: none;
    }
    
    .bar,
    .fa-times {
      width: 1.5rem;
      height: 3px;
      display: block;
      color: #fff;
      padding: 0;
      margin: 6px;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      background-color: #fff;
    }
    
    .bar:nth-child(1) {
      width: 100%;
    }
    
    .bar:nth-child(2) {
      width: 200%;
    }
    
    .bar:nth-child(3) {
      width: 300%;
    }
    

      /*  ###################### nav section Close ###################### */


      /* ######################### landing page ###########################  */

      .bg{
        background-image: url(./images/background.jpg);
        background-color: black;
        background-position: center;
        background-repeat: no-repeat;
        object-fit: cover;
        object-position: center;
        position: relative;
        overflow: hidden;
        background-size: cover;
      }

            /* landing overlay  */

     .bg::after{
      content: "";
      display: block;
      height: 100%;
      width: 100%;
      background: rgba(0, 0, 0, 0.301);
      position: absolute;
      top: 0%;
      z-index: 1;
      filter: blur(20px);
    }




      .landing-page{
        height: 100vh;
        width: 1721px;
        z-index: 2;
        display: grid;
        grid-template-columns: 15fr 1fr;
        justify-content: center; 
        /* scroll-snap-align: top;  */
        
      }

      .part-one{
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        row-gap: 60px;
        height: 100%;;
        justify-content: center;
        
      }

      .paragraph{
        display: flex;
        align-items: right;
        align-self: flex-start;
        padding-bottom: 150px;
        
        
      }

      .heading{
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 100px;
      }

      .first-button{
        position: relative;
        margin-top: 35px;
        padding-left: 8px;
      }

      .fa-arrow-right{
        margin-left: 10px;
        color: white;
        transition: all 0.3s ease-in-out;
        
      }

      .first-button:hover .fa-arrow-right{
        margin-left: 16px;
      }

      .first-button:hover a{
        color: #FF0099;
      }
      
      .first-button a{
        transition: all 0.3s ease-in-out;
      }


      .text-one{
        border-left: 5px solid white;
        padding-left: 1.5rem;
        
      }

      .first-button::before{
        content: "";
        display: inline-block;
        width: 80px;
        height: 7px;
        background-color: #fff;
        position: absolute;
        top: -16px;
      }

      .part-two{
        display: flex;
        justify-content: end;
        align-items: center;
        position: relative;
        height: 100%; 
      }


      .nums{
        display: flex;
        flex-direction: column;
        row-gap: 60px;
        /* border: 0.8px #FFC0CB solid; */
        border-radius: 11px;
        padding: 8px 8px;
         
      }

  

      
      .second-button a:hover{
        color: #FF0099;
        transition: all 0.3s ease-in-out;
      }

      .second-button a:active{
        color: #FF0099;
        transition: all 0.3s ease-in-out;
      }

      .second-button a:focus{
        color: #FF0099;
        transition: all 0.3s ease-in-out;
      }


      .stickk{
        position: fixed;
        transition: all 0.3s ease-in-out;
       }

       .stickk {
        z-index: 100 !important;
        
      }

     


  
       /* ######################### landing page close ###########################  */
  
       /* ######################### about page section ###########################  */

      
  
     
       .model-part-phone{
        display: none;
       }

       .about-content{
        display: flex;
        flex-direction: row;
        height: 100%;
        width: 1400px;
        justify-content: center;
        align-items: center;
        column-gap: 20px;
        padding: 10px;
        transition: all 0.3s ease-in-out;
       }

      .text-part{
        flex-direction: column;
        justify-content: center;
        align-items: left;
        transition: all 0.3s ease-in-out;  
       }

      

       .model-part, .text-part {
        height: 600px;
        width: 50%;
        transition: all 0.3s ease-in-out;
       }

       .model-part{
        position: relative;
       }

       .mycheck{
        /* background-color: #FF0099; */
        z-index: 1;
       }
  
       .scissor{
        height: 100%;
        width: 100%; 
        z-index: -1;
       }

       

       .mycheck{
        /* background-color: #FF0099; */
       }

       .scissor iframe{
        height: 100%;
        width: 100%;
       }

       #scissor{
        position: absolute;
        transition: all cubic-bezier(0.19, 1, 0.22, 1)0.5s;
       }

       

       .text-part .first-button::before{
        content: "";
        display: none;
        width: 80px;
        height: 7px;
        background-color: #fff;
        position: absolute;
        top: -16px;
        transition: all 0.3s ease-in-out;
      }

      .projectbarb-line::before{
        content: "";
        display: inline-block;
        height: 5px;
        width: 40px;
        background-color: white;
        margin-bottom: 5px;
        margin-right: 5px;
        transition: all 0.3s ease-in-out;
      }

      /* ######################### about page close ###########################  */

      /* ######################### feature page open ###########################  */

      .feature-section{
        /* scroll-snap-align: center; */
        transition: all 0.3s ease-in-out;
      }

 
      .feature-content{
        display: flex;
        flex-direction: column;
        height: 100%;
        width: 1400px;
        justify-content: center;
        align-items: center;
        row-gap: 20px;
        padding: 10px;
        transition: all 0.3s ease-in-out;
       }

       .feature-title{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 15%;
        transition: all 0.3s ease-in-out;
        
      }


      .feature-content .features{
        width: 100%;
        height: 40%;
        z-index: 1;
        opacity: 0;
        transform: translateX(100px);
        transition: opacity 0.8s, transform 0.8s;
      }

       .features-content, .feature-text{
        width: 100%;
        height: 45%;
        transition: all 0.3s ease-in-out;

       }


       .feature-text{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        transition: all 0.3s ease-in-out;
       }

       .feature-text .one, .ani-model{
        height: 100%;
        width:  50%;
        display: flex;
        justify-content: center;
        flex-direction: column;
        transition: all 0.3s ease-in-out;
       }

      .card{
      position: relative;
      height: 350px;
      display: flex;
      justify-content: center;
      align-items: center; 
      width: 100%;
      transition: all 0.3s ease-in-out;
  }

  .mein{
    position: relative;
    width: 100%;
    height: 200px;
    border: 0.8px #FFC0CB solid;
    border-radius: 11px;
    background: radial-gradient(rgba(255, 255, 255, 0.075) 30%, rgba(31, 31, 31, 0.267));
    backdrop-filter: blur(6px);
    flex: 0 0 auto;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); 
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 34px;
    padding-bottom: 10px;
    transition: all 0.3s ease-in-out;
  }

  .mein-change{
    padding-top: 28px;
  }
  
  .name{
      font-size: 18px;
      font-weight: 600;
      color: white;
      margin-bottom: 5px;
      transition: all 0.3s ease-in-out;
  }
  
  .time{
      color: #D3D3D3;
      font-size: 12px;
      font-weight: 500;
      margin-bottom: 10px;  
      transition: all 0.3s ease-in-out;  
  }
  
  .price{
      color: #FFC0CB;
      font-size: 15px;
      margin-bottom: 10px;
      font-weight: 500;
      transition: all 0.3s ease-in-out;
  }
  
 .paragraph-two p{
      font-size: 15px;
      font-weight: 400;
      color: white;
  }
  
  .card .card-content{
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 30px;
      position: relative;
      transition: all 0.3s ease-in-out;

  }
  .swiper{
      width: 100%;
      height: 100%;;
  }

  .text-center{
    text-align: center;
  }

  
    .circle-bg{
      height: 53px;
      width: 53px;
      border: 0.8px solid #FFC0CB;
      border-radius: 100%;
      justify-content: center;
      align-items: center;
      display: flex;
      background: radial-gradient(rgba(255, 255, 255, 0.075) 30%, rgba(31, 31, 31, 0.267));
      backdrop-filter: blur(6px);
  
    }

    .circle-wrapper{
      position: absolute;
      top: -21%;
      left: 40%;
      height: 70px;
      width: 70px;
      border-bottom: #FFC0CB 0.9px solid;
      border-radius: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #000000;
      
    }

    .swiper-wrapper{
      justify-content: space-between;
    }

    .feature-model{
      height: 600px;
      width: 1400px;
      margin: 2px auto;
      display: flex;
      flex-direction: row;
      padding: 5px 25px;
      transition: all 0.3s ease-in-out;
    }

    .model-text, .mein-model{
      height: 100%;
      width: 50%;
      transition: all 0.3s ease-in-out;
    }

    
    .model-text p:nth-child(1){
      font-size: 2.2rem;
      font-weight: 400;
      color: white;
      transition: all 0.3s ease-in-out;
    }

    .model-text{
      display: flex;
      justify-content: center;
      align-items: left;
      flex-direction: column;
    }

    .model-text .first-button::before{
      content: "";
      display: none;
      width: 80px;
      height: 7px;
      position: absolute;
      top: -16px;
    }

    .model-text .first-button{
      padding: 0;
    }


    .feature-text .first-button::before{
      content: "";
      display: none;
      width: 80px;
      height: 7px;
      background-color: #fff;
      position: absolute;
      top: -16px;
      transition: all 0.3s ease-in-out;
    }


      /* ######################### feature page close ###########################  */

      .shape-section{
        /* scroll-snap-align: center; */
        z-index: 1;
      }

  

      .shape-content{
        display: flex;
        flex-direction: column;
        height: 100%;
        width: 1400px;
        justify-content: center;
        align-items: center;
        padding: 10px;
        transition: all 0.3s ease-in-out;
      }

      .shape-main{
        height: 800px;
        width: 100%;
        border: 0.8px #FFC0CB solid;
        border-radius: 11px;
        background: radial-gradient(rgba(255, 255, 255, 0.075) 30%, rgba(31, 31, 31, 0.267));
        backdrop-filter: blur(6px);
        flex: 0 0 auto;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); 
        justify-content: center;
        align-items: center;
        display: flex;
        flex-direction: column;
        padding: 10px;
        transition: all 0.3s ease-in-out;
      }
   

        


      .shape-main h1:nth-child(1){

        padding-bottom: 40px;
        text-align: center;
      }

      .shape-main p:nth-child(2){
        width: 70%;
        text-align: center;
      }

      .shape-main .first-button::before{
        content: "";
        display: none;
        width: 80px;
        height: 7px;
        position: absolute;
        top: -16px;
      }

      /* ###################### shape-content close ######################  */

      .tech-section{
        /* scroll-snap-align: center; */
      }

      .tech-content{
        display: flex;
        flex-direction: row;
        height: 100%;
        width: 1400px;
        justify-content: center;
        align-items: center;
        column-gap: 20px;
        padding: 10px;
        transition: all 0.3s ease-in-out;
       }

       .tech-section .model-part, .text-part{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: left;
        transition: all 0.3s ease-in-out;
       }

       .tech-section.section{
        justify-content: center;
       }

       /* ###################### tech-content close ######################  */

        /* ###################### review section strat ######################  */

  

        .counter-section{
          display: flex;
          flex-direction: row;
          height: 100%;
          width: 1400px;
          justify-content: center;
          align-items: center;
          row-gap: 10px;
          padding: 10px;
          column-gap: 50px;
          transition: all 0.3s ease-in-out;
        
        }
        
        .counter-content{
          width: 50%;
          height: 100%;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          column-gap: 15px;
          row-gap: 15px;
          transition: all 0.3s ease-in-out;
          
        }

        .counter-content .rating{
          width: 180px;
          height: 52px;
          border: 0.8px #FFC0CB solid;
          border-radius: 100px;
          background: radial-gradient(rgba(255, 255, 255, 0.075) 30%, rgba(31, 31, 31, 0.267));
          backdrop-filter: blur(6px);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); 
          padding: 5px 5px;
          display: flex;
          justify-content: center;
          align-items: center;
          transform: translate(50px);
          transition: all 0.3s ease-in-out;
          
        }

        .rating .fa-solid {
          color: #ffe234;
          margin-right: 5px;
          transition: all 0.3s ease-in-out;
        }

        .counter-boxes{
          height: auto;
          width: 100%;  
          display: flex;
          grid-template-columns: 5fr;
          grid-template-rows: 1fr 1fr 1fr;
          justify-content: center;
          align-items: center;
          flex-direction: column;
          row-gap: 15px;
          column-gap: 15px;
          transition: all 0.3s ease-in-out;
        }

        .counterbox{
          height: 160px;
          width: 310px;
          border: 0.8px #FFC0CB solid;
          border-radius: 10px;
          background: radial-gradient(rgba(255, 255, 255, 0.075) 30%, rgba(31, 31, 31, 0.267));
          backdrop-filter: blur(6px);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); 
          row-gap: 15px;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: column;
          position: relative;
          transition: all 0.3s ease-in-out;
        }

        .combindbox{
          display: flex;
          justify-content: center;
          align-items: center;
          column-gap: 15px;
          transition: all 0.3s ease-in-out;
        }

        .counter-box1{
          transform: translate(50px);
          transition: all 0.3s ease-in-out;
        }

        .counter-box4{
          transform: translate(-50px);
          transition: all 0.3s ease-in-out;
        }

        .pic-user{
          position: absolute;
          height: 48px;
          width: 48px;
          border-radius: 100%;
          border: 0.8px solid #FFC0CB;    
          transition: all 0.3s ease-in-out;              
        }


        .pic-user1{
          left: -10%;
          top: 10%;
          background: url(./images/userpic1.png);
          background-position: center;
          background-size: 48px;
          scale: 0.8;
          transition: opacity 0.8s, transform 0.8s;
          
          
        }

        .pic-user2{
          right: -10%;
          top: 30%;
          background: url(./images/userpic2.png);
          background-position: center;
          background-size: 48px;
          scale: 0.8;
          transition: opacity 0.8s, transform 0.8s;
        }

        .pic-user3{
          right: 50%;
          top: -17%;
          scale: 0.7;
          background: url(./images/userpic3.png);
          background-position: center;
          background-size: 48px;
        }

        .pic-user4{
          right: 40%;
          bottom: -17%;
          background: url(./images/userpic4.png);
          background-position: center;
          background-size: 48px;
          scale: 0.7;
          transition: opacity 0.8s, transform 0.8s;
        }

        .pic-user5{
          right: -10%;
          bottom: 5%;
          scale: 1.1;
          background: url(./images/userpic5.png);
          background-position: center;
          background-size: 48px;
        }

        .pic-user6{
          left:-10%;
          bottom: 5%;
          background: url(./images/userpic6.png);
          background-position: center;
          background-size: 48px;
          scale: 1;
          transition: opacity 0.8s, transform 0.8s;
        }

        .pic-user7{
          right:-10%;
          bottom: 35%;
          background: url(./images/user-pic-2.png);
          background-position: center;
          background-size: 48px;
          scale: 0.8;
          transition: opacity 0.8s, transform 0.8s;
        }

        .counter-box4{
          z-index: -1;
        }

        .counter-text{
          width: 50%;
          height: 100%;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: left;
          transition: all 0.3s ease-in-out;
        }

        

          .counterbox h1{
            font-size: 4rem;
            font-weight: 500;
            color: white;
            line-height: 40px;
            transition: all 0.3s ease-in-out;
          }

          .counterbox h2{
            font-size: 1.6rem;
            font-weight: 400;
            color: white;
            transition: all 0.3s ease-in-out;
          }
       
       
     

       /* ###################### review section close ######################  */

    

       /* ###################### form section start ######################  */




       .form-part{
        position: relative;
      }
    
      .lighting-two{
        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);
        right: 10%;
        top: 40%;
        scale: 1;
        z-index: -1;
        
      }


           .form-section{
            /* scroll-snap-align: center; */
            transition: all 0.3s ease-in-out;
           }

           .contact-text{
            display: flex;
            flex-direction: column;
            justify-content: center;
            transition: all 0.3s ease-in-out;
           }

             .form-content{
              flex-direction: row-reverse;
              justify-content: center;
              align-items: center;
              transition: all 0.3s ease-in-out;
             }

             .form-part{
              display: flex;
              justify-content: center;
              align-items: center;
              transition: all 0.3s ease-in-out;
             }

          
             form{
              display: flex;
              flex-direction: column;
              justify-content: center;
              align-items: center;
              height: 450px;
              width: 450px;
              transition: all 0.3s ease-in-out;
             }
             

             .input-box{ 
              width: 450px;
              height: 450px;
              display: flex;
              flex-wrap: wrap;
              flex-grow: 1;
              justify-items: center;
              justify-content: center;
              position: relative;
              column-gap: 6%;
              transition: all 0.3s ease-in-out;
             }

              form textarea{
              width: 100%;
              height: 260px;
              padding: 5px 8px;
              font-size: 1.6rem;
              font-family: 'Onest', sans-serif;
              border: 0.2px #FFC0CB solid;
              border-radius: 5px;
              background: radial-gradient(rgba(255, 255, 255, 0.075) 30%, rgba(31, 31, 31, 0.267));
              backdrop-filter: blur(6px);
              flex: 0 0 auto;
              box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); 
              color: #D3D3D3;
              position: relative;
              resize: none;
              transition: all 0.3s ease-in-out;
             }

             form textarea:focus{
              outline: none;
              transition: all 0.3s ease-in-out;
             }

             .select{
              width: 100%;
              display: flex;
              justify-content: center;
              align-items: center;
              height: 35px;
              transition: all 0.3s ease-in-out;
              
             }

             input .select{
              width: 100%;
              height: 35px;
              font-size: 1.6rem;
              font-family: 'Onest', sans-serif;
              transition: all 0.3s ease-in-out;
              
                          
             }
             .select select{
              width: 100%;
              height: 40px;
              font-size: 1.6rem;
              font-family: 'Onest', sans-serif;
              padding: 8px 10px;
              border: 0.2px #FFC0CB solid;
              border-radius: 5px;
              background: radial-gradient(rgba(255, 255, 255, 0.075) 30%, rgba(31, 31, 31, 0.267));
              backdrop-filter: blur(6px);
              flex: 0 0 auto;
              box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); 
              color: #D3D3D3;
              transition: all 0.3s ease-in-out;
             }

             .select select option{
              font-size: 1.6rem;
              font-family: 'Onest', sans-serif;
              padding: 8px 10px;
              border: 0.2px #FFC0CB solid;
              border-radius: 5px;
              background-color: rgba(0, 0, 0, 0.541);
              backdrop-filter: blur(6px);
              flex: 0 0 auto;
              box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); 
              color: #D3D3D3;
              transition: all 0.3s ease-in-out;
             }

            

             .input-box input[type="text"]{
              width: 47%;
              height: 40px;
              padding: 8px 10px;
              font-size: 1.6rem;
              font-family: 'Onest', sans-serif;
              border: 0.2px #FFC0CB solid;
              border-radius: 5px;
              background: radial-gradient(rgba(255, 255, 255, 0.075) 30%, rgba(31, 31, 31, 0.267));
              backdrop-filter: blur(6px);
              flex: 0 0 auto;
              box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); 
              color: #D3D3D3;
             }

             .input-box input[type="email"]{
              width: 100%;
              height: 40px;
              padding: 8px 10px;
              font-size: 1.6rem;
              font-family: 'Onest', sans-serif;
              border: 0.2px #FFC0CB solid;
              border-radius: 5px;
              background: radial-gradient(rgba(255, 255, 255, 0.075) 30%, rgba(31, 31, 31, 0.267));
              backdrop-filter: blur(6px);
              flex: 0 0 auto;
              box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); 
              color: #D3D3D3;
             }

             form button{
              width: 200px;
              height: 40px;
              padding: 8px 10px;
              padding-top: 15px;
              background-color: black;
              color: white;
              border: 0.2px #FFC0CB solid;
              position: absolute;
              bottom: 4.1%;
              right: 10%;
              border-bottom: none;;
              border-top-right-radius: 10px;
              border-top-left-radius: 10px;
              font-size: 1.8rem;
              font-family: 'Onest', sans-serif;
            
             }

             form button:hover .fa-arrow-right{
              margin-left: 16px;
            }

            form button:hover{
              color: #FF0099;
              transition: all 0.3s ease-in-out;
            }

            form button{
              cursor: pointer;
            }

               /* form message ###############################  */

       .form-styling{
        height: 100vh;
        width: 100%;
        background-color: black;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0px, 2px;
        flex-direction: column;
       }

       .form-styling .thanks-message{
        height: 600px;
        width: 400px;
        font-family: 'Onest', sans-serif;
        border: 0.2px #FFC0CB solid;
        border-radius: 20px;
        background: radial-gradient(rgba(255, 255, 255, 0.075) 30%, rgba(31, 31, 31, 0.267));
        backdrop-filter: blur(6px);
        flex: 0 0 auto;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); 
        color: #D3D3D3;
        transition: all 0.3s ease-in-out;
        display: flex;
        justify-content: center;
        align-items: center;  
        flex-direction: column;
       }

       .checkicon{
        height: 40px;
        width: 100%;
       }

       .fa-circle-check{
        scale: 2.3;
        color: #FFC0CB;
       }

       .thanks-message h1{
        font-size: 3rem;
        color: white;
        font-family: 'Onest', sans-serif;
        font-weight: 500;
        margin-top: 30px;
       }

       .thanks-message p{
        font-size: 1.6rem;
        color: grey;
        font-weight: 300;
        text-align: center;
        margin-top: 10px;
        width: 90%;
       }

       .back-button a{ 
        font-size: 1.8rem;
        color: white;
        font-weight: 500;
       }

       .back-button{
        margin-top: 20px;
       }

        /* form message ###############################  */


             /*  ###################### footer section start ###################### */

             .footer-container{
              height: 60vh;
              width: 100%;
              display: flex;
              flex-direction: column;
              justify-content: center;
              align-items: center;
              row-gap: 50px;
              padding: 5px 25px;
              transform: all 0.3s ease-in-out;
              /* scroll-snap-align: center; */
             }

             .fot-title{
              width: 100%;
              height: 120px;
              transform: all 0.3s ease-in-out;
             }

             .fot-content{
              height: auto;
              width: 1500px;
              display: flex;
              justify-content: space-between;
              align-items: center;
              flex-direction: row;
              padding: 10px;
              transform: all 0.3s ease-in-out;
                        
             }

            .address, .links{
              width: 30%;
              height: 100%;
              transform: all 0.3s ease-in-out;
             }

             .social-media{
              width: 40%;
              height: 100%;
              transform: all 0.3s ease-in-out;
             }

             .social-media, .address, .links{
              display: flex;
              flex-direction: column;
              justify-content: space-between;
              row-gap: 30px;
              transform: all 0.3s ease-in-out;
             
             }

             .links{
              align-items: center;
              transform: all 0.3s ease-in-out;
             }

             .address p{
              line-height: 40px;
              transform: all 0.3s ease-in-out;
             }

             .links-gap{
              display: flex;
              flex-direction: column;
              row-gap: 5px;
              transform: all 0.3s ease-in-out;
           
             }


             .links-gap li:hover a{
              color: #FF0099;
              transform: all 0.3s ease-in-out;
             }
             

             .icons i{
              color: rgba(255, 255, 255, 0.664);
              font-size: 3rem;
              border: 0.2px #FFC0CB solid;
              padding: 2rem;
              border-radius: 100%;
              background: radial-gradient(rgba(255, 255, 255, 0.075) 30%, rgba(31, 31, 31, 0.267));
              box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
              backdrop-filter: blur(6px);
              transition: all 0.3s ease-in-out;
              
             }

             .icons i:hover{
              color: #FFC0CB;
              scale: 0.9;
              
             }

             .icons{
              display: flex;
              justify-content: space-around;
              align-items: center;
             }

             .running-line{
              font-size: 90px;
              font-family: "abnes";
              color: #FF0099;  
             }

             .fot-content p{
              font-size: 1.6rem;
              font-weight: 200;
             }


             .footer-line{
                width: 80%;
                height: 1px;
                border-top: 1px solid #5A5A5A;
                margin-bottom: 20px;
                padding: 20px 2px;
             }

             .footer-line p{
              font-size: 1.6rem;
              color: white;
              font-weight: 300;
             }

          

             .links-gap li a{
              font-size: 1.6rem;
             }

          
             /*  ###################### footer section close ###################### */

       
      /*  ###################### nav section Media ###################### */
     
      @media (max-width: 1120px ){

        .nav-menu{
          column-gap: 50px;
        }
        
        .new-number{
          display: none;
        }

    
      }

      @media (max-width: 1000px ){

        .logo {
          color: white;
          font-size: 3rem;
          font-weight: bold;
          width: 50% !important;
          display: flex;
          align-items: left;
        }

        .hamburger {
          display: block;
          padding-right: 25px;
        }
        .active .bar:nth-child(2) {
          opacity: 0;
        }
        .active .bar:nth-child(1) {
          -webkit-transform: translateY(8px) rotate(-315deg);
          transform: translateY(8px) rotate(-315deg);
          width: 300%;
        }
        .active .bar:nth-child(3) {
          -webkit-transform: translateY(-10px) rotate(-45deg);
          transform: translateY(-10px) rotate(-45deg);
          width: 300%;
        }
        .nav-menu {
          width: 100%;
          height: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: center;
          align-items: center;
          position: fixed;
          top: 75px;
          right: -100%;
          -webkit-transition: 0.5s;
          transition: 0.5s;
          margin: 0 auto;
          background: black;
          margin-top: -75px;
          z-index: 100;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          backdrop-filter: blur(6px);     
        }

        
      
        .nav-menu li {
          padding: 1rem 0;
         
        }
      
        a.nav-link {
          margin: 1rem 0;
          color: white;;
          z-index: 1;
          font-size: 3rem;
          text-transform: uppercase;
          border-bottom: 0.6px solid gray;
        }

        a.nav-link:hover{
          scale: 1.1;
        }

        .nav-menu li a:focus::after{
          opacity: 0;
        }
    
        .nav-menu li a:active::after{
          opacity: 0;
        }
    
        .nav-menu li a:hover::after{
          opacity: 0;
        }
    
      
        .active {
          right: 0;
          z-index: 100;
          transition: 0.2s ease;
        }

    
      }
    
      
      @media screen and (max-width: 400px) {
        a.nav-link {
          padding: 0.75rem 0;
        }
    
        
      }

      /*  ###################### nav section Media close ###################### */

      /* ######################  landing page media open ######################   */

      @media (max-width: 1026px){

        .landing-page{
          height: 76vh;
        }

        .footer-container{
          height: 45vh;
          width: 100%;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          row-gap: 50px;
          padding: 5px 25px;
          transform: all 0.3s ease-in-out;
          /* scroll-snap-align: center; */
         }


        
      }


      @media (max-width: 1000px ){

       
        
    .logo {
          color: white;
          font-size: 3rem;
          font-weight: bold;
          width: 70% !important;
          display: flex;
          align-items: left;
        }
     
        .part-one{
          display: flex;
          flex-direction: column-reverse;
          row-gap: 35px;
          padding-right: 20px;
          justify-content: center;
        }

        .paragraph{
          display: flex;
          align-items: flex-end;
          padding-bottom: 10px;
        
        }

        .regular-20{
          color: #D3D3D3;
          line-height: 20px;
          font-size: 1.6rem;
          line-height: 16px !important;
        }

      }

      @media (max-width: 880px ){

        

        .regular-95{
          font-size: 7rem;
          line-height: 80px;
        }

        .regular-200{
          font-size: 12rem;
          line-height: 80px;
        }

        .part-one{
          display: flex;
          flex-direction: column-reverse;
          row-gap: 35px;
          padding-right: 20px;
          justify-content: center;
        }

        .paragraph{
          display: flex;
          align-items: flex-end;
          padding-bottom: 10px;
        }

        .regular-20{
          color: #D3D3D3;
          font-size: 1.6rem;
          line-height: 16px !important;
        }

        /* ######################### new button ############################  */

    .cssbuttons-io-button {
      background:#FF0099;
      color: white;
      font-family: inherit;
      padding: 0.35em;
      padding-left: 1.2em;
      font-size: 17px;
      font-weight: 500;
      border-radius: 0.9em;
      border: none;
      letter-spacing: 0.05em;
      display: flex;
      align-items: center;
      box-shadow: inset 0 0 1.6em -0.6em #714da6;
      overflow: hidden;
      position: relative;
      height: 2.8em;
      padding-right: 3.3em;
      cursor: pointer;
      width: 250px;
      margin-top: 20px;
    }
    
    .cssbuttons-io-button .icon {
      background: white;
      margin-left: 1em;
      position: absolute;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 2.2em;
      width: 2.2em;
      border-radius: 0.7em;
      box-shadow: 0.1em 0.1em 0.6em 0.2em #7b52b9;
      right: 0.3em;
      transition: all 0.3s;
    }
    
    .cssbuttons-io-button:hover .icon {
      width: calc(100% - 0.6em);
    }
    
    .cssbuttons-io-button .icon svg {
      width: 1.1em;
      transition: transform 0.3s;
      color: #FF0099;
    }
    
    .cssbuttons-io-button:hover .icon svg {
      transform: translateX(0.1em);
    }
    
    .cssbuttons-io-button:active .icon {
      transform: scale(0.95);
    }
        

    

        }


      @media (max-width: 767px ){

        .part-two{
          display: none;
        }

        .regular-95{
          font-size: 5.5rem;
          line-height: 60px;
        }

        .regular-200{
          font-size: 9.5rem;
          line-height: 70px;
        }
        
        
        .regular-20{
          color: #D3D3D3;
          font-size: 1.6rem;
          line-height: 16px !important;
        }

        .bg::after{
          content: "";
          display: block;
          height: 100%;
          width: 100%;
          background: rgba(0, 0, 0, 0.411);
          position: absolute;
          top: 0%;
          z-index: 1;
          filter: blur(0px);
        }

      }

      @media (max-width: 520px ){


        
    .cssbuttons-io-button {
      background:#FF0099;
      color: white;
      font-family: inherit;
      padding: 0.35em;
      padding-left: 1em;
      font-size: 16px;
      font-weight: 500;
      border-radius: 0.9em;
      border: none;
      letter-spacing: 0.05em;
      display: flex;
      align-items: center;
      box-shadow: inset 0 0 1.6em -0.6em #714da6;
      overflow: hidden;
      position: relative;
      height: 2.8em;
      padding-right: 3.3em;
      cursor: pointer;
      width: 220px;
      margin-top: 20px;
    }
    
    .cssbuttons-io-button .icon {
      background: white;
      margin-left: 1em;
      position: absolute;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 2.2em;
      width: 2.2em;
      border-radius: 0.7em;
      box-shadow: 0.1em 0.1em 0.6em 0.2em #7b52b9;
      right: 0.3em;
      transition: all 0.3s;
    }
    
    .cssbuttons-io-button:hover .icon {
      width: calc(100% - 0.6em);
    }
    
    .cssbuttons-io-button .icon svg {
      width: 1.1em;
      transition: transform 0.3s;
      color: #FF0099;
    }
    
    .cssbuttons-io-button:hover .icon svg {
      transform: translateX(0.1em);
    }
    
    .cssbuttons-io-button:active .icon {
      transform: scale(0.95);
    }
        

        .logo {
          color: white;
          font-size: 3rem;
          font-weight: bold;
          width: 40%;
          display: flex;
          align-items: left;
        }

        .part-two{
          display: none;
        }

        .regular-95{
          font-size: 3.5rem;
          line-height: 40px;
        }

        .regular-200{
          font-size: 6.5rem;
          line-height: 60px;
        }
        
        
        .regular-20{
          color: #D3D3D3;
          line-height: 14px;
          font-size: 14px;
          text-align: left;
        }

        
      .paragraph{
        display: flex;
        align-items: right;
        align-self: center;
        
      }

      .first-button{
        position: relative;
        margin-top: 35px;
        padding-left: 0px;
      }

      .text-one{
        border-left: 5px solid white;
        padding-left: 2.2rem;
        
      }

      .landing-page{
        height: 84vh;
        width: 1721px;
        z-index: 2;
        display: grid;
        grid-template-columns: 15fr;
        justify-content: center;  
        
      }

      .part-one{
        display: flex;
        flex-direction: column-reverse;
        row-gap: 35px;
        padding-right: 0px;
        justify-content: center;
        z-index: 200 !important;
      }

      .medium-20{
        font-size: 1.8rem;
      }


      }


      @media (max-width: 360px ){

        .regular-95{
          font-size: 3rem;
          line-height: 30px;
        }

        .regular-200{
          font-size: 5.3rem;
          line-height: 45px;
        }

      }

      @media (max-width: 340px ){

   .regular-20{
    font-size: 1.4rem;
    line-height: 14px;
   }

      }

         /* ######################  landing page media close ######################   */



         /* ######################  about section media open  ###################### */



         @media (max-width: 1505px ){

          /* footer section  */

          .fot-content{
            height: auto;
            width: 1400px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-direction: row;
            padding: 10px;                    
           }

         }

         


         
      @media (max-width: 1401px ){

        
          

        .same-container-chlid{
          width: 1200px;
        }

        .about-content{
          width: 1200px;
        }
        
        
        .bold-30{
          font-size: 2.8rem;
          line-height: 28px;
          margin-bottom: 20px;

          
        }

        .medium-30{
          font-size: 2.8rem;
          line-height: 28px;
          margin-bottom: 25px;
        }

        .regular-40{
          font-size: 3.8rem;
          line-height: 90px;
          padding-bottom: 35px;
        }

        .regular-25{
          font-size: 2.2rem;
        }

        .regular-20-two{
          padding-bottom: 26px;
        }

        /* feature section media  */

        .feature-content{
          display: flex;
          flex-direction: column;
          height: 100%;
          width: 1200px;
          justify-content: center;
          align-items: center;
          row-gap: 20px;
         }

         /* shape-section */

         .shape-content{
          display: flex;
          flex-direction: column;
          height: 100%;
          width: 1200px;
          justify-content: center;
          align-items: center;
        }

        .shape-main{
          height: 750px;
        }

        /* .tech-content */

        .tech-content{
          width: 1200px;
        }

        /* .review-section */

    
        
        .counter-section{
          width: 1200px;
        }


        .counterbox{
          height: 140px;
          width: 280px;
        }

        .counterbox h1{
          font-size: 4rem;
          font-weight: 500;
          color: white;
          line-height: 40px;
        }

        .counterbox h2{
          font-size: 1.6rem;
          font-weight: 400;
          color: white;
        }



      

                  /* footer section  */

          .fot-content{
            height: auto;
            width: 1200px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-direction: row;
            padding: 10px;                    
           }

        
      }

      @media (max-width: 1201px ){

       

        .same-container-chlid{
          width: 1000px;
        }

        .about-content{
          width: 1000px;
        }

    
        .bold-30{
          font-size: 2.6rem;
          line-height: 26px;
          margin-bottom: 18px;
        }

        .medium-30{
          font-size: 2.6rem;
          line-height: 26px;
          margin-bottom: 20px;
        }

        .regular-40{
          font-size: 3.2rem;
          line-height: 60px;
          padding-bottom: 28px;
        }

        .regular-25{
          font-size: 2rem;
        }

        .regular-20-two{
          padding-bottom: 20px;
        }

         /* feature section media  */

         .feature-content{
          display: flex;
          flex-direction: column;
          height: 100%;
          width: 1000px;
          justify-content: center;
          align-items: center;
          row-gap: 20px;
         }

         .name{
          font-size: 17px;
          font-weight: 600;
          color: white;
          margin-bottom: 5px;
      }
      
      .time{
          color: #D3D3D3;
          font-size: 11px;
          font-weight: 500;
          margin-bottom: 10px;    
      }
      
      .price{
          color: #FFC0CB;
          font-size: 14px;
          margin-bottom: 10px;
          font-weight: 500;
      }
      
     .paragraph-two p{
          font-size: 14px;
          font-weight: 400;
          color: white;
      }

      /* shape-section */



      .shape-content{
        display: flex;
        flex-direction: column;
        height: 100%;
        width: 1000px;
        justify-content: center;
        align-items: center;
      }

      
      .shape-main{
        height: 700px;
      }


        /* .tech-content */

        .tech-content{
          width: 1000px;
        }

             /* .review-section */
        
             .counter-section{
              width: 1000px;
            }

            .counterbox{
              height: 120px;
              width: 240px;
            }
    
            .counterbox h1{
              font-size: 4rem;
              font-weight: 500;
              color: white;
              line-height: 40px;
            }
    
            .counterbox h2{
              font-size: 1.6rem;
              font-weight: 400;
              color: white;
            }

            .pic-user1{
              left: -10%;
              top: 10%;
              scale: 0.8;
              
            }
    
            .pic-user2{
              right: -10%;
              top: 30%;
              scale: 0.7;
      
            }
    
            .pic-user3{
              right: 50%;
              top: -17%;
              scale: 0.7;
    
            }
    
            .pic-user4{
              right: 40%;
              bottom: -20%;
              scale: 0.8;
   
            }
    
            .pic-user5{
              right: -10%;
              bottom: 5%;
              scale: 1;
    
            }
    
            .pic-user6{
              left:-12%;
              bottom: 5%;
              scale: 0.7;
         
            }
    
            .pic-user7{
              right:-12%;
              bottom: 5%;
              scale: 0.6;
     
            }

           
    
    

    
             /* form section  */
             
             form{
              width: 100%;
             }

             .input-box{
              width: 100%;
             }

             form button{
              width: 160px;
             }

             .input-box input[type="text"]{
              font-size: 1.4rem;
             }
             .input-box input[type="email"]{
              font-size: 1.4rem;
             }
             form textarea{
              font-size: 1.4rem;
             }
             

               /* footer section  */

              .fot-content{
                height: auto;
                width: 1000px;
                display: flex;
                justify-content: space-between;
                align-items: center;
                flex-direction: row;
                padding: 10px;                    
              }

              .social-media, .address, .links {
                display: flex;
                flex-direction: column;
                justify-content: center;
                row-gap: 20px;
            }

            .fot-content .regular-20{
              font-size: 1.8rem;
            }

            .icons i{
              font-size: 2.2rem;
              padding: 1.6rem;

              
             }
             .semi-bold-60{
              font-size: 3rem
             }

             .address p{
              line-height: 30px;
             }

             .fot-content li{
              font-size: 14px;
             }

             .running-line{
              font-size: 60px;
              font-family: "abnes";
              color: #FF0099;  
             }

             .fot-title{
              width: 100%;
              height: 80px;
             }

             
             
      
  
      }

      @media  (max-width: 1024px){

        .same-container {
          height: 70vh !important;
        }

        .feature-section{
          height: 80vh !important;
        }

      

      }


      @media (max-width: 1010px ){

      

        .same-container-chlid{
          width: 900px;
          /* margin-bottom: 50px; */
        }


        .about-content{
          width: 900px;
        }
        .bold-30{
          font-size: 2.4rem;
          line-height: 24px;
          margin-bottom: 14px;
        }

        .medium-30{
          font-size: 2.4rem;
          line-height: 24px;
          margin-bottom: 18px;
        }

        .regular-40{
          font-size: 3rem;
          line-height: 50px;
          padding-bottom: 24px;
        }

        .regular-25{
          font-size: 1.8rem;
        }

        .regular-20-two{
          padding-bottom: 17px;
          font-size: 1.6rem;
        }

          /* feature section media  */

          .feature-content{
            display: flex;
            flex-direction: column;
            height: 100%;
            width: 900px;
            justify-content: center;
            align-items: center;
            row-gap: 20px;
           }

                 /* shape-section */

         .shape-content{
          display: flex;
          flex-direction: column;
          height: 100%;
          width: 900px;
          justify-content: center;
          align-items: center;
        }

        .shape-main{
          height: 650px;
        }

        
      .shape-main p:nth-child(2){
        width: 80%;
        text-align: center;
      }
  

          /* .tech-content */

          .tech-content{
            width: 900px;
          }

                    /* .review-section */
        
                    .counter-section{
                      width: 900px;
                    }
        
                    .counterbox{
                      height: 120px;
                      width: 220px;
                    }
            
                    .counterbox h1{
                      font-size: 4rem;
                      font-weight: 500;
                      color: white;
                      line-height: 40px;
                    }
            
                    .counterbox h2{
                      font-size: 1.4rem;
                      font-weight: 400;
                      color: white;
                    }
        
                    .pic-user1{
                      left: -10%;
                      top: 10%;
                      scale: 0.7;
                      
                    }
            
                    .pic-user2{
                      right: -10%;
                      top: 30%;
                      scale: 0.6;
              
                    }
            
                    .pic-user3{
                      right: 50%;
                      top: -17%;
                      scale: 0.6;
            
                    }
            
                    .pic-user4{
                      right: 40%;
                      bottom: -20%;
                      scale: 0.7;
           
                    }
            
                    .pic-user5{
                      right: -10%;
                      bottom: 5%;
                      scale: 0.8;
            
                    }
            
                    .pic-user6{
                      left:-12%;
                      bottom: 5%;
                      scale: 0.7;
                 
                    }
            
                    .pic-user7{
                      right:-12%;
                      bottom: 5%;
                      scale: 0.6;
             
                    }

                    .counter-content .rating {
                      width: 150px;
                      height: 52px;
                      min-height: 52px;
              
                    }

                    .rating .fa-solid{
                      scale: 0.8;
                      margin-right: 3px;
                    }
                

      

                  /* footer section  */

                  .fot-content{
                    height: auto;
                    width: 900px;
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    flex-direction: row;
                    padding: 10px;                    
                  }
    
                  .social-media, .address, .links {
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    row-gap: 20px;
                }
    
                .fot-content .regular-20{
                  font-size: 1.6rem;
                }
    
                .icons i{
                  font-size: 2rem;
                  padding: 1.4rem;
    
                  
                 }
                 .semi-bold-60{
                  font-size: 2.5rem
                 }

                 .address p{
                  line-height: 30px;
                 }

                 .running-line{
                  font-size: 40px;
                  font-family: "abnes";
                  color: #FF0099;  
                 }

                 .fot-title{
                  width: 100%;
                  height: 60px;
                 }
      }


      @media (max-width: 920px){

                 /* .review-section */
        
                 .counter-section{
                  width: 900px;
                  flex-direction: column-reverse;
                }

                .counter-content{
                  padding: 10px;
                  width: 100%;
                }

                .counter-text{
                  padding: 10px;
                  width: 100%;
                }
    
                .counterbox{
                  height: 120px;
                  width: 220px;
                }
        
                .counterbox h1{
                  font-size: 4rem;
                  font-weight: 500;
                  color: white;
                  line-height: 40px;
                }
        
                .counterbox h2{
                  font-size: 1.4rem;
                  font-weight: 400;
                  color: white;
                }
    
                .pic-user1{
                  left: -10%;
                  top: 10%;
                  scale: 0.7;
                  
                }
        
                .pic-user2{
                  right: -10%;
                  top: 30%;
                  scale: 0.6;
          
                }
        
                .pic-user3{
                  right: 50%;
                  top: -17%;
                  scale: 0.6;
        
                }
        
                .pic-user4{
                  right: 40%;
                  bottom: -20%;
                  scale: 0.7;
       
                }
        
                .pic-user5{
                  right: -10%;
                  bottom: 5%;
                  scale: 0.8;
        
                }
        
                .pic-user6{
                  left:-12%;
                  bottom: 5%;
                  scale: 0.7;
             
                }
        
                .pic-user7{
                  right:-12%;
                  bottom: 5%;
                  scale: 0.6;
         
                }

                .counter-content .rating {
                  width: 150px;
                  height: 52px;
                  min-height: 52px;
          
                }

                .rating .fa-solid{
                  scale: 0.8;
                  margin-right: 3px;
                }
            
      }

      
      @media (max-width: 910px ){




   
        .same-container-chlid{
          width: 700px;
    
        }

        .about-content{
          width: 700px;
        }

        .model-part, .text-part {
          height: 500px;
          width: 50%;
         }

        .bold-30{
          font-size: 2rem;
          line-height: 20px;
          margin-bottom: 14px;
        }

        .medium-30{
          font-size: 2rem;
          line-height: 22px;
          margin-bottom: 16px;
        }

        .regular-40{
          font-size: 2.4rem;
          line-height: 50px;
          padding-bottom: 22px;
        }

        .regular-25{
          font-size: 1.8rem;
        }

        .regular-20-two{
          padding-bottom: 17px;
          font-size: 1.6rem;
        }

          /* feature section media  */

          .feature-content{
            display: flex;
            flex-direction: column;
            height: 100%;
            width: 700px;
            justify-content: center;
            align-items: center;
            row-gap: 20px;
           }

                 /* shape-section */

         .shape-content{
          display: flex;
          flex-direction: column;
          height: 100%;
          width: 700px;
          justify-content: center;
          align-items: center;
        }

        .shape-main{
          height: 600px;
        }

        .shape-main p:nth-child(2){
          width: 90%;
          text-align: center;
        }
    
  

          /* .tech-content */

          .tech-content{
            width: 700px;
          }



                  /* form section  */
             
                  form{
                    width: 100%;
                   }
      
                   .input-box{
                    width: 100%;
                   }
      
                   form button{
                    width: 160px;
                   }

                   form button{
                    font-size: 1.6rem;
                   }


                   /* footer section  */

                  .fot-content{
                    height: auto;
                    width: 700px;
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    flex-direction: row;
                    padding: 10px;                    
                  }
    
                  .social-media, .address, .links {
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    row-gap: 20px;
                }
    
                .fot-content .regular-20{
                  font-size: 1.4rem;
                }
    
                .icons i{
                  font-size: 1.8rem;
                  padding: 1.4rem;
    
                  
                 }
                 .semi-bold-60{
                  font-size: 2.2rem
                 }

                 .address p{
                  line-height: 30px;
                 }

                 .running-line{
                  font-size: 40px;
                  font-family: "abnes";
                  color: #FF0099;  
                 }

                 .fot-title{
                  width: 100%;
                  height: 50px;
                 }
    
                 
                   
             
        
      }

        
      @media (max-width: 750px ){

     
        .same-container-chlid{
          width: 650px;
        }

  
        .about-content{
          width: 650px;
        }

        .model-part, .text-part {
          height: 450px;
          width: 50%;
         }

        .bold-30{
          font-size: 2rem;
          line-height: 18px;
          margin-bottom: 12px;
        }

        .medium-30{
          font-size: 2rem;
          line-height: 18px;
          margin-bottom: 14px;
        }

        .regular-40{
          font-size: 2.4rem;
          line-height: 30px;
          padding-bottom: 16px;
        }

        .regular-25{
          font-size: 1.8rem;
        }

        .regular-20-two{
          padding-bottom: 14px;
          font-size: 1.6rem;
        }

          /* feature section media  */

          .feature-content{
            display: flex;
            flex-direction: column;
            height: 100%;
            width: 650px;
            justify-content: center;
            align-items: center;
            row-gap: 20px;
           }

                 /* shape-section */

         .shape-content{
          display: flex;
          flex-direction: column;
          height: 100%;
          width: 650px;
          justify-content: center;
          align-items: center;
        }

        .shape-main{
          height: 500px;
        }
  

        .regular-80{
          font-size: 6.5rem;
          line-height: 65px;
          
        }

        .shape-main h1:nth-child(1){

          padding-bottom: 30px;
          text-align: center;
        }

          /* .tech-content */

          .tech-content{
            width: 650px;
          }


                   /* footer section  */

                   .fot-content{
                    height: auto;
                    width: 650px;
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    flex-direction: row;
                    padding: 10px;                    
                  }
    
                  .social-media, .address, .links {
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    row-gap: 20px;
                }
    
                .fot-content .regular-20{
                  font-size: 1.4rem;
                }
    
                .icons i{
                  font-size: 1.8rem;
                  padding: 1.4rem;
    
                  
                 }
                 .semi-bold-60{
                  font-size: 2.2rem
                 }

                 .address p{
                  line-height: 30px;
                 }

                 .running-line{
                  font-size: 40px;
                  font-family: "abnes";
                  color: #FF0099;  
                 }

                 .fot-title{
                  width: 100%;
                  height: 60px;
                 }
    
                 
                    
            
                 
        
      }

      @media (max-width: 660px ){

        .heading{
          display: flex;
          flex-direction: column;
          justify-content: center;
          margin-top: 0px;
        }


                
    .nav-area{
      width: 1721px;
      height: 120px;
      justify-content: space-between;
      z-index: 100;
    }

    .nav-area .get-button{
      margin-left: 50px;
    }

    .logo img {
      height: 40px;
      width: 90px;
  }

        /* nav menu  */

        .get-button select{
          padding: 8px 5px ;
          font-size: 1.6rem;
          font-weight: 500;
          background-color: #00000000;
          color: white;
          border: 1px solid white;
          border-radius: 8px;
          outline: none;
          font-family: Onest, sans-serif;
        }

        
    
        .get-button select option{
          background-color: #000000c0;
          backdrop-filter: blur(6px);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); 
          padding: 8px 12px;
          font-size: 1.6rem;
          font-weight: 400;
          font-family: Onest, sans-serif;
        }

        /* nav menu  */

    

        .about-content .text-part{
          height: 50% !important;
        }


      
        .not-in-phone{
          display: none;
        }


        .model-part-phone{
          display: block;
          height: 50%;
          width: 500px;
          display: flex;
          justify-content: center;
          align-items: center;
         }

         .about-content .model-part{
          display: none;
         }
         
         .scissor-phone{
          height: 100%;
          width: 100%;
         }

        .about-section{
          margin-bottom: 10px;
          margin-top: 60px;
        }
        .same-container-chlid{
          width: 100%;
          height: 100%;;
        }

        .about-content{
          width: 100%;
          flex-direction: column;
          height: 100%
        }

        .text-part {
          height: 95%;
          width: 100%;
         }

        .bold-30{
          font-size: 2rem;
          line-height: 18px;
          margin-bottom: 12px;
        }

        .medium-30{
          font-size: 2rem;
          line-height: 22px;
          margin-bottom: 14px;
        }

        .regular-40{
          font-size: 2.4rem;
          line-height: 30px;
          padding-bottom: 16px;
        }

        .regular-25{
          font-size: 1.8rem;
        }

        .regular-20-two{
          padding-bottom: 14px;
          font-size: 1.6rem;
          line-height: 16px;
        }

          /* feature section media  */

          .feature-content{
            display: flex;
            flex-direction: column;
            height: 100%;
            width: 100%;
            justify-content: center;
            align-items: center;
            row-gap: 20px;
           }

           .ani-model{
             display: none ;
           }

           .feature-title{
       
            max-height: 15%;
           }
           
           .features{
        
            max-height: 30%;

           }

           .feature-text{
            max-height: 30%;

           }

           .features{
            margin-bottom: 60px;
           }

           .feature-text{
             flex-direction: column;
           }

           .feature-text .one{
            height: 50%;
            width:  100%;
            display: flex;
            justify-content: center;
            flex-direction: column;
           }

           .swiper{
            width: 100%;
            height: 350px;;
        }      
    


                 /* shape-section */

                @keyframes upindown {
                  0%
                  {
                      height: 100px;
                      width: 100px;
                      opacity: 1;
                      
                  }
                  70%
                  {
                      opacity: 1;
                
                  }
                  100%
                  {
                    height: 200px;
                    width: 200px;
                      opacity: 0;
                      
                
                  }
                  
                }

                 .shape-section{
                  height: 75vh !important;
                 }

         .shape-content{
          display: flex;
          flex-direction: column;
          height: 100%;
          width: 100%;
          justify-content: center;
          align-items: center;
          position: relative;
        }

        .shape-main{
          height: 540px;
        }
  

        .regular-80{
          font-size: 4.5rem;
          line-height: 45px;
        }

        .shape-main h1:nth-child(1){

          padding-bottom: 25px;
          text-align: center;
        }


          /* .tech-content */

          .phone-father .not-in-phone{
            display: none;
          }


          .tech-content{
            width: 100%;
            flex-direction: column-reverse;
            height: 100%;
            justify-content: space-around;
            align-items: center;
          } 

       

          .tech-content .text-part{
            height: 40%;
            width: 100%;
          }

            /* .reviews-content */

            .counter-section .counter-content{
              height: 60%;
            }

            .counter-section .counter-text{
              height: 40%;
            }

            .review-section{
              margin-bottom: 50px;
            }

    
                 
                 /* form section  */

                
                 .form-content .model-part{
                  height: 60%;
                  width: 100%;
                 }

                 .form-content .text-part{
                  height: 40%;
                  width: 100%;
                 }

                 .input-box{ 
                  height: 300px;

                 }

                 .form-content{
                  flex-direction: column;
                  justify-content: center;
                  align-items: center;
                  transition: all 0.3s ease-in-out;
                 }

                 .form-content #invelope{
                  height: 300px !important; width: 300px !important;
                 }

                 .form-content .model-part {
                  height: 300px;
                  width: 100%;
              }

                



                 
                   /* footer section  */

                   .fot-content{
                    height: auto;
                    width: 100%;
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    flex-direction: row;
                    padding: 10px;                    
                  }

                  .footer-line{
                    width: 95%;
                    height: 1px;
                    border-top: 1px solid grey;
                    margin-bottom: 20px;
                    padding: 20px 2px;
                 }
    
        
      }


      @media (max-width: 601px ){

  

           /* footer section  */

           .footer-container{
            height: 75vh;
            width: 100%;
            transform: all 0.3s ease-in-out;
            row-gap: 20px;
   
           }

           .fot-content{
            height: 100%;
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-direction: column;
            padding: 10px; 
            row-gap: 20px;
            transform: all 0.3s ease-in-out;                   
          }

          .social-media, .address, .links {
            display: flex;
            flex-direction: column;
            justify-content: start;
            row-gap: 20px;
            transform: all 0.3s ease-in-out;
        }

        .social-media, .links, .address{
          width: 100%;
          transform: all 0.3s ease-in-out;
        }

        .links{
          justify-content: center;
          text-align: left;
          display: block;
          transform: all 0.3s ease-in-out;

        }
        



        .fot-content .regular-20{
          font-size: 1.4rem;
      
        }

        .icons i{
          font-size: 1.8rem;
          padding: 1.4rem;
        

          
         }
         .semi-bold-60{
          font-size: 2.2rem
         }

         .address p{
          line-height: 30px;
         }

         .running-line{
          font-size: 35px;
          font-family: "abnes";
          color: #FF0099;  
         }

         .fot-title{
          width: 100%;
          height: 60px;
         }



      }


      @media (max-width: 550px ){

         .same-container {
          height: 100vh ;
        }

        .form-section, .review-section {
          height: 120vh !important;
        }

        .about-section {
          margin-bottom: 0px;
          margin-top: 0px;
      }

      .shape-section{
        min-height: 700px !important;
        height: 70vh !important
      }

      .shape-section .same-container-chlid{
        min-height: 700px;
        height: 700px;
      }

      .shape-content{
        height: 700px !important;
      }

      .about-content .model-part-phone{
        margin-bottom: -100px;
      }

      .tech-content .model-part-phone{
        margin-top: -100px;
      }


        

        .regular-80{
          font-size: 2rem;
          line-height: 20px;
        }

        

        .shape-content{
          display: flex;
          flex-direction: column;
          height: 100%;
          width: 100%;
          justify-content: center;
          align-items: center;
        }

        .shape-main{
          height: 540px;
        }
  

        .shape-main h1:nth-child(1){

          padding-bottom: 20px;
          text-align: center;
        }


      }

      @media (max-width: 522px){

        /* .review-section */
        
        .counter-section{
          width: 900px;
          flex-direction: column-reverse; 
        }

        .counter-content{
          padding: 10px;
          width: 100%;
        }

        .counter-text{
          padding: 10px;
          width: 100%;
        }

        .counterbox{
          height: 120px;
          width: 220px;
        }

        .counterbox h1{
          font-size: 4rem;
          font-weight: 500;
          color: white;
          line-height: 40px;
        }

        .counterbox h2{
          font-size: 1.4rem;
          font-weight: 400;
          color: white;
        }

        .pic-user1{
          left: -10%;
          top: 10%;
          scale: 0.7;
          
        }

        .pic-user2{
          right: -10%;
          top: 30%;
          scale: 0.6;
  
        }

        .pic-user3{
          right: 50%;
          top: -17%;
          scale: 0.6;

        }

        .pic-user4{
          right: 40%;
          bottom: -20%;
          scale: 0.7;

        }

        .pic-user5{
          right: -10%;
          bottom: 5%;
          scale: 0.8;

        }

        .pic-user6{
          left:-12%;
          bottom: 5%;
          scale: 0.7;
     
        }

        .pic-user7{
          right:-12%;
          bottom: 5%;
          scale: 0.6;
 
        }

        .counter-content .rating {
          width: 150px;
          height: 52px;
          min-height: 52px;
          transform: translate(0px);
  
        }

        .rating .fa-solid{
          scale: 0.8;
          margin-right: 3px;
        }

        .combindbox{
          flex-wrap: wrap;
          row-gap: 15px;
        }
     
        .pic-user{
          z-index: 3;
        }

        .counter-box3{
          z-index: -1;
        }

        
        .counter-box1, .counter-box4 {
          transform: translate(0px);
      }

      .model-part-phone{
        display: block;
        height: 50%;
        width: 360px;
        display: flex;
        justify-content: center;
        align-items: center;
       }



      }

      @media (max-width: 460px){

        
      
        .get-button select {
          width: 53px !important;
      }

      


        .form-styling{
          height: 100vh;
          width: 100%;
          background-color: black;
          display: flex;
          justify-content: center;
          align-items: center;
          margin: 0px, 2px;
          flex-direction: column;
          padding: 5px 25px;
         }
  
         .form-styling .thanks-message{
          height: 500px;
          width: 300px;
          font-family: 'Onest', sans-serif;
          border: 0.2px #FFC0CB solid;
          border-radius: 20px;
          background: radial-gradient(rgba(255, 255, 255, 0.075) 30%, rgba(31, 31, 31, 0.267));
          backdrop-filter: blur(6px);
          flex: 0 0 auto;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); 
          color: #D3D3D3;
          transition: all 0.3s ease-in-out;
          display: flex;
          justify-content: center;
          align-items: center;  
          flex-direction: column;
         }
  
         .checkicon{
          height: 40px;
          width: 100%;
         }
  
         .fa-circle-check{
          scale: 2;
          color: #FFC0CB;
         }
  
         .thanks-message h1{
          font-size: 2.8rem;
          color: white;
          font-family: 'Onest', sans-serif;
          font-weight: 500;
          margin-top: 30px;
         }
  
         .thanks-message p{
          font-size: 1.5rem;
          color: grey;
          font-weight: 300;
          text-align: center;
          margin-top: 10px;
          width: 90%;
         }
  
         .back-button a{ 
          font-size: 1.6rem;
          color: white;
          font-weight: 500;
         }
  
         .back-button{
          margin-top: 20px;
         }
  
          /* form message ###############################  */

      }

  

      @media (max-width: 430px){

        .logo {
          color: white;
          font-size: 3rem;
          font-weight: bold;
          width: 50% !important;
          display: flex;
          align-items: left;
        }

        .get-button select {
          width: 53px !important;
      }


        .review-section {
          margin-bottom: 0px;
      }

        /* .review-section */
        
        .counter-section{
          width: 900px;
          flex-direction: column-reverse; 
        }

        .counter-content{
          padding: 10px;
          width: 100%;
        }

        .counter-text{
          padding: 10px;
          width: 100%;
        }

        .counterbox{
          height: 100px;
          width: 220px;
        }

        .counterbox h1{
          font-size: 3rem;
          font-weight: 500;
          color: white;
          line-height: 30px;
        }

        .counterbox h2{
          font-size: 1.4rem;
          font-weight: 400;
          color: white;
        }

        .pic-user1{
          left: -10%;
          top: 10%;
          scale: 0.6;
          
        }

        .pic-user2{
          right: -10%;
          top: 30%;
          scale: 0.5;
  
        }

        .pic-user3{
          right: 70%;
          top: -17%;
          scale: 0.5;

        }

        .pic-user4{
          right: 10%;
          bottom: -20%;
          scale: 0.6;

        }

        .pic-user5{
          right: -10%;
          bottom: 5%;
          scale: 0.7;

        }

        .pic-user6{
          left:-12%;
          bottom: 5%;
          scale: 0.6;
     
        }

        .pic-user7{
          right:-12%;
          bottom: 5%;
          scale: 0.5;
 
        }

        .counter-content .rating {
          width: 150px;
          height: 40px;
          transform: translate(0px);
  
        }

        .rating .fa-solid{
          scale: 0.5;
          margin-right: 3px;
        }

        .combindbox{
          flex-wrap: wrap;
          row-gap: 15px;
        }
     
        .pic-user{
          z-index: 3;
        }

        .counter-box3{
          z-index: -1;
        }

        
        .counter-box1, .counter-box4 {
          transform: translate(0px);
      }



      }


      @media (max-width:376px){

        .same-container {
          width: 100%;
          height: 120vh !important;
      }
        

        .footer-container{
          height: 100vh;
          width: 100%;
          transform: all 0.3s ease-in-out;
          row-gap: 20px;
 
         }


        .shape-section {
          height: 100vh !important;
      }

        .review-section{
          height: 130vh !important;
        }
      
        .form-section{
          height: 130vh !important;
         }
      }








      