@import url('https://fonts.googleapis.com/css2?family=Lobster&family=Mitr:wght@200;300;400;500;600;700&family=Oldenburg&family=Pacifico&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cuprum:ital,wght@0,400..700;1,400..700&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Teko:wght@300..700&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Barlow:wght@200&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Courgette&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Fira+Mono&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Playfair+Display+SC&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Alice&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Tinos:ital,wght@0,400;0,700;1,400;1,700&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Bangers&family=Cardo:ital,wght@0,400;0,700;1,400&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Hubballi&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital@1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alice&display=swap');
@import url('https://fonts.googleapis.com');
@import url('https://fonts.gstatic.com');
@import url('https://fonts.googleapis.com/css2?family=Fira+Mono&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bad+Script&family=Gayathri:wght@100&family=Mali:wght@500&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Kalam&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Gruppo&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@1,700&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Caveat:wght@500&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Sniglet&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Heebo&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');


        /* Reset some default styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#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;
}










.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: 2.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: 4.3px;
    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%;
    border: 2px solid white;
    display: flex;
    background-image: linear-gradient(to bottom, #d5fdff, #00fff1);
    flex-direction: row;
    justify-content: center;
    align-items: center;
        }
        
        
        .stickyup{
            position: fixed;
            top:0px;
            z-index: 10;
        }
        
        
        img.headlogo {
            width: 190px;
    margin: 10px 0px;
        }
        
        
        .adcontainer {
margin: 30px 0px 0 10px;
    background-color: #fff;
    padding: 0vh 10vh;
    box-shadow: -1px -3px 13px 11px #00ffff24;
    border-radius: 38px;
    font-family: poppins;
    border: 5px solid #00ffff4d;
        }
        
        
        
      @media (max-width:500px) {
        
        .adcontainer {;
    padding: 0vh 6.9vw;}
      }
        
        
      @media (min-width:800px) {
        

.adcontainer {
    margin: 10px 11vw;
    padding: 0vh 10vh;
    box-shadow: 0px -17px 20px 2px #00ffff63;
    border-radius: 68px;
    font-family: poppins;
    border: 10px solid #00ffff36;

}

      }
      
      
      
      @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 showup2 {

      0% {
    --fa-beat-scale: .013;
    animation: fa-beat ease;
}

100% {
    --fa-beat-scale: 1;
    animation: fa-beat ease;
}
      
    }

        
        
        
        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"],
        input[type="password"],
        input[type="email"],
        input[type="tel"],
        select,
        textarea,
        input[type="file"] {
        width: 100%;
    padding: 10px;
    font-family: urbanist;
    border: 3px solid #4ffef69e;
    border-radius: 9px;
    font-size: 14px;
    background: #add8e675;
    box-sizing: border-box;
    opacity:0;
    animation:showup 1s ease-in-out forwards;
    transition: border-color 0.3s;
        }
        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: #007bff;
            color: #fff;
            border: none;
            border-radius: 4px;
            font-size: 14px;
            cursor: pointer;
            transition: background-color 0.3s;
        }
        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 60px;
    flex-direction: column-reverse;
            gap: 15px;
    }


    @media (min-width:690px) {

    .containerstomach {
     display: flex;
    align-items: center;
    justify-content: space-around;
    height: 60vh;
    padding: 0 60px;
    flex-direction: row-reverse;}
      
    }


    .hero-text {
      max-width: 500px;
    }
    .hero-text h1 {
      font-size: 3rem;
      margin-bottom: 20px;
      color: #222;
    }
    .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: 8.3px solid #000000;
    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;
    }
    /* 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.5;
      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: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 65px;
    height: 60px;
    filter: drop-shadow(2px .4px 16px rgba(3, 10, 500, .3));
    padding: 5px;
    border-radius: 10px;
    background: black;
    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 */
}