   /* Reset some default styles */
  @keyframes flagwave {
    0% {
      transform: perspective(400px) rotateY(0deg);
    }
    50% {
      transform: perspective(400px) rotateY(5deg);
    }
    100% {
      transform: perspective(400px) rotateY(0deg);
    }
  }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@keyframes popIn {
100% {
    opacity: 1;
    transform: scale(1);
}
}

#post {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #fff;
  color: #333;
  padding: 15px;
  display: flex;
  justify-content: center;
}

.container {
  width: 100%;
  max-width: 480px;
  margin: auto;
  text-align: center;
}

.telegram-logo {
  width: 60px;
  margin-bottom: 20px;
}

h1 {
    font-family: montserrat;
}


.card {
  
    position: relative;
    background-color: #250e0ef7;
    border-radius: 10px;
    padding: 25px 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

/* ::before pseudo-element for background image */
.card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('imgs/Fidelitybg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.41; /* Optional: controls how faded the background appears */
  z-index: 0; /* Stays behind content */
}

/* Ensure content is above the background */
.card > * {
  position: relative;
  z-index: 1;
}



.nolink {
text-decoration: none;
    color: inherit;
}






.btp-logo {
  width: 140px;
  margin-bottom: 20px;
}

.title {
    font-size: 25px;
    color: #6acbcf;
    font-weight: 700;
    margin-bottom: 15px;
}

.description {
color: #f2fafc;
    margin-bottom: 25px;
    font-size: small;
    font-family: montserrat;
    background: #000000b0;
    text-transform: none;
    padding: 25px;
    line-height: 25px;
    border-radius: 5px;
}

.buttons {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.btn {
  padding: 12px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
}

.telegram-btn {
  background-color: #007bff;
  color: white;
}

.grey-btn {
  background-color: #6c757d;
  color: white;
}

/* Responsive tweaks */
@media (min-width: 600px) {
  .buttons {
    flex-direction: row;
    justify-content: center;
  }

  .btn {
    width: 200px;
    text-align: center;
  }
}



hr.cyan2{ 
  display:block;
    margin:0;
    border: 0;
      height: 1.3px;
      background-image: linear-gradient(to right, rgba(24, 24, 53, 0.234),rgba(109, 218, 225, 0.229),rgba(4, 19, 87, 0.903));
  }



hr.cyan{ 
    display:block;
      margin:0;
      border: 0;
        height: .3px;
        background-image: linear-gradient(to left, rgba(11, 11, 190, 0.5),rgba(49, 118, 222, 0.2),rgba(54, 89, 245, 0.873));
    }


    hr.white{ 
      display:block;
        margin:0;
        border: 0;
          height: 1.9px;
          background-image: linear-gradient(to left, rgb(255, 255, 255),rgba(238, 221, 221, 0.86),rgba(252, 252, 252, 0.973));
      }
  

      hr.red{ 
        display:block;
        margin:5px;
        border: 0;
        height: .259px;
        background-image: linear-gradient(to center, rgba(51, 146, 218, 0.34),rgb(107, 217, 250),rgba(160, 181, 184, 0.088));
        }

      
      
  hr.wheat{  
    display: block;
    margin: 0;
    border: 0;
    height: 1.3px;
    background-image: linear-gradient(to left, rgb(9 255 85 / 82%), rgb(187 208 214 / 20%), rgb(54 89 245 / 34%));
    animation:rotateB 9s infinite;
}


 @keyframes rotateB {
      from {
          background-image: linear-gradient(to right, rgb(9 255 85 / 82%), rgb(187 208 214 / 20%), rgb(54 89 245 / 34%));
      }
      
       
      
      50% {
        background-image: linear-gradient(to center, rgb(9 255 85 / 82%), rgb(187 208 214 / 20%), rgb(54 89 245 / 34%));
      }
    
      
      to {
        background-image: linear-gradient(to left, rgb(9 255 85 / 82%), rgb(187 208 214 / 20%), rgb(54 89 245 / 34%));
      }
    }


hr.rewheat {
  display: block;
  margin: 0;
  border: 0;
  height: 4.3px;
  background-image: linear-gradient(to right, rgb(9 255 85 / 82%), rgb(187 208 214 / 20%), rgb(54 89 245 / 34%));
}



        header{
    width: 100%;
    display: flex;
    background-image:linear-gradient(95deg, #d5fdff, #00fff1);
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor:pointer;
        }
        
        
        .stickyup{
            position: fixed;
            top:0px;
            z-index: 26;
        }
        
        
        img.headlogo {
            width: 190px;
    margin: 10px 0px;
        }
        
        
        .adcontainer {
            
    margin: 30px 10px 0px 10px;
    position:relative;
    background-color: #fff;
    padding: 20px 10vh;
   box-shadow: -1px -1px 7px 2px #c3e0e0f5;
    border-radius: 8px;
    font-family: poppins;
   border: .9px dotted #01010194;
        }
        
        
        
      @media (max-width:500px) {
        
        .adcontainer {;
    padding: 0vh 6.9vw;}
      }
        
        
      @media (min-width:800px) {
        

.adcontainer {
margin: 10px 5vw;
        padding: 5vh 10vh;
        box-shadow: -1px -1px 7px 2px #c3e0e040;
        border-radius: 33px 40px 0 100px;
        font-family: poppins;
        border: .9px dotted #01010112;

}

      }
      


      @media (min-width:1200px) {
.adcontainer {
margin: 10px 11vw; 
}
}
      
      
      @media (min-width:700px) {
        
      

   main.form1 {
      display: flex;
    flex-direction: row;
    gap: 30px;
    }

    .form1flex{
      flex: 4;
    }

    .form1flexx{
      flex: 6;
    }

    main.form2{
      display: flex;
    gap: 20px;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    }


    
    .form2flex{
      flex: 3;
    }

    .form2flexx{
      flex: 7;
    }


    .formbelow1{
      display: flex;
      gap:30px;
    justify-content: space-between;
    align-items: center;
    margin: 22px;
    flex-direction: row;
    }


    .formbelow2{
      display: flex
;
    justify-content: space-around;
    margin: 20px;
    }
}




.audio-controls{
    display: flex;
    gap: 60px;
    margin-bottom: 10px;
    align-items: center;
    filter: drop-shadow(.2px .4px 1px black);
    justify-content: flex-start;}

  .audio-controls > button {
      padding: 10px 20px;
    color: #fff;
    border: none;
    width: 60px;
    border-radius: 50%;
    font-size: 14px;
    cursor: pointer;
    transition: all 1.3s;
    }

   span.aac {
  font-family: alice;
    position: relative;
    letter-spacing: 6px;
    font-size: xx-small !important;
    bottom: -57px;
    padding-top: 3px;
    z-index: 999;
    background: #bae7e7;
}
    #audio-preview {
      opacity:0;
    width: 86%;
    background: #f1f3f4;
    border-radius: 22px 3px 5px;
    border: 4.5px solid #a6e2e2bd;
    transition: all 2s ease;
    animation: showup 2s ease forwards;
    }


    @keyframes showup {

      0% {
    opacity: 0;
}

100% {
    opacity: 1;
}
      
    }



  @keyframes showoff {

      0% {
    opacity: 1;
}

100% {
    opacity: 0;
border-radius:50%;
transform: scale(0);
}
      
    }
    
     @keyframes showup2 {

      0% {
    --fa-beat-scale: .013;
    animation: fa-beat ease;
}

100% {
    --fa-beat-scale: 1;
    animation: fa-beat ease;
}
      
    }

        
        

@keyframes sOut {
      0% {
        transform: rotate(0deg) scale(1);
        opacity: 1;
      }
      100% {
        transform: rotate(360deg) scale(0);
        opacity: 0;
      }
    }

    @keyframes sIn {
0% {
    transform: rotate(0deg) scale(.4) translateY(-10px);
    opacity: 0;
}

100% {
    transform: rotate(0deg) scale(1);
    opacity: 1;
}
    }




    @keyframes ssIn {
0% {
    transform: translateY(-100px);
    opacity: 0;
    filter: blur(5px);
}
100% {
    transform: rotate(0deg) scale(1);
    opacity: 1;
    filter: blur(0px);
}
}



    @keyframes ssOut {
0% {
    transform: rotate(0deg) scale(1);
    opacity: 1;
    filter: blur(0px);
}
100% {
    transform: translateY(-100px);
    opacity: 0;
    filter: blur(5px);
}
}

    
        h1 {
            font-size: 24px;
            color: #333;
            margin-bottom: 20px;
        }
        .form-group {
            margin-bottom: 15px;
        }
        label {
            display: block;
            font-size: 14px;
            color: #555;
            margin-bottom: 5px;
        }
        
        
        input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="email"]:disabled,
input[type="tel"]:disabled,
input[type="url"]:disabled,
select:disabled,
textarea:disabled,
input[type="file"]:disabled {


    border-color: #ff000080;
    cursor: not-allowed;
    opacity: .247 !important;
}

        
button.footbutton {
    font-family: 'Ovo';
    width: 100%;
    background: none;
    border-radius: .10px  ;
    border: .3px solid #5beeed;
    border-right: 5px solid #c4000000;
}
       


 .footbed h2  {

  text-align: left !important;
    text-transform: unset !important;
    font-family: montserrat  !important;
    font-size: small !important;
}
        
        input[type="text"],
        input[type="password"],
        input[type="email"],
        input[type="tel"],
        input[type="url"],
        select,
        textarea,
        input[type="file"] {
    width: 100%;
    padding: 10px;
    font-family: 'Ovo';
    border: .3px solid #4ffef69e;
    border-radius: .9px;
    color: black;
    font-size: 14px;
    background: #f6fdff;
    box-sizing: border-box;
    opacity: 0;
    animation: showup 1s 
ease-in-out forwards;
    transition: border-color 0.3s;
    cursor: pointer;
        }


        input[type="text"]:focus,
        input[type="password"]:focus,
        input[type="email"]:focus,
        input[type="tel"]:focus,
        select:focus,
        textarea:focus,
        input[type="file"]:focus {
            border-color: #007bff;
            outline: none;
            box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
        }
        textarea {
            resize: vertical;
            min-height: 100px;
        }
        button {
            
    padding: 10px 20px;
    background-color: #4558ff;
    color: #fff;
    border: none;
    font-family: 'Montserrat';
    border-radius: 12px;
    font-size: small;
    cursor: pointer;
    transition: background-color 0.3s;
    animation:sIn 2s ease forwards;
    opacity:0;
    transform: scale(0);
        }
        button:hover {
            background-color: #0056b3;
        }
        button:disabled {
            background-color: #999;
            cursor: not-allowed;
        }
        .audio-controls {
            display: flex;
            gap: 10px;
            margin-bottom: 10px;
        }
        #audio-file-container {
            display: none;
            align-items: center;
            gap: 10px;
            margin-top: 10px;
        }
        #audio-file-container span {
            font-size: 14px;
            color: #555;
        }
        
        
        
   .bottomcloud{
   width: 320px;
    filter: drop-shadow(.2px .4px 2px white);
    position: absolute;
    bottom: -100px;
    left: -20px;
    z-index: 999999;
   }
    .containerstomach {
 display: flex;
    align-items: center;
    justify-content: space-evenly;
    height: 100vh;
    padding: 0 2vw;
    flex-direction: column-reverse;
    gap: 65px;
    margin-bottom: 30px;
    }


    @media (min-width:690px) {

    .containerstomach {

        display: flex;
        align-items: center;
        justify-content: space-around;
        height: 60vh;
        flex-direction: row-reverse;

}
      
    }


    .hero-text {
      max-width: 500px;
padding: 0 30px;
    }

    .hero-text h1 {
    margin-bottom: 20px;
    color: #222;
    margin-top: 19px;
    font-size: x-large;
    font-weight: 900;
    text-align: center;
    font-family: 'Syncopate';
    }

    .hero-text p {
      font-size: 1.125rem;
      margin-bottom: 30px;
      color: #555;
      line-height: 1.5;
    }
    .search-bar {
      display: flex;
      border-radius: 4px;
      overflow: hidden;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    }
    .search-bar input {
      flex: 1;
      padding: 12px 16px;
      font-size: 1rem;
      border: 2px solid #ccc;
      border-right: none;
      border-radius: 4px 0 0 4px;
      transition: border-color 0.2s ease;
    }
    .search-bar input:focus {
      outline: none;
      border-color: #ff4b6e;
    }
    .search-bar button {
      background: #ff4b6e;
      color: #fff;
      border: none;
      padding: 0 24px;
      font-size: 1rem;
      cursor: pointer;
      transition: background 0.2s ease;
    }
    .search-bar button:hover {
      background: #e43b5a;
    }

    /* ===========================
       BIG CIRCLE WITH GRADIENT + BOUNCE + CLOUD
       =========================== */
    .big-circle {

      position: relative;
    width: 300px;
    border: .3px solid #d0edff;
    height: 300px;
    border-radius: 050%;
    background: linear-gradient(to bottom, #d5fdff, #00fff1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    overflow: visible;
    animation: bounce 4s ease-in-out infinite;
    flex-shrink: 0;
    margin-top: 36px;
    }
    /* Light bounce up/down */
    @keyframes bounce {
      0%, 100% { transform: translateY(0); }
      50% { transform: translateY(-10px); }
    }

    /* Hanging cloud effect */
    .big-circle::before {
      content: '';
      position: absolute;
      top: -60px;
      left: 50%;
      transform: translateX(-50%);
      width: 180px;
      height: 60px;
      background: white;
      border-radius: 50%;
      filter: blur(20px);
      opacity: 0;
      z-index: -1;
    }

    /* ===========================
       ORBITING ICON WRAPPER & ANIMATION
       =========================== */
    .orbit-wrapper {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0; left: 0;
      transform-origin: 50% 50%;
      animation: orbit 6s linear infinite;
      opacity: 0;
    }
    /* Full revolution */
    @keyframes orbit {
      0%   { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
    }
    /* Icon styling */
    .orbiting-icon {
position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%) scale(.7);
    width: 70px;
    height: 70px;
    filter: drop-shadow(2px .4px 16px rgba(3, 10, 500, .3));
    padding: 10px;
    border-radius: 13px;
    background: linear-gradient(to bottom, #d5fdff00, #00fff1);
    border: .4px solid #2bb0d9;
    pointer-events: none;
    }
    
    
    
        textarea{
resize: none;
    overflow-y: auto;
    padding: 10px;
    font-size: 16px;
    border-radius: 8px;
    scroll-behavior: auto;
    }
    
    
    
    
    /* Track */
textarea::-webkit-scrollbar {
   width: 25px;
    height: 6px;
    border-radius: 25px;
    margin: 5px;
}

/* Handle */
textarea::-webkit-scrollbar-thumb {
cursor: grab !important;
    background: #424242;
    border-radius: 9px;
}

/* Handle on hover */
textarea::-webkit-scrollbar-thumb:hover {
  cursor:grab !important;
  background: #ffdbdb; /* color of the scrollbar handle on hover */
}

/* Track when scrollbar is active (clicked on) */
textarea::-webkit-scrollbar-thumb:active {
  animation: fa-beat 3s infinite;
  cursor:grab !important;
  
        border:3px solid #f279be;
  background:rgb(230 255 255); /* color of the scrollbar handle when active */
}

/* Track */
textarea::-webkit-scrollbar-track {
  background: rgb(223 231 249);
    border-radius: 0 8px 8px 0;
    overflow: hidden;
}

/* Corner */
textarea::-webkit-scrollbar-corner {
  background: #d9edf4; /* color of the scrollbar corner */
}








    /* Track */
body::-webkit-scrollbar {
   width: 15px;
        height: 6px;
        border-radius:25px;
  margin: 5px; /* width of the scrollbar */
}

/* Handle */
body::-webkit-scrollbar-thumb {
  cursor:grab !important;
  background: #424242; /* color of the scrollbar handle */
  border-radius: 3px; /* roundness of the scrollbar handle */
}

/* Handle on hover */
body::-webkit-scrollbar-thumb:hover {
  cursor:grab !important;
  background: #ffdbdb; /* color of the scrollbar handle on hover */
}

/* Track when scrollbar is active (clicked on) */
body::-webkit-scrollbar-thumb:active {
  animation: fa-beat 3s infinite;
  cursor:grab !important;
  
        border:3px solid #f279be;
  background:rgb(230 255 255); /* color of the scrollbar handle when active */
}

/* Track */
body::-webkit-scrollbar-track {
    
    background: rgb(223 231 249);
    border-radius: 0 8px 8px 0;
    overflow: hidden;
}

/* Corner */
body::-webkit-scrollbar-corner {
  background: #a92626; /* color of the scrollbar corner */
}





   /*** Loader ****/




       #loader {
position:fixed;
z-index:999999;
        display: flex;
        justify-content: center;
        align-items: center; 
        height: 100vh;
width:100%;

 background-image:linear-gradient(to top, #000000, #000000) !important;
        color:white !important;
    }
  
  
  #loader:before {
    content: '';
    display: block;
    position:fixed;
    color:white;
    font-family: hubballi;
    bottom:135px;
    display: flex;
    align-items: center;
    justify-content: center;

  }


    .ip {
        animation: rotate  .0151s linear infinite;
    }



  
  /* Hide the content until the page is fully loaded */
  #contenthide {
    display: none;
  }
  







  /* Secureloader  */







  
  #sloader {
    position: fixed;
    
    
    width: 100%;
    height: 100%;
    background-color: #00003d; /* Loader background color */
    z-index: 99999999999;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor:progress;
  }
  
  
  
  #sloader:before {
    content: 'Loading Secure Section...';
    display: block;
    position:fixed;
    color:rgb(65, 245, 239);
    font-family: monospace;
    bottom:135px;
    display: flex;
    align-items: center;
    justify-content: center;

  }




  
  /* Hide the content until the page is fully loaded */
  #scontenthide {
    display: none;
  }


  
