
@media (max-width: 1200px) {
  .fs-3{
    font-size: 1.5rem !important;
  }
  .fs-5{
    font-size: 1.1rem !important;
  }
  }
  
  @media (max-width: 769px) {
  
  .fs-1{
    font-size: 1.5rem !important;
  }
  
  .fs-3{
    font-size: 1.2rem !important;
  }
  
  .fs-5-sm{
    font-size: 0rem !important;
  }
  }  

  /* @media (max-width: 767px) {
    .container-with-background {
        background-image: none;
    }
} */
  /* .container-with-background{
    background-image: url('./imgs/lock+bg.png'); 
    background-color: #ffffff; 
    background-size: cover;
  } */

.timeline{
    position: relative;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 15px 0;
    }
    
    .timeline::after {
    content: '';
    position: absolute;
    width: 2px;
    background: #027bc0;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -1px;
    }
    
  
    .bg-polygons{
      background-image: url("/imgs/BG-Dashboard-2.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      overflow: hidden;
    }
    
  
    .container-k {
    padding: 15px 30px;
    position: relative;
    background: inherit;
    width: 50%;
    }
    
    .container-k.left {
    left: 0;
    }
    
    .container-k.right {
    left: 50%;
    
    }
    
    .container-k::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    right: -8px;
    background: #027bc0;
    border: 2px solid #027bc0;
    border-radius: 16px;
    z-index: 1;
    }
    
    .container-k.right::after {
    left: -8px;
    }
    
    .container-k::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    top: calc(50% - 1px);
    right: 8px;
    background: #027bc0;
    z-index: 1;
    }
    
    .container-k.right::before {
    left: 8px;
    }
    
    .container-k .icon-k {
    position: absolute;
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 9px 0;
    top: calc(50% - 20px);
    background: #027bc0;
    border: 2px solid #ffffff;
    border-radius: 40px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    z-index: 1;
    }
    
    .container-k.right .icon-k {
    left: 56px;
    }
    
    .container-k .content {
    padding: 30px 90px 30px 30px;
    background: #027bc0;
    position: relative;
    border-radius: 0 500px 500px 0;
    }
    
    .container-k.right .content {
    padding: 30px 30px 30px 90px;
    border-radius: 500px 0 0 500px;
    }
    
    .container-k .content h2 {
    margin: 0 0 px 0;
    font-size: 18px;
    font-weight: normal;
    color: white;
    }
    
    .container-k .content p {
    margin: 0;
    font-size: 16px;
    line-height: 22px;
    color: white;
    }
    
    @media (max-width: 767.98px) {


      .timeline::after {
        left: 5%;
        }
        
        .container-k {
        width: 100%;
        padding-left: 15%;
        padding-right: 10;
        
        }
        
        .container-k.right {
        left: 0%;
        }
        
        .container-k.left::after,
        .container-k.right::after {
        left: 2.5%;
        }
        
        .container-k.left::before,
        .container-k.right::before {
        left: 5%;
        border-color: transparent #110420 transparent transparent;
        }
        
        /* .container-k.left .date,
        .container-k.right .date {
        right: auto;
        left: 15px;
        } */
        
        .container-k.left .icon-k,
        .container-k.right .icon-k {
        right: auto;
        left:23%;
        }
        
        .container-k.left .content,
        .container-k.right .content {
        padding: 30px 30px 30px 90px;
        border-radius: 50% 0 0 50%;
        }


        

      .image-left {
          max-width: 100%; /* Adjust the maximum width for images */
      }
  }

  @media (max-width: 1200px) {


    .timeline::after {
      left: 5%;
      }
      
      .container-k {
      width: 100%;
      padding-left: 15%;
      padding-right: 10;
      
      }
      
      .container-k.right {
      left: 0%;
      }
      
      .container-k.left::after,
      .container-k.right::after {
      left: 2.5%;
      }
      
      .container-k.left::before,
      .container-k.right::before {
      left: 5%;
      border-color: transparent #110420 transparent transparent;
      }
      
      /* .container-k.left .date,
      .container-k.right .date {
      right: auto;
      left: 15px;
      } */
      
      .container-k.left .icon-k,
      .container-k.right .icon-k {
      right: auto;
      left:23%;
      }
      
      .container-k.left .content,
      .container-k.right .content {
      padding: 30px 30px 30px 90px;
      border-radius: 50% 0 0 50%;
      }


      

    .image-left {
        max-width: 100%; /* Adjust the maximum width for images */
    }
}

  


  .container-with-background {
    background-color: #ffffff;
    background-image: url('/imgs/lock+bg.png'); 
    /* background-image: url('/imgs/ss.png'); */

    background-size: cover;
}

 @media (max-width: 1200px) {
  .container-with-background {
      background-image: none;
      background-color: #ffffff;

  }
} 

    .image-left {
    float: left;
    margin-right: 10px;
    max-width: 700px; /* Adjust the width as needed */
    align-items: center;
    }
    
    .image-container {
    flex: 0 0 auto;
    margin-right: 20px;
    }
    
    .image-left {
    max-width: 650px; /* Adjust the width as needed */
    }
    
    .content-container {
    flex: 1 1 auto;
    }
    
    .timeline img {
    float: left;
    }
    
      
    @media (max-width: 767.98px) {
      /* Hide the <p> element for smaller screens */
      .p-for-smaller-screens {
          display: none;
      }
  }

    .circle {
    width: 36px;
    height: 36px;
    background-color: #027bc0;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    }

    @media (max-width: 767.98px) {
      .circle {
          left: 10.5%; /* Adjust the left position for smaller screens */
      }
  }

  @media (max-width: 1200px) {
    .circle {
        left: 10.5%; /* Adjust the left position for smaller screens */
    }
}

    
  /* cytag  */
  
  @import url("https://pro.fontawesome.com/releases/v6.0.0-beta1/css/all.css");
  
  .set-up,
  .set-up::before,
  .set-up::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  .set-up {
    --color: rgba(30, 30, 30);
    --bgColor: #027ac080 ;
  
  }
  
  .set-up ol {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
  
    list-style: none;
    counter-reset: stepnr;
  }
  
  .set-up ol li {
    --diameter: 25rem; 
    width: var(--diameter);
    height: var(--diameter);
  
    counter-increment: stepnr;
    --borderS: 0.5rem;
    aspect-ratio: 1;
    display: flex;
  
    flex-direction: column;
    justify-content: center;
    padding-left: calc(var(--borderS) + 2rem);
    position: relative;
  }
  .set-up ol li::before,
  .set-up ol li::after {
    inset: 0;
    position: absolute;
    border-radius: 50%;
    border: var(--borderS) solid var(--bgColor);
    line-height: 1;
  }
  .set-up ol li::before {
    content: counter(stepnr);
    color: var(--accent-color);
    padding-left: calc((var(--diameter) / 2) + 3rem); 
    font-size: 12rem;
    font-weight: 700;
    overflow: visible;
  }
  
  .set-up ol li::after {
    content: "";
    filter: drop-shadow(-0.25rem 0.25rem 0.0675rem rgba(0, 0, 0, 0.75)) blur(5px);
  }
  
  .set-up ol li > * { width: 7.5rem }
  .set-up ol li .icon { font-size: 2rem; color: var(--accent-color); text-align: center }
  .set-up ol li .title { font-size: 2rem; font-weight: 500 ; width: 70%;}
  .set-up ol li .descr { font-size: 0.8rem; font-weight: 300 ; width: 70%;}
  
  .set-up .back-step {
    position: relative;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  
  .set-up .back-step::after {
    content: "";
    background-size: 65%;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.9; 
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; 
    z-index: -1;
     }
  
  ol li:hover::after {
    animation: glowing-border 1.5s ease-in-out infinite;
  }
  
  @keyframes glowing-border {
    0% {
      transform: scale(1);
      opacity: 1;
    }
    50% {
      opacity: 0.8;
    }
    100% {
      transform: scale(1);
      opacity: 1;
    }
  }

  
  /* .tag-subheader{
    width: 90%;
    height: 80%;
    border-radius: 20px;
    background: #eef1f2;
    background: linear-gradient(85deg, rgba(119,22,237,0.3) 25%, rgba(155,41,231,0.3) 75%);
    margin: 100px auto 100px; 
    position: relative;
    overflow: visible; 
  } */
  
  /* .tag-subheader img {
    position: absolute;
    top: -15%; 
    right: 5%;
    width: 100%;
    height: auto;
  } */
  
  .tag-subheader{
    width: 100%;
    height: 80%;
    border-radius: 20px;
    background: #eef1f2;
    /* background: linear-gradient(85deg, rgba(119,22,237,0.3) 25%, rgba(155,41,231,0.3) 75%); */
    /* margin: 100px auto 100px;  */
    position: relative;
    overflow: visible; 
  }


 
 .stat-bar {
    width: 97%;
    /* height: 100px; */
    height: fit-content;
    border-radius: 20px;
    background: white;
    position: relative;
    bottom: 20px;
  } 
  
  .getOut{
  width: 100%;

}
@media screen and (min-width: 1500px) {
  .getOut{
    /* position: absolute;
    top: -5%; 
    right: 5%;    
    width: 100%; */
    position: absolute;
    top: -12%;
    right: -2%;
    width: 40%;

  } 
} 


  /* Hero Prods. */
  .img-hero-prod
  {
      top: 500px;
      width: 50%;
  }
  
  #box1-hero-prods{
    top: 250px;
    left: 950px;
    height: 2000px;
    position: relative;
  }
  
  .div-hero-prods
  {
    width:100%;
    height:100px;
  }