* {
    margin: 0px;
    padding: 0px;
}

.df{
    display: flex;
}
body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    background-color: black !important;
    color: white !important;
    padding: 20px;
}


.heading {
    text-shadow: 5px 5px 5px rgba(99, 233, 10, 0.5);
    text-decoration: underline;
    color: green;
    margin-top: 31vh;
    font-size: 55px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
   font-family:  system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif, 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
font-style: oblique;
}

/* 
.parra1 {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    text-align: justify;
} */

.pa12{
    margin-bottom: 30px;
    border: 2px solid white;
    background-color: black;
position: fixed;
bottom: -30px;
z-index: 1000;
width: 110% !important;
margin-left: -57vw;

}
.df1{
    width: 100vw;
}
/* .pa12{
    margin-bottom: 30px;
    border: 2px solid white;
    background-color: black;
position: fixed;
bottom: -30px;
z-index: 1000;
margin-left: -20px;
} */
.para1 {
   
    text-transform: capitalize;
    letter-spacing: 2px;
    font-size: 20px;
    line-height: 1.6;
    width: 50%;
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}


.head2{
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
   font-family:  system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif, 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.myself{
    color: white;
    font-size: 20px;
    text-transform: capitalize;
    letter-spacing: 2px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-style: oblique;
}
.headtop{
    padding-left: 20px;
    padding-top: 20px;
}
.nav{
    width: 99%;
    height: 80px;
    border: 7px solid white;
margin: -5px -5px -5px -5px;
/* position: fixed;
top: 1px; */
background-color: black;
}

 .input-box {
      position: relative;
      width: 280px;
    }

    .input-box input {
      width: 100%;
      padding: 14px 12px;
      border: 2px solid #64748b;
      border-radius: 10px;
      outline: none;
      font-size: 16px;
      background: transparent;
      color: #fff;
      transition: 0.3s;
    }

    .input-box label {
      position: absolute;
      left: 14px;
      top: 50%;
      transform: translateY(-50%);
      color: #94a3b8;
      pointer-events: none;
      transition: 0.3s;
    }

    /* focus aur text hone par label upar chala jata hai */
    .input-box input:focus ~ label,
    .input-box input:not(:placeholder-shown) ~ label {
      top: -8px;
      left: 10px;
      font-size: 12px;
      background: #0f172a;
      padding: 0 6px;
      color: #38bdf8;
    }

    /* hover effect */
    .input-box input:hover {
      border-color: #38bdf8;
      box-shadow: 0 0 10px #38bdf8aa;
    }
.box {
      position: relative;
      width: 280px;
    }

    .box input,
    .box textarea {
      width: 100%;
      padding: 14px 12px;
      border: 2px solid #64748b;
      border-radius: 10px;
      outline: none;
      font-size: 16px;
      background: transparent;
      color: #fff;
      transition: 0.3s;
      resize: none; /* textarea ka resize handle hata diya */
    }

    .box label {
      position: absolute;
      left: 14px;
      top: 50%;
      transform: translateY(-50%);
      color: #94a3b8;
      pointer-events: none;
      transition: 0.3s;
      background: #0f172a;
      padding: 0 6px;
      
    }

    /* input aur textarea dono par apply hoga */
    .box input:focus ~ label,
    .box input:not(:placeholder-shown) ~ label,
    .box textarea:focus ~ label,
    .box textarea:not(:placeholder-shown) ~ label {
      top: -8px;
      left: 10px;
      font-size: 12px;
      color: #38bdf8;
    }

    /* hover effect */
    .box input:hover,
    .box textarea:hover {
      border-color: #38bdf8;
      box-shadow: 0 0 10px #38bdf8aa;
    }

    /* focus effect */
    .box input:focus,
    .box textarea:focus {
      border-color: #38bdf8;
      box-shadow: 0 0 15px #38bdf8;
    }

    textarea {
      min-height: 100px;
    }
    /* focus effect */
    .input-box input:focus {
      border-color: #38bdf8;
      box-shadow: 0 0 15px #38bdf8;
    }

.p4{
    font-size: 24px !important;
    text-transform: capitalize;
    letter-spacing: 2px;
    font-size: 20px;
    line-height: 1.6;
    width: 50%;
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}


.cal {
      padding: 10px 18px;
      font-weight: bold;
      font-size: 16px;
      border-radius: 50px;
      background-color: black;
      color: white;
      border: 3px solid white;
      cursor: pointer;
      transition: all 0.3s ease-in-out;
      box-shadow: 0 0 10px white, 0 0 20px transparent;
    }

    .cal:hover {
      background-color: white;
      color: black;
        border: 3px solid black;
      box-shadow: 0 0 15px white, 0 0 30px white;
      transform: scale(1.05);
    }





























@media(max-width: 600px) {
    .heading {
        font-size: 40px;
    }
.nav{
    width: 96%;
    
}
}
@media(max-width: 352px) {
    .nav {
        height: 120px;
    }
    .nav{
    width: 94%;
    
}


}





