
.co1{
    width: 100%; 
    
}
.co2{
    padding: 20px;
    text-align: center;
    color: #f1f1f1;
    height: 100%;
}
.co3{
    font-size: 3rem;
    font-weight: 200;
}
.co4{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 80%;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}
.co5{
    font-size: 2.5rem;
}
.co6{
    padding: 10px;
    border: 1px solid #f1f1f1;
    background-color: transparent;
    border-radius: 10px;
    color: #f1f1f1;
    font-size: 1.8rem;
}
/* From Uiverse.io by Na3ar-17 */ 
.radio-input {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 40px;
  }
  
  .radio-input * {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
  }
  
  .radio-input label {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0px 20px;
    width: 320px;
    cursor: pointer;
    height: 50px;
    position: relative;
    z-index: 0;
  }
  
  .radio-input label::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 320px;
    height: 45px;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    border-radius: 10px;
    border: 2px solid transparent;
  }
  .radio-input label:hover::before {
    transition: all 0.2s ease;
    background-color: #2a2e3c;
  }
  
  .radio-input .label:has(input:checked)::before {
    background-color: hsl(193, 53%, 15%);
    border-color: hsl(192, 81%, 49%);
    height: 50px;
  }
  .radio-input .label .text {
    color: #f1f1f1;
  }
  
  .radio-input .label input[type="radio"] {
    background-color: hsl(193, 53%, 15%);
    appearance: none;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .radio-input .label input[type="radio"]:checked {
    background-color: hsl(192, 81%, 49%);
    -webkit-animation: puls 0.7s forwards;
    animation: pulse 0.7s forwards;
  }
  
  .radio-input .label input[type="radio"]:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    transition: all 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
    background-color: #f1f1f1;
    transform: scale(0);
  }
  
  .radio-input .label input[type="radio"]:checked::before {
    transform: scale(1);
  }
  
  @keyframes pulse {
    0% {
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }
    70% {
      box-shadow: 0 0 0 8px rgba(255, 255, 255, 0);
    }
    100% {
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
  }
  
  .co7{
    margin-top: 20px;
    font-size: 1.2rem;
  }
  .co8{
    width: 100%;
    display: flex;
    justify-content: space-between;

  }
.btton {
    height: 50px;
    width: 200px;
    position: relative;
    background-color: transparent;
    cursor: pointer;
    border: 2px solid #252525;
    overflow: hidden;
    border-radius: 30px;
    color: #333;
    transition: all 0.5s ease-in-out;
  }
  
  .btn-txt {
    z-index: 1;
    font-weight: 800;
    letter-spacing: 4px;
  }
  
  .type1::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s ease-in-out;
    background-color: #333;
    border-radius: 30px;
    visibility: hidden;
    height: 10px;
    width: 10px;
    z-index: -1;
  }
  
  .btton:hover {
    box-shadow: 1px 1px 200px #252525;
    color: #fff;
    border: none;
  }
  
  .type1:hover::after {
    visibility: visible;
    transform: scale(100) translateX(2px);
  }
  .co9{
   display: flex;
   flex-wrap: wrap;
   width: 90%;
   gap: 40px;
   padding: 10px;

  }
  .co10{
    flex-grow: 1;
    flex-basis: 200;
    padding: 10px;
    border-radius: 15px;
    height: unset;
  }
  .co10:hover,.co10:focus{
    background-color: #2525254f;
    box-shadow: 0 0 10px 1px hsl(192, 81%, 49%);
  }
  .co10-active{
    background-color: #2525254f;
    box-shadow: 0 0 10px 1px hsl(192, 81%, 49%);
  }
  .co11{
    width: 100%;
  }
  .co13{
    font-size: 1.3rem;
  }
  .co14{
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .co15{
    width: 100%;
    display: flex;
    align-items: baseline;
    justify-content: center;
  }
  .co16{
    width: 100%;
    margin-bottom: 100px;
  }
  .co17{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap: 10px;
  }
  .co17 p{
    display: flex;
    flex-direction: column;
    align-items: start;
  }
/* From Uiverse.io by WhiteNervosa */ 
.slider {
    background-color: #ffffff2b;
    border-radius: 50px;
    padding: .5px;
    margin: 5px;
    cursor: pointer;
    transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    align-items: center;
    position: relative;
    display: block;
    width: 25.5px;
    height: 14.5px;
    box-shadow: rgba(0, 0, 0, 0.62) 0px 0px 5px inset, rgba(0, 0, 0, 0.21) 0px 0px 0px 24px inset,
          #22cc3f 0px 0px 0px 0px inset, rgba(224, 224, 224, 0.45) 0px 1px 0px 0px;
  }
  
  .slider::after {
    content: "";
    display: flex;
    top: 1.15px;
    left: 1px;
    width: 13px;
    height: 13px;
    background-color: #e3e3e3;
    border-radius: 100px;
    position: absolute;
    box-shadow: transparent 0px 0px 0px 2px, rgba(0, 0, 0, 0.3) 0px 6px 6px;
    transition: left 300ms cubic-bezier(0.4, 0, 0.2, 1) 0s, background-color 300ms cubic-bezier(0.4, 0, 0.2, 1) 0s;
    will-change: left, background-color;
  }
  
  .switch input[type="checkbox"]:checked + .slider {
    box-shadow: rgba(0, 0, 0, 0.62) 0px 0px 5px inset, #22cc3f 0px 0px 0px 2px inset, #22cc3f 0px 0px 0px 24px inset,
          rgba(224, 224, 224, 0.45) 0px 1px 0px 0px;
  }
  
  .switch input[type="checkbox"]:checked + .slider::after {
    left: 12px;
  }
  
  .switch input[type="checkbox"] {
    display: none;
  }
.co18{
    text-align: end;
    position: absolute;
    bottom: 20px;
    right: 0;
    
}
.co19a{
    font-size: 2.9rem;
    line-height: 2rem;
    font-weight: 700;
}
.co19{
    font-size: 1rem;
}
.co20{
    font-size: 0.95rem;
}
.hiddn {
    display: none;
}

/* From Uiverse.io by mrhyddenn */ 
.form__group {
    position: relative;
    padding: 20px 0 0;
    width: 100%;
    max-width: 380px;
  }
  
  .form__field {
    font-family: inherit;
    width: 100%;
    border: none;
    border-bottom: 2px solid #9b9b9b;
    outline: 0;
    font-size: 17px;
    color: #fff;
    padding: 7px 0;
    background: transparent;
    transition: border-color 0.2s;
  }
  
  .form__field::placeholder {
    color: transparent;
  }
  
  .form__field:placeholder-shown ~ .form__label {
    font-size: 17px;
    cursor: text;
    top: 20px;
  }
  
  .form__label {
    position: absolute;
    top: 0;
    display: block;
    transition: 0.2s;
    font-size: 17px;
    color: #9b9b9b;
    pointer-events: none;
  }
  
  .form__field:focus {
    padding-bottom: 6px;
    font-weight: 700;
    border-width: 3px;
    border-image: linear-gradient(to right, #116399, #38caef);
    border-image-slice: 1;
  }
  
  .form__field:focus ~ .form__label {
    position: absolute;
    top: 0;
    display: block;
    transition: 0.2s;
    font-size: 17px;
    color: #38caef;
    font-weight: 700;
  }
  
  /* reset input */
  .form__field:required, .form__field:invalid {
    box-shadow: none;
  }
  .co21{
    display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;

  }
  .co22{
    font-size: 2rem;
    color: #f1f1f1;
  }
  .co23{
    color: #f1f1f1;
  }
  .co24{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
  }
  .co25{
    display: flex;
    flex-direction: column;
    padding-block: 30px;
  }
  .co26{
    display: flex;
    justify-content: end;
    width: 100%;
  }
  .co27{
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .co28{
    font-size: 1.2rem;
  }

  @media (min-width: 768px) {

  .co4{
    margin-bottom: 0;
  }

  .radio-input label {
    width: 420px;
  }
  .radio-input label::before {
    width: 420px;
  }
  .co7{
    margin-top: 80px;
    font-size: 1.5rem;
  }
  .co9{
    display: flex;
   flex-wrap: nowrap;
    width: 80%;
    gap: 40px;
    padding: 30px;
 
   }
   .co10{
    height: 45vh;
  }
  .co14{
    display: flex;
    flex-direction: row;
    gap: 50px;
  }
  .co15{
    width: 50%;
  }
  
  .co16{
    width: 50%;
    margin-bottom: 0;
  }
  .co17{
    display: flex;
    align-items: center;
    margin-bottom: 3px;
    gap: 5px;
  }
  .co22{
    font-size: 3rem;
    color: #f1f1f1;
  }
  .co24{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 50px;
  }
  .co25{
    display: flex;
    flex-direction: row;
    padding-block: 30px;
  }
  .co28{
    font-size: 1.5rem;
  }
    
  }