@media (max-width: 480px) {
    .why_choose_stiki_page{
        position: relative;
        right: 0%;
        left: 20%;
        transform: translateX(-0%);
        width: 250px;
        margin-top: 30px;
    }
    .menu.sticky {
        display: none;
    }

    .zoom-circle {
        transform: scale(0);
        transition: transform 0.01s ease-in-out;
    }
    .dot_line_Custoem{
        display: none;
    }

    .typewriter h1 {
        overflow: hidden; /* Ensures the content is not revealed until the animation */
        white-space: nowrap; /* Keeps the content on a single line */
        animation: none;
      }
}
 
@media (min-width: 481px) and (max-width: 767px) {
    .dot_line_Custoem{
        display: none;
    }
    .menu.sticky {
        display: none;
    }
}
 
@media (min-width: 768px) and (max-width: 1024px){
    .dot_line_Custoem{
        display: none;
    }
    .why_choose_stiki_page {
        width: 200px;
        position: absolute;
        top: -55%;
        right: -1%;
    }
    .menu.sticky {
        display: none;
    }
}
 

@media (min-width: 1025px) and (max-width: 1280px){
   
}
 
@media (min-width: 1281px) and (max-width: 1440px) {
  
}