#toggle {
  position: fixed;
  right: 10px;
  bottom: 10px;
}

#Secure {
  height: 90px;
  width: 90px;
}

.indicator {
  border: solid 2px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 102px;
  
  margin:0;
  position: absolute;
  top: 40%;
  width: 102px;
}


.indicator:before {
  -moz-animation: cw 700ms infinite cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-animation: cw 700ms infinite cubic-bezier(0.645, 0.045, 0.355, 1);
  animation: cw 700ms infinite cubic-bezier(0.645, 0.045, 0.355, 1);
  display: block;
  width: 100%;
  height: 100%;
  border: solid 2px transparent;
  border-top-color: #0a70a9;
  position: absolute;
  left: -2px;
  top: -2px;
  content: "";
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: all 700ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 700ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: all 700ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 700ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.indicator svg {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -9px 0 0 -7px;
}
.indicator svg * {
  fill: #0a70a9;
  -moz-transition: all 700ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 700ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: all 700ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 700ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

@-webkit-keyframes cw {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes cw {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes cw {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
  }
}
@keyframes cw {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}


  /* Secureloader  */








   












  :root {
    --hue: 223;
    --bg: hsl(var(--hue), 90%, 95%);
    --fg: hsl(var(--hue), 90%, 5%);
    --trans-dur: 0.3s;
    
  }



  .ip {
    width: 16em;
    height: 8em;
    
  }
  .ip__track {
    stroke: hsl(var(--hue), 90%, 90%);
    transition: stroke var(--trans-dur);
  }
  .ip__worm1,
  .ip__worm2 {
    animation: worm1 2s linear infinite;
  }
  .ip__worm2 {
    animation-name: worm2;
  }
  
  /* Dark theme */
  @media (prefers-color-scheme: dark) {
    :root {
      --bg: hsl(var(--hue), 90%, 5%);
      --fg: hsl(var(--hue), 90%, 95%);
    }
    .ip__track {
      stroke: hsl(var(--hue), 90%, 15%);
    }
  }
  
  /* Animation */
  @keyframes worm1 {
    from {
      stroke-dashoffset: 0;
    }
    50% {
      animation-timing-function: steps(1);
      stroke-dashoffset: -358;
    }
    50.01% {
      animation-timing-function: linear;
      stroke-dashoffset: 358;
    }
    to {
      stroke-dashoffset: 0;
    }
  }
  @keyframes worm2 {
    from {
      stroke-dashoffset: 358;
    }
    50% {
      stroke-dashoffset: 0;
    }
    to {
      stroke-dashoffset: -358;
    }
  }
  







   /*** Loader ****/
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
